<?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>Guillermo, out of repose &#187; PHP</title> <atom:link href="http://www.outofrepose.com/tag/php/feed/" rel="self" type="application/rss+xml" /><link>http://www.outofrepose.com</link> <description>The blog of a web developer, writer, and graphic designer named Guillermo A. Fisher.</description> <lastBuildDate>Wed, 02 Nov 2011 01:18:09 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3</generator> <item><title>A quick note about formatting strings</title><link>http://www.outofrepose.com/2011/08/03/a-quick-note-about-formatting-strings/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=a-quick-note-about-formatting-strings</link> <comments>http://www.outofrepose.com/2011/08/03/a-quick-note-about-formatting-strings/#comments</comments> <pubDate>Thu, 04 Aug 2011 03:34:34 +0000</pubDate> <dc:creator>Guillermo A. Fisher</dc:creator> <category><![CDATA[Code]]></category> <category><![CDATA[PHP]]></category> <guid
isPermaLink="false">http://www.outofrepose.com/?p=786</guid> <description><![CDATA[I’m writing this because I just saved 8–10 lines of code by using printf(). I know it’s pretty easy to rely on concatenation to print strings, but liberal use of printf() and sprintf() can add clarity to your code and cut complexity. Take the following, for example: No big deal. [...]]]></description> <wfw:commentRss>http://www.outofrepose.com/2011/08/03/a-quick-note-about-formatting-strings/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Debugging Data in PHP</title><link>http://www.outofrepose.com/2011/07/06/debugging-data-in-php/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=debugging-data-in-php</link> <comments>http://www.outofrepose.com/2011/07/06/debugging-data-in-php/#comments</comments> <pubDate>Wed, 06 Jul 2011 13:25:06 +0000</pubDate> <dc:creator>Guillermo A. Fisher</dc:creator> <category><![CDATA[Code]]></category> <category><![CDATA[debugging]]></category> <category><![CDATA[PHP]]></category> <category><![CDATA[utilities]]></category> <guid
isPermaLink="false">http://www.outofrepose.com/?p=740</guid> <description><![CDATA[My buddy John C. Bland II mentioned some debugging functions I wrote up a while back while we worked together on some code for Elevate (an amazing company, by the way). I’d first seen something very similar to his dump() function at a previous job (although it was named debug() [...]]]></description> <wfw:commentRss>http://www.outofrepose.com/2011/07/06/debugging-data-in-php/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Extending CodeIgniter’s Exceptions Class</title><link>http://www.outofrepose.com/2010/02/17/extending-codeigniters-exceptions-class/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=extending-codeigniters-exceptions-class</link> <comments>http://www.outofrepose.com/2010/02/17/extending-codeigniters-exceptions-class/#comments</comments> <pubDate>Wed, 17 Feb 2010 14:58:31 +0000</pubDate> <dc:creator>Guillermo A. Fisher</dc:creator> <category><![CDATA[Code]]></category> <category><![CDATA[Codeigniter]]></category> <category><![CDATA[exceptions]]></category> <category><![CDATA[frameworks]]></category> <category><![CDATA[PHP]]></category> <guid
isPermaLink="false">http://www.outofrepose.com/?p=449</guid> <description><![CDATA[CodeIgniter, my favorite open-source PHP framework, provides functions (full-on, globally available functions) for dealing with errors. It’s not such a bad thing, because you don’t have to worry too much about variable scope or any other troublesome programming concepts. The downside of having such a simple approach to error handling, [...]]]></description> <wfw:commentRss>http://www.outofrepose.com/2010/02/17/extending-codeigniters-exceptions-class/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>My XHTML is stricter than your pops</title><link>http://www.outofrepose.com/2009/10/30/my-xhtml-is-stricter-than-your-pops/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=my-xhtml-is-stricter-than-your-pops</link> <comments>http://www.outofrepose.com/2009/10/30/my-xhtml-is-stricter-than-your-pops/#comments</comments> <pubDate>Fri, 30 Oct 2009 05:27:20 +0000</pubDate> <dc:creator>Guillermo A. Fisher</dc:creator> <category><![CDATA[Code]]></category> <category><![CDATA[css]]></category> <category><![CDATA[PHP]]></category> <category><![CDATA[plugins]]></category> <category><![CDATA[SEO]]></category> <category><![CDATA[themes]]></category> <category><![CDATA[WordPress]]></category> <category><![CDATA[xhtml]]></category> <guid
isPermaLink="false">http://www.outofrepose.com/?p=341</guid> <description><![CDATA[Redesign done. I’ll now get into the details. Design So I was flipping through the pages of bon appetit’s November 2009 issue (the subscription was a gift from my wife, who loves me enough to stop making fun of me for a few seconds every day and accept my odd [...]]]></description> <wfw:commentRss>http://www.outofrepose.com/2009/10/30/my-xhtml-is-stricter-than-your-pops/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Rethinking My Plugin Stash</title><link>http://www.outofrepose.com/2009/10/07/rethinking-my-plugin-stash/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=rethinking-my-plugin-stash</link> <comments>http://www.outofrepose.com/2009/10/07/rethinking-my-plugin-stash/#comments</comments> <pubDate>Wed, 07 Oct 2009 11:20:35 +0000</pubDate> <dc:creator>Guillermo A. Fisher</dc:creator> <category><![CDATA[News]]></category> <category><![CDATA[JavaScript]]></category> <category><![CDATA[optimization]]></category> <category><![CDATA[performance]]></category> <category><![CDATA[PHP]]></category> <category><![CDATA[plugins]]></category> <category><![CDATA[SEO]]></category> <category><![CDATA[WordPress]]></category> <guid
isPermaLink="false">http://www.outofrepose.com/?p=251</guid> <description><![CDATA[No offense to the developers behind these plugins. Great work. In fact, if asked, I’d recommend all of these plugins… I’m just not going to be using them anymore because they don’t meet my current needs. I think I’m going to have to create one plugin to rule them all [...]]]></description> <wfw:commentRss>http://www.outofrepose.com/2009/10/07/rethinking-my-plugin-stash/feed/</wfw:commentRss> <slash:comments>4</slash:comments> </item> <item><title>CodeIgniter and Oracle</title><link>http://www.outofrepose.com/2008/10/10/codeigniter-and-oracle/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=codeigniter-and-oracle</link> <comments>http://www.outofrepose.com/2008/10/10/codeigniter-and-oracle/#comments</comments> <pubDate>Fri, 10 Oct 2008 18:39:27 +0000</pubDate> <dc:creator>Guillermo A. Fisher</dc:creator> <category><![CDATA[Code]]></category> <category><![CDATA[Codeigniter]]></category> <category><![CDATA[oracle]]></category> <category><![CDATA[PHP]]></category> <guid
isPermaLink="false">http://www.outofrepose.com/?p=64</guid> <description><![CDATA[I’ve been writing a lot of code lately and, as a result, my creativity is being sucked up by problem solving. I hope to write something more interesting the next time around. While trying to figure out how to get CodeIgniter to talk to an Oracle database, I came across [...]]]></description> <wfw:commentRss>http://www.outofrepose.com/2008/10/10/codeigniter-and-oracle/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>Windows XP, Xampp, PHP, and Oracle 10g</title><link>http://www.outofrepose.com/2008/09/29/windows-xp-xampp-php-and-oracle-10g/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=windows-xp-xampp-php-and-oracle-10g</link> <comments>http://www.outofrepose.com/2008/09/29/windows-xp-xampp-php-and-oracle-10g/#comments</comments> <pubDate>Mon, 29 Sep 2008 16:29:21 +0000</pubDate> <dc:creator>Guillermo A. Fisher</dc:creator> <category><![CDATA[Code]]></category> <category><![CDATA[oracle]]></category> <category><![CDATA[PHP]]></category> <category><![CDATA[Windows XP]]></category> <category><![CDATA[xampp]]></category> <guid
isPermaLink="false">http://www.outofrepose.com/?p=38</guid> <description><![CDATA[I found this article while Googling around for a way to make Windows XP, Xampp, PHP and Oracle 10g work together. It covers everything pretty well, but I just want to add a few notes to bring the article up to date. Your “php.ini” file will be found in your [...]]]></description> <wfw:commentRss>http://www.outofrepose.com/2008/09/29/windows-xp-xampp-php-and-oracle-10g/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
