<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" 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:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>DavidGranado.com</title>
	
	<link>http://www.davidgranado.com</link>
	<description>Just the mindless blathering of a bored nerd</description>
	<lastBuildDate>Sun, 22 Jan 2012 21:05:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/Davidgranado" /><feedburner:info uri="davidgranado" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>BackboneJS/RequireJS Stack Boilerplate</title>
		<link>http://feedproxy.google.com/~r/Davidgranado/~3/MzTTp1cYtiU/</link>
		<comments>http://www.davidgranado.com/2012/01/backbonejsrequirejs-stack-boilerplate/#comments</comments>
		<pubDate>Wed, 11 Jan 2012 01:49:53 +0000</pubDate>
		<dc:creator>David Granado</dc:creator>
				<category><![CDATA[My Demos]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[amd]]></category>
		<category><![CDATA[backbone]]></category>
		<category><![CDATA[backbonejs]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[requirejs]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[underscore]]></category>
		<category><![CDATA[underscorejs]]></category>

		<guid isPermaLink="false">http://www.davidgranado.com/?p=599</guid>
		<description>I've posted my boilerplate code for my projects on github.  It's set up for you to just drop in and get coding.

&lt;a href="https://github.com/david0178418/BackboneJS-AMD-Boilerplate" target="_blank"&gt;https://github.com/david0178418/BackboneJS-AMD-Boilerplate&lt;/a&gt;

This boilerplate code contains:

jQuery
Underscore
Backbone (AMD ready fork)
Normalize CSS

&lt;h3&gt;&lt;span style="font-weight: normal;"&gt;Todo Example&lt;/span&gt;&lt;/h3&gt;

I've reimplemented a quick todo list app using this

&lt;a href="http://davidgranado.com/demos/todo-example/" target="_blank"&gt;You can see it here&lt;/a&gt;

This demo loads dummy data but does not persist it locally or on the server.

Hopefully soon, I'll be releasing a tutorial on how to recreate the common todo list in this AMD format.

Enjoy!


No related posts.

Related posts brought to you by &lt;a href='http://yarpp.org'&gt;Yet Another Related Posts Plugin&lt;/a&gt;.&lt;img src="http://feeds.feedburner.com/~r/Davidgranado/~4/MzTTp1cYtiU" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.davidgranado.com/2012/01/backbonejsrequirejs-stack-boilerplate/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.davidgranado.com/2012/01/backbonejsrequirejs-stack-boilerplate/</feedburner:origLink></item>
		<item>
		<title>Getting jQuery 1.7+ and/or Backbone to Play Nicely with RequireJS</title>
		<link>http://feedproxy.google.com/~r/Davidgranado/~3/YIycS7byPT8/</link>
		<comments>http://www.davidgranado.com/2012/01/getting-jquery-1-7-andor-backbone-to-play-nicely-with-requirejs/#comments</comments>
		<pubDate>Wed, 11 Jan 2012 01:38:55 +0000</pubDate>
		<dc:creator>David Granado</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[amd]]></category>
		<category><![CDATA[backbone]]></category>
		<category><![CDATA[backbonejs]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[requirejs]]></category>
		<category><![CDATA[underscore]]></category>
		<category><![CDATA[underscorejs]]></category>

		<guid isPermaLink="false">http://www.davidgranado.com/?p=594</guid>
		<description>If, like myself, you're new to RequireJS and you're trying to use it to roll your Backbone projects, you may be running into a few issues.  Alas, it's not quite plug n' play (yet!).

There are a variety of places to find solutions to this problem.  The only catch is that the libraries are in a bit of a state of flux.  But for now, the fix is very easy


No related posts.

