<?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>Trent Richardson &#187; CSS</title>
	<atom:link href="http://trentrichardson.com/category/css/feed/" rel="self" type="application/rss+xml" />
	<link>http://trentrichardson.com</link>
	<description>practical web design &#38; development</description>
	<lastBuildDate>Thu, 29 Jul 2010 12:02:43 +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>Use CSS3 to Spice Up Impromptu Buttons</title>
		<link>http://trentrichardson.com/2010/04/16/use-css3-to-spice-up-impromptu-buttons/</link>
		<comments>http://trentrichardson.com/2010/04/16/use-css3-to-spice-up-impromptu-buttons/#comments</comments>
		<pubDate>Fri, 16 Apr 2010 11:42:58 +0000</pubDate>
		<dc:creator>trent</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Impromptu]]></category>
		<category><![CDATA[css 3]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[selectors]]></category>

		<guid isPermaLink="false">http://trentrichardson.com/?p=592</guid>
		<description><![CDATA[I thought I would share with you quickly how you can use CSS3 selectors to spice up your Impromptu buttons. Lets say you have a prompt with a Delete button. Delete normally indicates caution/danger/warning which is usually represented by a red color. We can let our CSS do the dirty work and have it find [...]


Related posts:<ol><li><a href='http://trentrichardson.com/2008/04/19/css-filters-and-opera/' rel='bookmark' title='Permanent Link: CSS Filters and Opera'>CSS Filters and Opera</a></li>
<li><a href='http://trentrichardson.com/2009/12/01/new-jquery-impromptu-theme-2/' rel='bookmark' title='Permanent Link: New jQuery Impromptu Theme'>New jQuery Impromptu Theme</a></li>
<li><a href='http://trentrichardson.com/2010/03/22/coloring-columns-rows-tables-css3-rgba/' rel='bookmark' title='Permanent Link: Coloring Columns and Rows on Tables with CSS3 and RGBA'>Coloring Columns and Rows on Tables with CSS3 and RGBA</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><img src="http://trentrichardson.com/wp-content/uploads/2010/04/Impromptu-normal-button.jpg" alt="Normal Prompt" title="Impromptu-normal-button" width="417" height="104" class="alignnone size-full wp-image-593" /></p>
<p>I thought I would share with you quickly how you can use CSS3 selectors to spice up your Impromptu buttons.  Lets say you have a prompt with a Delete button.  Delete normally indicates caution/danger/warning which is usually represented by a red color.  We can let our CSS do the dirty work and have it find any buttons inside Impromptu which has an id ending with &#8220;Delete&#8221;.  Here is how you would do such:</p>
<pre><code class="css">
.jqi button[id $='Delete']{ background-color: #aa0000; }
</code></pre>
<p>And now you have a pretty red button like so:</p>
<p><img src="http://trentrichardson.com/wp-content/uploads/2010/04/Impromptu-css3-red-button.jpg" alt="Prompt with red button" title="Impromptu-css3-red-button" width="397" height="95" class="alignnone size-full wp-image-594" /></p>
<p>Thats all there is to it.  Be sure to check back first of the week for a super post! Enjoy!</p>


<p>Related posts:<ol><li><a href='http://trentrichardson.com/2008/04/19/css-filters-and-opera/' rel='bookmark' title='Permanent Link: CSS Filters and Opera'>CSS Filters and Opera</a></li>
<li><a href='http://trentrichardson.com/2009/12/01/new-jquery-impromptu-theme-2/' rel='bookmark' title='Permanent Link: New jQuery Impromptu Theme'>New jQuery Impromptu Theme</a></li>
<li><a href='http://trentrichardson.com/2010/03/22/coloring-columns-rows-tables-css3-rgba/' rel='bookmark' title='Permanent Link: Coloring Columns and Rows on Tables with CSS3 and RGBA'>Coloring Columns and Rows on Tables with CSS3 and RGBA</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://trentrichardson.com/2010/04/16/use-css3-to-spice-up-impromptu-buttons/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>UberUploadCropper 0.2 With Example</title>
		<link>http://trentrichardson.com/2010/04/12/uberuploadcropper-0-2-with-example/</link>
		<comments>http://trentrichardson.com/2010/04/12/uberuploadcropper-0-2-with-example/#comments</comments>
		<pubDate>Mon, 12 Apr 2010 11:33:33 +0000</pubDate>
		<dc:creator>trent</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Impromptu]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[crop]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[jcrop]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[resize]]></category>
		<category><![CDATA[upload]]></category>
		<category><![CDATA[uploadify]]></category>

		<guid isPermaLink="false">http://trentrichardson.com/?p=578</guid>
		<description><![CDATA[Finally, I&#8217;ve put together an example of UberUploadCropper, as well as getting it up to date with Uploadify 2.1. If you don&#8217;t remember what UberUploadCropper is, it is a small jquery plugin that brings together Uploadify, Impromptu, and Jcrop, to seamlessly upload and crop images. Here&#8217;s a visual: For a brief snippet of code of [...]


Related posts:<ol><li><a href='http://trentrichardson.com/2009/10/25/uberuploadcropper-jquery-upload-and-crop-plugin/' rel='bookmark' title='Permanent Link: UberUploadCropper &#8211; jQuery Upload and Crop Plugin'>UberUploadCropper &#8211; jQuery Upload and Crop Plugin</a></li>
<li><a href='http://trentrichardson.com/2009/07/30/uber-update/' rel='bookmark' title='Permanent Link: Uber Update'>Uber Update</a></li>
<li><a href='http://trentrichardson.com/2009/07/05/uberuploadcropper-cropping-gone-wild/' rel='bookmark' title='Permanent Link: Uberuploadcropper &#8211; Cropping Gone Wild!'>Uberuploadcropper &#8211; Cropping Gone Wild!</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Finally, I&#8217;ve put together an example of UberUploadCropper, as well as getting it up to date with Uploadify 2.1.  If you don&#8217;t remember what UberUploadCropper is, it is a small jquery plugin that brings together <a href="http://www.uploadify.com/">Uploadify</a>, <a href="http://trentrichardson.com/Impromptu/index.php">Impromptu</a>, and <a href="http://deepliquid.com/content/Jcrop.html">Jcrop</a>, to seamlessly upload and crop images.  Here&#8217;s a visual:</p>
<p><object width="580" height="352"><param name="movie" value="http://www.youtube.com/v/nDWkoytcpvg&#038;hl=en&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/nDWkoytcpvg&#038;hl=en&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="580" height="352"></embed></object></p>
<p>For a brief snippet of code of how to implement it, check out my <a href="http://trentrichardson.com/2009/10/25/uberuploadcropper-jquery-upload-and-crop-plugin/">previous post on UberUploadCropper</a>.  But, I have one more special treat.  I have finally put together an example.  Be warned, this example is NOT for production use.  It is only to demonstrate how to link everything together.  When uploading files there are security concerns among other things that need to be addressed.</p>
<p><a href="http://trentrichardson.com/downloads/uberuploadcropper.zip">Download UberUploadCropper Example</a>.  (Be sure to read the README file.  You have to set your upload path!)</p>
<p>Now before you start fussing about how the quality of the cropped images are, or about if you upload a big image Impromptu goes outside the screen, I have commented in the files where you should be doing your resizing and cropping, so when an image is uploaded you should make some changes (resize it to a reasonable size for the screen).  I will leave resizing and everything up to you.  I have restricted the uploads to only jpg for simplicity of the example, although my production version does jpg, gif, and png.  And I&#8217;m sure most of you are using a nice image manipulation class (or should be) to handle different image types.</p>
<p>As always I&#8217;m open for suggestion or if anyone makes nice changes they are always welcome too.  Enjoy! (also don&#8217;t forget if you are looking for more ideas to help out your site visit <a href="http://fetchideas.com">FetchIdeas.com</a>)</p>


<p>Related posts:<ol><li><a href='http://trentrichardson.com/2009/10/25/uberuploadcropper-jquery-upload-and-crop-plugin/' rel='bookmark' title='Permanent Link: UberUploadCropper &#8211; jQuery Upload and Crop Plugin'>UberUploadCropper &#8211; jQuery Upload and Crop Plugin</a></li>
<li><a href='http://trentrichardson.com/2009/07/30/uber-update/' rel='bookmark' title='Permanent Link: Uber Update'>Uber Update</a></li>
<li><a href='http://trentrichardson.com/2009/07/05/uberuploadcropper-cropping-gone-wild/' rel='bookmark' title='Permanent Link: Uberuploadcropper &#8211; Cropping Gone Wild!'>Uberuploadcropper &#8211; Cropping Gone Wild!</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://trentrichardson.com/2010/04/12/uberuploadcropper-0-2-with-example/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Execute Excel-like Formulas on your Tables and Grids</title>
		<link>http://trentrichardson.com/2010/03/24/execute-excel-like-formulas-on-your-tables-and-grids/</link>
		<comments>http://trentrichardson.com/2010/03/24/execute-excel-like-formulas-on-your-tables-and-grids/#comments</comments>
		<pubDate>Wed, 24 Mar 2010 11:06:35 +0000</pubDate>
		<dc:creator>trent</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[excel]]></category>
		<category><![CDATA[formulas]]></category>
		<category><![CDATA[grid]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[table]]></category>

		<guid isPermaLink="false">http://trentrichardson.com/?p=560</guid>
		<description><![CDATA[If you do much reporting I&#8217;m sure you&#8217;ve encountered needing to sum up a row, or divide, or average some data in a grid, much like you would do in Excel. Its actually not that difficult to whip up a simple, dynamic solution with javascript. I&#8217;m using jQuery, but it would be equally as simple [...]


Related posts:<ol><li><a href='http://trentrichardson.com/2010/03/22/coloring-columns-rows-tables-css3-rgba/' rel='bookmark' title='Permanent Link: Coloring Columns and Rows on Tables with CSS3 and RGBA'>Coloring Columns and Rows on Tables with CSS3 and RGBA</a></li>
<li><a href='http://trentrichardson.com/2009/05/12/simple-templates-with-jquery/' rel='bookmark' title='Permanent Link: Simple Templates with jQuery'>Simple Templates with jQuery</a></li>
<li><a href='http://trentrichardson.com/2010/06/04/jquery-selector-text-content-equals-a-number/' rel='bookmark' title='Permanent Link: jQuery Selector: Text Content Equals a Number'>jQuery Selector: Text Content Equals a Number</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>If you do much reporting I&#8217;m sure you&#8217;ve encountered needing to sum up a row, or divide, or average some data in a grid, much like you would do in Excel.  Its actually not that difficult to whip up a simple, dynamic solution with javascript.  I&#8217;m using jQuery, but it would be equally as simple with Mootools or Prototype.  To do this I&#8217;ll build upon an earlier post on coloring tables and grids with CSS3 and rgba, so if you&#8217;re using IE, tough luck on it looking pretty for now, but the functionality is there.  Lets get started.</p>
<p><img src="http://trentrichardson.com/wp-content/uploads/2010/03/stripe-table-formulas.jpg" alt="Calculated Fields" title="stripe-table-formulas" width="577" height="210" class="alignnone size-full wp-image-564" /></p>
<p>First lets take our <a href="http://trentrichardson.com/2010/03/22/coloring-columns-rows-tables-css3-rgba/">grid from before</a> and add a couple columns, one for Sum and one for Average.  Also lets add some classes to each td: qtr-1, qtr-2, qtr-3, qtr-4, sum, avg.  Now the columns on each row are identifiable.  Your html should resemble the following (I&#8217;ve cut down the number of rows for this example, more rows are shown in the example):</p>
<pre><code class="html">
&lt;table cellpadding="0" cellspacing="0" class="stripeTable"&gt;
	&lt;col class="col0"&gt;
	&lt;col class="col1"&gt;
	&lt;col class="col0"&gt;
	&lt;col class="col1"&gt;
	&lt;col class="col0"&gt;
	&lt;col class="col1"&gt;
	&lt;col class="col0"&gt;
	&lt;thead&gt;
		&lt;tr&gt;
			&lt;th&gt;Year&lt;/th&gt;
			&lt;th&gt;Qtr 1&lt;/th&gt;
			&lt;th&gt;Qtr 2&lt;/th&gt;
			&lt;th&gt;Qtr 3&lt;/th&gt;
			&lt;th&gt;Qtr 4&lt;/th&gt;
			&lt;th&gt;Total&lt;/th&gt;
			&lt;th&gt;Average&lt;/th&gt;
		&lt;/tr&gt;
	&lt;/thead&gt;
	&lt;tbody&gt;
		&lt;tr class="bg0 stripeRow"&gt;
			&lt;td class="year"&gt;1990&lt;/td&gt;
			&lt;td class="qtr-1"&gt;987&lt;/td&gt;
			&lt;td class="qtr-2"&gt;456&lt;/td&gt;
			&lt;td class="qtr-3"&gt;159&lt;/td&gt;
			&lt;td class="qtr-4"&gt;159&lt;/td&gt;
			&lt;td class="sum"&gt;&lt;/td&gt;
			&lt;td class="avg"&gt;&lt;/td&gt;
		&lt;/tr&gt;
		&lt;tr class="bg1 stripeRow"&gt;
			&lt;td class="year"&gt;1991&lt;/td&gt;
			&lt;td class="qtr-1"&gt;1234&lt;/td&gt;
			&lt;td class="qtr-2"&gt;2345&lt;/td&gt;
			&lt;td class="qtr-3"&gt;346&lt;/td&gt;
			&lt;td class="qtr-4"&gt;457&lt;/td&gt;
			&lt;td class="sum"&gt;&lt;/td&gt;
			&lt;td class="avg"&gt;&lt;/td&gt;
		&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;
</code></pre>
<p>Now lets get to the good stuff, how we calculate simple formulas.  Remember the class names we assigned to each td?  This will be used in a simple string search and replace, then execute the resulting string.  Here&#8217;s the function to do this:</p>
<pre><code class="js">
function calculateFormula($row, formula){

	formula = formula.replace(/(\{[a-z0-9_\-]+\})/gi, function(m){
		return $('.' + m.replace(/\{|\}/g, ''), $row).text();
	});

	var answer = eval(formula);
	return (isNaN(answer))? 0 : answer;
}
</code></pre>
<p>The first parameter is a jQuery object of each row, since we&#8217;re doing per-row calculations, but this could really be any context you need.  The second parameter would be the formula.  The syntax we&#8217;re expecting is &#8220;{className} + 123&#8243;.  We&#8217;ll do a regular expression to search for anything wrapped in {} and replace it with the contents of the html object with that class.</p>
<p>Now we&#8217;re ready to call this puppy.  On page load we&#8217;re going to get all table rows inside of tbody, which I&#8217;ve conveniently given class names stripeRow.  Then we&#8217;ll assign the text() of our sum and avg columns with the formula to calculate each.  Incase it doesn&#8217;t jump out at you do realize sum must be calculated before average, since average uses sum.</p>
<pre><code class="js">
$(function(){

	$('.stripeTable .stripeRow').each(function(i){

		$t = $(this);

		$('.sum', $t).text(calculateFormula($t, '{qtr-1}+{qtr-2}+{qtr-3}+{qtr-4}'));

		$('.avg', $t).text(calculateFormula($t, '{sum}/4').toFixed(2));

	});

});
</code></pre>
<p>And that is all there is to it!  <a href="http://trentrichardson.com/examples/stripe-table/formula.html">Here is the Demo</a>.  Enjoy!</p>


<p>Related posts:<ol><li><a href='http://trentrichardson.com/2010/03/22/coloring-columns-rows-tables-css3-rgba/' rel='bookmark' title='Permanent Link: Coloring Columns and Rows on Tables with CSS3 and RGBA'>Coloring Columns and Rows on Tables with CSS3 and RGBA</a></li>
<li><a href='http://trentrichardson.com/2009/05/12/simple-templates-with-jquery/' rel='bookmark' title='Permanent Link: Simple Templates with jQuery'>Simple Templates with jQuery</a></li>
<li><a href='http://trentrichardson.com/2010/06/04/jquery-selector-text-content-equals-a-number/' rel='bookmark' title='Permanent Link: jQuery Selector: Text Content Equals a Number'>jQuery Selector: Text Content Equals a Number</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://trentrichardson.com/2010/03/24/execute-excel-like-formulas-on-your-tables-and-grids/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Coloring Columns and Rows on Tables with CSS3 and RGBA</title>
		<link>http://trentrichardson.com/2010/03/22/coloring-columns-rows-tables-css3-rgba/</link>
		<comments>http://trentrichardson.com/2010/03/22/coloring-columns-rows-tables-css3-rgba/#comments</comments>
		<pubDate>Mon, 22 Mar 2010 12:41:57 +0000</pubDate>
		<dc:creator>trent</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[columns]]></category>
		<category><![CDATA[highlight]]></category>
		<category><![CDATA[rgba]]></category>
		<category><![CDATA[rows]]></category>
		<category><![CDATA[stripes]]></category>
		<category><![CDATA[table]]></category>

		<guid isPermaLink="false">http://trentrichardson.com/?p=555</guid>
		<description><![CDATA[Tables still have their place in the web development world. The best use for them is to display data in a grid, like for reports. I&#8217;d like to show a quick example of how to color the columns and rows using CSS3 with rgba. I won&#8217;t show the full source code on the blog, but [...]


Related posts:<ol><li><a href='http://trentrichardson.com/2010/03/24/execute-excel-like-formulas-on-your-tables-and-grids/' rel='bookmark' title='Permanent Link: Execute Excel-like Formulas on your Tables and Grids'>Execute Excel-like Formulas on your Tables and Grids</a></li>
<li><a href='http://trentrichardson.com/2010/04/16/use-css3-to-spice-up-impromptu-buttons/' rel='bookmark' title='Permanent Link: Use CSS3 to Spice Up Impromptu Buttons'>Use CSS3 to Spice Up Impromptu Buttons</a></li>
<li><a href='http://trentrichardson.com/2008/04/19/css-filters-and-opera/' rel='bookmark' title='Permanent Link: CSS Filters and Opera'>CSS Filters and Opera</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Tables still have their place in the web development world.  The best use for them is to display data in a grid, like for reports.  I&#8217;d like to show a quick example of how to color the columns and rows using CSS3 with rgba.  I won&#8217;t show the full source code on the blog, but you can easily view the source of the example page.</p>
<p><img src="http://trentrichardson.com/wp-content/uploads/2010/03/stripes-the-table1.jpg" alt="Stripe Table columns and Rows with CSS and RGBA" title="stripes-the-table1" width="582" height="297" class="alignnone size-full wp-image-557" /></p>
<p>Lets start with our html.  For this table example we may be using a few tags you aren&#8217;t very familiar with: thead, tbody, col.  Here is a snippet of our html to create the table (I&#8217;ve cut out a bunch of the table rows just to shorten it up.</p>
<pre><code class="html">
&lt;table cellpadding="0" cellspacing="0" class="stripeTable"&gt;
	&lt;col class="col0"&gt;
	&lt;col class="col1"&gt;
	&lt;col class="col0"&gt;
	&lt;col class="col1"&gt;
	&lt;col class="col0"&gt;
	&lt;thead&gt;
		&lt;tr&gt;
			&lt;th&gt;Year&lt;/th&gt;
			&lt;th&gt;Qtr 1&lt;/th&gt;
			&lt;th&gt;Qtr 2&lt;/th&gt;
			&lt;th&gt;Qtr 3&lt;/th&gt;
			&lt;th&gt;Qtr 4&lt;/th&gt;
		&lt;/tr&gt;
	&lt;/thead&gt;
	&lt;tbody&gt;
		&lt;tr class="bg0"&gt;
			&lt;td&gt;1990&lt;/td&gt;
			&lt;td&gt;987&lt;/td&gt;
			&lt;td&gt;456&lt;/td&gt;
			&lt;td&gt;159&lt;/td&gt;
			&lt;td&gt;159&lt;/td&gt;
		&lt;/tr&gt;
		&lt;tr class="bg1"&gt;
			&lt;td&gt;1991&lt;/td&gt;
			&lt;td&gt;1234&lt;/td&gt;
			&lt;td&gt;2345&lt;/td&gt;
			&lt;td&gt;346&lt;/td&gt;
			&lt;td&gt;457&lt;/td&gt;
		&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;
</code></pre>
<p>You see there is a corresponding column with each column in the row.  These span vertically the height of the table, underneath each table row and cell.  We can assign styles to these but the only problem is we can&#8217;t see the styles because the coloring of tr and td overlays them.  The solution?  Use rgba for background colors of your tr.  Here would be our css for our table rows:</p>
<pre><code class="css">
.stripeTable tbody tr.bg0{  background-color: rgba(244,244,244, .7); }
.stripeTable tbody tr.bg1{ background-color: rgba(255,255,255, .7); }
</code></pre>
<p>That should give us some alternating row colors.  If you&#8217;re not familiar with rgba, it resembles rgb, except one more parameter for opacity.  Now lets style our columns:</p>
<pre><code class="css">
.stripeTable .col0{ background-color: #cfcfcf; }
.stripeTable .col1{ background-color: #ffffff; }
</code></pre>
<p>We use a solid color for columns to be sure they are strong and show through.  Now, this should pretty well work for the most part, but don&#8217;t we all like to highlight rows of a table as we hover over them?  Lets do that with the help of some pseudo class selectors:</p>
<pre><code class="css">
.stripeTable tbody tr.bg0:hover{ background-color: rgba(255, 191, 85, .7); }
.stripeTable tbody tr.bg1:hover{ background-color: rgba(255, 191, 85, .7); }
</code></pre>
<p>And now the final part, just for fun, lets highlight our first column, because it could have some important data in it.  We&#8217;ll do this with the first-child pseudo selector:</p>
<pre><code class="css">
.stripeTable col:first-child{ background-color: #FfBf55; }
</code></pre>
<p>This all works pretty well with our browsers that support CSS3 fairly well, Chrome, Firefox, but IE as always has a hard time with it.</p>
<p><a href="http://trentrichardson.com/examples/stripe-table/index.html">View the Demo</a></p>


<p>Related posts:<ol><li><a href='http://trentrichardson.com/2010/03/24/execute-excel-like-formulas-on-your-tables-and-grids/' rel='bookmark' title='Permanent Link: Execute Excel-like Formulas on your Tables and Grids'>Execute Excel-like Formulas on your Tables and Grids</a></li>
<li><a href='http://trentrichardson.com/2010/04/16/use-css3-to-spice-up-impromptu-buttons/' rel='bookmark' title='Permanent Link: Use CSS3 to Spice Up Impromptu Buttons'>Use CSS3 to Spice Up Impromptu Buttons</a></li>
<li><a href='http://trentrichardson.com/2008/04/19/css-filters-and-opera/' rel='bookmark' title='Permanent Link: CSS Filters and Opera'>CSS Filters and Opera</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://trentrichardson.com/2010/03/22/coloring-columns-rows-tables-css3-rgba/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fetch Ideas &#8211; Another Web Dev&#8217;s Resource</title>
		<link>http://trentrichardson.com/2010/03/09/fetch-ideas-web-resource/</link>
		<comments>http://trentrichardson.com/2010/03/09/fetch-ideas-web-resource/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 13:00:21 +0000</pubDate>
		<dc:creator>trent</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[clientside]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[gallery]]></category>
		<category><![CDATA[resources]]></category>
		<category><![CDATA[serverside]]></category>

		<guid isPermaLink="false">http://trentrichardson.com/?p=541</guid>
		<description><![CDATA[As if there aren&#8217;t enough web galleries out there I&#8217;m adding one more, FetchIdeas.com. This is a site which I have created over the past couple months, with a different approach than other galleries. My aim is to create better organization, publish only useful resources, and most of all provide a great place to Fetch [...]


Related posts:<ol><li><a href='http://trentrichardson.com/2007/09/11/what-framework-are-you-using/' rel='bookmark' title='Permanent Link: What Framework Are You Using?'>What Framework Are You Using?</a></li>
<li><a href='http://trentrichardson.com/2008/02/15/jquery-impromptu-direction/' rel='bookmark' title='Permanent Link: jQuery Impromptu Direction'>jQuery Impromptu Direction</a></li>
<li><a href='http://trentrichardson.com/2010/03/17/update-on-everything/' rel='bookmark' title='Permanent Link: Update on Everything'>Update on Everything</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://fetchideas.com"><img src="http://trentrichardson.com/wp-content/uploads/2010/03/fetchideaslogo.png" alt="Fetch Ideas - A Web Dev&#039;s Resource" title="fetchideaslogo" width="209" height="80" class="alignleft size-full wp-image-542" /></a>
<p>As if there aren&#8217;t enough web galleries out there I&#8217;m adding one more,  <a href="http://fetchideas.com/">FetchIdeas.com</a>.  This is a site which I have created over the past couple months, with a different approach than other galleries.  My aim is to create better organization, publish only useful resources, and most of all provide a great place to Fetch Ideas!</p>
<p>I&#8217;ve categorized everything in design, graphics and fonts, clientside (css, javascript, etc..), and serverside (php, python, mysql, etc..).  The categorization alone seems a bit different than most sites.  The site is now stable but I have many plans for it in the coming months, so don&#8217;t be shy if you notice something wrong, want to suggest something, or anything else.  Do you have any resources to suggest?</p>
<p>Also don&#8217;t for get, you can <a href="http://twitter.com/fetchideas">follow FetchIdeas.com on Twitter</a>!</p>


<p>Related posts:<ol><li><a href='http://trentrichardson.com/2007/09/11/what-framework-are-you-using/' rel='bookmark' title='Permanent Link: What Framework Are You Using?'>What Framework Are You Using?</a></li>
<li><a href='http://trentrichardson.com/2008/02/15/jquery-impromptu-direction/' rel='bookmark' title='Permanent Link: jQuery Impromptu Direction'>jQuery Impromptu Direction</a></li>
<li><a href='http://trentrichardson.com/2010/03/17/update-on-everything/' rel='bookmark' title='Permanent Link: Update on Everything'>Update on Everything</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://trentrichardson.com/2010/03/09/fetch-ideas-web-resource/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>A Few Changes Under the Hood</title>
		<link>http://trentrichardson.com/2010/02/27/a-fewchanges-under-the-hood/</link>
		<comments>http://trentrichardson.com/2010/02/27/a-fewchanges-under-the-hood/#comments</comments>
		<pubDate>Sun, 28 Feb 2010 03:04:07 +0000</pubDate>
		<dc:creator>trent</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[optimizations]]></category>
		<category><![CDATA[seo]]></category>

		<guid isPermaLink="false">http://trentrichardson.com/?p=521</guid>
		<description><![CDATA[I&#8217;ve made a few changes to the blog lately, under the hood and visually over the past month. If all works out I should have much to talk about in the coming weeks about my findings. I have noticed positive increases thus far, so that is good news. Keep tuned, find out if these changes [...]


Related posts:<ol><li><a href='http://trentrichardson.com/2010/03/17/update-on-everything/' rel='bookmark' title='Permanent Link: Update on Everything'>Update on Everything</a></li>
<li><a href='http://trentrichardson.com/2010/03/03/doubled-website-traffic/' rel='bookmark' title='Permanent Link: How I&#8217;ve Nearly Doubled Website Traffic'>How I&#8217;ve Nearly Doubled Website Traffic</a></li>
<li><a href='http://trentrichardson.com/2008/10/30/blog-rush-no-more/' rel='bookmark' title='Permanent Link: Blog Rush No More'>Blog Rush No More</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve made a few changes to the blog lately, under the hood and visually over the past month.  If all works out I should have much to talk about in the coming weeks about my findings.  I have noticed positive increases thus far, so that is good news.  Keep tuned, find out if these changes could help you!</p>


<p>Related posts:<ol><li><a href='http://trentrichardson.com/2010/03/17/update-on-everything/' rel='bookmark' title='Permanent Link: Update on Everything'>Update on Everything</a></li>
<li><a href='http://trentrichardson.com/2010/03/03/doubled-website-traffic/' rel='bookmark' title='Permanent Link: How I&#8217;ve Nearly Doubled Website Traffic'>How I&#8217;ve Nearly Doubled Website Traffic</a></li>
<li><a href='http://trentrichardson.com/2008/10/30/blog-rush-no-more/' rel='bookmark' title='Permanent Link: Blog Rush No More'>Blog Rush No More</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://trentrichardson.com/2010/02/27/a-fewchanges-under-the-hood/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Go at Design &#8211; Waccamaw Floor Covering</title>
		<link>http://trentrichardson.com/2010/02/26/a-go-at-design-waccamaw-floor-covering/</link>
		<comments>http://trentrichardson.com/2010/02/26/a-go-at-design-waccamaw-floor-covering/#comments</comments>
		<pubDate>Fri, 26 Feb 2010 17:21:46 +0000</pubDate>
		<dc:creator>trent</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://trentrichardson.com/?p=512</guid>
		<description><![CDATA[I had an opportunity recently to get back to a little design work with a local flooring company, Waccamaw Floor Covering. I had fun with it but I also tried to integrate a few new things I&#8217;ve not done in the past, everything from seo, flowplayer, to google maps (street view). In the end I [...]


Related posts:<ol><li><a href='http://trentrichardson.com/2007/07/16/jquery-impromptu/' rel='bookmark' title='Permanent Link: jQuery Impromptu'>jQuery Impromptu</a></li>
<li><a href='http://trentrichardson.com/2008/05/01/land-in-bucksville-oaks-sc/' rel='bookmark' title='Permanent Link: Land In Bucksville Oaks &#8211; Conway, SC'>Land In Bucksville Oaks &#8211; Conway, SC</a></li>
<li><a href='http://trentrichardson.com/2008/08/04/a-new-addition/' rel='bookmark' title='Permanent Link: A New Addition'>A New Addition</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><img src="http://trentrichardson.com/wp-content/uploads/2010/02/wfc-Screenshot.jpg" alt="Waccamaw Floor Covering" title="wfc-Screenshot" width="580" height="266" class="alignnone size-full wp-image-514" /></p>
<p>I had an opportunity recently to get back to a little design work with a local flooring company, <a href="http://waccamawfloorcovering.com">Waccamaw Floor Covering</a>.  I had fun with it but I also tried to integrate a few new things I&#8217;ve not done in the past, everything from seo, flowplayer, to google maps (street view).  In the end I think it turned out pretty well, even though we&#8217;re still working on the copy.  The <a href="http://waccamawfloorcovering.com/directions">directions page</a> included maps, street view, and address, since it is a little difficult to spot the store in person.  As always feedback is welcome here!</p>


<p>Related posts:<ol><li><a href='http://trentrichardson.com/2007/07/16/jquery-impromptu/' rel='bookmark' title='Permanent Link: jQuery Impromptu'>jQuery Impromptu</a></li>
<li><a href='http://trentrichardson.com/2008/05/01/land-in-bucksville-oaks-sc/' rel='bookmark' title='Permanent Link: Land In Bucksville Oaks &#8211; Conway, SC'>Land In Bucksville Oaks &#8211; Conway, SC</a></li>
<li><a href='http://trentrichardson.com/2008/08/04/a-new-addition/' rel='bookmark' title='Permanent Link: A New Addition'>A New Addition</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://trentrichardson.com/2010/02/26/a-go-at-design-waccamaw-floor-covering/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>New jQuery Impromptu Theme</title>
		<link>http://trentrichardson.com/2009/12/01/new-jquery-impromptu-theme-2/</link>
		<comments>http://trentrichardson.com/2009/12/01/new-jquery-impromptu-theme-2/#comments</comments>
		<pubDate>Tue, 01 Dec 2009 12:48:43 +0000</pubDate>
		<dc:creator>trent</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Impromptu]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://trentrichardson.com/?p=414</guid>
		<description><![CDATA[It has been a while since I&#8217;ve served up a fresh Impromptu theme, so here goes. I don&#8217;t think I&#8217;ll make this the default, however it is based on the default theme with a few minor changes. I&#8217;ll be adding this to the documentation as well, but here is the css: .jqifade{ position: absolute; background-color: [...]


Related posts:<ol><li><a href='http://trentrichardson.com/2008/04/19/css-filters-and-opera/' rel='bookmark' title='Permanent Link: CSS Filters and Opera'>CSS Filters and Opera</a></li>
<li><a href='http://trentrichardson.com/2010/04/16/use-css3-to-spice-up-impromptu-buttons/' rel='bookmark' title='Permanent Link: Use CSS3 to Spice Up Impromptu Buttons'>Use CSS3 to Spice Up Impromptu Buttons</a></li>
<li><a href='http://trentrichardson.com/2007/09/20/5-steps-to-great-css/' rel='bookmark' title='Permanent Link: 8 Steps to Great CSS'>8 Steps to Great CSS</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><img src="http://trentrichardson.com/wp-content/uploads/2009/12/Impromptu_theme.png" alt="Impromptu_theme" title="Impromptu_theme" width="424" height="144" class="alignnone size-full wp-image-415" /></p>
<p>It has been a while since I&#8217;ve served up a fresh <a href="http://trentrichardson.com/Impromptu/index.php">Impromptu</a> theme, so here goes.  I don&#8217;t think I&#8217;ll make this the default, however it is based on the default theme with a few minor changes.  I&#8217;ll be adding this to the documentation as well, but here is the css:</p>
<pre><code class="css">
.jqifade{ position: absolute; background-color: #333333; }
div.jqi{ width: 350px; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; position: absolute; background-color: #ffffff; font-size: 11px; text-align: left; border: solid 3px #e2e8e6; -moz-border-radius: 10px; -webkit-border-radius: 10px; padding: 7px; }
div.jqi .jqicontainer{ font-weight: bold; }
div.jqi .jqiclose{ position: absolute; top: 0; right: 0; width: 18px; cursor: default; text-align: center; padding: 2px 0 4px 0; color: #727876; font-weight: bold; background-color: #e2e8e6; -moz-border-radius-bottomLeft: 5px; -webkit-border-bottom-left-radius: 5px; border-left: solid 1px #e2e8e6; border-bottom: solid 1px #e2e8e6;  }
div.jqi .jqimessage{ padding: 10px; line-height: 20px; color: #444444; }
div.jqi .jqibuttons{ text-align: right; padding: 5px 0 5px 0; border: solid 1px #e2e8e6; background-color: #f2f8f6; }
div.jqi button{ padding: 3px 10px; margin: 0 10px; background-color: #2F6073; border: solid 1px #f4f4f4; color: #ffffff; font-weight: bold; font-size: 12px; }
div.jqi button:hover{ background-color: #728A8C; }
div.jqi button.jqidefaultbutton{ background-color: #BF5E26; }
.jqiwarning .jqi .jqibuttons{ background-color: #BF5E26; }
</code></pre>
<p>Also feel free to share your themes for Impromptu.  There is always room for improvement!</p>
<p><em>I have added this theme to the docs as &#8220;Smooth&#8221; theme.</em></p>


<p>Related posts:<ol><li><a href='http://trentrichardson.com/2008/04/19/css-filters-and-opera/' rel='bookmark' title='Permanent Link: CSS Filters and Opera'>CSS Filters and Opera</a></li>
<li><a href='http://trentrichardson.com/2010/04/16/use-css3-to-spice-up-impromptu-buttons/' rel='bookmark' title='Permanent Link: Use CSS3 to Spice Up Impromptu Buttons'>Use CSS3 to Spice Up Impromptu Buttons</a></li>
<li><a href='http://trentrichardson.com/2007/09/20/5-steps-to-great-css/' rel='bookmark' title='Permanent Link: 8 Steps to Great CSS'>8 Steps to Great CSS</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://trentrichardson.com/2009/12/01/new-jquery-impromptu-theme-2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>7 Lucky Tips for Mobile Development</title>
		<link>http://trentrichardson.com/2009/06/18/7-lucky-tips-for-mobile-development/</link>
		<comments>http://trentrichardson.com/2009/06/18/7-lucky-tips-for-mobile-development/#comments</comments>
		<pubDate>Thu, 18 Jun 2009 10:40:05 +0000</pubDate>
		<dc:creator>trent</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://trentrichardson.com/?p=360</guid>
		<description><![CDATA[1) Use Opera Desktop browser with the small screen view (View->Small Screen). 2) Use Firefox Developer Toolbar do use the Handheld Stylesheet (CSS->Display CSS By Media Type->Handheld). 3) Avoid Caching things that shouldn&#8217;t be cached. If you&#8217;re using a lot of GET requests or sometimes posting forms, be careful of caching. An easy way to [...]


Related posts:<ol><li><a href='http://trentrichardson.com/2007/09/20/5-steps-to-great-css/' rel='bookmark' title='Permanent Link: 8 Steps to Great CSS'>8 Steps to Great CSS</a></li>
<li><a href='http://trentrichardson.com/2008/06/06/operas-developer-tools/' rel='bookmark' title='Permanent Link: Opera&#8217;s Developer Tools'>Opera&#8217;s Developer Tools</a></li>
<li><a href='http://trentrichardson.com/2008/10/20/firefox-going-mobile-fennec/' rel='bookmark' title='Permanent Link: Firefox Going Mobile: Fennec'>Firefox Going Mobile: Fennec</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><strong>1) Use Opera</strong> Desktop browser with the small screen view (View->Small Screen).</p>
<p><img src="http://trentrichardson.com/wp-content/uploads/2009/06/opera_small_view.png" alt="Opera Small View" title="Opera Small View" width="399" height="259" class="alignnone size-full wp-image-364" /></p>
<p><strong>2) Use Firefox Developer Toolbar</strong> do use the Handheld Stylesheet (CSS->Display CSS By Media Type->Handheld).</p>
<p><img src="http://trentrichardson.com/wp-content/uploads/2009/06/dev_toolbar_css_handheld.png" alt="Fire Fox Developer Toolbar CSS Handheld" title="Fire Fox Developer Toolbar CSS Handheld" width="371" height="129" class="alignnone size-full wp-image-365" /></p>
<p><strong>3) Avoid Caching</strong> things that shouldn&#8217;t be cached.  If you&#8217;re using a lot of GET requests or sometimes posting forms, be careful of caching.  An easy way to avoid this is tag on a url variable with a current timestamp: mypage.php?t=123456</p>
<p><strong>4) Remove Whitespace</strong> from your html output and css.  Some serverside languages and frameworks have the ability to do this for you.  If not you can always save your output to a variable and run a simple regular expression to remove spaces outside of tags like line returns, tabs, and new lines.  With ColdFusion you might try:</p>
<pre><code class="javascript">
rereplace(htmlstr,"(\n|\r|\t)","","all")
</code></pre>
<p><strong>5) Use a proper Doctype</strong>.  Of course there&#8217;s more than one that would probably work, but this is a start:</p>
<pre><code class="html">
&lt;!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd"&gt;
</code></pre>
<p><strong>6) Don&#8217;t Rely on Javascript</strong>.  Sure iPhone, Blackberry, Opera Mini are all getting pretty good, but the whole point of mobile development is for those who can&#8217;t use the full version (js enabled).  The only exception is if you&#8217;re writing a browser specific site for a browser with good javascript support.</p>
<p><strong>7) Use a CSS Reset</strong>.  There are dozens of different resets available around.  I suggest starting with a full reset, then once you&#8217;ve finished development scale it back to the elements you need.</p>
<pre><code class="css">
*{ margin:0; padding:0; border:0; }
</code></pre>
<p>These are starter tips when developing for mobile browsers, but the support on mobile devices varies greatly, so the biggest unmentioned tip is to TEST, TEST, TEST!</P></p>


<p>Related posts:<ol><li><a href='http://trentrichardson.com/2007/09/20/5-steps-to-great-css/' rel='bookmark' title='Permanent Link: 8 Steps to Great CSS'>8 Steps to Great CSS</a></li>
<li><a href='http://trentrichardson.com/2008/06/06/operas-developer-tools/' rel='bookmark' title='Permanent Link: Opera&#8217;s Developer Tools'>Opera&#8217;s Developer Tools</a></li>
<li><a href='http://trentrichardson.com/2008/10/20/firefox-going-mobile-fennec/' rel='bookmark' title='Permanent Link: Firefox Going Mobile: Fennec'>Firefox Going Mobile: Fennec</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://trentrichardson.com/2009/06/18/7-lucky-tips-for-mobile-development/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Add the YoYo effect to your WordPress Sidebar</title>
		<link>http://trentrichardson.com/2009/02/21/add-the-yoyo-effect-to-your-wordpress-sidebar/</link>
		<comments>http://trentrichardson.com/2009/02/21/add-the-yoyo-effect-to-your-wordpress-sidebar/#comments</comments>
		<pubDate>Sat, 21 Feb 2009 16:21:24 +0000</pubDate>
		<dc:creator>trent</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://trentrichardson.com/?p=226</guid>
		<description><![CDATA[Since I&#8217;ve been reworking my blog I thought I&#8217;d include a quick tutorial on adding the YoYo effect(or so I call it) to your wordpress (or any site for that matter) sidebar. First you need to grab the jQuery Yoyo plugin I whipped together. Place this in your javascript file. Also make sure you have [...]


Related posts:<ol><li><a href='http://trentrichardson.com/2008/12/12/simple-yoyo-effects-using-jquery/' rel='bookmark' title='Permanent Link: Simple Yoyo Effects Using jQuery'>Simple Yoyo Effects Using jQuery</a></li>
<li><a href='http://trentrichardson.com/2008/12/08/addition-to-jquery-link-nudging/' rel='bookmark' title='Permanent Link: Addition to jQuery Link Nudging'>Addition to jQuery Link Nudging</a></li>
<li><a href='http://trentrichardson.com/2009/12/02/new-jquery-impromptu-show-effect/' rel='bookmark' title='Permanent Link: New jQuery Impromptu Show Effect'>New jQuery Impromptu Show Effect</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Since I&#8217;ve been reworking my blog I thought I&#8217;d include a quick tutorial on adding the YoYo effect(or so I call it) to your wordpress (or any site for that matter) sidebar.  First you need to grab the <a href="http://trentrichardson.com/2008/12/12/simple-yoyo-effects-using-jquery/">jQuery Yoyo plugin</a> I whipped together.  Place this in your javascript file.  Also make sure you have jQuery as well, duh..</p>
<p>Now we need to inspect the html format of our sidebar.  Just view the source of your html where your sidebar is.  Make a mental note of the structure of each module or widget with a list of links.  Mine looks like the following:</p>
<pre><code class="html">
&lt;div class="sidebar"&gt;
	&lt;div class="Links"&gt;
		&lt;h3&gt;Categories&lt;/h3&gt;
		&lt;ul&gt;
			&lt;li&gt;&lt;a&gt;&lt;/a&gt;&lt;/li&gt;
		&lt;/ul&gt;
	&lt;/div&gt;
&lt;/div&gt;
</code></pre>
<p>So to access each link I would go from &#8220;sidebar Links ul li a&#8221;.  So to tie it all together I will select these with my jQuery selector and apply the Yoyo function to it:</p>
<pre><code class="js">
$(function(){ // wait until the page loads to apply effect
	$('.sidebar .Links ul li a').yoyo('paddingLeft',{ range: 6,speed:'fast' });
});
</code></pre>
<p>To achieve our effect we want to use the paddingLeft attribute and make it yoyo 6 pixels.  You can play with this number and the speed attributes to suite your needs, I thought this looked best for my blog.  Enjoy!</p>


<p>Related posts:<ol><li><a href='http://trentrichardson.com/2008/12/12/simple-yoyo-effects-using-jquery/' rel='bookmark' title='Permanent Link: Simple Yoyo Effects Using jQuery'>Simple Yoyo Effects Using jQuery</a></li>
<li><a href='http://trentrichardson.com/2008/12/08/addition-to-jquery-link-nudging/' rel='bookmark' title='Permanent Link: Addition to jQuery Link Nudging'>Addition to jQuery Link Nudging</a></li>
<li><a href='http://trentrichardson.com/2009/12/02/new-jquery-impromptu-show-effect/' rel='bookmark' title='Permanent Link: New jQuery Impromptu Show Effect'>New jQuery Impromptu Show Effect</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://trentrichardson.com/2009/02/21/add-the-yoyo-effect-to-your-wordpress-sidebar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 1.627 seconds -->
