<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.0" -->
<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>PHP Source Code - Meta Blog of Blogs</title>
	<link>http://phpmetablog.com</link>
	<description>php source, php code, source code, php scripts, php tips, php news, php technologies, php help, php job</description>
	<pubDate>Sat, 04 Jul 2009 07:06:15 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0</generator>
	<language>en</language>
			<item>
		<title>PHPFreaks.com: 10 Signs of Crappy PHP Software</title>
		<link>http://phpmetablog.com/2009/07/04/phpfreakscom-10-signs-of-crappy-php-software/</link>
		<comments>http://phpmetablog.com/2009/07/04/phpfreakscom-10-signs-of-crappy-php-software/#comments</comments>
		<pubDate>Fri, 03 Jul 2009 22:51:32 +0000</pubDate>
		<dc:creator>PHPDeveloper.org</dc:creator>
		
	<category>Contributors</category>
	<category>PHP Help</category>
	<category>WordPress</category>
	<category>Google</category>
	<category>Javascript</category>
	<category>AJAX</category>
	<category>Graphics</category>
	<category>PEAR</category>
	<category>ZEND</category>
	<category>MVC</category>
	<category>PHP Tips</category>
	<category>PHP Jobs</category>
	<category>PHP News</category>
	<category>PHP Technologies</category>
		<guid isPermaLink="false">http://www.phpdeveloper.org/news/12807</guid>
		<description><![CDATA[<p>
On PHPFreaks.com they have <a href="http://www.phpfreaks.com/blog/10-signs-of-crappy-php-software">a new "top ten" list</a> of signs to look out for to tell if you're dealing with crappy software or not.
</p>
<blockquote>
Like it or not, as a professional developer, sooner or later you are going to do some customising (if you are lucky, "extending") of existing software. If you are not familiar with the software, it is good advice to look into it before accepting the job. I had to learn that the hard way. But how do you recognize crappy applications without getting knee deep into the code?
</blockquote>
<p>Their list of signs include:</p>
<ul>
<li>The software tries to reinvent the object model, or "fix" language features.
<li>Scattered HTML and SQL
<li>Multiple levels of inheritance
<li>In the code base, there is a directory called "core"
</ul>]]></description>
			<content:encoded><![CDATA[<p>
On PHPFreaks.com they have <a href="http://www.phpfreaks.com/blog/10-signs-of-crappy-php-software">a new "top ten" list</a> of signs to look out for to tell if you're dealing with crappy software or not.
</p>
<blockquote>
Like it or not, as a professional developer, sooner or later you are going to do some customising (if you are lucky, "extending") of existing software. If you are not familiar with the software, it is good advice to look into it before accepting the job. I had to learn that the hard way. But how do you recognize crappy applications without getting knee deep into the code?
</blockquote>
<p>Their list of signs include:</p>
<ul>
<li>The software tries to reinvent the object model, or "fix" language features.
<li>Scattered HTML and SQL
<li>Multiple levels of inheritance
<li>In the code base, there is a directory called "core"
</ul>]]></content:encoded>
			<wfw:commentRSS>http://phpmetablog.com/2009/07/04/phpfreakscom-10-signs-of-crappy-php-software/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>PEAR Blog: PHP 5.3 Windows and PEAR (go-pear.phar)</title>
		<link>http://phpmetablog.com/2009/07/04/pear-blog-php-53-windows-and-pear-go-pearphar/</link>
		<comments>http://phpmetablog.com/2009/07/04/pear-blog-php-53-windows-and-pear-go-pearphar/#comments</comments>
		<pubDate>Fri, 03 Jul 2009 21:20:23 +0000</pubDate>
		<dc:creator>PHPDeveloper.org</dc:creator>
		
	<category>Contributors</category>
	<category>PHP Help</category>
	<category>WordPress</category>
	<category>Google</category>
	<category>Javascript</category>
	<category>AJAX</category>
	<category>Graphics</category>
	<category>PEAR</category>
	<category>ZEND</category>
	<category>MVC</category>
	<category>PHP Tips</category>
	<category>PHP Jobs</category>
	<category>PHP News</category>
	<category>PHP Technologies</category>
		<guid isPermaLink="false">http://www.phpdeveloper.org/news/12806</guid>
		<description><![CDATA[<p>
The PEAR blog has <a href="http://blog.pear.bluga.net/2009/07/01/php-53-windows-and-pear/">a quick note</a> for users of PHP 5.3 and Windows:
</p>
<blockquote>
Some users have reported that the windows builds of PHP 5.3 are not able to open the shipped go-pear.phar file.
</blockquote>
<p>
If this is your situation, you can use their workaround (run the distributed phar version) or grab the <a href="http://pear.php.net/go-pear">non-pharred version</a>.
</p>]]></description>
			<content:encoded><![CDATA[<p>
The PEAR blog has <a href="http://blog.pear.bluga.net/2009/07/01/php-53-windows-and-pear/">a quick note</a> for users of PHP 5.3 and Windows:
</p>
<blockquote>
Some users have reported that the windows builds of PHP 5.3 are not able to open the shipped go-pear.phar file.
</blockquote>
<p>
If this is your situation, you can use their workaround (run the distributed phar version) or grab the <a href="http://pear.php.net/go-pear">non-pharred version</a>.
</p>]]></content:encoded>
			<wfw:commentRSS>http://phpmetablog.com/2009/07/04/pear-blog-php-53-windows-and-pear-go-pearphar/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Lorna Mitchell&#8217;s Blog: Status Codes for Web Services</title>
		<link>http://phpmetablog.com/2009/07/04/lorna-mitchells-blog-status-codes-for-web-services/</link>
		<comments>http://phpmetablog.com/2009/07/04/lorna-mitchells-blog-status-codes-for-web-services/#comments</comments>
		<pubDate>Fri, 03 Jul 2009 20:44:37 +0000</pubDate>
		<dc:creator>PHPDeveloper.org</dc:creator>
		
	<category>Contributors</category>
	<category>PHP Help</category>
	<category>WordPress</category>
	<category>Google</category>
	<category>Javascript</category>
	<category>AJAX</category>
	<category>Graphics</category>
	<category>PEAR</category>
	<category>ZEND</category>
	<category>MVC</category>
	<category>PHP Tips</category>
	<category>PHP Jobs</category>
	<category>PHP News</category>
	<category>PHP Technologies</category>
		<guid isPermaLink="false">http://www.phpdeveloper.org/news/12805</guid>
		<description><![CDATA[<p>
<i>Lorna Mitchell</i> has posted <a href="http://www.lornajane.net/posts/2009/Status-Codes-for-Web-Services">the last article</a> in her look at web services - a focus on status codes.
</p>
<blockquote>
Unlike the other posts in this series, this one is quite specific to one type of service - REST - since it deals with status codes, specifically HTTP ones. The ideas are transferrable however and other types of service can return statuses in a similar way.
</blockquote>
<p>
She mentions things to keep in mind in returning the codes, some of the more interesting codes as well as some typical situations where things like an error code 500 would be thrown.
</p>
<blockquote>
Status codes are like a headline to the calling entity about what happened, and are a valuable tool in the web service toolkit.
</blockquote>]]></description>
			<content:encoded><![CDATA[<p>
<i>Lorna Mitchell</i> has posted <a href="http://www.lornajane.net/posts/2009/Status-Codes-for-Web-Services">the last article</a> in her look at web services - a focus on status codes.
</p>
<blockquote>
Unlike the other posts in this series, this one is quite specific to one type of service - REST - since it deals with status codes, specifically HTTP ones. The ideas are transferrable however and other types of service can return statuses in a similar way.
</blockquote>
<p>
She mentions things to keep in mind in returning the codes, some of the more interesting codes as well as some typical situations where things like an error code 500 would be thrown.
</p>
<blockquote>
Status codes are like a headline to the calling entity about what happened, and are a valuable tool in the web service toolkit.
</blockquote>]]></content:encoded>
			<wfw:commentRSS>http://phpmetablog.com/2009/07/04/lorna-mitchells-blog-status-codes-for-web-services/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Oracle Technology Network: High Performance and Availability with Oracle RAC and PHP</title>
		<link>http://phpmetablog.com/2009/07/04/oracle-technology-network-high-performance-and-availability-with-oracle-rac-and-php/</link>
		<comments>http://phpmetablog.com/2009/07/04/oracle-technology-network-high-performance-and-availability-with-oracle-rac-and-php/#comments</comments>
		<pubDate>Fri, 03 Jul 2009 19:12:07 +0000</pubDate>
		<dc:creator>PHPDeveloper.org</dc:creator>
		
	<category>Contributors</category>
	<category>PHP Help</category>
	<category>WordPress</category>
	<category>Google</category>
	<category>Javascript</category>
	<category>AJAX</category>
	<category>Graphics</category>
	<category>PEAR</category>
	<category>ZEND</category>
	<category>MVC</category>
	<category>PHP Tips</category>
	<category>PHP Jobs</category>
	<category>PHP News</category>
	<category>PHP Technologies</category>
		<guid isPermaLink="false">http://www.phpdeveloper.org/news/12804</guid>
		<description><![CDATA[<p>
<i>John Lim</i> has <a href="http://www.oracle.com/technology/pub/articles/lim-php-rac.html">written up an article</a> for the Oracle Technology Network about creating high performance systems with Oracle's Real Application Clusters (RAC) and PHP.
</p>
<blockquote>
Running a software application that is able to work reliably through hardware and software failures is incredibly hard. [...] In this article, I will cover the network, architecture and design of our RAC application. Then I will discuss the real-world experiences and problems we experienced.
</blockquote>
<p>
He details their RAC setup - load balancers, application servers and their RAC servers - before working through the different technologies and how they're all installed and configured to work together most efficiently.
</p>]]></description>
			<content:encoded><![CDATA[<p>
<i>John Lim</i> has <a href="http://www.oracle.com/technology/pub/articles/lim-php-rac.html">written up an article</a> for the Oracle Technology Network about creating high performance systems with Oracle's Real Application Clusters (RAC) and PHP.
</p>
<blockquote>
Running a software application that is able to work reliably through hardware and software failures is incredibly hard. [...] In this article, I will cover the network, architecture and design of our RAC application. Then I will discuss the real-world experiences and problems we experienced.
</blockquote>
<p>
He details their RAC setup - load balancers, application servers and their RAC servers - before working through the different technologies and how they're all installed and configured to work together most efficiently.
</p>]]></content:encoded>
			<wfw:commentRSS>http://phpmetablog.com/2009/07/04/oracle-technology-network-high-performance-and-availability-with-oracle-rac-and-php/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>DevShed: Using the spl_autoload() Functions to Build Loader Apps in PHP</title>
		<link>http://phpmetablog.com/2009/07/03/devshed-using-the-spl_autoload-functions-to-build-loader-apps-in-php/</link>
		<comments>http://phpmetablog.com/2009/07/03/devshed-using-the-spl_autoload-functions-to-build-loader-apps-in-php/#comments</comments>
		<pubDate>Fri, 03 Jul 2009 13:26:58 +0000</pubDate>
		<dc:creator>PHPDeveloper.org</dc:creator>
		
	<category>Contributors</category>
	<category>PHP Help</category>
	<category>WordPress</category>
	<category>Google</category>
	<category>Javascript</category>
	<category>AJAX</category>
	<category>Graphics</category>
	<category>PEAR</category>
	<category>ZEND</category>
	<category>MVC</category>
	<category>PHP Tips</category>
	<category>PHP Jobs</category>
	<category>PHP News</category>
	<category>PHP Technologies</category>
		<guid isPermaLink="false">http://www.phpdeveloper.org/news/12803</guid>
		<description><![CDATA[<p>
In the <a href="http://www.devshed.com/c/a/PHP/Using-the-splautoload-Functions-to-Build-Loader-Apps-in-PHP">next to last article</a> of their loader series, DevShed looks at replacing some of the file loading functionality in their examples with functions from the SPL.
</p>
<blockquote>
As I mentioned before, the Standard PHP library comes bundled with some helpful functions, such as "spl_autoload()," "spl_register_extension()" and "spl_autoload_register()" that allow you to either use a default implementation of the "__autoload()" function, or create a custom one for it.
</blockquote>
<p>
Their <a href="http://www.devshed.com/c/a/PHP/Using-the-splautoload-Functions-to-Build-Loader-Apps-in-PHP/2/">example</a> defines the extensions to use for autoloading and the name of the file/class to pull in. The rest is done automagically.
</p>]]></description>
			<content:encoded><![CDATA[<p>
In the <a href="http://www.devshed.com/c/a/PHP/Using-the-splautoload-Functions-to-Build-Loader-Apps-in-PHP">next to last article</a> of their loader series, DevShed looks at replacing some of the file loading functionality in their examples with functions from the SPL.
</p>
<blockquote>
As I mentioned before, the Standard PHP library comes bundled with some helpful functions, such as "spl_autoload()," "spl_register_extension()" and "spl_autoload_register()" that allow you to either use a default implementation of the "__autoload()" function, or create a custom one for it.
</blockquote>
<p>
Their <a href="http://www.devshed.com/c/a/PHP/Using-the-splautoload-Functions-to-Build-Loader-Apps-in-PHP/2/">example</a> defines the extensions to use for autoloading and the name of the file/class to pull in. The rest is done automagically.
</p>]]></content:encoded>
			<wfw:commentRSS>http://phpmetablog.com/2009/07/03/devshed-using-the-spl_autoload-functions-to-build-loader-apps-in-php/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>DPC 2009 Day 1</title>
		<link>http://phpmetablog.com/2009/07/03/dpc-2009-day-1/</link>
		<comments>http://phpmetablog.com/2009/07/03/dpc-2009-day-1/#comments</comments>
		<pubDate>Fri, 03 Jul 2009 12:18:00 +0000</pubDate>
		<dc:creator>Paul Reinheimer</dc:creator>
		
	<category>Contributors</category>
	<category>PHP Help</category>
	<category>WordPress</category>
	<category>Google</category>
	<category>Javascript</category>
	<category>AJAX</category>
	<category>Graphics</category>
	<category>PEAR</category>
	<category>ZEND</category>
	<category>MVC</category>
	<category>PHP Tips</category>
	<category>PHP Jobs</category>
	<category>PHP News</category>
	<category>PHP Technologies</category>
		<guid isPermaLink="false">http://www.ibuildings.com:80/blog/archives/1560-guid.html</guid>
		<description><![CDATA[
    After my colleague Cal reviewed DPC's tutorial day, it's now my turn to look back at the first real conference day of 2009's Dutch PHP Conference.

The day started with a nice movie made by Almer and Norman after which Cal officially opened the Du...]]></description>
			<content:encoded><![CDATA[
    After my colleague Cal <a href="http://www.ibuildings.com:80/blog/archives/1558-DPC-2009-Day-0-Stefan-Essers-Security-Crash-Course.html">reviewed DPC's tutorial day</a>, it's now my turn to look back at the first real conference day of 2009's Dutch PHP Conference.<br />
<br />
The day started with a nice movie made by Almer and Norman after which Cal officially opened the Dutch PHP Conference and introduced Andrei Zmievski to do the opening keynote. Andrei gave an outline of developments in PHP including the changes we are going to see in future versions. Closures, namespaces, better garbage collection and a few more things are coming to PHP5.3, but I think this isn't new to most people. I haven't really read a lot on PHP6 yet other than Unicode, so the addition of traits, C# style getters and setters and scalar/return value type hinting were new to me. I think this was a nice talk to be the opening keynote, because other than just being infomrative the talk also had the right amount of humor with some examples of frustrated people reporting "bugs" and a setting for y2k compliance. I wasn't active in PHP 10 years ago, but it made me laugh when I heard that the y2k_compliance setting basically did nothing other than stop people asking about it.<br />
<br />
 <br /><a href="http://www.ibuildings.com:80/blog/archives/1560-DPC-2009-Day-1.html#extended">Continue reading "DPC 2009 Day 1"</a>
    ]]></content:encoded>
			<wfw:commentRSS>http://phpmetablog.com/2009/07/03/dpc-2009-day-1/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Site News: Popular Posts for the Week of 07.03.2009</title>
		<link>http://phpmetablog.com/2009/07/03/site-news-popular-posts-for-the-week-of-07032009/</link>
		<comments>http://phpmetablog.com/2009/07/03/site-news-popular-posts-for-the-week-of-07032009/#comments</comments>
		<pubDate>Fri, 03 Jul 2009 12:02:45 +0000</pubDate>
		<dc:creator>PHPDeveloper.org</dc:creator>
		
	<category>Contributors</category>
	<category>PHP Help</category>
	<category>WordPress</category>
	<category>Google</category>
	<category>Javascript</category>
	<category>AJAX</category>
	<category>Graphics</category>
	<category>PEAR</category>
	<category>ZEND</category>
	<category>MVC</category>
	<category>PHP Tips</category>
	<category>PHP Jobs</category>
	<category>PHP News</category>
	<category>PHP Technologies</category>
		<guid isPermaLink="false">http://www.phpdeveloper.org/news/12802</guid>
		<description><![CDATA[Popular posts from PHPDeveloper.org for the past week:<ul><li><a href="http://phpdeveloper.org/news/12771">Community News: PHP Group Responds to Google's "Speed Tips" Recommendations</a>
<li><a href="http://phpdeveloper.org/news/12762">PHP 10.0 Blog: PHP performance tips from Google</a>
<li><a href="http://phpdeveloper.org/news/12767">SitePoint PHP Blog: A Note on Google's So-called Best Practices</a>
<li><a href="http://phpdeveloper.org/news/12769">php&#124;architect Blog: Confessions of a Hiring Manager: Get my attention, Get a Job</a>
<li><a href="http://phpdeveloper.org/news/12763">NETTUTS.com: Easy Development With CodeIgniter</a>
<li><a href="http://phpdeveloper.org/news/12765">Make Me Pulse Blog: Connect to Active Directory LDAP with PHP</a>
<li><a href="http://phpdeveloper.org/news/12768">Zend Developer Zone: Accepting Credit Card Payments with OXID eShop CE and Authorize.Net</a>
<li><a href="http://phpdeveloper.org/news/12766">Paul Jones' Blog: Scalable Internet Architecture</a>
<li><a href="http://phpdeveloper.org/news/12792">PHP &#038; jQuery: Calendars</a>
<li><a href="http://phpdeveloper.org/news/12764">Stefan Mischook's Blog: PHP Video: Controllers in MVC</a>
</ul>]]></description>
			<content:encoded><![CDATA[Popular posts from PHPDeveloper.org for the past week:<ul><li><a href="http://phpdeveloper.org/news/12771">Community News: PHP Group Responds to Google's "Speed Tips" Recommendations</a>
<li><a href="http://phpdeveloper.org/news/12762">PHP 10.0 Blog: PHP performance tips from Google</a>
<li><a href="http://phpdeveloper.org/news/12767">SitePoint PHP Blog: A Note on Google's So-called Best Practices</a>
<li><a href="http://phpdeveloper.org/news/12769">php|architect Blog: Confessions of a Hiring Manager: Get my attention, Get a Job</a>
<li><a href="http://phpdeveloper.org/news/12763">NETTUTS.com: Easy Development With CodeIgniter</a>
<li><a href="http://phpdeveloper.org/news/12765">Make Me Pulse Blog: Connect to Active Directory LDAP with PHP</a>
<li><a href="http://phpdeveloper.org/news/12768">Zend Developer Zone: Accepting Credit Card Payments with OXID eShop CE and Authorize.Net</a>
<li><a href="http://phpdeveloper.org/news/12766">Paul Jones' Blog: Scalable Internet Architecture</a>
<li><a href="http://phpdeveloper.org/news/12792">PHP & jQuery: Calendars</a>
<li><a href="http://phpdeveloper.org/news/12764">Stefan Mischook's Blog: PHP Video: Controllers in MVC</a>
</ul>]]></content:encoded>
			<wfw:commentRSS>http://phpmetablog.com/2009/07/03/site-news-popular-posts-for-the-week-of-07032009/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Ready for PHP &#038; MySQL Week at SitePoint?</title>
		<link>http://phpmetablog.com/2009/07/03/ready-for-php-mysql-week-at-sitepoint/</link>
		<comments>http://phpmetablog.com/2009/07/03/ready-for-php-mysql-week-at-sitepoint/#comments</comments>
		<pubDate>Fri, 03 Jul 2009 04:35:02 +0000</pubDate>
		<dc:creator>Andrew Tetlaw</dc:creator>
		
	<category>Contributors</category>
	<category>PHP Help</category>
	<category>WordPress</category>
	<category>Google</category>
	<category>Javascript</category>
	<category>AJAX</category>
	<category>Graphics</category>
	<category>PEAR</category>
	<category>ZEND</category>
	<category>MVC</category>
	<category>PHP Tips</category>
	<category>PHP Jobs</category>
	<category>PHP News</category>
	<category>PHP Technologies</category>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/?p=11891</guid>
		<description><![CDATA[To celebrate the release of the new edition of well-loved SitePoint book "Build Your Own Database Driven Web Site Using PHP &#038; MySQL, 4th Edition" — by Kevin Yank, we're publishing a chapter a day next week, beginning Tuesday the 7th of July. Check out what you'll be reading.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.sitepoint.com/books/phpmysql4/"><img class="imgright alignright" title="Build Your Own Database Driven Web Site Using PHP &amp; MySQL, 4th Edition" src="http://www.sitepoint.com/images/books/phpmysql4/blocks.jpg" alt="" /></a>To celebrate the release of the new edition of well-loved SitePoint book <em><a href="http://www.sitepoint.com/books/phpmysql4/">Build Your Own Database Driven Web Site Using PHP &amp; MySQL, 4th Edition</a></em> — by Kevin Yank, we&#8217;re publishing a chapter a day next week, beginning Tuesday the 7th of July.</p>
<p>Today, we&#8217;ve published the beginning of the series: <a href="http://www.sitepoint.com/article/php-mysql-tutorial/">the Introduction</a> and directly from the book, <a href="http://www.sitepoint.com/article/php-amp-mysql-1-installation/">Chapter 1: Installation</a>. Over the weekend you can read chapter 1 and make sure your newly installed software is working properly, in readiness for next week&#8217;s chapters. At the end of the week you&#8217;ll have <strong>4 complete chapters from the book and one bonus article</strong>, comprising another book excerpt.</p>
<p>Here&#8217;s what you&#8217;ll be receiving:</p>
<p><strong>Chapter 2: Introducing MySQL</strong></p>
<div id="adz" class="vertical"></div><p>An introduction to databases in general, and the MySQL relational database management system in particular. If you&#8217;ve never worked with a relational database before, you&#8217;ll find this enlightening, whetting your appetite for what’s to come! In the process, you’ll build up a simple database to be used in later chapters.</p>
<p><strong>Chapter 3: Introducing PHP</strong></p>
<p>Here’s where the fun really starts. In this chapter, Kevin will introduce you to the PHP scripting language, which you can use to build dynamic web pages that present up-to-the-moment information to your visitors.</p>
<p><strong>Chapter 4: Publishing MySQL Data on the Web</strong></p>
<p>In this chapter you’ll bring together PHP and MySQL to create some of your first database driven web pages. You’ll explore the basic techniques of using PHP to retrieve information from a database and display it on the Web in real time. Kevin will also show you how to use PHP to create web-based forms for adding new entries to, and modifying existing information in, a MySQL database on the fly.</p>
<p><strong>Bonus: How to Handle File Uploads with PHP</strong><br />
In this bonus excerpt from Chapter 12, you&#8217;ll learn how to accept file uploads from your web site visitors securely and store them.</p>
<p><em><a href="http://www.sitepoint.com/books/phpmysql4/">Build Your Own Database Driven Web Site Using PHP &amp; MySQL, 4th Edition</a></em> is one of the most popular PHP books for beginners, and SitePoint&#8217;s first ever book. This shiny new 4th edition has been completely updated using only best-practice PHP. It&#8217;s essential reading for all budding PHP &amp; MySQL developers. For more information, see the <a href="http://www.sitepoint.com/books/phpmysql4/">book page</a>.</p>
<p>If you prefer to read the Adobe Acrobat PDF version of these first four chapters, you can <a href="http://www.sitepoint.com/books/phpmysql4/samplechapters.php">download the first four chapters FREE</a>.</p>
<script src="http://ads.aws.sitepoint.com/adjs.php?region=136&amp;did=adz&amp;adtype=vertical" type="text/javascript"></script>]]></content:encoded>
			<wfw:commentRSS>http://phpmetablog.com/2009/07/03/ready-for-php-mysql-week-at-sitepoint/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Community News: PHP North West 2009 Website Launch</title>
		<link>http://phpmetablog.com/2009/07/03/community-news-php-north-west-2009-website-launch/</link>
		<comments>http://phpmetablog.com/2009/07/03/community-news-php-north-west-2009-website-launch/#comments</comments>
		<pubDate>Thu, 02 Jul 2009 18:03:30 +0000</pubDate>
		<dc:creator>PHPDeveloper.org</dc:creator>
		
	<category>Contributors</category>
	<category>PHP Help</category>
	<category>WordPress</category>
	<category>Google</category>
	<category>Javascript</category>
	<category>AJAX</category>
	<category>Graphics</category>
	<category>PEAR</category>
	<category>ZEND</category>
	<category>MVC</category>
	<category>PHP Tips</category>
	<category>PHP Jobs</category>
	<category>PHP News</category>
	<category>PHP Technologies</category>
		<guid isPermaLink="false">http://www.phpdeveloper.org/news/12801</guid>
		<description><![CDATA[<p>
The PHP North West group has officially launched <a href="http://conference.phpnw.org.uk/phpnw09/">the website</a> for this year's event - PHP North West 2009:
</p>
<blockquote>
We're proud to announce the second edition of the PHP North West Conference, to be held on Saturday 10th October, 2009. Following from last year's successful debut, this event returns to bring a great mix of speakers and community from the north of England and beyond. With a local feel, there will be a packed day of talks from a range of speakers, socials Friday and Saturday night, and informal sessions running on Sunday for those making a weekend of it. We hope to see you there!
</blockquote>
<p>
The site currently has links to their <a href="http://conference.phpnw.org.uk/phpnw09/?p=47">registration</a>, <a href="http://conference.phpnw.org.uk/phpnw09/?p=50">Call for Papers</a> and <a href="http://conference.phpnw.org.uk/phpnw09/?p=46">resources to use when linking to conference</a>.
</p>]]></description>
			<content:encoded><![CDATA[<p>
The PHP North West group has officially launched <a href="http://conference.phpnw.org.uk/phpnw09/">the website</a> for this year's event - PHP North West 2009:
</p>
<blockquote>
We're proud to announce the second edition of the PHP North West Conference, to be held on Saturday 10th October, 2009. Following from last year's successful debut, this event returns to bring a great mix of speakers and community from the north of England and beyond. With a local feel, there will be a packed day of talks from a range of speakers, socials Friday and Saturday night, and informal sessions running on Sunday for those making a weekend of it. We hope to see you there!
</blockquote>
<p>
The site currently has links to their <a href="http://conference.phpnw.org.uk/phpnw09/?p=47">registration</a>, <a href="http://conference.phpnw.org.uk/phpnw09/?p=50">Call for Papers</a> and <a href="http://conference.phpnw.org.uk/phpnw09/?p=46">resources to use when linking to conference</a>.
</p>]]></content:encoded>
			<wfw:commentRSS>http://phpmetablog.com/2009/07/03/community-news-php-north-west-2009-website-launch/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Had Enough of “Left” and “Right” ?</title>
		<link>http://phpmetablog.com/2009/07/02/had-enough-of-%e2%80%9cleft%e2%80%9d-and-%e2%80%9cright%e2%80%9d/</link>
		<comments>http://phpmetablog.com/2009/07/02/had-enough-of-%e2%80%9cleft%e2%80%9d-and-%e2%80%9cright%e2%80%9d/#comments</comments>
		<pubDate>Thu, 02 Jul 2009 17:26:50 +0000</pubDate>
		<dc:creator>pmjones</dc:creator>
		
	<category>Contributors</category>
	<category>PHP Help</category>
	<category>WordPress</category>
	<category>Google</category>
	<category>Javascript</category>
	<category>AJAX</category>
	<category>Graphics</category>
	<category>PEAR</category>
	<category>ZEND</category>
	<category>MVC</category>
	<category>PHP Tips</category>
	<category>PHP Jobs</category>
	<category>PHP News</category>
	<category>PHP Technologies</category>
		<guid isPermaLink="false">http://paul-m-jones.com/?p=953</guid>
		<description><![CDATA[Watch a liberal Democrat and a conservative Republican redline the Bill of Rights together:

]]></description>
			<content:encoded><![CDATA[Watch a liberal Democrat and a conservative Republican redline the Bill of Rights together:

]]></content:encoded>
			<wfw:commentRSS>http://phpmetablog.com/2009/07/02/had-enough-of-%e2%80%9cleft%e2%80%9d-and-%e2%80%9cright%e2%80%9d/feed/</wfw:commentRSS>
		</item>
	</channel>
</rss>
