<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.3" -->
<rss version="0.92">
<channel>
	<title>andPHP.com</title>
	<link>http://www.andphp.com</link>
	<description>The faster way to learning PHP.</description>
	<lastBuildDate>Mon, 07 Apr 2008 13:47:52 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Orlando PHP User Group</title>
		<description><![CDATA[Finally, there is a PHP User Group for Orlando. We will be meeting April 22nd for our first meeting. If you are in the Orlando area please be sure to visit. The first meeting will be dedicated to the different frameworks available to PHP. For more information, go to orlandophp.org.
<script type="text/javascript">SHARETHIS.addEntry({ title: "Orlando PHP User Group", url: "http://www.andphp.com/2008/04/07/orlando-php-user-group/" });</script>]]></description>
		<link>http://www.andphp.com/2008/04/07/orlando-php-user-group/</link>
			</item>
	<item>
		<title>PHP Namespaces Is Not Years Away, Now In PHP 5.3</title>
		<description><![CDATA[Namespaces have been around for quite a while in Object Oriented programming with languages such Java. Basically, for those of you who have not used them, it means that you can create a context or package for a set of variables, functions and classes to prevent same named objects from different packages to conflict. 

&#60;?php
/* [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "PHP Namespaces Is Not Years Away, Now In PHP 5.3", url: "http://www.andphp.com/2008/03/04/php-namespaces-is-not-years-away-to-be-included-in-php-53/" });</script>]]></description>
		<link>http://www.andphp.com/2008/03/04/php-namespaces-is-not-years-away-to-be-included-in-php-53/</link>
			</item>
	<item>
		<title>Resize images with this PHP script</title>
		<description><![CDATA[Joe Lencioni over at Shifting Pixel, has written a post about the easy to use image resizing script.  It&#8217;s a really simple script that you use by specifying the parameters in the src part of the img tag.
The major advantage of this script is that it allows me to resize and crop any image [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "Resize images with this PHP script", url: "http://www.andphp.com/2008/03/04/resize-images-with-this-php-script/" });</script>]]></description>
		<link>http://www.andphp.com/2008/03/04/resize-images-with-this-php-script/</link>
			</item>
	<item>
		<title>Using debug_backtrace to speed up debuging process</title>
		<description><![CDATA[Hasin Hayder from Developer Tutorials wrote this neat post about using debug_backtrace.   It could help you debug your code more efficiently and save you hours of dumping variables and testing functions, not to mention saving you from pulling your hair out.  I myself used it a couple of times when writing class [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "Using debug_backtrace to speed up debuging process", url: "http://www.andphp.com/2008/02/29/using-debug_backtrace-to-speed-up-debuging-process/" });</script>]]></description>
		<link>http://www.andphp.com/2008/02/29/using-debug_backtrace-to-speed-up-debuging-process/</link>
			</item>
	<item>
		<title>BarCampOrlando - Orlando Florida Community Building</title>
		<description><![CDATA[What better way to connect and share with others about your experiences in web development, than a community event that includes:

Programming
Geeks
Robots
More Programming
Even More Robots
Podcasting
RSS Feeds
Photoshop
Whiskey (not free)
and More!

Well, for those of us that live in and near Orlando, FL this event is called BarCampOrlando.


 It will take place Downtown Orlando on April 5th - 6th [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "BarCampOrlando - Orlando Florida Community Building", url: "http://www.andphp.com/2008/02/29/barcamporlando-orlando-florida-community-building/" });</script>]]></description>
		<link>http://www.andphp.com/2008/02/29/barcamporlando-orlando-florida-community-building/</link>
			</item>
	<item>
		<title>PHP Contest by php&#124;architect&#8217;s C7Y Community</title>
		<description><![CDATA[The php&#124;arhcitect C7Y Community is hosting a PHP contest. The task is to create a link scanner.
Given an arbitrary (but valid) HTML file, retrieve all the links that would be displayed as hyper links and display them sequentially, having removed any duplicates. You may use any built in function, the phpinfo() of the server used [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "PHP Contest by php&#124;architect&#8217;s C7Y Community", url: "http://www.andphp.com/2008/02/25/php-contest-by-phparchitects-c7y-community/" });</script>]]></description>
		<link>http://www.andphp.com/2008/02/25/php-contest-by-phparchitects-c7y-community/</link>
			</item>
	<item>
		<title>Gedit for PHP development (Textmate-ish)</title>
		<description><![CDATA[Linux Only (sort of): I once was a fan of heavy development environments such as Eclipse or Zend Studio, but not anymore. Don&#8217;t get me wrong. They are very powerful, but in a way too powerful, or rather, too heavy. PHP is a scripting language, likewise, a PHP editor should be fast and easy to [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "Gedit for PHP development (Textmate-ish)", url: "http://www.andphp.com/2008/02/23/gedit-for-php-development-textmate-ish/" });</script>]]></description>
		<link>http://www.andphp.com/2008/02/23/gedit-for-php-development-textmate-ish/</link>
			</item>
	<item>
		<title>A Look at SVN for Web Development</title>
		<description><![CDATA[Every web developer, no matter what language you use should know the workings of a version control system.  The one I most often use when working on projects is Subversion, aka SVN.  SVN not only helps me keep my code organized, it also allows for others that are working with me to know [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "A Look at SVN for Web Development", url: "http://www.andphp.com/2008/02/14/a-look-at-svn-for-web-development/" });</script>]]></description>
		<link>http://www.andphp.com/2008/02/14/a-look-at-svn-for-web-development/</link>
			</item>
	<item>
		<title>Nine Practical Ways to Use Firefox&#8217;s Web Developer Extension</title>
		<description><![CDATA[The people over at Six Revisions have came up with a cool and practical list of 9 uses for Firefox&#8217;s Web Developer Extension. I myself use it almost everytime while working on a project, most of the things I use it for are on this list, and I found a few new things like the auto [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "Nine Practical Ways to Use Firefox&#8217;s Web Developer Extension", url: "http://www.andphp.com/2008/02/14/nine-practical-ways-to-use-firefoxs-web-developer-extension/" });</script>]]></description>
		<link>http://www.andphp.com/2008/02/14/nine-practical-ways-to-use-firefoxs-web-developer-extension/</link>
			</item>
</channel>
</rss>
