<?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>BarelyBlogging &#187; PHP</title>
	<atom:link href="http://www.barelyfitz.com/blog/archives/category/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.barelyfitz.com/blog</link>
	<description>Patrick Fitzgerald of BarelyFitz Designs</description>
	<lastBuildDate>Thu, 13 Oct 2011 01:55:46 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>user interface blast from the past</title>
		<link>http://www.barelyfitz.com/blog/archives/2006/04/10/319/</link>
		<comments>http://www.barelyfitz.com/blog/archives/2006/04/10/319/#comments</comments>
		<pubDate>Mon, 10 Apr 2006 06:25:17 +0000</pubDate>
		<dc:creator>pat</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[UI]]></category>
		<category><![CDATA[blogging]]></category>

		<guid isPermaLink="false">http://www.barelyfitz.com/blog/archives/2006/04/10/319/</guid>
		<description><![CDATA[Updating my portfolio I was going through some screenshots of an old web app I made for the HP intranet. At the time I don&#8217;t think I realized that I was creating a &#8220;blog&#8221; &#8211; just making something that we needed (and I got to learn a lot about PHP and MySQL in the process).


]]></description>
			<content:encoded><![CDATA[<p>Updating my portfolio I was going through some screenshots of an old web app I made for the HP intranet. At the time I don&#8217;t think I realized that I was creating a &#8220;blog&#8221; &#8211; just making something that we needed (and I got to learn a lot about PHP and MySQL in the process).<br />
<img alt="issl-home-page.jpg" id="image317" src="http://www.barelyfitz.com/blog/upload/issl-home-page.jpg" /></p>
<p><img alt="issl-newsitem.jpg" id="image318" src="http://www.barelyfitz.com/blog/upload/issl-newsitem.jpg" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.barelyfitz.com/blog/archives/2006/04/10/319/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>BarelyFitz discussion boards are back</title>
		<link>http://www.barelyfitz.com/blog/archives/2006/03/11/237/</link>
		<comments>http://www.barelyfitz.com/blog/archives/2006/03/11/237/#comments</comments>
		<pubDate>Sun, 12 Mar 2006 04:52:34 +0000</pubDate>
		<dc:creator>pat</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.barelyfitz.com/blog/archives/2006/03/11/237/</guid>
		<description><![CDATA[A year ago, the BarelyFitz discussion boards were hacked due to a nasty bug in PHPBB, so I had to remove them.
In the meantime I had a new edition to my family and a transition from running my own web design company to working as a full-time employee at WebMD. Needless to say, I have [...]]]></description>
			<content:encoded><![CDATA[<p>A year ago, <a href="http://www.barelyfitz.com/phpBB2/">the BarelyFitz discussion boards</a> were hacked due to a nasty bug in PHPBB, so I had to remove them.</p>
<p>In the meantime I had a <a href="http://kids.barelyfitz.com">new edition</a> to my family and a transition from running my own web design company to working as a full-time employee at WebMD. Needless to say, I have been busy and the forums were not a high priority.</p>
<p>But finally the forums are back (and hopefully this will stem the many email questions I receive about my <a href="http://www.barelyfitz.com/projects/">open-source projects</a>).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.barelyfitz.com/blog/archives/2006/03/11/237/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS Colors: Take Control Using PHP</title>
		<link>http://www.barelyfitz.com/blog/archives/2004/06/27/86/</link>
		<comments>http://www.barelyfitz.com/blog/archives/2004/06/27/86/#comments</comments>
		<pubDate>Sun, 27 Jun 2004 19:32:35 +0000</pubDate>
		<dc:creator>pat</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.barelyfitz.com/blog/archives/2004/06/27/86/</guid>
		<description><![CDATA[While many web sites use powerful programming environments to create HTML, these same tools are usually ignored when it comes to creating Cascading Style Sheets (CSS). This article describes how to take control of your colors in CSS using PHP. You will learn how to: 

Centralize your color definitions using variables. 
Separate presentation and content [...]]]></description>
			<content:encoded><![CDATA[<p>While many web sites use powerful programming environments to create HTML, these same tools are usually ignored when it comes to creating Cascading Style Sheets (CSS). <a href="http://www.barelyfitz.com/projects/csscolor/">This article</a> describes how to take control of your colors in CSS using PHP. You will learn how to: </p>
<ul>
<li>Centralize your color definitions using variables. </li>
<li>Separate presentation and content by refering to colors using abstract names such as base and highlight. </li>
<li>Automatically generate a color gradient from a single base color</li>
<li>Automatically adjust the contrast of foreground colors so they can viewed on top of your background colors</li>
</ul>
<p>Read my article: <a href="http://www.barelyfitz.com/projects/csscolor/"> CSS Colors: Take Control Using PHP</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.barelyfitz.com/blog/archives/2004/06/27/86/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Accelerating PHP Applications</title>
		<link>http://www.barelyfitz.com/blog/archives/2004/06/01/25/</link>
		<comments>http://www.barelyfitz.com/blog/archives/2004/06/01/25/#comments</comments>
		<pubDate>Tue, 01 Jun 2004 19:26:48 +0000</pubDate>
		<dc:creator>pat</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.barelyfitz.com/blog/archives/2004/06/01/25/</guid>
		<description><![CDATA[Excellent presentation on accellerating / optimizing a PHP installation.
Link
]]></description>
			<content:encoded><![CDATA[<p>Excellent presentation on accellerating / optimizing a PHP installation.</p>
<p><a href="http://talks.php.net/show/acc_php/1">Link</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.barelyfitz.com/blog/archives/2004/06/01/25/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JavaScript Syndication: How to Easily Syndicate Your Web Content</title>
		<link>http://www.barelyfitz.com/blog/archives/2004/05/27/10/</link>
		<comments>http://www.barelyfitz.com/blog/archives/2004/05/27/10/#comments</comments>
		<pubDate>Fri, 28 May 2004 03:30:10 +0000</pubDate>
		<dc:creator>pat</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.barelyfitz.com/blog/archives/2004/05/27/10/</guid>
		<description><![CDATA[JavaScript is a useful tool for syndicating content to other websites. This article examines the pros and cons of JavaScript syndication, explains how to implement it, and demonstrates a technique using PHP to make it even easier.
Read my article: JavaScript Syndication: How to Easily Syndicate Your Web Content
]]></description>
			<content:encoded><![CDATA[<p>JavaScript is a useful tool for syndicating content to other websites. <a href="http://www.barelyfitz.com/projects/jssyndicate/">This article</a> examines the pros and cons of JavaScript syndication, explains how to implement it, and demonstrates a technique using PHP to make it even easier.</p>
<p>Read my article: <a href="http://www.barelyfitz.com/projects/jssyndicate/">JavaScript Syndication: How to Easily Syndicate Your Web Content</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.barelyfitz.com/blog/archives/2004/05/27/10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

