<?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 Arbor Web Solutions</title>
	<atom:link href="http://arborwebsolutions.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://arborwebsolutions.com</link>
	<description>Creating beautiful, useful sites every day</description>
	<lastBuildDate>Fri, 09 Jul 2010 14:28:31 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>Comment on Comprehensive Guide to Using Cufon Text with Raphael by Robert Vogel</title>
		<link>http://arborwebsolutions.com/2010/04/comprehensive-guide-to-using-cufon-text-with-raphael/comment-page-1/#comment-817</link>
		<dc:creator>Robert Vogel</dc:creator>
		<pubDate>Fri, 09 Jul 2010 14:28:31 +0000</pubDate>
		<guid isPermaLink="false">http://arborwebsolutions.com/?p=303#comment-817</guid>
		<description>Thank you for sharing this. Saved me some time.

Btw.: my solution to the &quot;rotation problem&quot; with print()-sets looks like this:

txt = r.print(30, 30, &quot;Hallo Welt!&quot;, r.getFont(&quot;Times&quot;), 40);
txt.rotate(65, txt.getBBox().x + txt.getBBox().width / 2, txt.getBBox().y + txt.getBBox().height / 2);

Using the BBox of the set I always get the exact middle of the text. If I want to rotate around - let&#039;s say the upper left corner I just have to remove the txt.getBBox().height / 2 and txt.getBBox().width / 2. By playing with these height and width values of the BBox I can rotate around every desired corner of the text.</description>
		<content:encoded><![CDATA[<p>Thank you for sharing this. Saved me some time.</p>
<p>Btw.: my solution to the &#8220;rotation problem&#8221; with print()-sets looks like this:</p>
<p>txt = r.print(30, 30, &#8220;Hallo Welt!&#8221;, r.getFont(&#8220;Times&#8221;), 40);<br />
txt.rotate(65, txt.getBBox().x + txt.getBBox().width / 2, txt.getBBox().y + txt.getBBox().height / 2);</p>
<p>Using the BBox of the set I always get the exact middle of the text. If I want to rotate around &#8211; let&#8217;s say the upper left corner I just have to remove the txt.getBBox().height / 2 and txt.getBBox().width / 2. By playing with these height and width values of the BBox I can rotate around every desired corner of the text.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Akihabara &#8211; Replacing Flash Games with JavaScript by Nigel Kelly</title>
		<link>http://arborwebsolutions.com/2010/05/akihabara-replacing-flash-games-with-javascript/comment-page-1/#comment-670</link>
		<dc:creator>Nigel Kelly</dc:creator>
		<pubDate>Sat, 22 May 2010 15:55:04 +0000</pubDate>
		<guid isPermaLink="false">http://arborwebsolutions.com/?p=313#comment-670</guid>
		<description>Yes. Saw this game engine a couple of weeks ago. The games on it are impressive, and I think the guy behind it would write great games whatever language he was given. 

I write games myself in js for Palm&#039;s webos. I used the GMP game engine. Whilst the game examples aren&#039;t as good, there are some tutorials and it&#039;s only 25kb in size. 

I think js games will become popular on mobile devices where the js runs locally. webOS apps are mostly js and the phonegap project means you can now write apps for several mobile devices (iPhone and Anroid, amongst others) in js, distribute them through the app store and they are played locally on the device.

I am porting my webOS game at the moment to iPhone with phonegap. Whilst it&#039;s not straight forward it is reasonbaly doable.

Check out my site iapplogic.com for details.</description>
		<content:encoded><![CDATA[<p>Yes. Saw this game engine a couple of weeks ago. The games on it are impressive, and I think the guy behind it would write great games whatever language he was given. </p>
<p>I write games myself in js for Palm&#8217;s webos. I used the GMP game engine. Whilst the game examples aren&#8217;t as good, there are some tutorials and it&#8217;s only 25kb in size. </p>
<p>I think js games will become popular on mobile devices where the js runs locally. webOS apps are mostly js and the phonegap project means you can now write apps for several mobile devices (iPhone and Anroid, amongst others) in js, distribute them through the app store and they are played locally on the device.</p>
<p>I am porting my webOS game at the moment to iPhone with phonegap. Whilst it&#8217;s not straight forward it is reasonbaly doable.</p>
<p>Check out my site iapplogic.com for details.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Akihabara &#8211; Replacing Flash Games with JavaScript by kzurawel</title>
		<link>http://arborwebsolutions.com/2010/05/akihabara-replacing-flash-games-with-javascript/comment-page-1/#comment-630</link>
		<dc:creator>kzurawel</dc:creator>
		<pubDate>Sat, 08 May 2010 20:04:34 +0000</pubDate>
		<guid isPermaLink="false">http://arborwebsolutions.com/?p=313#comment-630</guid>
		<description>Thanks for the reply. You&#039;re right, the lack of JavaScript IDEs really is the big sticking point. Adobe keeps saying that they want to produce best-in-class tools for HTML5 content - if they can pull it off, I think they&#039;ll be just as relevant (if not more) than they were when they first bought Macromedia.</description>
		<content:encoded><![CDATA[<p>Thanks for the reply. You&#8217;re right, the lack of JavaScript IDEs really is the big sticking point. Adobe keeps saying that they want to produce best-in-class tools for HTML5 content &#8211; if they can pull it off, I think they&#8217;ll be just as relevant (if not more) than they were when they first bought Macromedia.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Akihabara &#8211; Replacing Flash Games with JavaScript by Dmitry</title>
		<link>http://arborwebsolutions.com/2010/05/akihabara-replacing-flash-games-with-javascript/comment-page-1/#comment-629</link>
		<dc:creator>Dmitry</dc:creator>
		<pubDate>Sat, 08 May 2010 19:56:20 +0000</pubDate>
		<guid isPermaLink="false">http://arborwebsolutions.com/?p=313#comment-629</guid>
		<description>&lt;cite&gt;While the performance of Akihabara is impressive, the fact that source code is easily available makes it unlikely that serious commercial projects will choose this route.  &lt;/cite&gt;
You can easily extract source code from Flash SWF with Sothink Decompiler. On the other hand, it is possible to obfuscate JavaScirpt code by bloating logic flow, renaming variables, and dynamically evaluating downloaded code.
Roughly speaking, except that javascript is not compiled to bytecode it is completely equal to Flash in features. The reason why it is not used today is because it has no advantages over Flash, and a lot of libraries and ide applications exist for Flash but not for javascript.</description>
		<content:encoded><![CDATA[<p><cite>While the performance of Akihabara is impressive, the fact that source code is easily available makes it unlikely that serious commercial projects will choose this route.  </cite><br />
You can easily extract source code from Flash SWF with Sothink Decompiler. On the other hand, it is possible to obfuscate JavaScirpt code by bloating logic flow, renaming variables, and dynamically evaluating downloaded code.<br />
Roughly speaking, except that javascript is not compiled to bytecode it is completely equal to Flash in features. The reason why it is not used today is because it has no advantages over Flash, and a lot of libraries and ide applications exist for Flash but not for javascript.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Akihabara &#8211; Replacing Flash Games with JavaScript by Free Javascript Code</title>
		<link>http://arborwebsolutions.com/2010/05/akihabara-replacing-flash-games-with-javascript/comment-page-1/#comment-627</link>
		<dc:creator>Free Javascript Code</dc:creator>
		<pubDate>Thu, 06 May 2010 10:25:32 +0000</pubDate>
		<guid isPermaLink="false">http://arborwebsolutions.com/?p=313#comment-627</guid>
		<description>that&#039;s all cool &amp; great js tool to try, thank you very much for sharing.</description>
		<content:encoded><![CDATA[<p>that&#8217;s all cool &amp; great js tool to try, thank you very much for sharing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Comprehensive Guide to Using Cufon Text with Raphael by WP Themes</title>
		<link>http://arborwebsolutions.com/2010/04/comprehensive-guide-to-using-cufon-text-with-raphael/comment-page-1/#comment-613</link>
		<dc:creator>WP Themes</dc:creator>
		<pubDate>Sun, 02 May 2010 04:31:21 +0000</pubDate>
		<guid isPermaLink="false">http://arborwebsolutions.com/?p=303#comment-613</guid>
		<description>Nice dispatch and this post helped me alot in my college assignement. Say thank you you on your information.</description>
		<content:encoded><![CDATA[<p>Nice dispatch and this post helped me alot in my college assignement. Say thank you you on your information.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Comprehensive Guide to Using Cufon Text with Raphael by Bulldogs And You &#8211; Guide To Bulldogs. &#124; '79 CORVETTE</title>
		<link>http://arborwebsolutions.com/2010/04/comprehensive-guide-to-using-cufon-text-with-raphael/comment-page-1/#comment-561</link>
		<dc:creator>Bulldogs And You &#8211; Guide To Bulldogs. &#124; '79 CORVETTE</dc:creator>
		<pubDate>Tue, 20 Apr 2010 12:19:42 +0000</pubDate>
		<guid isPermaLink="false">http://arborwebsolutions.com/?p=303#comment-561</guid>
		<description>[...] Comprehensive Guide to Using Cufon Text with Raphael [...]</description>
		<content:encoded><![CDATA[<p>[...] Comprehensive Guide to Using Cufon Text with Raphael [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Web Hosting Demystified, Part 1 by shared hosting solutions</title>
		<link>http://arborwebsolutions.com/2009/11/web-hosting-demystified-part-1/comment-page-1/#comment-449</link>
		<dc:creator>shared hosting solutions</dc:creator>
		<pubDate>Mon, 29 Mar 2010 20:22:06 +0000</pubDate>
		<guid isPermaLink="false">http://arborwebsolutions.com/blog/?p=91#comment-449</guid>
		<description>[...] hosting solution for dynamic applications must be able to separate applications so that they run ...Web Hosting Demystified, Part 1How is anyone supposed to choose between all these hosting companies and all of the hosting plans [...]</description>
		<content:encoded><![CDATA[<p>[...] hosting solution for dynamic applications must be able to separate applications so that they run &#8230;Web Hosting Demystified, Part 1How is anyone supposed to choose between all these hosting companies and all of the hosting plans [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Phase 1 Complete by phase 1 - StartTags.com</title>
		<link>http://arborwebsolutions.com/2009/11/phase-1-complete/comment-page-1/#comment-284</link>
		<dc:creator>phase 1 - StartTags.com</dc:creator>
		<pubDate>Sat, 06 Feb 2010 07:30:34 +0000</pubDate>
		<guid isPermaLink="false">http://arborwebsolutions.com/?p=163#comment-284</guid>
		<description>[...] but also to market myself towards the industry. Think I can considered it accomplished. ...Phase 1 CompleteSo, phase 1 of this site&#039;s redesign is now complete. If you&#039;ve visited this site before last night, [...]</description>
		<content:encoded><![CDATA[<p>[...] but also to market myself towards the industry. Think I can considered it accomplished. &#8230;Phase 1 CompleteSo, phase 1 of this site&#39;s redesign is now complete. If you&#39;ve visited this site before last night, [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on So Long, Firefox? by So Long, Firefox? &#124; Firefox News on Twitter</title>
		<link>http://arborwebsolutions.com/2010/01/so-long-firefox/comment-page-1/#comment-205</link>
		<dc:creator>So Long, Firefox? &#124; Firefox News on Twitter</dc:creator>
		<pubDate>Tue, 19 Jan 2010 06:53:27 +0000</pubDate>
		<guid isPermaLink="false">http://arborwebsolutions.com/?p=259#comment-205</guid>
		<description>[...] Original post: So Long, Firefox? [...]</description>
		<content:encoded><![CDATA[<p>[...] Original post: So Long, Firefox? [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Web Design and Development: The Mile-High View by kzurawel</title>
		<link>http://arborwebsolutions.com/2009/11/web-design-and-development-the-mile-high-view/comment-page-1/#comment-199</link>
		<dc:creator>kzurawel</dc:creator>
		<pubDate>Wed, 13 Jan 2010 15:11:57 +0000</pubDate>
		<guid isPermaLink="false">http://arborwebsolutions.com/blog/?p=77#comment-199</guid>
		<description>Thanks, I&#039;m glad you enjoyed the article. I&#039;m trying to create articles that are useful to clients as well as to web designers / developers who need to explain things to their own clients. I&#039;ve written other articles on things to look for in a designer and advertising with Google AdWords, you might find them useful as well.</description>
		<content:encoded><![CDATA[<p>Thanks, I&#8217;m glad you enjoyed the article. I&#8217;m trying to create articles that are useful to clients as well as to web designers / developers who need to explain things to their own clients. I&#8217;ve written other articles on things to look for in a designer and advertising with Google AdWords, you might find them useful as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Design 001: Opera Website by Design 002: Psychologist Website</title>
		<link>http://arborwebsolutions.com/2010/01/design-001-opera-website/comment-page-1/#comment-198</link>
		<dc:creator>Design 002: Psychologist Website</dc:creator>
		<pubDate>Wed, 13 Jan 2010 14:11:13 +0000</pubDate>
		<guid isPermaLink="false">http://arborwebsolutions.com/?p=231#comment-198</guid>
		<description>[...] like to present design number 2 of my 2010 New Year&#8217;s resolution, a few days after my rework of the Florida Grand Opera&#8217;s website. This time, I&#8217;ve created a site for a psychologist &#8211; specifically, Ivan Pavlov working [...]</description>
		<content:encoded><![CDATA[<p>[...] like to present design number 2 of my 2010 New Year&#8217;s resolution, a few days after my rework of the Florida Grand Opera&#8217;s website. This time, I&#8217;ve created a site for a psychologist &#8211; specifically, Ivan Pavlov working [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Web Design and Development: The Mile-High View by website design nyc</title>
		<link>http://arborwebsolutions.com/2009/11/web-design-and-development-the-mile-high-view/comment-page-1/#comment-197</link>
		<dc:creator>website design nyc</dc:creator>
		<pubDate>Wed, 13 Jan 2010 13:10:24 +0000</pubDate>
		<guid isPermaLink="false">http://arborwebsolutions.com/blog/?p=77#comment-197</guid>
		<description>Really useful article. Bookmarked. Thanks for sharing.</description>
		<content:encoded><![CDATA[<p>Really useful article. Bookmarked. Thanks for sharing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on News Wikis, Ann Arbor style by Living in Nowhere-Land</title>
		<link>http://arborwebsolutions.com/2009/09/news-wikis-ann-arbor-style/comment-page-1/#comment-80</link>
		<dc:creator>Living in Nowhere-Land</dc:creator>
		<pubDate>Wed, 16 Dec 2009 16:33:21 +0000</pubDate>
		<guid isPermaLink="false">http://arborwebsolutions.com/blog/?p=13#comment-80</guid>
		<description>[...] who have been reading this blog for a while may know that I have a strong interest in the looming death of printed newspapers. So I found a recent article from Harpers Online particularly interesting. Richard Rodriguez&#8217; [...]</description>
		<content:encoded><![CDATA[<p>[...] who have been reading this blog for a while may know that I have a strong interest in the looming death of printed newspapers. So I found a recent article from Harpers Online particularly interesting. Richard Rodriguez&#8217; [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
