<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	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/"
	>

<channel>
	<title>Rob Walch</title>
	<atom:link href="http://www.robwalch.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.robwalch.com</link>
	<description>Web Developer</description>
	<lastBuildDate>Fri, 30 Mar 2012 20:34:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>JSHint for Sublime Text 2</title>
		<link>http://www.robwalch.com/sublime-jshint/</link>
		<comments>http://www.robwalch.com/sublime-jshint/#comments</comments>
		<pubDate>Fri, 30 Mar 2012 16:44:51 +0000</pubDate>
		<dc:creator>robwalch</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[sublime text 2]]></category>
		<category><![CDATA[text editors]]></category>

		<guid isPermaLink="false">http://www.robwalch.com/?p=459</guid>
		<description><![CDATA[The other day I setup a quick build system for Lux Ahoy based on jQuery&#8217;s Makefile. One of the nifty bonuses was the JavaScript syntax checker JSHint. It gives tons on tips on how to clean up your code, and may &#8230; <a href="http://www.robwalch.com/sublime-jshint/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The other day I setup a quick build system for <a title="Lux Ahoy" href="http://www.robwalch.com/luxahoy/">Lux Ahoy</a> based on <a href="https://github.com/jquery/jquery/blob/master/Makefile">jQuery&#8217;s Makefile</a>. One of the nifty bonuses was the JavaScript syntax checker <a href="http://www.jshint.com/">JSHint</a>. It gives tons on tips on how to clean up your code, and may even detect potential errors. If you want to try it out, just head to jshint.com with some code ready to paste and get Linting!</p>
<p>To get the most out of a syntax checker I want it built into my text editor and maybe even run every time I save a JavaScript file. Enter <a href="https://github.com/uipoet/sublime-jshint">JSHint for Sublime Text 2</a> and <a href="http://wbond.net/sublime_packages/package_control/installation">Sublime Package Control</a>. JSHint for Sublime will output all of the linty goodness in Sublime Text&#8217;s console. All the instructions are <a href="https://github.com/uipoet/sublime-jshint">there</a> and if you haven&#8217;t added any packages to Sublime you&#8217;ll quickly get addicted. I&#8217;ve also installed <a href="https://github.com/Kronuz/SublimeLinter">SublimeLinter</a> which highlights code inline. That should annoy me into cleaning up my code, or drive me to write everything in <a href="http://coffeescript.org/">CoffeeScript</a>!</p>
<p>After a couple of hours <a href="https://github.com/Kronuz/SublimeLinter">SublimeLinter</a> turns out to be the perfect companion with fewer white space errors than JSHint for Sublime. Are those from jslint or an older version of jshint? Keep your columns Douglas Crockford!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.robwalch.com/sublime-jshint/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Lux Ahoy</title>
		<link>http://www.robwalch.com/luxahoy/</link>
		<comments>http://www.robwalch.com/luxahoy/#comments</comments>
		<pubDate>Wed, 28 Mar 2012 18:08:18 +0000</pubDate>
		<dc:creator>robwalch</dc:creator>
				<category><![CDATA[HTML5]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[game design]]></category>
		<category><![CDATA[games]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[ios]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[luxurious animals]]></category>
		<category><![CDATA[portfolio]]></category>
		<category><![CDATA[websites]]></category>

		<guid isPermaLink="false">http://www.robwalch.com/?p=444</guid>
		<description><![CDATA[Lux Ahoy: HTML5 Game I recently helped my buddies Luxurious Animals launch a new HTML5 game demo called &#8220;Lux Ahoy&#8221;. The game, currently in beta, is a 2D physics-based action/shooter where two pirate ships take turns firing cannon balls at &#8230; <a href="http://www.robwalch.com/luxahoy/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://luxahoy.com"><img class="wp-image-445 alignnone" title="LuxAhoyBanner" src="http://www.robwalch.com/wp-content/uploads/2012/03/LuxAhoyBanner.jpg" alt="" width="1024" height="400" /></a></p>
<p><strong><a href="http://luxahoy.com" target="_blank">Lux Ahoy: HTML5 Game<br />
</a></strong><div id="wp-private-box"></div></p>
<p>I recently helped my buddies <a href="http://www.luxanimals.com" target="_blank">Luxurious Animals</a> launch a new HTML5 game demo called &#8220;Lux Ahoy&#8221;. The game, currently in beta, is a 2D physics-based action/shooter where two pirate ships take turns firing cannon balls at each other until one of the ships sink. What really sets this title apart is the stunning artwork as well as the play achieved through the design of each level. All the credit for creativity, design and game development goes to Lux and their fantastic team.</p>
<p>I was brought on just before launch to work on optimization and compatibility with mobile devices &#8211; iPad and iPhone being the primary focus. The game uses a combination of HTML5 Canvas and CSS to achieve layered animation. While some might choose to do everything in canvas or vice versa, Lux found a happy balance between both. As a late comer to the project, this is something I had to contend with. The majority of what I did to improve graphics performance was to ensure that DOM elements being animated with CSS were being treated as accelerated render layers in WebKit. Accelerated compositing had a big impact on all of the UI transitions as well as some in-game elements. I owe the techniques I used to Matt Seeley, an engineer at Netflix, and <a title="WebKit in Your Living Room" href="http://techblog.netflix.com/2012/01/webkit-in-your-living-room.html" target="_blank">the talk he gave in January at the HTML5 Dev Conf</a>.</p>
<p>While I left the HTML5 Canvas code alone for the most part, it&#8217;s worth mentioning that the game uses Grant Skinner&#8217;s EaselJS and SoundJS as well as other parts of his upcoming <a href="http://gskinner.com/blog/archives/2012/03/announcing-createjs.html" target="_blank">CreateJS framework</a>. Most of my effort there was on SoundJS and making sure that HTML5 Audio would play on Safari. We also had to support background music on iOS where we&#8217;re limited to playback on only one audio channel which must be triggered by a user initiated event (on click).</p>
<p>I&#8217;d still love to take a stab at speeding up the canvas rendering or even porting the game&#8217;s sprite animations to accelerated rendering with CSS3. The canvas animation performance is acceptable as long as you&#8217;re running a recent version of iOS. I don&#8217;t recall hearing that Apple added accelerated canvas rendering to WebKit in iOS, but something is certainly better in iOS 5.1 than say 4.3.</p>
<p>I also helped with a few other details that I consider specialties of mine: social network widgets and Google Analytics tracking. We&#8217;re still watching and waiting for more results so please head over to <a href="http://luxahoy.com" target="_blank">luxahoy.com</a> on your desktop or smart phone and let me know what you think!</p>
<p><a href="http://www.luxanimals.com/blog/article/tallyho_luxahoy1" target="_blank">Read the blog entry at luxanimals.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.robwalch.com/luxahoy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wintertainment</title>
		<link>http://www.robwalch.com/wintertainment/</link>
		<comments>http://www.robwalch.com/wintertainment/#comments</comments>
		<pubDate>Thu, 01 Dec 2011 22:00:40 +0000</pubDate>
		<dc:creator>robwalch</dc:creator>
				<category><![CDATA[Work]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[facebook apps]]></category>
		<category><![CDATA[luxurious animals]]></category>
		<category><![CDATA[websites]]></category>

		<guid isPermaLink="false">http://www.robwalch.com/?p=431</guid>
		<description><![CDATA[XFINITY: 31 Days of Wintertainment Site Architecture, Development, Testing and Deployment LAMP, PHP/MySQL JavaScript/HTML (Social Media Integration, Analytics and Tracking) Facebook JS/PHP SDKs Project write up at luxanimals.com]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.facebook.com/xfinity?sk=app_278174842227783" target="_blank"><img class="alignnone size-full wp-image-433" title="Screen Shot 2011-12-06 at 2.22.43 AM" src="http://www.robwalch.com/wp-content/uploads/2011/12/Screen-Shot-2011-12-06-at-2.22.43-AM.png" alt="" width="729" height="596" /></a></p>
<p><strong><a href="http://www.facebook.com/xfinity?sk=app_278174842227783" target="_blank">XFINITY: 31 Days of Wintertainment<br />
</a></strong><div id="wp-private-box"></div></p>
<ul>
<li>Site Architecture, Development, Testing and Deployment</li>
<li>LAMP, PHP/MySQL</li>
<li>JavaScript/HTML (Social Media Integration, Analytics and Tracking)</li>
<li>Facebook JS/PHP SDKs</li>
</ul>
<p><a href="http://www.luxanimals.com/blog/article/31_days_of_wintertainment" target="_blank">Project write up at luxanimals.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.robwalch.com/wintertainment/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>99 Bottles of Beer</title>
		<link>http://www.robwalch.com/99-bottles-of-beer/</link>
		<comments>http://www.robwalch.com/99-bottles-of-beer/#comments</comments>
		<pubDate>Wed, 09 Nov 2011 17:00:05 +0000</pubDate>
		<dc:creator>robwalch</dc:creator>
				<category><![CDATA[Work]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[facebook apps]]></category>
		<category><![CDATA[luxurious animals]]></category>
		<category><![CDATA[websites]]></category>

		<guid isPermaLink="false">http://www.robwalch.com/?p=417</guid>
		<description><![CDATA[99 Bottles of Beer on Your Wall Site Architecture, Development, Testing and Deployment LAMP, PHP/MySQL JavaScript/HTML (Social Media Integration, Analytics and Tracking) Facebook JS/PHP SDKs Project write up at luxanimals.com]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.facebook.com/newcastle?sk=app_154241441326464" target="_blank"><img class="alignnone size-full wp-image-419" title="Screen Shot 2011-12-06 at 2.08.46 AM" src="http://www.robwalch.com/wp-content/uploads/2011/12/Screen-Shot-2011-12-06-at-2.08.46-AM.png" alt="" width="756" height="437" /></a></p>
<p><strong><a href="http://www.facebook.com/newcastle?sk=app_154241441326464" target="_blank">99 Bottles of Beer on Your Wall<br />
</a></strong><div id="wp-private-box"></div></p>
<ul>
<li>Site Architecture, Development, Testing and Deployment</li>
<li>LAMP, PHP/MySQL</li>
<li>JavaScript/HTML (Social Media Integration, Analytics and Tracking)</li>
<li>Facebook JS/PHP SDKs</li>
</ul>
<p><a href="http://www.luxanimals.com/blog/article/99_bottles_on_your_facebook_wall" target="_blank">Project write up at luxanimals.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.robwalch.com/99-bottles-of-beer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Walking the Dog</title>
		<link>http://www.robwalch.com/walking-the-dog/</link>
		<comments>http://www.robwalch.com/walking-the-dog/#comments</comments>
		<pubDate>Sat, 01 Oct 2011 05:21:30 +0000</pubDate>
		<dc:creator>robwalch</dc:creator>
				<category><![CDATA[Work]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[facebook apps]]></category>
		<category><![CDATA[luxurious animals]]></category>
		<category><![CDATA[websites]]></category>

		<guid isPermaLink="false">http://www.robwalch.com/?p=395</guid>
		<description><![CDATA[Walk the Dog Facebook app for Newcastle Site Architecture, Development, Testing and Deployment LAMP, PHP/MySQL JavaScript/HTML (Social Media Integration, Analytics and Tracking) Facebook JS/PHP SDKs]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.facebook.com/newcastle?sk=app_154241441326464"><img class="alignnone size-full wp-image-396" title="Weirdo Letter" src="http://www.robwalch.com/wp-content/uploads/2011/10/letter_weirdo_keyline.jpg" alt="" width="750" height="500" /></a></p>
<p><strong><a href="http://www.facebook.com/newcastle?sk=app_154241441326464" target="_blank">Walk the Dog Facebook app for Newcastle<br />
</a></strong><div id="wp-private-box"></div></p>
<ul>
<li>Site Architecture, Development, Testing and Deployment</li>
<li>LAMP, PHP/MySQL</li>
<li>JavaScript/HTML (Social Media Integration, Analytics and Tracking)</li>
<li>Facebook JS/PHP SDKs</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.robwalch.com/walking-the-dog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Make Git Local and Remote Repo</title>
		<link>http://www.robwalch.com/git-dreamhost-script/</link>
		<comments>http://www.robwalch.com/git-dreamhost-script/#comments</comments>
		<pubDate>Tue, 02 Aug 2011 19:15:30 +0000</pubDate>
		<dc:creator>robwalch</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[dreamhost]]></category>
		<category><![CDATA[scripts]]></category>

		<guid isPermaLink="false">http://wp.robwalch.com/?p=123</guid>
		<description><![CDATA[I created a shell script the turns any folder into a git repo with a remote branch master. The process is based on the quick setup described on DreamHost&#8217;s Wiki. The script can be used to easily initialize a local &#8230; <a href="http://www.robwalch.com/git-dreamhost-script/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I created a shell script the turns any folder into a git repo with a remote branch master. The process is based on the quick setup described on <a href="http://wiki.dreamhost.com/Git#Setup_One:_For_the_Impatient">DreamHost&#8217;s Wiki</a>.</p>
<p>The script can be used to easily initialize a local folder or take an existing local repo, and make the remote branch that will be used to push commits to pull down and merge code with team members.</p>
<h1>Usage</h1>
<p>I assigned the alias &#8220;mkgit&#8221; to the script for easy access from any directory. It accepts two parameters: a project name and remote host.</p>
<p>mkgit [project-name] [user@host]</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">$ <span style="color: #3C4C72; font-weight: bold;">cd</span> my-project-dir
$ mkgit my-project user<span style="color: #318495; font-weight: bold;">@</span>host.com
&nbsp;
<span style="color: #036A07;">'Not a git repository. Make it a repository? (y/n)'</span>
$ y
&nbsp;
<span style="color: #036A07;">'Initialized empty Git repository in ~/my-project-dir/
[master (root-commit) 954d600] initial commit
 0 files changed, 0 insertions(+), 0 deletions(-)
 create mode 100644 .gitignore'</span>
&nbsp;
<span style="color: #036A07;">'Create remote repository at ssh://user@host.com/~/git/my-project.git?
  (y/n)'</span>
$ y
&nbsp;
<span style="color: #036A07;">'Setting up remote repository at ssh://user@host.com/~/git/my-project.git'</span>
&nbsp;
<span style="color: #036A07;">'Initialized empty Git repository in ~/git/project.git/
Counting objects: 3, done.'</span>
&nbsp;
<span style="color: #036A07;">'Writing objects: 100% (3/3), 212 bytes, done.'</span>
&nbsp;
<span style="color: #036A07;">'Total 3 (delta 0), reused 0 (delta 0)
To ssh://user@host.com/~/git/my-project.git
 * [new branch]      master -&amp;gt; master
Branch master set up to track remote branch master from origin.'</span></pre></div></div>

<h1>mkgit.sh source</h1>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #0091DE; font-style: italic;">#!/bin/bash</span>
&nbsp;
<span style="color: #0091DE; font-style: italic;"># If the current dir is not a git repo offer to make it one</span>
<span style="color: #0000FF; font-weight: bold;">if</span> <span style="color: #7a0874; font-weight: bold;">&#91;</span> <span style="color: #318495; font-weight: bold;">!</span> <span style="color: #660033;">-d</span> .git <span style="color: #7a0874; font-weight: bold;">&#93;</span>; <span style="color: #0000FF; font-weight: bold;">then</span>
  <span style="color: #3C4C72; font-weight: bold;">echo</span> <span style="color: #036A07;">'Not a git repository. Make it a repository? (y/n)'</span>
  <span style="color: #3C4C72; font-weight: bold;">read</span> ANSWER
  <span style="color: #0000FF; font-weight: bold;">if</span> <span style="color: #7a0874; font-weight: bold;">&#91;</span> <span style="color: #036A07;">&quot;<span style="color: #007800;">$ANSWER</span>&quot;</span> = <span style="color: #036A07;">&quot;y&quot;</span> <span style="color: #7a0874; font-weight: bold;">&#93;</span>; <span style="color: #0000FF; font-weight: bold;">then</span>
    <span style="color: #3C4C72; font-weight: bold;">git</span> init
    <span style="color: #3C4C72; font-weight: bold;">touch</span> .gitignore
    <span style="color: #3C4C72; font-weight: bold;">git</span> add .
    <span style="color: #3C4C72; font-weight: bold;">git</span> commit
  <span style="color: #0000FF; font-weight: bold;">else</span>
    <span style="color: #3C4C72; font-weight: bold;">exit</span>
  <span style="color: #0000FF; font-weight: bold;">fi</span>
<span style="color: #0000FF; font-weight: bold;">fi</span>
&nbsp;
<span style="color: #0091DE; font-style: italic;"># Name remote repo using 1st param or current dir name</span>
<span style="color: #0000FF; font-weight: bold;">if</span> <span style="color: #7a0874; font-weight: bold;">&#91;</span> <span style="color: #660033;">-z</span> <span style="color: #036A07;">&quot;$1&quot;</span> <span style="color: #7a0874; font-weight: bold;">&#93;</span>; <span style="color: #0000FF; font-weight: bold;">then</span>
  <span style="color: #318495;">PROJECT</span>=<span style="color: #036A07;">&quot;<span style="color: #007800;">${PWD##*/}</span>.git&quot;</span>
<span style="color: #0000FF; font-weight: bold;">else</span>
  <span style="color: #318495;">PROJECT</span>=<span style="color: #036A07;">&quot;$1.git&quot;</span>
<span style="color: #0000FF; font-weight: bold;">fi</span>
&nbsp;
<span style="color: #0091DE; font-style: italic;"># Use host specified in 2nd param or a default host</span>
<span style="color: #0000FF; font-weight: bold;">if</span> <span style="color: #7a0874; font-weight: bold;">&#91;</span> <span style="color: #660033;">-z</span> <span style="color: #036A07;">&quot;$2&quot;</span> <span style="color: #7a0874; font-weight: bold;">&#93;</span>; <span style="color: #0000FF; font-weight: bold;">then</span>
  <span style="color: #318495;">HOST</span>=<span style="color: #036A07;">&quot;user@host.com&quot;</span>
  <span style="color: #3C4C72; font-weight: bold;">echo</span> <span style="color: #036A07;">&quot;Create remote repository at ssh://<span style="color: #007800;">$HOST</span>/~/git/<span style="color: #007800;">$PROJECT</span>? (y/n)&quot;</span>
  <span style="color: #3C4C72; font-weight: bold;">read</span> ANSWER
  <span style="color: #0000FF; font-weight: bold;">if</span> <span style="color: #7a0874; font-weight: bold;">&#91;</span> <span style="color: #318495; font-weight: bold;">!</span> <span style="color: #036A07;">&quot;<span style="color: #007800;">$ANSWER</span>&quot;</span> = <span style="color: #036A07;">&quot;y&quot;</span> <span style="color: #7a0874; font-weight: bold;">&#93;</span>; <span style="color: #0000FF; font-weight: bold;">then</span>
    <span style="color: #3C4C72; font-weight: bold;">exit</span>
  <span style="color: #0000FF; font-weight: bold;">fi</span>
<span style="color: #0000FF; font-weight: bold;">else</span>
  <span style="color: #318495;">HOST</span>=<span style="color: #036A07;">&quot;$2&quot;</span>
<span style="color: #0000FF; font-weight: bold;">fi</span>
&nbsp;
<span style="color: #3C4C72; font-weight: bold;">echo</span> <span style="color: #036A07;">&quot;Setting up remote repository at ssh://<span style="color: #007800;">$HOST</span>/~/git/<span style="color: #007800;">$PROJECT</span>&quot;</span>
&nbsp;
<span style="color: #0091DE; font-style: italic;"># Create a bare remote repository</span>
<span style="color: #3C4C72; font-weight: bold;">ssh</span> <span style="color: #318495;">$HOST</span> <span style="color: #036A07;">&quot;mkdir -p ~/git/<span style="color: #007800;">$PROJECT</span>; cd ~/git/<span style="color: #007800;">$PROJECT</span>; git init --bare&quot;</span>
&nbsp;
<span style="color: #0091DE; font-style: italic;"># Push to the remote repository</span>
<span style="color: #3C4C72; font-weight: bold;">git</span> remote add origin <span style="color: #036A07;">&quot;ssh://<span style="color: #007800;">$HOST</span>/~/git/<span style="color: #007800;">$PROJECT</span>&quot;</span>
<span style="color: #3C4C72; font-weight: bold;">git</span> push origin master
<span style="color: #3C4C72; font-weight: bold;">git</span> branch <span style="color: #660033;">--set-upstream</span> master origin<span style="color: #318495; font-weight: bold;">/</span>master</pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://www.robwalch.com/git-dreamhost-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flip Pages with HTML5</title>
		<link>http://www.robwalch.com/flip-pages-with-html5/</link>
		<comments>http://www.robwalch.com/flip-pages-with-html5/#comments</comments>
		<pubDate>Sat, 30 Jul 2011 01:50:03 +0000</pubDate>
		<dc:creator>robwalch</dc:creator>
				<category><![CDATA[HTML5]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://wp.robwalch.com/?p=35</guid>
		<description><![CDATA[Started out with jPageFlipper added shading added video pages with jPlayer (want to try JW Player or Video-JS) Made the space before the first and last cover pages transparent instead of requiring background color to draw over the background fixed &#8230; <a href="http://www.robwalch.com/flip-pages-with-html5/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Started out with <a href="http://jpageflipper.codeplex.com/">jPageFlipper</a></p>
<ul>
<li>added shading</li>
<li>added video pages with <a href="http://www.jplayer.org/">jPlayer</a> (want to try JW Player or Video-JS)</li>
<li>Made the space before the first and last cover pages transparent instead of requiring background color to draw over the background</li>
<li>fixed iOS touch events (needs more work)</li>
</ul>
<div>Further optimization could be done as well as a version that doesn&#8217;t require jQuery.</div>
]]></content:encoded>
			<wfw:commentRss>http://www.robwalch.com/flip-pages-with-html5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Filidor Wiese&#8217;s HTML5 Website</title>
		<link>http://www.robwalch.com/filidor-wiese-frontbackend-webontwikkelaar/</link>
		<comments>http://www.robwalch.com/filidor-wiese-frontbackend-webontwikkelaar/#comments</comments>
		<pubDate>Tue, 26 Jul 2011 19:18:26 +0000</pubDate>
		<dc:creator>robwalch</dc:creator>
				<category><![CDATA[HTML5]]></category>
		<category><![CDATA[Inspiration]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://wp.robwalch.com/?p=50</guid>
		<description><![CDATA[Filidor Wiese has the coolest html5 site I&#8217;ve ever seen. Filidor Wiese &#8211; Front/Backend Web Developer]]></description>
			<content:encoded><![CDATA[<p>Filidor Wiese has the coolest html5 site I&#8217;ve ever seen.</p>
<p><a href="http://bit.ly/riFtvb">Filidor Wiese &#8211; Front/Backend Web Developer</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.robwalch.com/filidor-wiese-frontbackend-webontwikkelaar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>5 Crucial Lessons Learned by Watching Kids Play Video Games&#8230;</title>
		<link>http://www.robwalch.com/5-crucial-lessons-learned-by-watching-kids-play-video-games/</link>
		<comments>http://www.robwalch.com/5-crucial-lessons-learned-by-watching-kids-play-video-games/#comments</comments>
		<pubDate>Sat, 16 Jul 2011 18:51:13 +0000</pubDate>
		<dc:creator>robwalch</dc:creator>
				<category><![CDATA[Inspiration]]></category>
		<category><![CDATA[culture]]></category>
		<category><![CDATA[game design]]></category>
		<category><![CDATA[games]]></category>

		<guid isPermaLink="false">http://wp.robwalch.com/?p=53</guid>
		<description><![CDATA[Some interesting points about conventions in video games that a lot of players would rather skip or just not put up with. 5 Crucial Lessons Learned by Watching Kids Play Video Games &#124; Cracked.com My take away was that &#8220;play&#8221; &#8230; <a href="http://www.robwalch.com/5-crucial-lessons-learned-by-watching-kids-play-video-games/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Some interesting points about conventions in video games that a lot of players would rather skip or just not put up with.</p>
<p><a href="http://bit.ly/nY9cuo">5 Crucial Lessons Learned by Watching Kids Play Video Games | Cracked.com</a></p>
<p>My take away was that &#8220;play&#8221; is more important than elements that may distract from, rather than enhance it (reading, cut-scenes, consequence).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.robwalch.com/5-crucial-lessons-learned-by-watching-kids-play-video-games/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HBO: Game of Thrones: The Maester&#8217;s Path</title>
		<link>http://www.robwalch.com/hbo-game-of-thrones-the-maesters-path/</link>
		<comments>http://www.robwalch.com/hbo-game-of-thrones-the-maesters-path/#comments</comments>
		<pubDate>Tue, 12 Apr 2011 04:00:03 +0000</pubDate>
		<dc:creator>robwalch</dc:creator>
				<category><![CDATA[Work]]></category>
		<category><![CDATA[luxurious animals]]></category>
		<category><![CDATA[portfolio]]></category>
		<category><![CDATA[websites]]></category>

		<guid isPermaLink="false">http://wp.robwalch.com/?p=213</guid>
		<description><![CDATA[HBO: Game of Thrones: The Maester&#8217;s Path Site Architecture, Development, Testing and Deployment LAMP, PHP/MySQL, Flash/AS3 JavaScript/HTML (Social Media Integration, Analytics and Tracking) BrowserMob, Campaign Manager API, Bitly API, Facebook JS/PHP SDKs Project write up at luxanimals.com Here&#8217;s a video &#8230; <a href="http://www.robwalch.com/hbo-game-of-thrones-the-maesters-path/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.themaesterspath.com/" target="_blank"><img class="alignnone size-full wp-image-46" title="HBO: Game of Thrones - The Maester's Path" src="http://robwalch.com/wp-content/uploads/2010/02/got_tmp.jpg" alt="" width="846" height="486" /></a><br />
<strong><a href="http://www.themaesterspath.com/" target="_blank">HBO: Game of Thrones: The Maester&#8217;s Path<br />
</a></strong><div id="wp-private-box"></div></p>
<ul>
<li>Site Architecture, Development, Testing and Deployment</li>
<li>LAMP, PHP/MySQL, Flash/AS3</li>
<li>JavaScript/HTML (Social Media Integration, Analytics and Tracking)</li>
<li>BrowserMob, Campaign Manager API, Bitly API, Facebook JS/PHP SDKs</li>
</ul>
<p style="padding-left: 30px;"><a href="http://www.luxanimals.com/portfolio/hbo_the_maesters_path" target="_blank">Project write up at luxanimals.com</a></p>
<div><span id="more-213"></span>Here&#8217;s a video of one sections of the site. The interactive 3D experience was developed by the very talented Jeremy Abel and Asa Alger of Luxurious Animals.</div>
<p><iframe src="http://player.vimeo.com/video/26933459?title=0&amp;byline=0&amp;portrait=0&amp;color=ea0079" frameborder="0" width="583" height="340"></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://www.robwalch.com/hbo-game-of-thrones-the-maesters-path/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HBO: Game of Thrones: Ice and Fire (iOS app)</title>
		<link>http://www.robwalch.com/hbo-game-of-thrones-ice-and-fire-ios/</link>
		<comments>http://www.robwalch.com/hbo-game-of-thrones-ice-and-fire-ios/#comments</comments>
		<pubDate>Fri, 25 Mar 2011 04:00:45 +0000</pubDate>
		<dc:creator>robwalch</dc:creator>
				<category><![CDATA[Work]]></category>
		<category><![CDATA[apps]]></category>
		<category><![CDATA[ios]]></category>
		<category><![CDATA[luxurious animals]]></category>
		<category><![CDATA[portfolio]]></category>

		<guid isPermaLink="false">http://wp.robwalch.com/?p=67</guid>
		<description><![CDATA[HBO: Game of Thrones: Ice and Fire (iOS app) Tech Lead iOS prototype developer Established partnership and tech specs with Weather Underground]]></description>
			<content:encoded><![CDATA[<p><strong><a href="http://itunes.apple.com/us/app/game-of-thrones-ice-and-fire/id425700034?mt=8" target="_blank"><img class="alignnone size-full wp-image-70" title="Download Ice and Fire from iTunes" src="http://robwalch.com/wp-content/uploads/2011/08/got_wapp.jpg" alt="" width="846" height="486" /></a><br />
<span class="Apple-style-span" style="font-weight: 300;"><strong><span class="Apple-style-span" style="font-weight: 300;"><strong><a title="Download Ice and Fire from iTunes" href="http://itunes.apple.com/us/app/game-of-thrones-ice-and-fire/id425700034?mt=8" target="_blank">HBO: Game of Thrones: Ice and Fire (iOS app)</a></strong></span></strong></span></strong></p>
<ul>
<li>Tech Lead</li>
<li>iOS prototype developer</li>
<li>Established partnership and tech specs with <a href="http://www.wunderground.com/" target="_blank">Weather Underground</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.robwalch.com/hbo-game-of-thrones-ice-and-fire-ios/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rover: Facebook Survey</title>
		<link>http://www.robwalch.com/rover-facebook-survey/</link>
		<comments>http://www.robwalch.com/rover-facebook-survey/#comments</comments>
		<pubDate>Thu, 04 Nov 2010 04:00:36 +0000</pubDate>
		<dc:creator>robwalch</dc:creator>
				<category><![CDATA[Work]]></category>
		<category><![CDATA[facebook apps]]></category>
		<category><![CDATA[portfolio]]></category>
		<category><![CDATA[websites]]></category>

		<guid isPermaLink="false">http://wp.robwalch.com/?p=208</guid>
		<description><![CDATA[Rover: Facebook Survey Tech Lead, Server Development/Testing PHP/MySQL, AS3, JavaScript/HTML Social Media Integration, Analytics and Tracking]]></description>
			<content:encoded><![CDATA[<p><strong><a href="http://apps.facebook.com/ruaninternetbadass/" target="_blank"><img class="alignnone size-full wp-image-71" title="Are You an Internet Badass?" src="http://robwalch.com/wp-content/uploads/2011/08/internet.jpg" alt="" width="846" height="486" /></a><a href="http://apps.facebook.com/ruaninternetbadass/" target="_blank"><br />
Rover: Facebook Survey</a></strong></p>
<ul>
<li>Tech Lead, Server Development/Testing</li>
<li>PHP/MySQL, AS3, JavaScript/HTML</li>
<li>Social Media Integration, Analytics and Tracking</li>
</ul>
<div id="wp-private-box"></div>
]]></content:encoded>
			<wfw:commentRss>http://www.robwalch.com/rover-facebook-survey/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

