<?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>FernyB &#187; PHP</title>
	<atom:link href="http://fernyb.net/blog/category/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://fernyb.net/blog</link>
	<description>fernyb.net/blog</description>
	<lastBuildDate>Mon, 26 Apr 2010 14:15:33 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Current Progress</title>
		<link>http://fernyb.net/blog/2009/10/16/current-progress/</link>
		<comments>http://fernyb.net/blog/2009/10/16/current-progress/#comments</comments>
		<pubDate>Sat, 17 Oct 2009 05:15:05 +0000</pubDate>
		<dc:creator>fernyb</dc:creator>
				<category><![CDATA[GAMV]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Me]]></category>
		<category><![CDATA[Objective-C]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Projects]]></category>

		<guid isPermaLink="false">http://fernyb.net/blog/?p=317</guid>
		<description><![CDATA[So, it&#8217;s been while since I last wrote something here.. Well it&#8217;s for a good reason, I&#8217;ve been busy with work but besides the work hours, I actually managed to create a PHP Framework which I call Cupcake. The reason for the name is being that I wanted a version of CakePHP without lots of [...]]]></description>
		<wfw:commentRss>http://fernyb.net/blog/2009/10/16/current-progress/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Testing with CakePHP &#8211; Part 1</title>
		<link>http://fernyb.net/blog/2008/11/01/testing-with-cakephp-part-1/</link>
		<comments>http://fernyb.net/blog/2008/11/01/testing-with-cakephp-part-1/#comments</comments>
		<pubDate>Sun, 02 Nov 2008 01:45:56 +0000</pubDate>
		<dc:creator>fernyb</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[cakephp]]></category>
		<category><![CDATA[screencast]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://fernyb.net/blog/?p=175</guid>
		<description><![CDATA[


If you would like the higher quality screencast download it (h.264)



Lately I&#8217;ve been messing around with CakePHP and it&#8217;s actually pretty good. It&#8217;s similar to Rails but obviously not in Ruby. Unlike some people, I don&#8217;t discriminate based on code or anything else really. I&#8217;m happy with anything I like. Well I figure I would [...]]]></description>
		<wfw:commentRss>http://fernyb.net/blog/2008/11/01/testing-with-cakephp-part-1/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>PHP Zend Framework &#8211; MVC</title>
		<link>http://fernyb.net/blog/2008/04/01/php-zend-framework-mvc/</link>
		<comments>http://fernyb.net/blog/2008/04/01/php-zend-framework-mvc/#comments</comments>
		<pubDate>Wed, 02 Apr 2008 04:43:21 +0000</pubDate>
		<dc:creator>fernyb</dc:creator>
				<category><![CDATA[Me]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://fernyb.net/blog/2008/04/01/php-zend-framework-mvc/</guid>
		<description><![CDATA[When ever I use the Zend Framework and I want to use the mvc components I always need to create the structure, though it can be a bit of a pain I have wrote a script to speed up that process. The script I wrote will create the mvc framework for you. It downloads a [...]]]></description>
		<wfw:commentRss>http://fernyb.net/blog/2008/04/01/php-zend-framework-mvc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Snippet</title>
		<link>http://fernyb.net/blog/2008/03/08/php-snippet/</link>
		<comments>http://fernyb.net/blog/2008/03/08/php-snippet/#comments</comments>
		<pubDate>Sun, 09 Mar 2008 06:37:48 +0000</pubDate>
		<dc:creator>fernyb</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://fernyb.net/blog/2008/03/08/php-snippet/</guid>
		<description><![CDATA[Here is a PHP Snippet I wrote. It&#8217;s a cool trick to for calling multiple methods in a much simpler way. Inspired by Ruby&#8217;s ActiveRecord.

&#60;?php

interface Member {
	function login($username, $password);
	function update($status);
}

class Base implements Member {
	public function login($username, $password) {
		echo &#34;You will be logged in as: {$username} with Password: {$password}\n&#34;;
	}

	public function update($status) {
		echo &#34;Your New Status Message [...]]]></description>
		<wfw:commentRss>http://fernyb.net/blog/2008/03/08/php-snippet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twitter / MySpace Crosspost</title>
		<link>http://fernyb.net/blog/2007/11/03/twitter-myspace-crosspost/</link>
		<comments>http://fernyb.net/blog/2007/11/03/twitter-myspace-crosspost/#comments</comments>
		<pubDate>Sun, 04 Nov 2007 06:24:52 +0000</pubDate>
		<dc:creator>fernyb</dc:creator>
				<category><![CDATA[Hacks]]></category>
		<category><![CDATA[Me]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://fernyb.net/blog/2007/11/03/twitter-myspace-crosspost/</guid>
		<description><![CDATA[


So I use Twitter and overall I like it. It&#8217;s cool I post whatever is on my mind at the moment. Sometimes I wonder why I even posted that&#8230; but anyways I have created a crosspost script. Update your Twitter status and at the same time update your MySpace status so your, myspace friends can [...]]]></description>
		<wfw:commentRss>http://fernyb.net/blog/2007/11/03/twitter-myspace-crosspost/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>How to: Get PHP working on Mac OS X 10.5 Leopard</title>
		<link>http://fernyb.net/blog/2007/10/28/how-to-get-php-working-on-mac-os-x-105-leopard/</link>
		<comments>http://fernyb.net/blog/2007/10/28/how-to-get-php-working-on-mac-os-x-105-leopard/#comments</comments>
		<pubDate>Sun, 28 Oct 2007 19:19:47 +0000</pubDate>
		<dc:creator>fernyb</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://fernyb.net/blog/2007/10/28/how-to-get-php-working-on-mac-os-x-105-leopard/</guid>
		<description><![CDATA[
After updated my mac to the latest version of mac leopard my php installation broke, I guess because Leopard installed Apache2 and I was using Apache1.3 which was what OSX 10.4 came with. So to get PHP5 working with Mac OS X 10.5 Leopard. Do the following:
1. Launch the Terminal its located in applications/utilities
2. In [...]]]></description>
		<wfw:commentRss>http://fernyb.net/blog/2007/10/28/how-to-get-php-working-on-mac-os-x-105-leopard/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Facebook source code</title>
		<link>http://fernyb.net/blog/2007/08/11/facebook-source-code/</link>
		<comments>http://fernyb.net/blog/2007/08/11/facebook-source-code/#comments</comments>
		<pubDate>Sun, 12 Aug 2007 05:44:25 +0000</pubDate>
		<dc:creator>fernyb</dc:creator>
				<category><![CDATA[Hacks]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://fernyb.net/blog/2007/08/11/facebook-source-code/</guid>
		<description><![CDATA[Over at facebook secrets have published the main index php source code to facebook. Some how it was released to the wild although it is not confirmed weather this is actual real life code or weather it&#8217;s fake. If it is real code there could only be two ways it was released, either the developers [...]]]></description>
		<wfw:commentRss>http://fernyb.net/blog/2007/08/11/facebook-source-code/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>MySpace API</title>
		<link>http://fernyb.net/blog/2007/04/15/myspace-api/</link>
		<comments>http://fernyb.net/blog/2007/04/15/myspace-api/#comments</comments>
		<pubDate>Sun, 15 Apr 2007 18:34:50 +0000</pubDate>
		<dc:creator>fernyb</dc:creator>
				<category><![CDATA[Downloads]]></category>
		<category><![CDATA[Hacks]]></category>
		<category><![CDATA[Other]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Projects]]></category>

		<guid isPermaLink="false">http://fernyb.net/blog/2007/04/15/myspace-api/</guid>
		<description><![CDATA[
MySpace does not have an API so while being bored and trying to find something to do. I wrote some code to create a homebrew/homemade API so its the unofficial MySpace API by me. So go ahead and use it do whatever you want with it. A link back to my site would be really [...]]]></description>
		<wfw:commentRss>http://fernyb.net/blog/2007/04/15/myspace-api/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>Net_Growl = PHP + Growl</title>
		<link>http://fernyb.net/blog/2007/02/17/net_growl-php-growl/</link>
		<comments>http://fernyb.net/blog/2007/02/17/net_growl-php-growl/#comments</comments>
		<pubDate>Sun, 18 Feb 2007 01:40:26 +0000</pubDate>
		<dc:creator>fernyb</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[Other]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://fernyb.net/blog/2007/02/17/net_growl-php-growl/</guid>
		<description><![CDATA[So today I was messing around with php &#038; growl. So here is tip for getting started. First download growl if you dont have it already. Next install the php pear package

Once you have all the set-up. Go into your System Preferences and go into the Network tab in the growl settings. While in the [...]]]></description>
		<wfw:commentRss>http://fernyb.net/blog/2007/02/17/net_growl-php-growl/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>phpLYFOX Update</title>
		<link>http://fernyb.net/blog/2006/12/17/phplyfox-update/</link>
		<comments>http://fernyb.net/blog/2006/12/17/phplyfox-update/#comments</comments>
		<pubDate>Sun, 17 Dec 2006 09:42:05 +0000</pubDate>
		<dc:creator>fernyb</dc:creator>
				<category><![CDATA[Hacks]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[phpLYFOX]]></category>

		<guid isPermaLink="false">http://fernyb.net/blog/2006/12/17/phplyfox-update/</guid>
		<description><![CDATA[phpLYFOX has been updated. Changes made: added playlist support.
Tell me what you think and suggestion are always cool.
phpLYFOX
]]></description>
		<wfw:commentRss>http://fernyb.net/blog/2006/12/17/phplyfox-update/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Bake Your Cookies</title>
		<link>http://fernyb.net/blog/2006/12/16/bake-your-cookies/</link>
		<comments>http://fernyb.net/blog/2006/12/16/bake-your-cookies/#comments</comments>
		<pubDate>Sat, 16 Dec 2006 16:42:48 +0000</pubDate>
		<dc:creator>fernyb</dc:creator>
				<category><![CDATA[Downloads]]></category>
		<category><![CDATA[Hacks]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://fernyb.net/blog/2006/12/16/bake-your-cookies/</guid>
		<description><![CDATA[Here is a script I wrote in PHP it shows you your own cookies yahoo music gives you after  you login. So say you are making some kind of app and need cookies for yahoo music then use your own. Here you go donwload it: login.yahoo.cookies.zip
]]></description>
		<wfw:commentRss>http://fernyb.net/blog/2006/12/16/bake-your-cookies/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>phpLYFOX</title>
		<link>http://fernyb.net/blog/2006/12/15/phplyfox/</link>
		<comments>http://fernyb.net/blog/2006/12/15/phplyfox/#comments</comments>
		<pubDate>Sat, 16 Dec 2006 05:02:00 +0000</pubDate>
		<dc:creator>fernyb</dc:creator>
				<category><![CDATA[Downloads]]></category>
		<category><![CDATA[Hacks]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[phpLYFOX]]></category>

		<guid isPermaLink="false">http://fernyb.net/blog/2006/12/15/phplyfox/</guid>
		<description><![CDATA[phpLYFOX is completed. What is phpLYFOX? It is simply a way to watch yahoo music videos for us Mac users since Yahoo absolutely doesn&#8217;t care to provide Macintosh users access in other words its web based. So here you go my mac friends. Try it out phpLYFOX or you can download the source code here [...]]]></description>
		<wfw:commentRss>http://fernyb.net/blog/2006/12/15/phplyfox/feed/</wfw:commentRss>
		<slash:comments>25</slash:comments>
		</item>
	</channel>
</rss>