Related posts brought to you by &lt;a href='http://yarpp.org'&gt;Yet Another Related Posts Plugin&lt;/a&gt;.&lt;img src="http://feeds.feedburner.com/~r/Davidgranado/~4/YIycS7byPT8" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.davidgranado.com/2012/01/getting-jquery-1-7-andor-backbone-to-play-nicely-with-requirejs/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		<feedburner:origLink>http://www.davidgranado.com/2012/01/getting-jquery-1-7-andor-backbone-to-play-nicely-with-requirejs/</feedburner:origLink></item>
		<item>
		<title>Nginx Rewrite Through index.php</title>
		<link>http://feedproxy.google.com/~r/Davidgranado/~3/MaRpYxvM5Ik/</link>
		<comments>http://www.davidgranado.com/2012/01/nginx-rewrite-through-index-php/#comments</comments>
		<pubDate>Thu, 05 Jan 2012 02:52:11 +0000</pubDate>
		<dc:creator>David Granado</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Tech Talk]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[index]]></category>
		<category><![CDATA[nginx]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[routing]]></category>
		<category><![CDATA[slim]]></category>

		<guid isPermaLink="false">http://www.davidgranado.com/?p=592</guid>
		<description>Making the move from Apache to Nginx and wondering how the hell to route traffic through your index file?  Here's how


No related posts.

