<?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 drew</title>
	<atom:link href="http://drewjoh.com/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://drewjoh.com/blog</link>
	<description>Words on your display.</description>
	<lastBuildDate>Tue, 09 Feb 2010 18:45:37 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on phpPayPal by Bill</title>
		<link>http://drewjoh.com/blog/code/classes/phppaypal/comment-page-1/#comment-5395</link>
		<dc:creator>Bill</dc:creator>
		<pubDate>Tue, 09 Feb 2010 18:45:37 +0000</pubDate>
		<guid isPermaLink="false">http://drewjoh.com/blog/?page_id=104#comment-5395</guid>
		<description>Hi Drew, I modified your file to handle recurring payments - I added it to the goggle group (I think - I am new there and not sure I did it properly). If you like I can forward the file to you, just send an email address I can send it to.

b.</description>
		<content:encoded><![CDATA[<p>Hi Drew, I modified your file to handle recurring payments &#8211; I added it to the goggle group (I think &#8211; I am new there and not sure I did it properly). If you like I can forward the file to you, just send an email address I can send it to.</p>
<p>b.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP Time Based UUID Function (GUID) by Sapa</title>
		<link>http://drewjoh.com/blog/2009/07/php-time-based-uuid-function-guid/comment-page-1/#comment-4890</link>
		<dc:creator>Sapa</dc:creator>
		<pubDate>Tue, 24 Nov 2009 20:51:36 +0000</pubDate>
		<guid isPermaLink="false">http://drewjoh.com/blog/?p=74#comment-4890</guid>
		<description>Dear Drew,

I have a question regarding your excelent PayPal php class. I need to create a recurring payment for a user.Would be it possible to have an example of how to do this?

Thanks</description>
		<content:encoded><![CDATA[<p>Dear Drew,</p>
<p>I have a question regarding your excelent PayPal php class. I need to create a recurring payment for a user.Would be it possible to have an example of how to do this?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Converting Ticks to a Timestamp by Drew</title>
		<link>http://drewjoh.com/blog/2009/05/converting-ticks-to-a-timestamp/comment-page-1/#comment-4725</link>
		<dc:creator>Drew</dc:creator>
		<pubDate>Mon, 19 Oct 2009 03:28:17 +0000</pubDate>
		<guid isPermaLink="false">http://drewjoh.com/blog/?p=57#comment-4725</guid>
		<description>Hi Tai,

I didn&#039;t actually keep the code I used to get the number, sorry!  From what I remember, it should account for the missing two weeks (I do remember looking that up and reading about it on Wikipedia).

I took it out of the code after getting the number to speed up the script, so that I&#039;m not recalculating that number every time.  I&#039;ll be sure to keep things like that commented in the code in the future!</description>
		<content:encoded><![CDATA[<p>Hi Tai,</p>
<p>I didn&#8217;t actually keep the code I used to get the number, sorry!  From what I remember, it should account for the missing two weeks (I do remember looking that up and reading about it on Wikipedia).</p>
<p>I took it out of the code after getting the number to speed up the script, so that I&#8217;m not recalculating that number every time.  I&#8217;ll be sure to keep things like that commented in the code in the future!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Converting Ticks to a Timestamp by tai viinikka</title>
		<link>http://drewjoh.com/blog/2009/05/converting-ticks-to-a-timestamp/comment-page-1/#comment-4724</link>
		<dc:creator>tai viinikka</dc:creator>
		<pubDate>Mon, 19 Oct 2009 02:38:45 +0000</pubDate>
		<guid isPermaLink="false">http://drewjoh.com/blog/?p=57#comment-4724</guid>
		<description>So, if it was tricky to calculate &quot;the number of ticks between 0001-01-01 to 1970-01-01&quot; can you save us the work and just reveal the answer? And I assume you took into account the missing two weeks between the Gregorian and Julian calendars?  :)

Cheers. 
tai / eastpole</description>
		<content:encoded><![CDATA[<p>So, if it was tricky to calculate &#8220;the number of ticks between 0001-01-01 to 1970-01-01&#8243; can you save us the work and just reveal the answer? And I assume you took into account the missing two weeks between the Gregorian and Julian calendars?  <img src='http://drewjoh.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Cheers.<br />
tai / eastpole</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Redirect all but used subdomains to primary domain using mod_rewrite and CodeIgniter by Barney Parker</title>
		<link>http://drewjoh.com/blog/2008/09/redirect-all-but-used-subdomains-to-primary-domain-using-mod_rewrite-and-codeigniter/comment-page-1/#comment-3795</link>
		<dc:creator>Barney Parker</dc:creator>
		<pubDate>Mon, 03 Aug 2009 12:52:32 +0000</pubDate>
		<guid isPermaLink="false">http://drewjoh.com/blog/?p=35#comment-3795</guid>
		<description>Good article, I wonder if you can help me with this a little.

I want to redirect subdomains so that they become a parameter to a CI controller.  For example:-

subdom.mydomain.com
becomes
www.mydomain.com/index.php/mycontroller/subdom/

and

subdom.mydomain.com/param
becomes
www.mydomain.com/index.php/mycontroller/subdom/param

Any hints would be great, i&#039;ve struggled with this, but just can&#039;t seem to get my head around mod_rewritting!</description>
		<content:encoded><![CDATA[<p>Good article, I wonder if you can help me with this a little.</p>
<p>I want to redirect subdomains so that they become a parameter to a CI controller.  For example:-</p>
<p>subdom.mydomain.com<br />
becomes<br />
<a href="http://www.mydomain.com/index.php/mycontroller/subdom/" rel="nofollow">http://www.mydomain.com/index.php/mycontroller/subdom/</a></p>
<p>and</p>
<p>subdom.mydomain.com/param<br />
becomes<br />
<a href="http://www.mydomain.com/index.php/mycontroller/subdom/param" rel="nofollow">http://www.mydomain.com/index.php/mycontroller/subdom/param</a></p>
<p>Any hints would be great, i&#8217;ve struggled with this, but just can&#8217;t seem to get my head around mod_rewritting!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Google Apps only gives 2GB to Safari users? by Brian Tafoya</title>
		<link>http://drewjoh.com/blog/2008/11/google-apps-only-gives-2gb-to-safari-users/comment-page-1/#comment-1384</link>
		<dc:creator>Brian Tafoya</dc:creator>
		<pubDate>Thu, 02 Apr 2009 20:58:50 +0000</pubDate>
		<guid isPermaLink="false">http://drewjoh.com/blog/2008/11/google-apps-only-gives-2gb-for-safari-users/#comment-1384</guid>
		<description>Sounds like a javascript error to me! Odd. :/</description>
		<content:encoded><![CDATA[<p>Sounds like a javascript error to me! Odd. :/</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Redirect all but used subdomains to primary domain using mod_rewrite and CodeIgniter by Aerian</title>
		<link>http://drewjoh.com/blog/2008/09/redirect-all-but-used-subdomains-to-primary-domain-using-mod_rewrite-and-codeigniter/comment-page-1/#comment-1353</link>
		<dc:creator>Aerian</dc:creator>
		<pubDate>Fri, 20 Mar 2009 06:36:01 +0000</pubDate>
		<guid isPermaLink="false">http://drewjoh.com/blog/?p=35#comment-1353</guid>
		<description>i have an application developed in codeigniter .
if i&#039;ll write domin.com or domain.net i want my application run same application how i map thi</description>
		<content:encoded><![CDATA[<p>i have an application developed in codeigniter .<br />
if i&#8217;ll write domin.com or domain.net i want my application run same application how i map thi</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Redirect all but used subdomains to primary domain using mod_rewrite and CodeIgniter by Leigh Harrison</title>
		<link>http://drewjoh.com/blog/2008/09/redirect-all-but-used-subdomains-to-primary-domain-using-mod_rewrite-and-codeigniter/comment-page-1/#comment-1352</link>
		<dc:creator>Leigh Harrison</dc:creator>
		<pubDate>Fri, 20 Mar 2009 03:05:01 +0000</pubDate>
		<guid isPermaLink="false">http://drewjoh.com/blog/?p=35#comment-1352</guid>
		<description>Thanks for this article. It&#039;s a helpful start.</description>
		<content:encoded><![CDATA[<p>Thanks for this article. It&#8217;s a helpful start.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getting Organized with Spaces by Drew</title>
		<link>http://drewjoh.com/blog/2008/03/getting-organized-with-spaces/comment-page-1/#comment-62</link>
		<dc:creator>Drew</dc:creator>
		<pubDate>Sun, 13 Apr 2008 19:52:52 +0000</pubDate>
		<guid isPermaLink="false">http://drewjoh.com/blog/2008/03/02/getting-organized-with-spaces/#comment-62</guid>
		<description>That&#039;s a great idea, I&#039;ll have to look into that a shuttle controller, and it would be really nice to have for video editing.

I agree about the Mac Pro vs iMac or Mac Mini; but I&#039;m not quite wealthy enough to get a Mac Pro and a nice monitor or two.  Maybe I could sell my PC and start saving, eh? lol

I do have the 24&quot; iMac which really helps having the 1920 x 1200 resolution.</description>
		<content:encoded><![CDATA[<p>That&#8217;s a great idea, I&#8217;ll have to look into that a shuttle controller, and it would be really nice to have for video editing.</p>
<p>I agree about the Mac Pro vs iMac or Mac Mini; but I&#8217;m not quite wealthy enough to get a Mac Pro and a nice monitor or two.  Maybe I could sell my PC and start saving, eh? lol</p>
<p>I do have the 24&#8243; iMac which really helps having the 1920 x 1200 resolution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getting Organized with Spaces by stitch</title>
		<link>http://drewjoh.com/blog/2008/03/getting-organized-with-spaces/comment-page-1/#comment-61</link>
		<dc:creator>stitch</dc:creator>
		<pubDate>Sun, 13 Apr 2008 18:13:21 +0000</pubDate>
		<guid isPermaLink="false">http://drewjoh.com/blog/2008/03/02/getting-organized-with-spaces/#comment-61</guid>
		<description>Do&#039;h I can&#039;t spell anything anymore. Gimme a login so I can edit my poorly spelled comments . . .

I added drewjoh as a user on systematic for guest contributions.</description>
		<content:encoded><![CDATA[<p>Do&#8217;h I can&#8217;t spell anything anymore. Gimme a login so I can edit my poorly spelled comments . . .</p>
<p>I added drewjoh as a user on systematic for guest contributions.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
