<?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/"
	
	xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for Streamhead</title>
	<atom:link href="http://www.streamhead.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.streamhead.com</link>
	<description>multimedia webapplication thoughts and experiments</description>
	<lastBuildDate>Fri, 17 Jun 2011 12:17:14 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>Comment on Maven, Spring, Vaadin and Google AppEngine, Happy Together by server encountered an internal error () - Forum - vaadin.com</title>
		<link>http://www.streamhead.com/maven-spring-vaadin-appengine/#comment-2936</link>
		<dc:creator>server encountered an internal error () - Forum - vaadin.com</dc:creator>
		<pubDate>Fri, 17 Jun 2011 12:17:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.streamhead.com/?p=1893#comment-2936</guid>
		<description>[...] Then I enable dependecy management (Maven) on that project and it breaks.My pom.xml downloaded from Maven, Spring, Vaadin and Google AppEngine, Happy Together&#160;&#160;1&lt;project xmlns=&quot;http://maven.apache.org/POM/4.0.0&quot; [...]</description>
		<content:encoded><![CDATA[<p>[...] Then I enable dependecy management (Maven) on that project and it breaks.My pom.xml downloaded from Maven, Spring, Vaadin and Google AppEngine, Happy Together&nbsp;&nbsp;1&lt;project xmlns=&quot;<a href="http://maven.apache.org/POM/4.0.0&#038;quot" rel="nofollow">http://maven.apache.org/POM/4.0.0&#038;quot</a>; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Recreating the Ticket to Ride Game in ActionScript 3 by Jamison Mergens</title>
		<link>http://www.streamhead.com/actionscript-3-ticket-to-ride/#comment-2935</link>
		<dc:creator>Jamison Mergens</dc:creator>
		<pubDate>Thu, 16 Jun 2011 00:29:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.streamhead.com/?p=3148#comment-2935</guid>
		<description>Awesome.</description>
		<content:encoded><![CDATA[<p>Awesome.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Embedding Bitmap Images in ActionScript 3 with FlashDevelop by ReaperOscuro</title>
		<link>http://www.streamhead.com/embedding-images/#comment-2934</link>
		<dc:creator>ReaperOscuro</dc:creator>
		<pubDate>Wed, 15 Jun 2011 20:52:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.streamhead.com/?p=2516#comment-2934</guid>
		<description>Well it is now working, the suggested syntax being:

public class Main extends Sprite  {  [Embed(source=&#039;../lib/background.svg&#039;)]  public var background:Class;    public function Main():void   {   var bck:Sprite = new background();   bck.x = 0;   bck.y = 0;   addChild(bck);  }

worked without having to add to library. It says to save svg as &quot;Plain SVG&quot;, so maybe saving in &quot;Inkscape SVG&quot; made a difference. Further every time I embedded it actually created:
[Embed(source=&#039;../lib/background.svg&#039;, mimeType=&#039;application/octet-stream&#039;)]
removing the mimeType made it work.

Thanks again for your time!!</description>
		<content:encoded><![CDATA[<p>Well it is now working, the suggested syntax being:</p>
<p>public class Main extends Sprite  {  [Embed(source='../lib/background.svg')]  public var background:Class;    public function Main():void   {   var bck:Sprite = new background();   bck.x = 0;   bck.y = 0;   addChild(bck);  }</p>
<p>worked without having to add to library. It says to save svg as &#8220;Plain SVG&#8221;, so maybe saving in &#8220;Inkscape SVG&#8221; made a difference. Further every time I embedded it actually created:<br />
[Embed(source='../lib/background.svg', mimeType='application/octet-stream')]<br />
removing the mimeType made it work.</p>
<p>Thanks again for your time!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Embedding Bitmap Images in ActionScript 3 with FlashDevelop by ReaperOscuro</title>
		<link>http://www.streamhead.com/embedding-images/#comment-2933</link>
		<dc:creator>ReaperOscuro</dc:creator>
		<pubDate>Wed, 15 Jun 2011 20:33:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.streamhead.com/?p=2516#comment-2933</guid>
		<description>Evening,

Mui thanks for this concise and clear tutorial -exactly what I needed, trying to add my games background and failing.

However, I&#039;m still failing -but of my own accord: I made the background via inkscape (to poor to afford illustrator), so the file format is svg. Oh yes. It compiles with no problems, but of course nothing is displaying. And no option to add to library.

If you have any thoughts on that I&#039;d be most grateful, and in the meantime I&#039;ll hunt around and report back if I find a solution. Thanks again!</description>
		<content:encoded><![CDATA[<p>Evening,</p>
<p>Mui thanks for this concise and clear tutorial -exactly what I needed, trying to add my games background and failing.</p>
<p>However, I&#8217;m still failing -but of my own accord: I made the background via inkscape (to poor to afford illustrator), so the file format is svg. Oh yes. It compiles with no problems, but of course nothing is displaying. And no option to add to library.</p>
<p>If you have any thoughts on that I&#8217;d be most grateful, and in the meantime I&#8217;ll hunt around and report back if I find a solution. Thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Google AppEngine, Vaadin, Spring, a Match Not Made in Heaven by Peter Backx</title>
		<link>http://www.streamhead.com/google-appengine-vaadin-spring-match-heaven/#comment-2931</link>
		<dc:creator>Peter Backx</dc:creator>
		<pubDate>Wed, 08 Jun 2011 19:28:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.streamhead.com/?p=1856#comment-2931</guid>
		<description>Well Joe, maybe you should&#039;ve read the entire post. 
There&#039;s a link at the bottom: http://www.streamhead.com/maven-spring-vaadin-appengine/
And even that tutorial was improved upon a while ago by this post: http://www.streamhead.com/vaadin-app-engine-in-5-minutes/
So yeah, I&#039;ve been working weekends to keep you happy. All for free.</description>
		<content:encoded><![CDATA[<p>Well Joe, maybe you should&#8217;ve read the entire post.<br />
There&#8217;s a link at the bottom: <a href="http://www.streamhead.com/maven-spring-vaadin-appengine/" rel="nofollow">http://www.streamhead.com/maven-spring-vaadin-appengine/</a><br />
And even that tutorial was improved upon a while ago by this post: <a href="http://www.streamhead.com/vaadin-app-engine-in-5-minutes/" rel="nofollow">http://www.streamhead.com/vaadin-app-engine-in-5-minutes/</a><br />
So yeah, I&#8217;ve been working weekends to keep you happy. All for free.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Google AppEngine, Vaadin, Spring, a Match Not Made in Heaven by Joe Schmoe</title>
		<link>http://www.streamhead.com/google-appengine-vaadin-spring-match-heaven/#comment-2930</link>
		<dc:creator>Joe Schmoe</dc:creator>
		<pubDate>Wed, 08 Jun 2011 16:57:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.streamhead.com/?p=1856#comment-2930</guid>
		<description>By &quot;next weekend&quot;, did you mean next weekend of the following year?</description>
		<content:encoded><![CDATA[<p>By &#8220;next weekend&#8221;, did you mean next weekend of the following year?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Building the Io Language on Windows by Julien</title>
		<link>http://www.streamhead.com/io-language-on-windows/#comment-2928</link>
		<dc:creator>Julien</dc:creator>
		<pubDate>Thu, 02 Jun 2011 20:52:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.streamhead.com/?p=2914#comment-2928</guid>
		<description>Okay, apparently the &quot;path&quot; is the Windows PATH environmental variable, and you access it (in Win7) by opening the Start menu &gt; right-click on Computer &gt; Properties &gt; Advanced system parameters, in the left menu &gt; Environment variables &gt; double-click on &quot;Path&quot;, in the System variables section - and adding a semicolon followed by the absolute path to MinGW&#039;s bin folder.</description>
		<content:encoded><![CDATA[<p>Okay, apparently the &#8220;path&#8221; is the Windows PATH environmental variable, and you access it (in Win7) by opening the Start menu &gt; right-click on Computer &gt; Properties &gt; Advanced system parameters, in the left menu &gt; Environment variables &gt; double-click on &#8220;Path&#8221;, in the System variables section &#8211; and adding a semicolon followed by the absolute path to MinGW&#8217;s bin folder.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Building the Io Language on Windows by Julien</title>
		<link>http://www.streamhead.com/io-language-on-windows/#comment-2927</link>
		<dc:creator>Julien</dc:creator>
		<pubDate>Thu, 02 Jun 2011 18:04:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.streamhead.com/?p=2914#comment-2927</guid>
		<description>Thanks for the hint, but how do we add the MinGW folders to the path?</description>
		<content:encoded><![CDATA[<p>Thanks for the hint, but how do we add the MinGW folders to the path?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on JEE vs Drupal &#8211; On Apples and Oranges by NABH</title>
		<link>http://www.streamhead.com/j2ee-drupal-apples-oranges/#comment-2921</link>
		<dc:creator>NABH</dc:creator>
		<pubDate>Sat, 28 May 2011 05:46:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.streamhead.com/?p=502#comment-2921</guid>
		<description>I really appreciate your post and you explain each and every point very well.Thanks for sharing this information.And I’ll love to read your next post too.
Regards:
&lt;a&gt;NABH&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>I really appreciate your post and you explain each and every point very well.Thanks for sharing this information.And I’ll love to read your next post too.<br />
Regards:<br />
<a>NABH</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Android Tutorial: Creating and Using an SD Card in the Emulator by Hyunjungsoh</title>
		<link>http://www.streamhead.com/android-tutorial-sd-card/#comment-2920</link>
		<dc:creator>Hyunjungsoh</dc:creator>
		<pubDate>Thu, 26 May 2011 11:51:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.streamhead.com/?p=1601#comment-2920</guid>
		<description>How come I can&#039;t see the images I pushed inside the gallery?</description>
		<content:encoded><![CDATA[<p>How come I can&#8217;t see the images I pushed inside the gallery?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 4.581 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-02-04 14:43:13 -->
<!-- Compression = gzip -->
