<?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>Head in the Web &#187; PHP</title>
	<atom:link href="http://techblog.fywservices.com/category/programming/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://techblog.fywservices.com</link>
	<description>Building a better user experience one technology at a time</description>
	<lastBuildDate>Fri, 03 Sep 2010 16:00:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Useful Google API Article Series</title>
		<link>http://techblog.fywservices.com/2009/05/useful-google-api-article-series/</link>
		<comments>http://techblog.fywservices.com/2009/05/useful-google-api-article-series/#comments</comments>
		<pubDate>Tue, 19 May 2009 21:23:59 +0000</pubDate>
		<dc:creator>Scott Nelson</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[POI]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[WSRP]]></category>

		<guid isPermaLink="false">http://techblog.fywservices.com/?p=116</guid>
		<description><![CDATA[Developer.com has a series on Google integration with PHP at http://www.developer.com/services/article.php/3680076. I suppose this would be a good time to grouse that they never gave my two series (WSRP and POI) a page of their own Between the York District Boy Scouts  Spring Wateree Campout and a cold, I have not been posting much lately, [...]]]></description>
			<content:encoded><![CDATA[<img style='float: left; margin-right: 10px; border: none;' src='http://www.gravatar.com/avatar.php?gravatar_id=1fdcc5aa84fd409b74de32bfd26699ba&amp;default=http://use.perl.org/images/pix.gif' alt='No Gravatar' width=40 height=40/><p>Developer.com has a series on Google integration with PHP at <a href="http://www.developer.com/services/article.php/3680076" target="_blank">http://www.developer.com/services/article.php/3680076</a>.</p>
<p>I suppose this would be a good time to grouse that they never gave <a href="http://www.fywservices.com/articles.php">my two series</a> (WSRP and POI) a page of their own <img src='http://techblog.fywservices.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><em>Between the York District Boy Scouts  Spring Wateree Campout and a cold, I have not been posting much lately, so this a is re-tread from <a href="http://fuq.fywservices.com/index.php" target="_blank">Frequently Unasked Questions</a>.</em></p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://techblog.fywservices.com/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://techblog.fywservices.com/2009/05/useful-google-api-article-series/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fast WAMP for Wimps</title>
		<link>http://techblog.fywservices.com/2009/05/fast-wamp/</link>
		<comments>http://techblog.fywservices.com/2009/05/fast-wamp/#comments</comments>
		<pubDate>Thu, 14 May 2009 17:05:01 +0000</pubDate>
		<dc:creator>Scott Nelson</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://techblog.fywservices.com/?p=109</guid>
		<description><![CDATA[I find balancing my desire to learn with my time available to be an endless source of frustration.  Especially as I actually like work with web technologies (I know lots of folks who only do it for a living). My most recent episode (for those waiting for me to get to the point) is wanting [...]]]></description>
			<content:encoded><![CDATA[<img style='float: left; margin-right: 10px; border: none;' src='http://www.gravatar.com/avatar.php?gravatar_id=1fdcc5aa84fd409b74de32bfd26699ba&amp;default=http://use.perl.org/images/pix.gif' alt='No Gravatar' width=40 height=40/><p>I find balancing my desire to learn with my time available to be an endless source of frustration.  Especially as I actually like work with web technologies (I know lots of folks who only do it for a living).</p>
<p>My most recent episode (for those waiting for me to get to the point) is wanting to work on my personal site on my work laptop. This is because I am a traveling consultant, and when I&#8217;m on the road this is my only machine.  This particular machine does not have IIS installed and the XP Pro disk was not shipped with the laptop (I&#8217;m a virtual office, also).  So, I needed to set up a <a href="http://en.wikipedia.org/wiki/WAMP" target="_blank">WAMP</a> environment with Apache.  I generally deal with Java app servers and haven&#8217;t touched Apache in seven years. It does not appear to have changed much since then. I&#8217;m sure there are lots of improvements, but nothing that I would notice with my casual relationship to it. So casual that, while I mostly remember the tasks to set things up, I don&#8217;t remember the actual steps to accomplish the tasks.</p>
<p>I found <a href="http://www.apachemysqlphp.com/" target="_blank">one site</a> that had a good Quick Start guide.  It was a bit outdated, but it is easy enough to find the newer versions following the steps outlined there. Unfortunately, it still takes more free time than I have. While looking up the resolution to one issue I ran into a discussion post pointing to <a href="http://www.goitexpert.com/entry.cfm?entry=Easiest-WAMP-Install-Ever" target="_blank">steps for a much easier install</a>.  The recommendation was to get an all in one package from SourceForge called <a href="http://sourceforge.net/projects/apache2triad/" target="_blank">Apache2Triad</a>. This has the whole stack in one installer. I didn&#8217;t even need the steps on the site where I got the link from.  The installation took all of 5 minutes, with another 15 minutes to get my workspace set up and configured. Sweet!</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://techblog.fywservices.com/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://techblog.fywservices.com/2009/05/fast-wamp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