Related posts brought to you by &lt;a href='http://yarpp.org'&gt;Yet Another Related Posts Plugin&lt;/a&gt;.&lt;img src="http://feeds.feedburner.com/~r/Davidgranado/~4/MaRpYxvM5Ik" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.davidgranado.com/2012/01/nginx-rewrite-through-index-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.davidgranado.com/2012/01/nginx-rewrite-through-index-php/</feedburner:origLink></item>
		<item>
		<title>NakedTransition v0.1 – A simple jQuery image transition plugin</title>
		<link>http://feedproxy.google.com/~r/Davidgranado/~3/HPUJmhJaMfE/</link>
		<comments>http://www.davidgranado.com/2011/09/nakedtransition-v0-1-a-simple-jquery-image-transition-plugin/#comments</comments>
		<pubDate>Sat, 03 Sep 2011 05:06:29 +0000</pubDate>
		<dc:creator>David Granado</dc:creator>
				<category><![CDATA[My Demos]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[image transitions]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://www.davidgranado.com/?p=575</guid>
		<description>NakedTransition is a simple transition jQuery plugin for creating fancy transitions between images.  Why is it called "Naked Transitions"?  Because most other image transition libraries require the use of a full blown gallery.  Sometimes, you just need nothing more than to flip an image...with a nice transition


No related posts.

Related posts brought to you by &lt;a href='http://yarpp.org'&gt;Yet Another Related Posts Plugin&lt;/a&gt;.&lt;img src="http://feeds.feedburner.com/~r/Davidgranado/~4/HPUJmhJaMfE" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.davidgranado.com/2011/09/nakedtransition-v0-1-a-simple-jquery-image-transition-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.davidgranado.com/2011/09/nakedtransition-v0-1-a-simple-jquery-image-transition-plugin/</feedburner:origLink></item>
		<item>
		<title>MakeASetGame.com now up!</title>
		<link>http://feedproxy.google.com/~r/Davidgranado/~3/ejI0cPKTHN4/</link>
		<comments>http://www.davidgranado.com/2011/07/makeasetgame-com-now-up/#comments</comments>
		<pubDate>Wed, 06 Jul 2011 01:34:43 +0000</pubDate>
		<dc:creator>David Granado</dc:creator>
				<category><![CDATA[Gaming]]></category>
		<category><![CDATA[My Demos]]></category>
		<category><![CDATA[gaming]]></category>
		<category><![CDATA[video games]]></category>

		<guid isPermaLink="false">http://www.davidgranado.com/?p=569</guid>
		<description>My dinky little demo gets its own dinky little website:

&lt;a href="http://makeasetgame.com/"&gt;MakeASetGame.com&lt;/a


No related posts.

Related posts brought to you by &lt;a href='http://yarpp.org'&gt;Yet Another Related Posts Plugin&lt;/a&gt;.&lt;img src="http://feeds.feedburner.com/~r/Davidgranado/~4/ejI0cPKTHN4" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.davidgranado.com/2011/07/makeasetgame-com-now-up/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.davidgranado.com/2011/07/makeasetgame-com-now-up/</feedburner:origLink></item>
		<item>
		<title>Serve a Static HTML File with NodeJS</title>
		<link>http://feedproxy.google.com/~r/Davidgranado/~3/y28QkytS3YQ/</link>
		<comments>http://www.davidgranado.com/2011/01/serve-a-static-html-file-with-nodejs/#comments</comments>
		<pubDate>Tue, 18 Jan 2011 23:30:39 +0000</pubDate>
		<dc:creator>David Granado</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[node]]></category>
		<category><![CDATA[nodejs]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.davidgranado.com/?p=543</guid>
		<description>So, I posed a question onto StackOverflow today and got some really good advice. My question was this: how do I server a simple static HTML file from Node.js. I&amp;#8217;m not a fan of doing this: response.write("...&amp;#60;p&amp;#62;blahblahblah&amp;#60;/p&amp;#62;..."); From most, the answer was &amp;#8220;use Express.js&amp;#8220;. That&amp;#8217;s good advice if you just want to get the job 


No related posts.

Related posts brought to you by &lt;a href='http://yarpp.org'&gt;Yet Another Related Posts Plugin&lt;/a&gt;.&lt;img src="http://feeds.feedburner.com/~r/Davidgranado/~4/y28QkytS3YQ" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.davidgranado.com/2011/01/serve-a-static-html-file-with-nodejs/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.davidgranado.com/2011/01/serve-a-static-html-file-with-nodejs/</feedburner:origLink></item>
		<item>
		<title>“Make a Set” Mobile</title>
		<link>http://feedproxy.google.com/~r/Davidgranado/~3/s-uUZiBEuPg/</link>
		<comments>http://www.davidgranado.com/2010/11/make-a-set-mobile/#comments</comments>
		<pubDate>Tue, 30 Nov 2010 06:24:31 +0000</pubDate>
		<dc:creator>David Granado</dc:creator>
				<category><![CDATA[Gaming]]></category>
		<category><![CDATA[My Demos]]></category>

		<guid isPermaLink="false">http://www.davidgranado.com/?p=536</guid>
		<description>Hot on the heels of my standard browser version, here comes the mobile version...ish.  That is, it is refactored to run on your Android and iPhone/iPad/iSink.  Additionally, if you add a bookmark to your homescreen, you can run it without net access as an app!


No related posts.

Related posts brought to you by &lt;a href='http://yarpp.org'&gt;Yet Another Related Posts Plugin&lt;/a&gt;.&lt;img src="http://feeds.feedburner.com/~r/Davidgranado/~4/s-uUZiBEuPg" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.davidgranado.com/2010/11/make-a-set-mobile/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.davidgranado.com/2010/11/make-a-set-mobile/</feedburner:origLink></item>
		<item>
		<title>“Make a Set” Game</title>
		<link>http://feedproxy.google.com/~r/Davidgranado/~3/xhaZlmhv0xY/</link>
		<comments>http://www.davidgranado.com/2010/11/make-a-set-game/#comments</comments>
		<pubDate>Mon, 29 Nov 2010 06:01:51 +0000</pubDate>
		<dc:creator>David Granado</dc:creator>
				<category><![CDATA[My Demos]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[canvas]]></category>
		<category><![CDATA[card game]]></category>
		<category><![CDATA[game]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[set]]></category>

		<guid isPermaLink="false">http://www.davidgranado.com/?p=524</guid>
		<description>So I was with my wife's family over Thanksgiving this year gorging on enough meat a starches to tranquilize a small yak.  After said gorging, my wife pulled out a game that I had never before played.  It was called Set.  And, man, was it fun.  But, man, did I suck at it.

Anywho, after playing the game, I thought about the rules and though "Dude, that would be an easy thing to make."  So, I sloppily spend a few hours hacking this nasty bad boy together.  After all, I am too cheap to go an just but it


No related posts.

Related posts brought to you by &lt;a href='http://yarpp.org'&gt;Yet Another Related Posts Plugin&lt;/a&gt;.&lt;img src="http://feeds.feedburner.com/~r/Davidgranado/~4/xhaZlmhv0xY" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.davidgranado.com/2010/11/make-a-set-game/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.davidgranado.com/2010/11/make-a-set-game/</feedburner:origLink></item>
		<item>
		<title>Original Canvas Game Demo…Sorta…</title>
		<link>http://feedproxy.google.com/~r/Davidgranado/~3/Mar5EPM64vY/</link>
		<comments>http://www.davidgranado.com/2010/11/original-canvas-game-demo-sorta/#comments</comments>
		<pubDate>Mon, 22 Nov 2010 07:26:45 +0000</pubDate>
		<dc:creator>David Granado</dc:creator>
				<category><![CDATA[My Demos]]></category>
		<category><![CDATA[canvas]]></category>
		<category><![CDATA[demo]]></category>
		<category><![CDATA[game]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://www.davidgranado.com/?p=508</guid>
		<description>So, I've been having quite a bit of fun with javascript and canvas as of late. And one of the best (read "fun") ways to learn anything with graphics is to make games.

As of yet, I've remade Snake and Worm, and now I'm working on an original. Buuuuut given the fact that times are busy right now, and I'm figuring that it will be sometime by the turn of the century.

For now, I'll just post my incremental progress as I find free time to work on such things.

&lt;a href="http://www.davidgranado.com/demos/game_demo1/"&gt;"Play" it here!&lt;/a


No related posts.

Related posts brought to you by &lt;a href='http://yarpp.org'&gt;Yet Another Related Posts Plugin&lt;/a&gt;.&lt;img src="http://feeds.feedburner.com/~r/Davidgranado/~4/Mar5EPM64vY" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.davidgranado.com/2010/11/original-canvas-game-demo-sorta/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.davidgranado.com/2010/11/original-canvas-game-demo-sorta/</feedburner:origLink></item>
		<item>
		<title>Ubuntu 10.10 Fix For Geany Editor Saving Blank Files</title>
		<link>http://feedproxy.google.com/~r/Davidgranado/~3/Mg_qu2Ji7DQ/</link>
		<comments>http://www.davidgranado.com/2010/10/ubuntu-10-10-fix-for-geany-editor-saving-blank-files/#comments</comments>
		<pubDate>Mon, 18 Oct 2010 00:12:04 +0000</pubDate>
		<dc:creator>David Granado</dc:creator>
				<category><![CDATA[Tech Talk]]></category>
		<category><![CDATA[10.10]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[geany]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[maverick meerkat]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.davidgranado.com/?p=481</guid>
		<description>Maverick Meerkat is here, and thus far, seems great.  However, one issue came up that initially caused a great deal of confusion that later transitioned into a large headache.  That issue was that my current favorite editor for coding, &lt;a href="http://www.geany.org/" target ="_blank"&gt;Geany&lt;/a&gt;, was having issues saving remote files.  


No related posts.

Related posts brought to you by &lt;a href='http://yarpp.org'&gt;Yet Another Related Posts Plugin&lt;/a&gt;.&lt;img src="http://feeds.feedburner.com/~r/Davidgranado/~4/Mg_qu2Ji7DQ" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.davidgranado.com/2010/10/ubuntu-10-10-fix-for-geany-editor-saving-blank-files/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.davidgranado.com/2010/10/ubuntu-10-10-fix-for-geany-editor-saving-blank-files/</feedburner:origLink></item>
	</channel>
</rss><!-- This Quick Cache file was built for (  www.davidgranado.com/feed/ ) in 2.82623 seconds, on Jan 22nd, 2012 at 9:10 pm UTC. --><!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on Jan 22nd, 2012 at 10:10 pm UTC -->

