<?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>Abby and Win's Blog &#187; PHP</title>
	<atom:link href="http://abbyandwin.net/blog/tag/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://abbyandwin.net/blog</link>
	<description>Our Blog 2 Share 4 All</description>
	<lastBuildDate>Fri, 27 Jan 2012 16:49:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Installing PHP driver for MongoDB in WAMP</title>
		<link>http://abbyandwin.net/blog/2011/12/09/installing-php-driver-for-mongodb-in-wamp/</link>
		<comments>http://abbyandwin.net/blog/2011/12/09/installing-php-driver-for-mongodb-in-wamp/#comments</comments>
		<pubDate>Fri, 09 Dec 2011 20:29:08 +0000</pubDate>
		<dc:creator>Sherwin</dc:creator>
				<category><![CDATA[Hosting]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[driver]]></category>
		<category><![CDATA[humongous]]></category>
		<category><![CDATA[mongodb]]></category>
		<category><![CDATA[mongohq]]></category>
		<category><![CDATA[wamp]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://abbyandwin.net/blog/2011/12/09/installing-php-driver-for-mongodb-in-wamp/</guid>
		<description><![CDATA[I’ve been getting more curious about MongoDB. The problem is I’ve been struggling trying to create a development environment. I’ve tried OSX, Ubuntu, and Windows. I always get stuck at a step. I think I found the right recipe. First, &#8230; <a href="http://abbyandwin.net/blog/2011/12/09/installing-php-driver-for-mongodb-in-wamp/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://abbyandwin.net/blog/2011/12/09/installing-php-driver-for-mongodb-in-wamp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Still looking for fast web development techniques</title>
		<link>http://abbyandwin.net/blog/2010/09/03/still-looking-for-fast-web-development-techniques/</link>
		<comments>http://abbyandwin.net/blog/2010/09/03/still-looking-for-fast-web-development-techniques/#comments</comments>
		<pubDate>Fri, 03 Sep 2010 21:30:31 +0000</pubDate>
		<dc:creator>Sherwin</dc:creator>
				<category><![CDATA[OS X]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[.Net]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[developer]]></category>
		<category><![CDATA[dreamweaver]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[joomla]]></category>
		<category><![CDATA[mvc]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://abbyandwin.net/blog/?p=574</guid>
		<description><![CDATA[I&#8217;ve been developing web sites for almost 10 years now. I&#8217;m still in search of a way to develop faster. I find myself doing things over and over again. I use PHP as the programming language to develop the web &#8230; <a href="http://abbyandwin.net/blog/2010/09/03/still-looking-for-fast-web-development-techniques/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://abbyandwin.net/blog/2010/09/03/still-looking-for-fast-web-development-techniques/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating a wrapper page within WordPress 2.9</title>
		<link>http://abbyandwin.net/blog/2010/05/24/creating-a-wrapper-page-within-wordpress-2-9/</link>
		<comments>http://abbyandwin.net/blog/2010/05/24/creating-a-wrapper-page-within-wordpress-2-9/#comments</comments>
		<pubDate>Tue, 25 May 2010 00:52:31 +0000</pubDate>
		<dc:creator>Sherwin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[custom]]></category>
		<category><![CDATA[page]]></category>
		<category><![CDATA[wrapper]]></category>

		<guid isPermaLink="false">http://abbyandwin.net/blog/?p=534</guid>
		<description><![CDATA[I&#8217;ve been searching for a way to create a wrapper page within WordPress without having to install a plugin. I browsed the WordPress files and found wp-blog-header.php in the root install directory. It&#8217;s really simple. &#60;?php require_once(&#8216;wp-blog-header.php&#8217;); get_header(); // this &#8230; <a href="http://abbyandwin.net/blog/2010/05/24/creating-a-wrapper-page-within-wordpress-2-9/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://abbyandwin.net/blog/2010/05/24/creating-a-wrapper-page-within-wordpress-2-9/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using PEAR Pager with PHP PDO</title>
		<link>http://abbyandwin.net/blog/2010/03/16/using-pear-pager-with-php-pdo/</link>
		<comments>http://abbyandwin.net/blog/2010/03/16/using-pear-pager-with-php-pdo/#comments</comments>
		<pubDate>Tue, 16 Mar 2010 18:22:09 +0000</pubDate>
		<dc:creator>Sherwin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[limit]]></category>
		<category><![CDATA[pager]]></category>
		<category><![CDATA[paging]]></category>
		<category><![CDATA[pdo]]></category>
		<category><![CDATA[pear]]></category>

		<guid isPermaLink="false">http://abbyandwin.net/blog/?p=516</guid>
		<description><![CDATA[This post will be addressing 2 things. How to use PEAR&#8217;s Pager class with PHP PDO Addressing PDO bug #44639 (http://bugs.php.net/bug.php?id=44639) Two queries will be used for this task. The first query, you will count the rows of the recordset. &#8230; <a href="http://abbyandwin.net/blog/2010/03/16/using-pear-pager-with-php-pdo/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://abbyandwin.net/blog/2010/03/16/using-pear-pager-with-php-pdo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Updating PHP 5 with Godaddy and a Dedicated server</title>
		<link>http://abbyandwin.net/blog/2009/06/24/updating-php-5-with-godaddy-and-a-dedicated-server/</link>
		<comments>http://abbyandwin.net/blog/2009/06/24/updating-php-5-with-godaddy-and-a-dedicated-server/#comments</comments>
		<pubDate>Wed, 24 Jun 2009 23:29:24 +0000</pubDate>
		<dc:creator>Sherwin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[dedicated server]]></category>
		<category><![CDATA[godaddy]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[upgrade]]></category>

		<guid isPermaLink="false">http://abbyandwin.net/blog/?p=469</guid>
		<description><![CDATA[Jeff called me up asking for help with his dedicated server on Godaddy. He needed to update his PHP 5.1.6 to the latest stable version. His server is running Centos 5.2 (Final). He tried to call Godaddy for assistance and &#8230; <a href="http://abbyandwin.net/blog/2009/06/24/updating-php-5-with-godaddy-and-a-dedicated-server/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://abbyandwin.net/blog/2009/06/24/updating-php-5-with-godaddy-and-a-dedicated-server/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Installing PEAR on Godaddy shared accounts</title>
		<link>http://abbyandwin.net/blog/2008/06/16/installing-pear-on-godaddy-shared-accounts/</link>
		<comments>http://abbyandwin.net/blog/2008/06/16/installing-pear-on-godaddy-shared-accounts/#comments</comments>
		<pubDate>Mon, 16 Jun 2008 19:10:21 +0000</pubDate>
		<dc:creator>Sherwin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[godaddy]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[pear]]></category>
		<category><![CDATA[shared host]]></category>

		<guid isPermaLink="false">http://abbyandwin.net/blog/?p=258</guid>
		<description><![CDATA[I recently found out how to install PEAR on a Godaddy shared hosting account. Visit http://pear.php.net/go-pear. Save the text displayed onto your desktop and name it go-pear.php. Upload this to your server. If you&#8217;re hosting multiple domains on the account, &#8230; <a href="http://abbyandwin.net/blog/2008/06/16/installing-pear-on-godaddy-shared-accounts/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://abbyandwin.net/blog/2008/06/16/installing-pear-on-godaddy-shared-accounts/feed/</wfw:commentRss>
		<slash:comments>47</slash:comments>
		</item>
	</channel>
</rss>

