<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for Ernest Micklei&#039;s Blog</title>
	<atom:link href="http://ernestmicklei.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://ernestmicklei.com</link>
	<description>things I create and problems I solve, to remember and share</description>
	<lastBuildDate>Wed, 14 Sep 2011 07:21:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on FileBrowser for VA Smalltalk by Robert</title>
		<link>http://ernestmicklei.com/2009/03/18/filebrowser-for-va-smalltalk/#comment-13</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Wed, 14 Sep 2011 07:21:32 +0000</pubDate>
		<guid isPermaLink="false">http://philemonworks.wordpress.com/?p=117#comment-13</guid>
		<description>Hi,
I used the following code in a Workspace whereby I was trying to view JQTouch classes
p := Soek.Project new.
p name: &#039;Robert&#039;.
p version: &#039;1&#039;.
p pageUrl:&#039;http://localhost:7777/&#039;.
p classesContainer:(Soek.ClassesContainer new
bundle: (Store.Glorp.StoreBundle latestOf: &#039;JQTouch&#039; version:[ :v &#124; &#039;1.0.1&#039; = v ])
;yourself).
ex := Soek.Publisher for: p.
ex publish.

I got a new folder and files created on my filesystem
projectsseasidesoek.goodies.stRobert1
classes.phtml
dir.txt
dynamic2.css
dynamic2.js
index.html
JQTCanvasExtender.phtml
JQTExampleDemos.phtml
JQTExampleForm.phtml
JQTExampleLogin.phtml
JQTExampleTapDrivenLoad.phtml
JQTLoadOnEvent.phtml
JQTouchFileLibraryReference.phtml
selectors.phtml
WAHtmlCanvas.phtml

*** 
So, I believe these files are the published items that I can now use in your app.  My question is, how do I use your tool based on your first example:
&quot;Have a look at ProjectSelectionView&gt;&gt;renderContentOn: . You should change the argument of list:&quot;

Thanks.
Rob</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I used the following code in a Workspace whereby I was trying to view JQTouch classes<br />
p := Soek.Project new.<br />
p name: &#8216;Robert&#8217;.<br />
p version: &#8217;1&#8242;.<br />
p pageUrl:&#8217;<a href="http://localhost:7777/&#039;" rel="nofollow">http://localhost:7777/&#039;</a>.<br />
p classesContainer:(Soek.ClassesContainer new<br />
bundle: (Store.Glorp.StoreBundle latestOf: &#8216;JQTouch&#8217; version:[ :v | '1.0.1' = v ])<br />
;yourself).<br />
ex := Soek.Publisher for: p.<br />
ex publish.</p>
<p>I got a new folder and files created on my filesystem<br />
projectsseasidesoek.goodies.stRobert1<br />
classes.phtml<br />
dir.txt<br />
dynamic2.css<br />
dynamic2.js<br />
index.html<br />
JQTCanvasExtender.phtml<br />
JQTExampleDemos.phtml<br />
JQTExampleForm.phtml<br />
JQTExampleLogin.phtml<br />
JQTExampleTapDrivenLoad.phtml<br />
JQTLoadOnEvent.phtml<br />
JQTouchFileLibraryReference.phtml<br />
selectors.phtml<br />
WAHtmlCanvas.phtml</p>
<p>***<br />
So, I believe these files are the published items that I can now use in your app.  My question is, how do I use your tool based on your first example:<br />
&#8220;Have a look at ProjectSelectionView&gt;&gt;renderContentOn: . You should change the argument of list:&#8221;</p>
<p>Thanks.<br />
Rob</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on FileBrowser for VA Smalltalk by Ernest Micklei</title>
		<link>http://ernestmicklei.com/2009/03/18/filebrowser-for-va-smalltalk/#comment-12</link>
		<dc:creator>Ernest Micklei</dc:creator>
		<pubDate>Wed, 14 Sep 2011 07:15:47 +0000</pubDate>
		<guid isPermaLink="false">http://philemonworks.wordpress.com/?p=117#comment-12</guid>
		<description>Have a look at the StoreClassesContainer to see how you can add more bundles and packages. A similar container class exists for Monticello packages (so you can publish projects from squeaksource or any other repository).</description>
		<content:encoded><![CDATA[<p>Have a look at the StoreClassesContainer to see how you can add more bundles and packages. A similar container class exists for Monticello packages (so you can publish projects from squeaksource or any other repository).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on FileBrowser for VA Smalltalk by Robert</title>
		<link>http://ernestmicklei.com/2009/03/18/filebrowser-for-va-smalltalk/#comment-11</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Wed, 14 Sep 2011 05:25:53 +0000</pubDate>
		<guid isPermaLink="false">http://philemonworks.wordpress.com/?p=117#comment-11</guid>
		<description>Thank you for your reply!

So just to be sure I understand - I first create a project and publish it.  Then I use that published Project for rendering in the browser?

I assume I can grab the entire image or bundles/packages within the image?

Thanks so much.
Rob</description>
		<content:encoded><![CDATA[<p>Thank you for your reply!</p>
<p>So just to be sure I understand &#8211; I first create a project and publish it.  Then I use that published Project for rendering in the browser?</p>
<p>I assume I can grab the entire image or bundles/packages within the image?</p>
<p>Thanks so much.<br />
Rob</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on FileBrowser for VA Smalltalk by Ernest Micklei</title>
		<link>http://ernestmicklei.com/2009/03/18/filebrowser-for-va-smalltalk/#comment-10</link>
		<dc:creator>Ernest Micklei</dc:creator>
		<pubDate>Tue, 06 Sep 2011 16:58:21 +0000</pubDate>
		<guid isPermaLink="false">http://philemonworks.wordpress.com/?p=117#comment-10</guid>
		<description>If you want to export a project then this example gets you started
&lt;code&gt;
p := Soek.Project new.
p name: &#039;Xtreams&#039;.
p version: &#039;460&#039;.
p pageUrl:&#039;http://code.google.com/p/xtreams&#039;.
p classesContainer:(Soek.StoreClassesContainer new
	bundle: (Store.Glorp.StoreBundle latestOf: &#039;XtreamsDevelopment&#039; version:[ :v &#124; &#039;460&#039; = v ])
	;yourself).
ex := Soek.Publisher for: p.
ex publish.
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>If you want to export a project then this example gets you started<br />
<code><br />
p := Soek.Project new.<br />
p name: 'Xtreams'.<br />
p version: '460'.<br />
p pageUrl:'<a href="http://code.google.com/p/xtreams&#039;" rel="nofollow">http://code.google.com/p/xtreams&#039;</a>.<br />
p classesContainer:(Soek.StoreClassesContainer new<br />
	bundle: (Store.Glorp.StoreBundle latestOf: 'XtreamsDevelopment' version:[ :v | '460' = v ])<br />
	;yourself).<br />
ex := Soek.Publisher for: p.<br />
ex publish.<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on FileBrowser for VA Smalltalk by Ernest Micklei</title>
		<link>http://ernestmicklei.com/2009/03/18/filebrowser-for-va-smalltalk/#comment-9</link>
		<dc:creator>Ernest Micklei</dc:creator>
		<pubDate>Tue, 06 Sep 2011 16:55:41 +0000</pubDate>
		<guid isPermaLink="false">http://philemonworks.wordpress.com/?p=117#comment-9</guid>
		<description>Have a look  at ProjectSelectionView&gt;&gt;renderContentOn: . You should change the argument of list:</description>
		<content:encoded><![CDATA[<p>Have a look  at ProjectSelectionView&gt;&gt;renderContentOn: . You should change the argument of list:</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on FileBrowser for VA Smalltalk by Robert</title>
		<link>http://ernestmicklei.com/2009/03/18/filebrowser-for-va-smalltalk/#comment-8</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Mon, 05 Sep 2011 08:39:05 +0000</pubDate>
		<guid isPermaLink="false">http://philemonworks.wordpress.com/?p=117#comment-8</guid>
		<description>Hello,

I downloaded your Soek-ALL package from the Cincom repository and have your &#039;Class Browser&#039; demo working fine.

How do I go about using this for all classes in the image?

Thanks.
Rob</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>I downloaded your Soek-ALL package from the Cincom repository and have your &#8216;Class Browser&#8217; demo working fine.</p>
<p>How do I go about using this for all classes in the image?</p>
<p>Thanks.<br />
Rob</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Melissa for VA Smalltalk by Ernest Micklei</title>
		<link>http://ernestmicklei.com/2010/07/29/melissa-for-va-smalltalk/#comment-27</link>
		<dc:creator>Ernest Micklei</dc:creator>
		<pubDate>Sat, 08 Jan 2011 08:59:49 +0000</pubDate>
		<guid isPermaLink="false">http://philemonworks.wordpress.com/?p=385#comment-27</guid>
		<description>Currently it is used to create runtime images on for the Windows Server platform. Because it is only a driver for the packing process, I think it possible to use it for any image building process in VA. Once you have setup the packaging instructions, you can tell Melissa to use that. Although I have not worked with XD in practice, I do not see reasons why I should not work. Let me know if you find issues.</description>
		<content:encoded><![CDATA[<p>Currently it is used to create runtime images on for the Windows Server platform. Because it is only a driver for the packing process, I think it possible to use it for any image building process in VA. Once you have setup the packaging instructions, you can tell Melissa to use that. Although I have not worked with XD in practice, I do not see reasons why I should not work. Let me know if you find issues.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Melissa for VA Smalltalk by Derek Williams</title>
		<link>http://ernestmicklei.com/2010/07/29/melissa-for-va-smalltalk/#comment-26</link>
		<dc:creator>Derek Williams</dc:creator>
		<pubDate>Mon, 03 Jan 2011 20:41:53 +0000</pubDate>
		<guid isPermaLink="false">http://philemonworks.wordpress.com/?p=385#comment-26</guid>
		<description>Thanks, that&#039;s a helpful front-end to EpPackager for automating builds.

Can this be used with VA headless server packaging (XD, passive images)?  If so, how?</description>
		<content:encoded><![CDATA[<p>Thanks, that&#8217;s a helpful front-end to EpPackager for automating builds.</p>
<p>Can this be used with VA headless server packaging (XD, passive images)?  If so, how?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on JQTouch library support for Seaside by toast</title>
		<link>http://ernestmicklei.com/2010/01/23/jqtouch-library-support-for-seaside/#comment-23</link>
		<dc:creator>toast</dc:creator>
		<pubDate>Sat, 02 Oct 2010 10:24:58 +0000</pubDate>
		<guid isPermaLink="false">http://philemonworks.wordpress.com/?p=343#comment-23</guid>
		<description>jqtouch doesn&#039;t have to be just a single file, i think you can use the cache manifest to store your all your pages offline and then still get the animation effects. cache manifest support is built into jqtouch as an extension http://www.jqtouch.com/preview/extensions/jqt.offline.js</description>
		<content:encoded><![CDATA[<p>jqtouch doesn&#8217;t have to be just a single file, i think you can use the cache manifest to store your all your pages offline and then still get the animation effects. cache manifest support is built into jqtouch as an extension <a href="http://www.jqtouch.com/preview/extensions/jqt.offline.js" rel="nofollow">http://www.jqtouch.com/preview/extensions/jqt.offline.js</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Soek.goodies.st improved by Michał Wyrobek</title>
		<link>http://ernestmicklei.com/2010/09/29/soek-goodies-st-improved/#comment-30</link>
		<dc:creator>Michał Wyrobek</dc:creator>
		<pubDate>Thu, 30 Sep 2010 20:00:09 +0000</pubDate>
		<guid isPermaLink="false">http://philemonworks.wordpress.com/?p=398#comment-30</guid>
		<description>great app, fantastic work ! smalltalk world needs sth like that :)</description>
		<content:encoded><![CDATA[<p>great app, fantastic work ! smalltalk world needs sth like that <img src='http://ernestmicklei.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
