<?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"
	>

<channel>
	<title>Agile Webmasters</title>
	<atom:link href="http://agilewebmasters.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://agilewebmasters.com</link>
	<description>Take the lead out...</description>
	<pubDate>Mon, 06 Apr 2009 08:04:14 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
	<language>en</language>
			<item>
		<title>Diggbar Feedback (and how not to collect feedback)</title>
		<link>http://agilewebmasters.com/robert/diggbar-feedback/</link>
		<comments>http://agilewebmasters.com/robert/diggbar-feedback/#comments</comments>
		<pubDate>Mon, 06 Apr 2009 07:50:31 +0000</pubDate>
		<dc:creator>Robert Gentel</dc:creator>
		
		<category><![CDATA[Development Tools]]></category>

		<category><![CDATA[Usability]]></category>

		<category><![CDATA[Webmaster News]]></category>

		<category><![CDATA[digg]]></category>

		<guid isPermaLink="false">http://agilewebmasters.com/?p=254</guid>
		<description><![CDATA[Digg recently introduced a feature that frames the content posted to Digg, reminding me of the internet in the 90&#8217;s, where framing other people&#8217;s content to put ads on top of (remember about.com&#8217;s ubiquitous frames?) was commonplace and when one of the first bits of JavaScript I used was a &#8220;frame buster&#8221; that would prevent [...]]]></description>
		<wfw:commentRss>http://agilewebmasters.com/robert/diggbar-feedback/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Video: Nicole Sullivan - Design Fast Websites</title>
		<link>http://agilewebmasters.com/robert/video-nicole-sullivan-design-fast-websites/</link>
		<comments>http://agilewebmasters.com/robert/video-nicole-sullivan-design-fast-websites/#comments</comments>
		<pubDate>Tue, 03 Mar 2009 08:32:26 +0000</pubDate>
		<dc:creator>Robert Gentel</dc:creator>
		
		<category><![CDATA[Performance]]></category>

		<category><![CDATA[fast sites]]></category>

		<category><![CDATA[speed]]></category>

		<guid isPermaLink="false">http://agilewebmasters.com/?p=250</guid>
		<description><![CDATA[Amazon&#8217;s sales dropped 1% with 100ms longer load times. Site performance is money, and this is a useful video on the basics of making a fast website.

]]></description>
		<wfw:commentRss>http://agilewebmasters.com/robert/video-nicole-sullivan-design-fast-websites/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Percentage rounding and sub pixel perfection</title>
		<link>http://agilewebmasters.com/robert/percentage-rounding-and-sub-pixel-perfection/</link>
		<comments>http://agilewebmasters.com/robert/percentage-rounding-and-sub-pixel-perfection/#comments</comments>
		<pubDate>Mon, 23 Feb 2009 04:31:45 +0000</pubDate>
		<dc:creator>Robert Gentel</dc:creator>
		
		<category><![CDATA[CSS]]></category>

		<category><![CDATA[ie]]></category>

		<category><![CDATA[percentage rounding]]></category>

		<guid isPermaLink="false">http://agilewebmasters.com/?p=244</guid>
		<description><![CDATA[I have been working on a grid design framework for able2know, and have been wrestling with the inconsistencies between browsers when it comes to percentage rounding. There are good static grid CSS frameworks out there (e.g. Blueprint, 960gs) but the attempts to convert them into liquid grids (e.g. Liquid Blueprint, fluid960gs) share the same bugs [...]]]></description>
		<wfw:commentRss>http://agilewebmasters.com/robert/percentage-rounding-and-sub-pixel-perfection/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Nested Grids in YUI Grids CSS</title>
		<link>http://agilewebmasters.com/nick/nested-grids-in-yui-grids-css/</link>
		<comments>http://agilewebmasters.com/nick/nested-grids-in-yui-grids-css/#comments</comments>
		<pubDate>Wed, 18 Feb 2009 03:47:34 +0000</pubDate>
		<dc:creator>Nick Ashley</dc:creator>
		
		<category><![CDATA[CSS]]></category>

		<category><![CDATA[YUI]]></category>

		<guid isPermaLink="false">http://agilewebmasters.com/?p=238</guid>
		<description><![CDATA[Today I was trying to achieve a 25%&#124;50%&#124;25% layout within the main block of my YUI Grid CSS layout. Everything I read in documentation seemed to indicate you could nest grids in any way you desire. So I tried doing the following:

    &#60;div class=&#34;yui-gf&#34;&#62;
      &#60;div class=&#34;yui-u first&#34;&#62;
 [...]]]></description>
		<wfw:commentRss>http://agilewebmasters.com/nick/nested-grids-in-yui-grids-css/feed/</wfw:commentRss>
		</item>
		<item>
		<title>What is the best PHP accelerator to use?</title>
		<link>http://agilewebmasters.com/robert/what-is-the-best-php-accelerator-to-use/</link>
		<comments>http://agilewebmasters.com/robert/what-is-the-best-php-accelerator-to-use/#comments</comments>
		<pubDate>Sun, 01 Feb 2009 08:32:40 +0000</pubDate>
		<dc:creator>Robert Gentel</dc:creator>
		
		<category><![CDATA[php]]></category>

		<category><![CDATA[php acceleration]]></category>

		<category><![CDATA[php caching]]></category>

		<category><![CDATA[php performance]]></category>

		<guid isPermaLink="false">http://agilewebmasters.com/?p=236</guid>
		<description><![CDATA[Well let me go ahead and tell you. Of course, this is all just my opinion and your milage may vary.
First, I will discuss the role of PHP accelerators (Opcode cache) in server tuning and scalability briefly. These tools will not enable your server to handle much more traffic in most scenarios. In some, the [...]]]></description>
		<wfw:commentRss>http://agilewebmasters.com/robert/what-is-the-best-php-accelerator-to-use/feed/</wfw:commentRss>
		</item>
		<item>
		<title>PHP Namespaces</title>
		<link>http://agilewebmasters.com/nick/php-namespaces/</link>
		<comments>http://agilewebmasters.com/nick/php-namespaces/#comments</comments>
		<pubDate>Sun, 26 Oct 2008 17:15:24 +0000</pubDate>
		<dc:creator>Nick Ashley</dc:creator>
		
		<category><![CDATA[php]]></category>

		<category><![CDATA[namespaces]]></category>

		<category><![CDATA[syntax]]></category>

		<guid isPermaLink="false">http://agilewebmasters.com/?p=231</guid>
		<description><![CDATA[I have been seeing alot of complaining lately regarding PHP namespaces, and I thought I would chime in with my (often opposing) views. First off, let me explain the issue.
The new version of PHP will have a new feature, called namespaces. (I wrote about it in my post&#8221;PHP 5.3 Feature Preview&#8220;. This is a great [...]]]></description>
		<wfw:commentRss>http://agilewebmasters.com/nick/php-namespaces/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Google adds &#8216;Suggest&#8217; feature to homepage</title>
		<link>http://agilewebmasters.com/nick/google-adds-suggest-feature-to-homepage/</link>
		<comments>http://agilewebmasters.com/nick/google-adds-suggest-feature-to-homepage/#comments</comments>
		<pubDate>Sat, 30 Aug 2008 07:04:23 +0000</pubDate>
		<dc:creator>Nick Ashley</dc:creator>
		
		<category><![CDATA[Javascript]]></category>

		<category><![CDATA[Webmaster News]]></category>

		<category><![CDATA[ajax]]></category>

		<category><![CDATA[google]]></category>

		<category><![CDATA[google suggest]]></category>

		<guid isPermaLink="false">http://agilewebmasters.com/?p=226</guid>
		<description><![CDATA[Google suggest is a handy feature that displays a list of likely search terms as you are typing them. This feature is usefull for several reasons:

It often stops you from having to type your entire search phrase in
It&#8217;s a quick way to check the spelling on a word
It gives you an idea of what a [...]]]></description>
		<wfw:commentRss>http://agilewebmasters.com/nick/google-adds-suggest-feature-to-homepage/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Able2know launches</title>
		<link>http://agilewebmasters.com/robert/able2know-launches/</link>
		<comments>http://agilewebmasters.com/robert/able2know-launches/#comments</comments>
		<pubDate>Mon, 25 Aug 2008 23:20:51 +0000</pubDate>
		<dc:creator>Robert Gentel</dc:creator>
		
		<category><![CDATA[Webmaster News]]></category>

		<category><![CDATA[able2know]]></category>

		<category><![CDATA[community]]></category>

		<category><![CDATA[forums]]></category>

		<guid isPermaLink="false">http://agilewebmasters.com/?p=223</guid>
		<description><![CDATA[Able2know has long run an experts exchange on phpbb, but has recently launched a new custom software to replace the old forums. This software was developed by two of us Agile Webmasters (Nick Ashley and myself) over the course of the last 10 months or so and while we launched quite rough it&#8217;s been evolving [...]]]></description>
		<wfw:commentRss>http://agilewebmasters.com/robert/able2know-launches/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The essential Firefox Plugins for the Web Developer</title>
		<link>http://agilewebmasters.com/robert/the-essential-firefox-plugins-for-the-web-developer/</link>
		<comments>http://agilewebmasters.com/robert/the-essential-firefox-plugins-for-the-web-developer/#comments</comments>
		<pubDate>Fri, 15 Aug 2008 20:00:29 +0000</pubDate>
		<dc:creator>Robert Gentel</dc:creator>
		
		<category><![CDATA[Development Tools]]></category>

		<category><![CDATA[colorzilla]]></category>

		<category><![CDATA[delicious]]></category>

		<category><![CDATA[firebug]]></category>

		<category><![CDATA[firefox]]></category>

		<category><![CDATA[searchstatus]]></category>

		<category><![CDATA[web developer toolbar]]></category>

		<category><![CDATA[yslow]]></category>

		<guid isPermaLink="false">http://agilewebmasters.com/?p=194</guid>
		<description><![CDATA[Nick has already posted about Firebug and Firebug Extensions and in my own experience in setting up my workstation I too found this to be an essential Firefox Add on. In addtion to Firebug, here are the other Firefox plugins I&#8217;ve already installed in my first few days of work on this new computer.

Delicious - [...]]]></description>
		<wfw:commentRss>http://agilewebmasters.com/robert/the-essential-firefox-plugins-for-the-web-developer/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Useful Software for the Agile Developer</title>
		<link>http://agilewebmasters.com/nick/useful-software-for-the-agile-developer/</link>
		<comments>http://agilewebmasters.com/nick/useful-software-for-the-agile-developer/#comments</comments>
		<pubDate>Fri, 15 Aug 2008 01:09:43 +0000</pubDate>
		<dc:creator>Nick Ashley</dc:creator>
		
		<category><![CDATA[Development Tools]]></category>

		<category><![CDATA[filezilla]]></category>

		<category><![CDATA[ftp]]></category>

		<category><![CDATA[keepass]]></category>

		<category><![CDATA[multiple ie]]></category>

		<category><![CDATA[open office]]></category>

		<category><![CDATA[pspad]]></category>

		<category><![CDATA[sql yog]]></category>

		<category><![CDATA[zend]]></category>

		<guid isPermaLink="false">http://agilewebmasters.com/?p=202</guid>
		<description><![CDATA[Robert&#8217;s recent post setting up an agile webmaster workstation got me thinking about what software I utilize as an agile webmaster. While I agree (mostly) with his list, I have a few additions and alternatives.
Browsers
I agree with Robert&#8217;s list here wholeheartedly. (for those just tuning in, Robert recommends installing the lastest Firefox, Opera, and Safari [...]]]></description>
		<wfw:commentRss>http://agilewebmasters.com/nick/useful-software-for-the-agile-developer/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
