<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.0.4" -->
<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/"
	>

<channel>
	<title>PHPit - Totally PHP</title>
	<link>http://phpit.net</link>
	<description>PHPit has dozens of PHP articles, codesnippets and FAQ's.</description>
	<pubDate>Fri, 01 Sep 2006 14:53:41 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.4</generator>
	<language>en</language>
			<item>
		<title>Throwing Custom Errors?</title>
		<link>http://phpit.net/blog/throwing-custom-errors/</link>
		<comments>http://phpit.net/blog/throwing-custom-errors/#comments</comments>
		<pubDate>Mon, 27 Mar 2006 19:50:05 +0000</pubDate>
		<dc:creator>Dennis Pallett</dc:creator>
		
	<category>Blog</category>
		<guid isPermaLink="false">http://phpit.net/?p=101</guid>
		<description><![CDATA[In a recent article on PHPit I talked a bit on throwing your own errors, and what the best methods are, and I'm interested in what others think.
I use a lot of different (custom) libraries and components in my PHP scripts, and figuring out the best way to return errors is always a problem. The [...]]]></description>
		<wfw:commentRSS>http://phpit.net/blog/throwing-custom-errors/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Ajax PHP function lookup</title>
		<link>http://phpit.net/blog/ajax-php-function-lookup/</link>
		<comments>http://phpit.net/blog/ajax-php-function-lookup/#comments</comments>
		<pubDate>Wed, 11 Jan 2006 19:22:30 +0000</pubDate>
		<dc:creator>Dennis Pallett</dc:creator>
		
	<category>Blog</category>
		<guid isPermaLink="false">http://phpit.net/?p=89</guid>
		<description><![CDATA[Found this nifty utility through Digg.com: phpFunctions.
This is a simple Ajax script which works just like Google Suggest, except it looks up PHP functions. Type the first part of a function, and it will automatically find the functions that match, and when you've found the function you're looking for, it'll automatically display all the details [...]]]></description>
		<wfw:commentRSS>http://phpit.net/blog/ajax-php-function-lookup/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>A Look At Livepipe</title>
		<link>http://phpit.net/blog/a-look-at-livepipe/</link>
		<comments>http://phpit.net/blog/a-look-at-livepipe/#comments</comments>
		<pubDate>Fri, 06 Jan 2006 20:17:06 +0000</pubDate>
		<dc:creator>Dennis Pallett</dc:creator>
		
	<category>Blog</category>
		<guid isPermaLink="false">http://phpit.net/?p=85</guid>
		<description><![CDATA[A few days ago I got an e-mail from Ryan and Nicholas from Livepipe asking if I wanted to take a look at the first Developer's Preview of their new PHP framework, called Livepipe. I'm always interested in new stuff, so I just took a quick look. The framework is released under a MIT license, [...]]]></description>
		<wfw:commentRSS>http://phpit.net/blog/a-look-at-livepipe/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Abandoning PHP4?</title>
		<link>http://phpit.net/blog/abandoning-php4/</link>
		<comments>http://phpit.net/blog/abandoning-php4/#comments</comments>
		<pubDate>Mon, 02 Jan 2006 20:48:06 +0000</pubDate>
		<dc:creator>Dennis Pallett</dc:creator>
		
	<category>Blog</category>
		<guid isPermaLink="false">http://phpit.net/?p=84</guid>
		<description><![CDATA[There's an interesting discussion over at SitePointForums over whether it's time to abandon PHP4, and code exclusively for PHP5 now. Just to pull some random quotes out of the discussion:
PHP4 is the norm in 100% of my projects right now. I'm not happy about it and would love to migrate as quickly as possible. It's [...]]]></description>
		<wfw:commentRSS>http://phpit.net/blog/abandoning-php4/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>PHP Unit Testing</title>
		<link>http://phpit.net/blog/php-unit-testing/</link>
		<comments>http://phpit.net/blog/php-unit-testing/#comments</comments>
		<pubDate>Sun, 18 Dec 2005 13:55:08 +0000</pubDate>
		<dc:creator>Dennis Pallett</dc:creator>
		
	<category>Blog</category>
		<guid isPermaLink="false">http://phpit.net/?p=81</guid>
		<description><![CDATA[Chris Shiflett has posted an interesting entry on Unit Testing in PHP, together with a PDF slideshow (Power PHP Testing - PDF link!).
The slideshow is actually quite interesting, because it goes through all the unit testing packages (like PHP-Unit, SimpleTest, etc) and reviews them. It also gives sample code for each package, which is a [...]]]></description>
		<wfw:commentRSS>http://phpit.net/blog/php-unit-testing/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Looking for a PHP gig? Yahoo wants you!</title>
		<link>http://phpit.net/blog/looking-for-a-php-gig-yahoo-wants-you/</link>
		<comments>http://phpit.net/blog/looking-for-a-php-gig-yahoo-wants-you/#comments</comments>
		<pubDate>Sat, 17 Dec 2005 14:02:12 +0000</pubDate>
		<dc:creator>Dennis Pallett</dc:creator>
		
	<category>Blog</category>
		<guid isPermaLink="false">http://phpit.net/?p=80</guid>
		<description><![CDATA[If you're PHP developer, you could be the person Yahoo is looking for. Via PHPDeveloper.org:
Title: Yahoo Web Developer for Small Business
Location: Sunnyvale, CA
Y! Small Business is looking for a self-motivated experienced Web Developer to join the Small Business engineering team. In this capacity, you will work closely with interaction designers, visual designers, user experience researchers, [...]]]></description>
		<wfw:commentRSS>http://phpit.net/blog/looking-for-a-php-gig-yahoo-wants-you/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Comparing strings in PHP</title>
		<link>http://phpit.net/blog/comparing-strings-in-php/</link>
		<comments>http://phpit.net/blog/comparing-strings-in-php/#comments</comments>
		<pubDate>Fri, 16 Dec 2005 18:57:11 +0000</pubDate>
		<dc:creator>Dennis Pallett</dc:creator>
		
	<category>Blog</category>
		<guid isPermaLink="false">http://phpit.net/?p=79</guid>
		<description><![CDATA[Interesting entry over at Greg Beaver's blog today on comparing strings. Apparently, when you try to use the following code:
&#60;?php
var_dump&#40;'01' == '1.'&#41;;
?&#62;
It will actually return 'true', even though '01' is definitely not equal to '1.'. The problem here though is that PHP automatically converts both strings to a number, and thus 01 becomes 1 and [...]]]></description>
		<wfw:commentRSS>http://phpit.net/blog/comparing-strings-in-php/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Interview with Chris Shifflet</title>
		<link>http://phpit.net/blog/interview-with-chris-shifflet/</link>
		<comments>http://phpit.net/blog/interview-with-chris-shifflet/#comments</comments>
		<pubDate>Thu, 15 Dec 2005 18:53:40 +0000</pubDate>
		<dc:creator>Dennis Pallett</dc:creator>
		
	<category>Blog</category>
		<guid isPermaLink="false">http://phpit.net/?p=78</guid>
		<description><![CDATA[CodeSnipers has posted an interview with PHP legend with Chris Shifflet today. It's a bit on the short side, but still interesting nonetheless. The first part of the interview goes over a few security issues in PHP, and the second part is more about Chris. 
If you just want to know a bit more about [...]]]></description>
		<wfw:commentRSS>http://phpit.net/blog/interview-with-chris-shifflet/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Blog now in a seperate RSS feed</title>
		<link>http://phpit.net/blog/blog-now-in-a-seperate-rss-feed/</link>
		<comments>http://phpit.net/blog/blog-now-in-a-seperate-rss-feed/#comments</comments>
		<pubDate>Sun, 11 Dec 2005 17:03:06 +0000</pubDate>
		<dc:creator>Dennis Pallett</dc:creator>
		
	<category>Blog</category>
		<guid isPermaLink="false">http://phpit.net//blog-now-in-a-seperate-rss-feed/</guid>
		<description><![CDATA[The blog entries will be moving to their own RSS feed, and the main RSS feed will focus strictly on the articles, FAQ's and code snippets.]]></description>
		<wfw:commentRSS>http://phpit.net/blog/blog-now-in-a-seperate-rss-feed/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Using an output callback and ob_gzhandler together</title>
		<link>http://phpit.net/blog/using-an-output-callback-and-ob_gzhandler-together/</link>
		<comments>http://phpit.net/blog/using-an-output-callback-and-ob_gzhandler-together/#comments</comments>
		<pubDate>Sat, 03 Dec 2005 15:07:21 +0000</pubDate>
		<dc:creator>Dennis Pallett</dc:creator>
		
	<category>Blog</category>
		<guid isPermaLink="false">http://phpit.net/?p=74</guid>
		<description><![CDATA[A blog entry on using an output callback and ob_gzhandler together, and how to combat any problems.]]></description>
		<wfw:commentRSS>http://phpit.net/blog/using-an-output-callback-and-ob_gzhandler-together/feed/</wfw:commentRSS>
		</item>
	</channel>
</rss>
