<?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 on: Personal Project: Create a Griddler game</title>
	<atom:link href="http://cappelendesign.no/2010/04/personal-project-create-a-griddler-game/feed/" rel="self" type="application/rss+xml" />
	<link>http://cappelendesign.no/2010/04/personal-project-create-a-griddler-game/</link>
	<description></description>
	<lastBuildDate>Sat, 04 Feb 2012 18:33:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: My favorite Android apps &#124; @nnci&#039;s blog</title>
		<link>http://cappelendesign.no/2010/04/personal-project-create-a-griddler-game/#comment-77</link>
		<dc:creator>My favorite Android apps &#124; @nnci&#039;s blog</dc:creator>
		<pubDate>Fri, 24 Jun 2011 21:14:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.acornartwork.com/blog/?p=634#comment-77</guid>
		<description>[...] the only Griddler app available, Nonogram, pretty much sucks. Seems like I have to go through with creating my own Android based Griddler. But as for now, try some of these games: [...] </description>
		<content:encoded><![CDATA[<p>[...] the only Griddler app available, Nonogram, pretty much sucks. Seems like I have to go through with creating my own Android based Griddler. But as for now, try some of these games: [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Personal Project: Web-based Griddler game &#124; Blog</title>
		<link>http://cappelendesign.no/2010/04/personal-project-create-a-griddler-game/#comment-76</link>
		<dc:creator>Personal Project: Web-based Griddler game &#124; Blog</dc:creator>
		<pubDate>Sun, 20 Jun 2010 15:08:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.acornartwork.com/blog/?p=634#comment-76</guid>
		<description>[...] Easter I started a personal project on creating a Griddler game (read the post here). The ultimate goal is to develop an Android-based Griddler game, but as for now I want to begin [...] </description>
		<content:encoded><![CDATA[<p>[...] Easter I started a personal project on creating a Griddler game (read the post here). The ultimate goal is to develop an Android-based Griddler game, but as for now I want to begin [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AcornArtwork blog launched &#124; @nnci&#039;s blog</title>
		<link>http://cappelendesign.no/2010/04/personal-project-create-a-griddler-game/#comment-75</link>
		<dc:creator>AcornArtwork blog launched &#124; @nnci&#039;s blog</dc:creator>
		<pubDate>Sat, 10 Apr 2010 13:32:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.acornartwork.com/blog/?p=634#comment-75</guid>
		<description>[...] within that field. At the moment I have several projects going to keep my brain busy, for example creating a Griddler game using PHP, JavaScript and [...] </description>
		<content:encoded><![CDATA[<p>[...] within that field. At the moment I have several projects going to keep my brain busy, for example creating a Griddler game using PHP, JavaScript and [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ann Christin</title>
		<link>http://cappelendesign.no/2010/04/personal-project-create-a-griddler-game/#comment-74</link>
		<dc:creator>Ann Christin</dc:creator>
		<pubDate>Wed, 07 Apr 2010 09:34:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.acornartwork.com/blog/?p=634#comment-74</guid>
		<description>Wow, thank you for the jQuery tip! 

I spent all day yesterday fiddling with jQuery, and it&#039;s so much easier than JavaScript! My Griddler code was shortened down to 1/5 and also works much much better. :-)

I owe you one! ;-)</description>
		<content:encoded><![CDATA[<p>Wow, thank you for the jQuery tip! </p>
<p>I spent all day yesterday fiddling with jQuery, and it&#8217;s so much easier than JavaScript! My Griddler code was shortened down to 1/5 and also works much much better. <img src='http://cappelendesign.no/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>I owe you one! <img src='http://cappelendesign.no/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Håkon Nessjøen</title>
		<link>http://cappelendesign.no/2010/04/personal-project-create-a-griddler-game/#comment-73</link>
		<dc:creator>Håkon Nessjøen</dc:creator>
		<pubDate>Tue, 06 Apr 2010 22:38:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.acornartwork.com/blog/?p=634#comment-73</guid>
		<description>Yes.. jQuery lets you work with the DOM like CSS.. So for example, changing the color of all elements with class=&quot;something&quot; would be as simple as:
  $(&#039;.something&#039;).css(&#039;color&#039;, &#039;red&#039;);

or hide an element with an id:
  $(&#039;#theid&#039;).hide(&#039;slow&#039;);

Etc. Read up on jquery, it&#039;ll change the way you look at javascript for ever. ;)</description>
		<content:encoded><![CDATA[<p>Yes.. jQuery lets you work with the DOM like CSS.. So for example, changing the color of all elements with class=&#8221;something&#8221; would be as simple as:<br />
  $(&#8216;.something&#8217;).css(&#8216;color&#8217;, &#8216;red&#8217;);</p>
<p>or hide an element with an id:<br />
  $(&#8216;#theid&#8217;).hide(&#8216;slow&#8217;);</p>
<p>Etc. Read up on jquery, it&#8217;ll change the way you look at javascript for ever. <img src='http://cappelendesign.no/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ann Christin</title>
		<link>http://cappelendesign.no/2010/04/personal-project-create-a-griddler-game/#comment-72</link>
		<dc:creator>Ann Christin</dc:creator>
		<pubDate>Mon, 05 Apr 2010 22:51:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.acornartwork.com/blog/?p=634#comment-72</guid>
		<description>Hmm, hadn&#039;t thought of jQuery. :-) Doesn&#039;t know it very well, but worth looking into if you think that may be easier?</description>
		<content:encoded><![CDATA[<p>Hmm, hadn&#8217;t thought of jQuery. <img src='http://cappelendesign.no/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  Doesn&#8217;t know it very well, but worth looking into if you think that may be easier?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Håkon Nessjøen</title>
		<link>http://cappelendesign.no/2010/04/personal-project-create-a-griddler-game/#comment-71</link>
		<dc:creator>Håkon Nessjøen</dc:creator>
		<pubDate>Mon, 05 Apr 2010 22:13:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.acornartwork.com/blog/?p=634#comment-71</guid>
		<description>Cool project, havent heard about griddler before, need to check that out!

I hope you use jQuery for the javascript part :) Or you&#039;ll hurt yourself writing too much for too little ;)</description>
		<content:encoded><![CDATA[<p>Cool project, havent heard about griddler before, need to check that out!</p>
<p>I hope you use jQuery for the javascript part <img src='http://cappelendesign.no/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Or you&#8217;ll hurt yourself writing too much for too little <img src='http://cappelendesign.no/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

