<?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"
	>

<channel>
	<title>tdog.blog</title>
	<atom:link href="http://blog.tripledogs.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.tripledogs.com</link>
	<description>web copywriting, web marketing, web stuff</description>
	<pubDate>Mon, 24 Nov 2008 04:01:27 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
	<language>en</language>
			<item>
		<title>Some Stuff You&#8217;ll Want to Read</title>
		<link>http://blog.tripledogs.com/post/290</link>
		<comments>http://blog.tripledogs.com/post/290#comments</comments>
		<pubDate>Mon, 24 Nov 2008 04:01:27 +0000</pubDate>
		<dc:creator>Tom Myer</dc:creator>
		
		<category><![CDATA[Tools &amp; Resources]]></category>

		<category><![CDATA[advice]]></category>

		<category><![CDATA[ajax]]></category>

		<category><![CDATA[business]]></category>

		<category><![CDATA[code]]></category>

		<category><![CDATA[coding]]></category>

		<category><![CDATA[css]]></category>

		<category><![CDATA[design]]></category>

		<category><![CDATA[development]]></category>

		<category><![CDATA[free]]></category>

		<category><![CDATA[howto]]></category>

		<category><![CDATA[javascript]]></category>

		<category><![CDATA[library]]></category>

		<category><![CDATA[opensource]]></category>

		<category><![CDATA[php]]></category>

		<category><![CDATA[programming]]></category>

		<category><![CDATA[reference]]></category>

		<category><![CDATA[resource]]></category>

		<category><![CDATA[rss]]></category>

		<category><![CDATA[script]]></category>

		<category><![CDATA[software]]></category>

		<category><![CDATA[tddm]]></category>

		<category><![CDATA[tutorial]]></category>

		<category><![CDATA[tutorials]]></category>

		<category><![CDATA[web]]></category>

		<category><![CDATA[web2.0]]></category>

		<category><![CDATA[webdesign]]></category>

		<category><![CDATA[webdev]]></category>

		<category><![CDATA[webdevelopment]]></category>

		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://blog.tripledogs.com/post/290</guid>
		<description><![CDATA[These are my links for November 23rd from 20:40 to 21:06:

10 Principles of the PHP Masters - NETTUTS - Ten principles to live by, from not trusting your users (hey, half of you want to break my apps, the other half are intent on doing something naughty/evil/fun) to investing in a good caching technology.
SimplePie: Super-fast, [...]]]></description>
		<wfw:commentRss>http://blog.tripledogs.com/post/290/feed</wfw:commentRss>
		</item>
		<item>
		<title>CodeIgniter Article Published over at IBM DeveloperWorks</title>
		<link>http://blog.tripledogs.com/post/286</link>
		<comments>http://blog.tripledogs.com/post/286#comments</comments>
		<pubDate>Wed, 27 Aug 2008 14:27:08 +0000</pubDate>
		<dc:creator>Tom Myer</dc:creator>
		
		<category><![CDATA[Publications]]></category>

		<guid isPermaLink="false">http://blog.tripledogs.com/?p=286</guid>
		<description><![CDATA[My new (brief!) intro to CodeIgniter is now available over at IBM DeveloperWorks. The article walks you through a very fast setup (less than one hour) of a one- or two-page web site (or landing page). It shows you how to set up a model, a controller, and various views, and how to store information [...]]]></description>
		<wfw:commentRss>http://blog.tripledogs.com/post/286/feed</wfw:commentRss>
		</item>
		<item>
		<title>Another errata for Professional CodeIgniter</title>
		<link>http://blog.tripledogs.com/post/284</link>
		<comments>http://blog.tripledogs.com/post/284#comments</comments>
		<pubDate>Sat, 16 Aug 2008 21:34:06 +0000</pubDate>
		<dc:creator>Tom Myer</dc:creator>
		
		<category><![CDATA[Publications]]></category>

		<guid isPermaLink="false">http://blog.tripledogs.com/?p=284</guid>
		<description><![CDATA[(I&#8217;m on a roll here, folks. Sorry for all the notices. We had a number of last-minute changes in the code, and the chapter examples didn&#8217;t get updated&#8230;.and when you look at it 300 times, you just start missing stuff.)
On page 102 the search() function contains this group of code:

if ($this->input->post('term')){
  $search['results'] = $this->MProducts->search($this->input->post(&#8217;term&#8217;);
}else{
&#8230;

The [...]]]></description>
		<wfw:commentRss>http://blog.tripledogs.com/post/284/feed</wfw:commentRss>
		</item>
		<item>
		<title>Second Errata Notice on Professional CodeIgniter</title>
		<link>http://blog.tripledogs.com/post/282</link>
		<comments>http://blog.tripledogs.com/post/282#comments</comments>
		<pubDate>Fri, 15 Aug 2008 01:54:45 +0000</pubDate>
		<dc:creator>Tom Myer</dc:creator>
		
		<category><![CDATA[Publications]]></category>

		<guid isPermaLink="false">http://blog.tripledogs.com/?p=282</guid>
		<description><![CDATA[On page 110, there is this code in the function updateCart:

if (count($fullproduct)){
	if (isset($cart[$productid])){
		$prevct = $cart[$productid]['count'];
		$prevname = $cart[$productid]['name'];
		$prevname = $cart[$productid]['price'];

The second $prevname should be $prevprice, like this:

if (count($fullproduct)){
	if (isset($cart[$productid])){
		$prevct = $cart[$productid]['count'];
		$prevname = $cart[$productid]['name'];
		$prevprice = $cart[$productid]['price'];

Bookmark:
]]></description>
		<wfw:commentRss>http://blog.tripledogs.com/post/282/feed</wfw:commentRss>
		</item>
		<item>
		<title>Errata Notice for Professional CodeIgniter</title>
		<link>http://blog.tripledogs.com/post/280</link>
		<comments>http://blog.tripledogs.com/post/280#comments</comments>
		<pubDate>Thu, 14 Aug 2008 21:49:23 +0000</pubDate>
		<dc:creator>Tom Myer</dc:creator>
		
		<category><![CDATA[Publications]]></category>

		<guid isPermaLink="false">http://blog.tripledogs.com/?p=280</guid>
		<description><![CDATA[On page 87 (chapter 4) we have the following example code:
$home['mainf'] = $this->MProducts->getMainFeature();
$skip = $home['mainf']['id'];
$home['sidef'] = $this->MProducts->getRandomProducts(3,$skip);
$data['main'] = $this->load->view(&#8217;home&#8217;,$home,true);
The code should instead be the following:
 	$data['mainf'] = $this->MProducts->getMainFeature();
	$skip = $data['mainf']['id'];
	$data['sidef'] = $this->MProducts->getRandomProducts(3,$skip);
	$data['main'] = &#8216;home&#8217;;
	$this->load->vars($data);
	$this->load->view(&#8217;template&#8217;);
Bookmark:
]]></description>
		<wfw:commentRss>http://blog.tripledogs.com/post/280/feed</wfw:commentRss>
		</item>
		<item>
		<title>Inbox Zero: Achieved (for now)</title>
		<link>http://blog.tripledogs.com/post/275</link>
		<comments>http://blog.tripledogs.com/post/275#comments</comments>
		<pubDate>Tue, 05 Aug 2008 02:05:00 +0000</pubDate>
		<dc:creator>Tom Myer</dc:creator>
		
		<category><![CDATA[Opinions]]></category>

		<guid isPermaLink="false">http://blog.tripledogs.com/?p=275</guid>
		<description><![CDATA[Many of you who know me know that I&#8217;ve been trying to follow the precepts of GTD (getting things done) and in particular, this idea that you can get to Inbox Zero. Inbox Zero is Merlin Mann&#8217;s approach to email management that involves a certain action-based zeal&#8211;get that sucker down to ZERO items.
Now, this doesn&#8217;t [...]]]></description>
		<wfw:commentRss>http://blog.tripledogs.com/post/275/feed</wfw:commentRss>
		</item>
		<item>
		<title>Build a Microsite Manager with CodeIgniter</title>
		<link>http://blog.tripledogs.com/post/268</link>
		<comments>http://blog.tripledogs.com/post/268#comments</comments>
		<pubDate>Mon, 04 Aug 2008 20:12:50 +0000</pubDate>
		<dc:creator>Tom Myer</dc:creator>
		
		<category><![CDATA[Publications]]></category>

		<guid isPermaLink="false">http://blog.tripledogs.com/?p=268</guid>
		<description><![CDATA[I show you how to build a microsite manager with CodeIgniter.]]></description>
		<wfw:commentRss>http://blog.tripledogs.com/post/268/feed</wfw:commentRss>
		</item>
		<item>
		<title>The Birth of an iPhone App: iHrrl</title>
		<link>http://blog.tripledogs.com/post/261</link>
		<comments>http://blog.tripledogs.com/post/261#comments</comments>
		<pubDate>Mon, 04 Aug 2008 15:01:04 +0000</pubDate>
		<dc:creator>Tom Myer</dc:creator>
		
		<category><![CDATA[Events]]></category>

		<category><![CDATA[Geek]]></category>

		<category><![CDATA[Publications]]></category>

		<guid isPermaLink="false">http://blog.tripledogs.com/?p=261</guid>
		<description><![CDATA[Good Times at iPhone DevCamp Austin.]]></description>
		<wfw:commentRss>http://blog.tripledogs.com/post/261/feed</wfw:commentRss>
		</item>
		<item>
		<title>Writing Mafia is back!</title>
		<link>http://blog.tripledogs.com/post/258</link>
		<comments>http://blog.tripledogs.com/post/258#comments</comments>
		<pubDate>Thu, 31 Jul 2008 16:43:09 +0000</pubDate>
		<dc:creator>Tom Myer</dc:creator>
		
		<category><![CDATA[Events]]></category>

		<guid isPermaLink="false">http://blog.tripledogs.com/?p=258</guid>
		<description><![CDATA[Join us Thursday August 7th, 6:30 pm at the Dog &#038; Duck.]]></description>
		<wfw:commentRss>http://blog.tripledogs.com/post/258/feed</wfw:commentRss>
		</item>
		<item>
		<title>CodeIgniter Book Hits the Shelves</title>
		<link>http://blog.tripledogs.com/post/256</link>
		<comments>http://blog.tripledogs.com/post/256#comments</comments>
		<pubDate>Tue, 29 Jul 2008 12:14:07 +0000</pubDate>
		<dc:creator>Tom Myer</dc:creator>
		
		<category><![CDATA[Publications]]></category>

		<guid isPermaLink="false">http://blog.tripledogs.com/?p=256</guid>
		<description><![CDATA[My Professional CodeIgniter book from WROX is in the book stores now.]]></description>
		<wfw:commentRss>http://blog.tripledogs.com/post/256/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
