<?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>CFYves &#187; PHP</title>
	<atom:link href="http://cfyves.com/category/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://cfyves.com</link>
	<description>My space for technology ramblings....</description>
	<lastBuildDate>Fri, 23 Dec 2011 16:27:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Adding a sidebar to post view in Twenty Eleven WordPress Theme</title>
		<link>http://cfyves.com/2011/11/12/adding-a-sidebar-to-post-view-in-twenty-eleven-wordpress-theme/</link>
		<comments>http://cfyves.com/2011/11/12/adding-a-sidebar-to-post-view-in-twenty-eleven-wordpress-theme/#comments</comments>
		<pubDate>Sat, 12 Nov 2011 19:31:20 +0000</pubDate>
		<dc:creator>Yves</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://cfyves.com/?p=229</guid>
		<description><![CDATA[Something else I missed when looking at themes for my new blog was post template options. Seems as though the Twenty Eleven theme won&#8217;t display the sidebar when viewing a post/article. Thankfully, it&#8217;s not a huge modification and there is lot&#8217;s out there on how to do it. Basically, you modify the theme&#8217;s single.php file <a href="http://cfyves.com/2011/11/12/adding-a-sidebar-to-post-view-in-twenty-eleven-wordpress-theme/" class="more-link">More &#62;</a>]]></description>
		<wfw:commentRss>http://cfyves.com/2011/11/12/adding-a-sidebar-to-post-view-in-twenty-eleven-wordpress-theme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to add custom banners to Worpress TwentyEleven theme</title>
		<link>http://cfyves.com/2011/11/11/how-to-add-custom-banners-to-worpress-twentyeleven-theme/</link>
		<comments>http://cfyves.com/2011/11/11/how-to-add-custom-banners-to-worpress-twentyeleven-theme/#comments</comments>
		<pubDate>Fri, 11 Nov 2011 16:05:36 +0000</pubDate>
		<dc:creator>Yves</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://cfyves.com/?p=224</guid>
		<description><![CDATA[I&#8217;m setting up a new personal blog and settled on using WordPress&#8217;s Twenty Eleven theme that ships with current downloads. I wanted to create custom banners to be displayed in the &#8220;Header&#8221; settings under the &#8220;Appearance&#8221; menu. I thought they could be uploaded, this was something I simply presumed and didn&#8217;t actually check. I had <a href="http://cfyves.com/2011/11/11/how-to-add-custom-banners-to-worpress-twentyeleven-theme/" class="more-link">More &#62;</a>]]></description>
		<wfw:commentRss>http://cfyves.com/2011/11/11/how-to-add-custom-banners-to-worpress-twentyeleven-theme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Building a WordPress plugin &#8211; Useful video</title>
		<link>http://cfyves.com/2011/02/01/building-a-wordpress-plugin-useful-video/</link>
		<comments>http://cfyves.com/2011/02/01/building-a-wordpress-plugin-useful-video/#comments</comments>
		<pubDate>Tue, 01 Feb 2011 01:08:51 +0000</pubDate>
		<dc:creator>Yves</dc:creator>
				<category><![CDATA[Video]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Wordpress Plugins]]></category>

		<guid isPermaLink="false">http://www.cfyves.com/?p=129</guid>
		<description><![CDATA[Recently I&#8217;ve been working on a couple of ideas for a WordPress plugin and since it&#8217;s something I haven&#8217;t done yet, meaning writing a plugin from scratch, I thought I&#8217;d do a little research. I&#8217;m familiar with Hooks and how filters and actions work&#8230;. but I figured a little research would be wise. Research is <a href="http://cfyves.com/2011/02/01/building-a-wordpress-plugin-useful-video/" class="more-link">More &#62;</a>]]></description>
		<wfw:commentRss>http://cfyves.com/2011/02/01/building-a-wordpress-plugin-useful-video/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Magento Error: Method Varien_Object::__tostring() cannot take arguments in Magento</title>
		<link>http://cfyves.com/2010/12/08/magento-error-method-varien_object__tostring-cannot-take-arguments-in-magento/</link>
		<comments>http://cfyves.com/2010/12/08/magento-error-method-varien_object__tostring-cannot-take-arguments-in-magento/#comments</comments>
		<pubDate>Wed, 08 Dec 2010 22:00:05 +0000</pubDate>
		<dc:creator>Yves</dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[MAMP]]></category>

		<guid isPermaLink="false">http://www.cfyves.com/?p=109</guid>
		<description><![CDATA[Today, I started backing up a Magento based site that will be moved in coming days. I did a bit of reading around to try to get a feel for what kind of an endeavor this would become. The process of backing up the database and all web files were quite straight forward (as they <a href="http://cfyves.com/2010/12/08/magento-error-method-varien_object__tostring-cannot-take-arguments-in-magento/" class="more-link">More &#62;</a>]]></description>
		<wfw:commentRss>http://cfyves.com/2010/12/08/magento-error-method-varien_object__tostring-cannot-take-arguments-in-magento/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to reset WordPress to default data?</title>
		<link>http://cfyves.com/2010/11/25/how-to-reset-wordpress-to-default-data/</link>
		<comments>http://cfyves.com/2010/11/25/how-to-reset-wordpress-to-default-data/#comments</comments>
		<pubDate>Thu, 25 Nov 2010 20:28:52 +0000</pubDate>
		<dc:creator>Yves</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Plugin]]></category>
		<category><![CDATA[Wordpress Reset]]></category>

		<guid isPermaLink="false">http://www.cfyves.com/?p=103</guid>
		<description><![CDATA[I&#8217;ve had my head in quite a few WordPress based sites as of late. Something I&#8217;ve had to do on our development space is setup new WP installs to clear out the settings. Today, I found &#8220;WordPress Reset&#8220;, a handy little plugin that allows to wipe out WP content to defaults. If you&#8217;ve got multiple <a href="http://cfyves.com/2010/11/25/how-to-reset-wordpress-to-default-data/" class="more-link">More &#62;</a>]]></description>
		<wfw:commentRss>http://cfyves.com/2010/11/25/how-to-reset-wordpress-to-default-data/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Very useful WordPress 3 User Guide</title>
		<link>http://cfyves.com/2010/11/13/very-useful-wordpress-3-user-guide/</link>
		<comments>http://cfyves.com/2010/11/13/very-useful-wordpress-3-user-guide/#comments</comments>
		<pubDate>Sat, 13 Nov 2010 19:23:37 +0000</pubDate>
		<dc:creator>Yves</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[User Guide]]></category>

		<guid isPermaLink="false">http://www.cfyves.com/?p=98</guid>
		<description><![CDATA[I&#8217;ve recently developped a few sites based on WordPress and have done a bit of training with users on how to administer their websites. Like editing their texts, images, categories, tagging&#8230;.etc. So I&#8217;ve been thinking about developing a half visual document for them. Something that would contain the generic &#8220;Post, Page, Category, Media&#8221;&#8230;etc. Along with <a href="http://cfyves.com/2010/11/13/very-useful-wordpress-3-user-guide/" class="more-link">More &#62;</a>]]></description>
		<wfw:commentRss>http://cfyves.com/2010/11/13/very-useful-wordpress-3-user-guide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Configuring Routes in Kohana</title>
		<link>http://cfyves.com/2010/10/20/configuring-routes-in-kohana/</link>
		<comments>http://cfyves.com/2010/10/20/configuring-routes-in-kohana/#comments</comments>
		<pubDate>Wed, 20 Oct 2010 19:50:10 +0000</pubDate>
		<dc:creator>Yves</dc:creator>
				<category><![CDATA[Kohana]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[bootstrap.php]]></category>
		<category><![CDATA[Framework]]></category>
		<category><![CDATA[Routes]]></category>

		<guid isPermaLink="false">http://www.cfyves.com/?p=81</guid>
		<description><![CDATA[At first when I looked into using Kohana I was quite happy and comfortable to use it. As a matter of fact, I still am. Routing was one thing that I had some trouble with. Now I don&#8217;t know if it was because when I read through some of the articles online and/or forum posts <a href="http://cfyves.com/2010/10/20/configuring-routes-in-kohana/" class="more-link">More &#62;</a>]]></description>
		<wfw:commentRss>http://cfyves.com/2010/10/20/configuring-routes-in-kohana/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Role Scoper &#8211; A handy WordPress plugin</title>
		<link>http://cfyves.com/2010/10/14/role-scoper-a-handy-wordpress-plugin/</link>
		<comments>http://cfyves.com/2010/10/14/role-scoper-a-handy-wordpress-plugin/#comments</comments>
		<pubDate>Thu, 14 Oct 2010 20:05:34 +0000</pubDate>
		<dc:creator>Yves</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Plugin]]></category>
		<category><![CDATA[Role Scoper]]></category>
		<category><![CDATA[WP]]></category>

		<guid isPermaLink="false">http://www.cfyves.com/?p=79</guid>
		<description><![CDATA[Recently I&#8217;ve had my nose in WordPress alot. Kind of gotten to be quite fond of it actually. Was putting a site together that required something a little more special then your usual blog. This was to become more of a CMS then a blog. Pages, sub pages, blog section, news section&#8230;.etc. Multiple user accounts <a href="http://cfyves.com/2010/10/14/role-scoper-a-handy-wordpress-plugin/" class="more-link">More &#62;</a>]]></description>
		<wfw:commentRss>http://cfyves.com/2010/10/14/role-scoper-a-handy-wordpress-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Very long list of PHP frameworks</title>
		<link>http://cfyves.com/2010/05/13/very-long-list-of-php-frameworks/</link>
		<comments>http://cfyves.com/2010/05/13/very-long-list-of-php-frameworks/#comments</comments>
		<pubDate>Thu, 13 May 2010 20:49:58 +0000</pubDate>
		<dc:creator>Yves</dc:creator>
				<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[Kohana]]></category>
		<category><![CDATA[Model-Glue]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Various ramblings]]></category>
		<category><![CDATA[Framework]]></category>
		<category><![CDATA[MVC]]></category>

		<guid isPermaLink="false">http://www.cfyves.com/?p=36</guid>
		<description><![CDATA[Here&#8217;s a quick little rant before I post the link to the long list of frameworks&#8230; Just a few months ago I was looking at frameworks. I had thrown myself in the fire of a PHP project and it&#8217;s really something that I&#8217;d never done from start to finish. I thought using a framework would <a href="http://cfyves.com/2010/05/13/very-long-list-of-php-frameworks/" class="more-link">More &#62;</a>]]></description>
		<wfw:commentRss>http://cfyves.com/2010/05/13/very-long-list-of-php-frameworks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Finding some help debugging Drupal (and PHP)</title>
		<link>http://cfyves.com/2010/05/05/finding-some-help-debugging-drupal-and-php/</link>
		<comments>http://cfyves.com/2010/05/05/finding-some-help-debugging-drupal-and-php/#comments</comments>
		<pubDate>Wed, 05 May 2010 20:49:21 +0000</pubDate>
		<dc:creator>Yves</dc:creator>
				<category><![CDATA[Drupal]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[debugging]]></category>
		<category><![CDATA[php.ini]]></category>

		<guid isPermaLink="false">http://www.cfyves.com/?p=27</guid>
		<description><![CDATA[I&#8217;m very thankful for the internet. Actually, if it weren&#8217;t for the very existence of the internet&#8230; I suppose I wouldn&#8217;t encounter half the challenges and problems that I do&#8230;. in code of course. I come from a Web development background and for the better part of the last 9 years I&#8217;ve spent countless hours <a href="http://cfyves.com/2010/05/05/finding-some-help-debugging-drupal-and-php/" class="more-link">More &#62;</a>]]></description>
		<wfw:commentRss>http://cfyves.com/2010/05/05/finding-some-help-debugging-drupal-and-php/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

