<?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>Allthingsdev.com &#187; PHP</title>
	<atom:link href="http://allthingsdev.com/category/programming/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://allthingsdev.com</link>
	<description>Dealing with Web Dev?</description>
	<lastBuildDate>Wed, 13 Jan 2010 01:57:32 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>CakePhp is Definitely&#8230;.Cake</title>
		<link>http://allthingsdev.com/programming/php/cakephp-is-definitelycake/</link>
		<comments>http://allthingsdev.com/programming/php/cakephp-is-definitelycake/#comments</comments>
		<pubDate>Wed, 03 Oct 2007 04:43:49 +0000</pubDate>
		<dc:creator>Jeff Purcell</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://allthingsdev.com/php/cakephp-is-definitelycake/</guid>
		<description><![CDATA[I&#8217;ve been playing around with this PHP framework called CakePhp. CakePhp is designed for super fast php development, and I must say, fast is an undestatement.
Cake is a rapid development framework for PHP which uses commonly known design patterns like ActiveRecord, Association Data Mapping, Front Controller and MVC. Our primary goal is to provide a [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been playing around with this PHP framework called <a href="http://cakephp.org/">CakePhp</a>. CakePhp is designed for super fast php development, and I must say, fast is an undestatement.<span id="more-55"></span></p>
<blockquote style="clear: both;"><p>Cake is a rapid development framework for PHP which uses commonly known design patterns like ActiveRecord, Association Data Mapping, Front Controller and MVC. Our primary goal is to provide a structured framework that enables PHP users at all levels to rapidly develop robust web applications, without any loss to flexibility.</p></blockquote>
<p><a href="http://cakephp.org"><img class="r" src="http://allthingsdev.com/wp-images/cakephplogo.jpg" /></a>I only recognize about 12 words in that blockquote. 5 of them have 4 letters or less. Nevertheless, I ran through <a href="http://manual.cakephp.org/">a few tutorials</a> tonight (out of boredom) and was amazed at how fast &#8220;rapid&#8221; really is. Check out the <a href="http://cake.j3ph.com/posts">blog</a> and the <a href="http://cake.j3ph.com/bookmarks">online bookmarks manager</a> I created, both in less then 30 minutes.</p>
<p>I&#8217;m currently parting out ideas for my next web project and I definitely will be using <a href="http://cakephp.org/">CakePhp</a> to speed up the development time.</p>
<p>php, development, cakephp, web development, framework,</p>
]]></content:encoded>
			<wfw:commentRss>http://allthingsdev.com/programming/php/cakephp-is-definitelycake/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Wordpress as A CMS</title>
		<link>http://allthingsdev.com/web-design/css/wordpress-as-a-cms/</link>
		<comments>http://allthingsdev.com/web-design/css/wordpress-as-a-cms/#comments</comments>
		<pubDate>Tue, 14 Nov 2006 23:05:42 +0000</pubDate>
		<dc:creator>Jeff Purcell</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Entrepreneurship]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Web Standards]]></category>

		<guid isPermaLink="false">http://allthingsdev.com/php/wordpress-as-a-cms/</guid>
		<description><![CDATA[Yes, I know this isn&#8217;t anything new, but I&#8217;m quickly becoming a big advocate of using wordpress as a CMS for client websites. Here&#8217;s a few reason&#8217;s why I do this:
Rapid Development
Layout design time has been dramatically reduced by utilizing Wordpress&#8217;s theme abilities. I now only have to create one html page which I then [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://allthingsdev.com/wp-content/uploads/2008/12/wordpress.jpg"><img src="http://allthingsdev.com/wp-content/uploads/2008/12/wordpress.jpg" alt="" title="wordpress" width="290" height="200" class="alignleft size-full wp-image-84" /></a>Yes, I know this isn&#8217;t anything new, but I&#8217;m quickly becoming a big advocate of using <a href="http://wordpress.org/">wordpress</a> as a <abbr title="Content Management System">CMS</abbr> for client websites. <span id="more-36"></span>Here&#8217;s a few reason&#8217;s why I do this:</p>
<h3>Rapid Development</h3>
<p>Layout design time has been dramatically reduced by utilizing Wordpress&#8217;s theme abilities. I now only have to create one html page which I then modularize to fit with wordpress&#8217;s theming system. This single html layout is then applied to all of the site&#8217;s pages.</p>
<h3>Added Functionality</h3>
<p>With Wordpress&#8217;s simple yet robust administration area, I can give my clients control of certain areas of their website. They can now manage their own content and not be so dependent on me to make changes. This added functionality is a feature that is nonexistent among the other local web designers in my area.</p>
<h3>Less Time Equals More Money</h3>
<p>With the added functionality that wordpress&#8217;s admin area offers, I can charge more while lowering my overall time involved in the project.</p>
<h3>Easily Add Additional Features</h3>
<p>With the large community following that Wordpress has, chances are someone has developed a plugin for that added feature or functionality that your client needs. For example, <a href="http://ryanduff.net/projects/wp-contactform/">WP-ContactForm</a> takes the headache out of programming a contact form. Once again adding that needed functionality while lowering development time.</p>
<p>Tags: <a href="http://technorati.com/tag/wordpress" rel="tag">wordpress</a>, <a href="http://technorati.com/tag/cms" rel="tag"> cms</a></p>
]]></content:encoded>
			<wfw:commentRss>http://allthingsdev.com/web-design/css/wordpress-as-a-cms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP and Paypal</title>
		<link>http://allthingsdev.com/entrepreneurship/php-and-paypal/</link>
		<comments>http://allthingsdev.com/entrepreneurship/php-and-paypal/#comments</comments>
		<pubDate>Wed, 14 Jun 2006 18:00:26 +0000</pubDate>
		<dc:creator>Jeff Purcell</dc:creator>
				<category><![CDATA[Entrepreneurship]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://allthingsdev.com/?p=29</guid>
		<description><![CDATA[I consider myself fairly versed in the programming language PHP. I prefer it over M$ languages because its free and open source, also because the majority of shared web hosting servers available are linux based. PHP and Linux play very nice together. Although you can run PHP on Windows-based servers.
When developing a new site, if [...]]]></description>
			<content:encoded><![CDATA[<p>I consider myself fairly versed in the programming language <a href="http://php.net">PHP</a>. I prefer it over M$ languages because its free and open source, also because the majority of shared web hosting servers available are linux based. PHP and Linux play very nice together. Although you can <a href="http://www.php.net/downloads.php">run PHP on Windows-based servers</a>.</p>
<p><img src="http://allthingsdev.com/wp-images/paypal_logo.gif" style="float: left;" />When developing a new site, if I need a php script that I don&#8217;t already have in my library, I try to find a free one online that requires minimal alteration to suit my needs. I find this cuts my development time considerably. As it stands, there is an abundance of free php scripts available for just about anything one could possibly need. Most of them are fairly easy to understand and alter to your liking. This is not the case with paypal IPN scripts.</p>
<p>I&#8217;ve been looking for a PHP Paypal IPN script for a very long time. There are many of them out there, but until yesterday I couldn&#8217;t find one that worked first time AND didn&#8217;t require server alteration to run. Then I found <a href="http://sourceforge.net/projects/paypal">Paypal Web Services</a> over at <a href="http://sourceforge.net/">Sourceforge</a>. Paypal Web Services is a collection of paypal scripts that cover all your paypal payment needs. After configuring the config.inc.php file, I was accepting <a href="http://paypal.com">Paypal</a> payments in less than 20 minutes. This beats trying to read Paypal&#8217;s 122 page PDF explaining how Paypal payments work. Yes, I&#8217;m not linking to the PDF for spite!<br /><p>Tags: <a href="http://technorati.com/tag/php" rel="tag">php</a>, <a href="http://technorati.com/tag/paypal" rel="tag"> paypal</a>, <a href="http://technorati.com/tag/programming" rel="tag"> programming</a>, <a href="http://technorati.com/tag/IPN" rel="tag"> IPN</a>, <a href="http://technorati.com/tag/free+scripts" rel="tag"> free scripts</a></p>
]]></content:encoded>
			<wfw:commentRss>http://allthingsdev.com/entrepreneurship/php-and-paypal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Internet Explorer and Forms</title>
		<link>http://allthingsdev.com/programming/php/internet-explorer-and-forms/</link>
		<comments>http://allthingsdev.com/programming/php/internet-explorer-and-forms/#comments</comments>
		<pubDate>Sat, 24 Dec 2005 05:28:48 +0000</pubDate>
		<dc:creator>Jeff Purcell</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Web Standards]]></category>

		<guid isPermaLink="false">http://allthingsdev.com/?p=18</guid>
		<description><![CDATA[I ran across this little quirk with Internet Explorer the other day. It appears that when a form is submitted by actually clicking the submit button, an element in the PHP array $_POST is created for the button. Simple enough, right? Well I noticed that when the form was submitted by pressing the Enter key [...]]]></description>
			<content:encoded><![CDATA[<p>I ran across this little quirk with Internet Explorer the other day. It appears that when a form is submitted by actually clicking the submit button, an element in the PHP array $_POST is created for the button. Simple enough, right? Well I noticed that when the form was submitted by pressing the Enter key instead of clicking the submit button, an element in the $_POST array was not created for the button. It&#8217;s not an exceptionally large quirk, but definitely caused me to rethink my form submission checking. <a href="http://www.mozilla.com/firefox/">Firefox</a> and <a href="http://www.apple.com/macosx/features/safari/">Safari</a> created the array element for the button regardless of how the form was submitted.. This occured with Internet Explorer 6.0 and PHP version 5.0.3<br /><p>Tags: <a href="http://technorati.com/tag/Internet+Explorer" rel="tag">Internet Explorer</a>, <a href="http://technorati.com/tag/PHP" rel="tag"> PHP</a>, <a href="http://technorati.com/tag/forms" rel="tag"> forms</a></p>
]]></content:encoded>
			<wfw:commentRss>http://allthingsdev.com/programming/php/internet-explorer-and-forms/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>preg_replace gotchas</title>
		<link>http://allthingsdev.com/programming/php/preg_replace-gotchas/</link>
		<comments>http://allthingsdev.com/programming/php/preg_replace-gotchas/#comments</comments>
		<pubDate>Sun, 20 Nov 2005 01:43:03 +0000</pubDate>
		<dc:creator>Jeff Purcell</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://allthingsdev.com/?p=8</guid>
		<description><![CDATA[I&#8217;ve been reading Professional PHP for a few weeks now and I&#8217;m really enjoying it. It is one of the few blogs out there that actually writes about code and coding in general. For example, their latest post gives a quick overview of some gotchas with the php function preg_replace. Professional PHP gives some good [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been reading <a href="http://www.procata.com/blog/">Professional PHP</a> for a few weeks now and I&#8217;m really enjoying it. It is one of the few blogs out there that actually writes about code and coding in general. For example, <a href="http://www.procata.com/blog/archives/2005/11/13/two-preg_replace-escaping-gotchas/">their latest post</a> gives a quick overview of some gotchas with the <a href="http://us2.php.net/manual/en/function.preg-replace.php">php function preg_replace</a>. <a href="http://www.procata.com/blog/">Professional PHP</a> gives some good pointers about how to remove those unwanted extra slashes and things of that nature.</p>
<p><a href="http://www.procata.com/blog/">Check out Professional PHP here.</a></p>
<p>Tags: <a href="http://technorati.com/tag/php" rel="tag">php</a>, <a href="http://technorati.com/tag/code" rel="tag"> code</a>, <a href="http://technorati.com/tag/coding" rel="tag"> coding</a>, <a href="http://technorati.com/tag/programming" rel="tag"> programming</a></p>
]]></content:encoded>
			<wfw:commentRss>http://allthingsdev.com/programming/php/preg_replace-gotchas/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
