<?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>The Blog of Darryl E. Clarke &#187; Coding</title>
	<atom:link href="http://darrylclarke.com/category/coding/feed/" rel="self" type="application/rss+xml" />
	<link>http://darrylclarke.com</link>
	<description>Random musings from a jaded coder who just needs a hug.</description>
	<lastBuildDate>Mon, 21 May 2012 01:00:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Experiment: The Viewport Viewer</title>
		<link>http://darrylclarke.com/2012/05/05/experiment-the-viewport-viewer/</link>
		<comments>http://darrylclarke.com/2012/05/05/experiment-the-viewport-viewer/#comments</comments>
		<pubDate>Sat, 05 May 2012 20:12:08 +0000</pubDate>
		<dc:creator>Darryl Clarke</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[experiements]]></category>
		<category><![CDATA[responsive]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://darrylclarke.com/?p=860</guid>
		<description><![CDATA[<div style="display:inline;float:right;margin-left:1em"><g:plusone href="http://darrylclarke.com/2012/05/05/experiment-the-viewport-viewer/"></g:plusone></div>
As a little experiment, while I redesign my own site, I decided to create a &#8216;Viewport Viewer&#8216; It&#8217;s a little tool that&#8217;ll load up a site in an iframe and let you re-size the iframe to some specifics, like an iPhone, or iPad in portrait mode. Go play with it and see. It&#8217;s pretty straight [...]]]></description>
		<wfw:commentRss>http://darrylclarke.com/2012/05/05/experiment-the-viewport-viewer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Queueing With Zend Queue and MemcacheQ</title>
		<link>http://darrylclarke.com/2010/11/18/queueing-with-zend-queue-and-memcacheq/</link>
		<comments>http://darrylclarke.com/2010/11/18/queueing-with-zend-queue-and-memcacheq/#comments</comments>
		<pubDate>Fri, 19 Nov 2010 01:23:48 +0000</pubDate>
		<dc:creator>Darryl Clarke</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Zend Framework]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[queue]]></category>

		<guid isPermaLink="false">http://darrylclarke.com/?p=573</guid>
		<description><![CDATA[<div style="display:inline;float:right;margin-left:1em"><g:plusone href="http://darrylclarke.com/2010/11/18/queueing-with-zend-queue-and-memcacheq/"></g:plusone></div>
I was bored last night so I thought I&#8217;d enhance one of my applications with a little bit of Queueing. (And for the record both Queueing and Queuing are valid spellings depending on your locale) The concept is fairly straight forward. Normally when a web application runs, it runs in a linear pattern. It starts, [...]]]></description>
		<wfw:commentRss>http://darrylclarke.com/2010/11/18/queueing-with-zend-queue-and-memcacheq/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Tell Your Redirector How to Do It&#8217;s Job</title>
		<link>http://darrylclarke.com/2010/10/17/tell-your-redirector-how-to-do-its-job/</link>
		<comments>http://darrylclarke.com/2010/10/17/tell-your-redirector-how-to-do-its-job/#comments</comments>
		<pubDate>Sun, 17 Oct 2010 17:50:14 +0000</pubDate>
		<dc:creator>Darryl Clarke</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Zend Framework]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[redirect]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[tip]]></category>

		<guid isPermaLink="false">http://darrylclarke.com/?p=569</guid>
		<description><![CDATA[<div style="display:inline;float:right;margin-left:1em"><g:plusone href="http://darrylclarke.com/2010/10/17/tell-your-redirector-how-to-do-its-job/"></g:plusone></div>
There&#8217;s a big difference between a redirect that uses a 301 and a 302 code on a website. If you don&#8217;t know the difference, you should find out. 301 says &#8220;This stuff has moved permanently and you shouldn&#8217;t come here anymore.&#8221; 302 says &#8220;You just need to go here, but this place will still answer [...]]]></description>
		<wfw:commentRss>http://darrylclarke.com/2010/10/17/tell-your-redirector-how-to-do-its-job/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Quickest Way To Tweet via Zend Framework&#8217;s Twitter Service</title>
		<link>http://darrylclarke.com/2010/09/26/the-quickest-way-to-tweet-via-zend-frameworks-twitter-service/</link>
		<comments>http://darrylclarke.com/2010/09/26/the-quickest-way-to-tweet-via-zend-frameworks-twitter-service/#comments</comments>
		<pubDate>Sun, 26 Sep 2010 18:01:46 +0000</pubDate>
		<dc:creator>Darryl Clarke</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Zend Framework]]></category>
		<category><![CDATA[service]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://darrylclarke.com/?p=545</guid>
		<description><![CDATA[<div style="display:inline;float:right;margin-left:1em"><g:plusone href="http://darrylclarke.com/2010/09/26/the-quickest-way-to-tweet-via-zend-frameworks-twitter-service/"></g:plusone></div>
This is a quick and dirty method.  It assumes a couple of things. You&#8217;ve already created your &#8216;app&#8217; on twitter. You&#8217;ve already gotten your personal OAuth tokens from twitter. First you need to setup your tokens; $token = new Zend_Oauth_Token_Access(); $token-&#62;setToken("YOUR_PERSONAL_TOKEN")       -&#62;setTokenSecret("YOUR_PERSONAL_SECRET"); Second, you need to setup the Zend_Service_Twitter using your access token as [...]]]></description>
		<wfw:commentRss>http://darrylclarke.com/2010/09/26/the-quickest-way-to-tweet-via-zend-frameworks-twitter-service/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Building An API&#8230;</title>
		<link>http://darrylclarke.com/2010/05/04/building-an-api/</link>
		<comments>http://darrylclarke.com/2010/05/04/building-an-api/#comments</comments>
		<pubDate>Tue, 04 May 2010 21:10:57 +0000</pubDate>
		<dc:creator>Darryl Clarke</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[platforms]]></category>
		<category><![CDATA[trivia]]></category>
		<category><![CDATA[Zend Framework]]></category>

		<guid isPermaLink="false">http://darrylclarke.com/?p=324</guid>
		<description><![CDATA[<div style="display:inline;float:right;margin-left:1em"><g:plusone href="http://darrylclarke.com/2010/05/04/building-an-api/"></g:plusone></div>
I&#8217;ve decided it&#8217;s important for me to be able to expand my trivia to many different platforms.  Although it&#8217;s simple to just make it for facebook and call it a day, I think it&#8217;s something that should be more than that. So, I&#8217;m building an api for it.  The game play api (as I&#8217;ll call [...]]]></description>
		<wfw:commentRss>http://darrylclarke.com/2010/05/04/building-an-api/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Coming Soon: Let&#8217;s Go!</title>
		<link>http://darrylclarke.com/2010/04/20/coming-soon-lets-go/</link>
		<comments>http://darrylclarke.com/2010/04/20/coming-soon-lets-go/#comments</comments>
		<pubDate>Wed, 21 Apr 2010 03:07:51 +0000</pubDate>
		<dc:creator>Darryl Clarke</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[apps]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[projects]]></category>
		<category><![CDATA[Zend Framework]]></category>

		<guid isPermaLink="false">http://darrylclarke.com/?p=311</guid>
		<description><![CDATA[<div style="display:inline;float:right;margin-left:1em"><g:plusone href="http://darrylclarke.com/2010/04/20/coming-soon-lets-go/"></g:plusone></div>
]]></description>
		<wfw:commentRss>http://darrylclarke.com/2010/04/20/coming-soon-lets-go/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Hangman! Rewrite</title>
		<link>http://darrylclarke.com/2010/03/22/the-hangman-rewrite/</link>
		<comments>http://darrylclarke.com/2010/03/22/the-hangman-rewrite/#comments</comments>
		<pubDate>Mon, 22 Mar 2010 08:51:07 +0000</pubDate>
		<dc:creator>Darryl Clarke</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[applications]]></category>
		<category><![CDATA[apps]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[facebook games]]></category>
		<category><![CDATA[hangman]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[projects]]></category>
		<category><![CDATA[Zend Framework]]></category>

		<guid isPermaLink="false">http://darrylclarke.com/?p=293</guid>
		<description><![CDATA[<div style="display:inline;float:right;margin-left:1em"><g:plusone href="http://darrylclarke.com/2010/03/22/the-hangman-rewrite/"></g:plusone></div>
I recently rewrote Hangman! (and also renamed it)  For those who don&#8217;t know, Hangman! was my first Facebook app.  I wrote it originally in June of 2007 and it silently lived on Facebook, deep deep within the depths of Application hell. Recently I decided that I should rewrite this little application. There were many things [...]]]></description>
		<wfw:commentRss>http://darrylclarke.com/2010/03/22/the-hangman-rewrite/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Dictionary APIs are Fun.</title>
		<link>http://darrylclarke.com/2010/03/19/dictionary-apis-are-fun/</link>
		<comments>http://darrylclarke.com/2010/03/19/dictionary-apis-are-fun/#comments</comments>
		<pubDate>Fri, 19 Mar 2010 22:01:02 +0000</pubDate>
		<dc:creator>Darryl Clarke</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[dictionary]]></category>
		<category><![CDATA[words]]></category>
		<category><![CDATA[Zend Framework]]></category>

		<guid isPermaLink="false">http://darrylclarke.com/?p=290</guid>
		<description><![CDATA[<div style="display:inline;float:right;margin-left:1em"><g:plusone href="http://darrylclarke.com/2010/03/19/dictionary-apis-are-fun/"></g:plusone></div>
As part of my Hangman! application on Facebook, I plan on adding word definitions.  Like any good word app, it should tell you what the word means.  I&#8217;m not a big fan of sending off users to other sites when I don&#8217;t have to, so I looked into some dictionary APIs. These APIs are hard [...]]]></description>
		<wfw:commentRss>http://darrylclarke.com/2010/03/19/dictionary-apis-are-fun/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ZF Tip: Don&#8217;t use &#8216;index&#8217; as a module name.</title>
		<link>http://darrylclarke.com/2009/12/13/zf-tip-dont-use-index-as-a-module-name/</link>
		<comments>http://darrylclarke.com/2009/12/13/zf-tip-dont-use-index-as-a-module-name/#comments</comments>
		<pubDate>Mon, 14 Dec 2009 02:07:52 +0000</pubDate>
		<dc:creator>Darryl Clarke</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[fun]]></category>
		<category><![CDATA[pointless]]></category>
		<category><![CDATA[tip]]></category>
		<category><![CDATA[Zend Framework]]></category>

		<guid isPermaLink="false">http://darrylclarke.com/?p=269</guid>
		<description><![CDATA[<div style="display:inline;float:right;margin-left:1em"><g:plusone href="http://darrylclarke.com/2009/12/13/zf-tip-dont-use-index-as-a-module-name/"></g:plusone></div>
I&#8217;ve been using Zend Framework for a while and when I do my own sites things always work as expected.  But a couple of times in the past I&#8217;ve had the honor of working on other sites with other people that have lead me to a few &#8216;wtf?&#8217; issues. The most recent one was as [...]]]></description>
		<wfw:commentRss>http://darrylclarke.com/2009/12/13/zf-tip-dont-use-index-as-a-module-name/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Summer Project: Updates (Aka WTF Am I Doing?)</title>
		<link>http://darrylclarke.com/2009/10/01/summer-project-updates-aka-wtf-am-i-doing/</link>
		<comments>http://darrylclarke.com/2009/10/01/summer-project-updates-aka-wtf-am-i-doing/#comments</comments>
		<pubDate>Thu, 01 Oct 2009 21:11:32 +0000</pubDate>
		<dc:creator>Darryl Clarke</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Randomness]]></category>
		<category><![CDATA[delays]]></category>
		<category><![CDATA[facebook games]]></category>
		<category><![CDATA[moments like today]]></category>
		<category><![CDATA[projects]]></category>
		<category><![CDATA[socialgamer]]></category>
		<category><![CDATA[summer project]]></category>
		<category><![CDATA[trivia]]></category>

		<guid isPermaLink="false">http://darrylclarke.com/?p=239</guid>
		<description><![CDATA[<div style="display:inline;float:right;margin-left:1em"><g:plusone href="http://darrylclarke.com/2009/10/01/summer-project-updates-aka-wtf-am-i-doing/"></g:plusone></div>
My &#8216;summer project&#8216; has now been demoted to just a &#8216;random project.&#8217;  Although I still intend on finishing it at some point, it&#8217;s clearly become far too delayed to call it a summer project anymore. I got overly distracted throughout the summer by family, fun, non-fun, and other projects.  Projects that I&#8217;ll explain a bit [...]]]></description>
		<wfw:commentRss>http://darrylclarke.com/2009/10/01/summer-project-updates-aka-wtf-am-i-doing/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

