<?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>Chris K Designs &#187; PHP</title>
	<atom:link href="http://www.chriskdesigns.com/tag/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.chriskdesigns.com</link>
	<description>WordPress tips, hacks, and plugins. AdSense tips</description>
	<lastBuildDate>Sun, 05 Feb 2012 16:35:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<!-- google_ad_section_end --><!-- google_ad_section_start -->	<item>
		<title>How to Setup a Basic WordPress Development Environment</title>
		<link>http://www.chriskdesigns.com/2011/05/how-to-setup-a-basic-wordpress-development-environment/</link>
		<comments>http://www.chriskdesigns.com/2011/05/how-to-setup-a-basic-wordpress-development-environment/#comments</comments>
		<pubDate>Sat, 07 May 2011 17:20:32 +0000</pubDate>
		<dc:creator>Chris K</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[WordPress 101]]></category>

		<guid isPermaLink="false">http://www.chriskdesigns.com/?p=957</guid>
		<description><![CDATA[One of the most common things I get asked about when talking about developing WordPress plugins is my tools and development environment. Now, developers have all kind of tools and setups that they feel is the &#8216;Best&#8217; way to do things. It&#8217;s all a matter of opinion really. It all boils down to needing a [...]]]></description>
		<wfw:commentRss>http://www.chriskdesigns.com/2011/05/how-to-setup-a-basic-wordpress-development-environment/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Dev 101: Creating your own Hooks</title>
		<link>http://www.chriskdesigns.com/2010/12/wordpress-dev-101-creating-your-own-hooks/</link>
		<comments>http://www.chriskdesigns.com/2010/12/wordpress-dev-101-creating-your-own-hooks/#comments</comments>
		<pubDate>Wed, 15 Dec 2010 16:20:06 +0000</pubDate>
		<dc:creator>Chris K</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[WordPress 101]]></category>

		<guid isPermaLink="false">http://www.chriskdesigns.com/?p=923</guid>
		<description><![CDATA[I had previously talked about using WordPress&#8217; built in &#8220;Hooks&#8221; to make WordPress do your bidding through Plugins or Themes. Did you know it&#8217;s possible to create your own &#8220;Hooks&#8221; within your Theme or Plugin? You can create a hook by inserting the following line of code where you want to execute your function: do_action( [...]]]></description>
		<wfw:commentRss>http://www.chriskdesigns.com/2010/12/wordpress-dev-101-creating-your-own-hooks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Dev 101: Replacing post content in-line</title>
		<link>http://www.chriskdesigns.com/2010/11/wordpress-dev-101-replacing-post-content-in-line/</link>
		<comments>http://www.chriskdesigns.com/2010/11/wordpress-dev-101-replacing-post-content-in-line/#comments</comments>
		<pubDate>Thu, 18 Nov 2010 14:00:29 +0000</pubDate>
		<dc:creator>Chris K</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Plugins]]></category>

		<guid isPermaLink="false">http://www.chriskdesigns.com/?p=838</guid>
		<description><![CDATA[Something I did recently when I updated the Better AdSense Targeting plugin, was create the ability to allow users to specify certain sections of each post that Google should ignore when determining what ads to display. I did this by using the str_replace() function in PHP and a little thing called &#8216;add_filter&#8217; from the WordPress [...]]]></description>
		<wfw:commentRss>http://www.chriskdesigns.com/2010/11/wordpress-dev-101-replacing-post-content-in-line/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Dev 101: Setting Activation/Deactivation options [updated]</title>
		<link>http://www.chriskdesigns.com/2010/10/wordpress-dev-101-setting-activationdeactivation-options/</link>
		<comments>http://www.chriskdesigns.com/2010/10/wordpress-dev-101-setting-activationdeactivation-options/#comments</comments>
		<pubDate>Sun, 03 Oct 2010 19:55:11 +0000</pubDate>
		<dc:creator>Chris K</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Plugins]]></category>

		<guid isPermaLink="false">http://www.chriskdesigns.com/?p=756</guid>
		<description><![CDATA[When you are writing a WordPress plugin, you are more than likely going to have some sort of settings involved. These options are stored in the wp_options (or wp_blog id_options for multi site users) table of your database. Most of today&#8217;s WordPress users aren&#8217;t privy to the fact that every plugin they install, probably has [...]]]></description>
		<wfw:commentRss>http://www.chriskdesigns.com/2010/10/wordpress-dev-101-setting-activationdeactivation-options/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Using x.co with Twitter Tools in WordPress [updated: official plugin]</title>
		<link>http://www.chriskdesigns.com/2010/09/using-x-co-with-twitter-tools-in-wordpress/</link>
		<comments>http://www.chriskdesigns.com/2010/09/using-x-co-with-twitter-tools-in-wordpress/#comments</comments>
		<pubDate>Thu, 09 Sep 2010 05:52:59 +0000</pubDate>
		<dc:creator>Chris K</dc:creator>
				<category><![CDATA[Updates]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[GoDaddy]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.chriskdesigns.com/?p=724</guid>
		<description><![CDATA[I have made this an official plugin and you can visit the page for this plugin by visiting Twitter Tools &#8211; X.co URLs So the other day GoDaddy.com released it&#8217;s new URL shortener x.co. They&#8217;ve also built in an API, so from that, we can now use the Twitter Tools WordPress plugin with the x.co [...]]]></description>
		<wfw:commentRss>http://www.chriskdesigns.com/2010/09/using-x-co-with-twitter-tools-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>WordPress Dev 101: Hooks</title>
		<link>http://www.chriskdesigns.com/2010/08/wordpress-dev-101-hooks/</link>
		<comments>http://www.chriskdesigns.com/2010/08/wordpress-dev-101-hooks/#comments</comments>
		<pubDate>Tue, 31 Aug 2010 03:58:09 +0000</pubDate>
		<dc:creator>Chris K</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[WordPress 101]]></category>

		<guid isPermaLink="false">http://www.chriskdesigns.com/?p=670</guid>
		<description><![CDATA[When I first got into WordPress development, I had no idea how the Core of WordPress was designed. I knew that I wanted my snippet of code to fire at a specific time, but short of hacking it into the theme I was using at the time, I had no clue how to achieve this. [...]]]></description>
		<wfw:commentRss>http://www.chriskdesigns.com/2010/08/wordpress-dev-101-hooks/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Updated today, release 2.2!</title>
		<link>http://www.chriskdesigns.com/2010/04/updated-today-release-2-2/</link>
		<comments>http://www.chriskdesigns.com/2010/04/updated-today-release-2-2/#comments</comments>
		<pubDate>Thu, 22 Apr 2010 05:38:39 +0000</pubDate>
		<dc:creator>Chris K</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Updated Today]]></category>
		<category><![CDATA[Updates]]></category>

		<guid isPermaLink="false">http://www.chriskdesigns.com/?p=491</guid>
		<description><![CDATA[Could it be that the Updated Today plugin for WordPress has been updated to version 2.2 only a day later!? You better believe it. I&#8217;ve added some more options to this one. You now can choose if post, pages, or both trigger the banner. You can also choose between the original post date or the [...]]]></description>
		<wfw:commentRss>http://www.chriskdesigns.com/2010/04/updated-today-release-2-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Updated Today plugin to 2.1.1</title>
		<link>http://www.chriskdesigns.com/2010/04/updated-today-plugin-to-2-1-1/</link>
		<comments>http://www.chriskdesigns.com/2010/04/updated-today-plugin-to-2-1-1/#comments</comments>
		<pubDate>Tue, 20 Apr 2010 04:06:33 +0000</pubDate>
		<dc:creator>Chris K</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Updated Today]]></category>
		<category><![CDATA[Updates]]></category>

		<guid isPermaLink="false">http://www.chriskdesigns.com/?p=477</guid>
		<description><![CDATA[The Updated Today plugin for WordPress has been updated to version 2.1.1. I was fighting with the SVN so I&#8217;m sorry if you got a bad version during the process. It should all be updated and good to go. You can download it directly from WordPress if need be! Thanks for the support.]]></description>
		<wfw:commentRss>http://www.chriskdesigns.com/2010/04/updated-today-plugin-to-2-1-1/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Plugin Progress</title>
		<link>http://www.chriskdesigns.com/2009/07/plugin-progress/</link>
		<comments>http://www.chriskdesigns.com/2009/07/plugin-progress/#comments</comments>
		<pubDate>Sun, 05 Jul 2009 21:41:26 +0000</pubDate>
		<dc:creator>Chris K</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Updated Today]]></category>

		<guid isPermaLink="false">http://www.chriskdesigns.com/?p=256</guid>
		<description><![CDATA[I have been working on the Updated Today Plugin and adding features. I decided to give you all a little preview of the progress. I have added a &#8216;Settings&#8217; page for the plugin which can allow additional features. Some of them that you see already are the ability to move the image to the left [...]]]></description>
		<wfw:commentRss>http://www.chriskdesigns.com/2009/07/plugin-progress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Script for MySQL Optimization and Backup</title>
		<link>http://www.chriskdesigns.com/2009/06/php-script-for-mysql-optimization-and-backup/</link>
		<comments>http://www.chriskdesigns.com/2009/06/php-script-for-mysql-optimization-and-backup/#comments</comments>
		<pubDate>Sat, 06 Jun 2009 11:15:57 +0000</pubDate>
		<dc:creator>Chris K</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[GoDaddy]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.chriskdesigns.com/?p=231</guid>
		<description><![CDATA[The biggest complaint I hear from people who use MySQL driven sites on inexpensive shared hosting services is a decrease in performance over time. Most of the time this decrease is no fault of your hosting provider, but the cluttering of your database. Like any computer storage device, a database is simply a collection of [...]]]></description>
		<wfw:commentRss>http://www.chriskdesigns.com/2009/06/php-script-for-mysql-optimization-and-backup/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	<!-- google_ad_section_end --></channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced
Database Caching 1/58 queries in 0.084 seconds using disk: basic
Object Caching 1666/1806 objects using disk: basic

Served from: www.chriskdesigns.com @ 2012-02-05 10:37:00 -->
