<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>b1tch2c0d3</title>
	<atom:link href="http://b1tch2c0d3.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://b1tch2c0d3.wordpress.com</link>
	<description>things that should have been explained better before now</description>
	<lastBuildDate>Wed, 29 Jul 2009 01:35:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='b1tch2c0d3.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>b1tch2c0d3</title>
		<link>http://b1tch2c0d3.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://b1tch2c0d3.wordpress.com/osd.xml" title="b1tch2c0d3" />
	<atom:link rel='hub' href='http://b1tch2c0d3.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Flex DataGrid</title>
		<link>http://b1tch2c0d3.wordpress.com/2009/06/22/flex-datagrids/</link>
		<comments>http://b1tch2c0d3.wordpress.com/2009/06/22/flex-datagrids/#comments</comments>
		<pubDate>Mon, 22 Jun 2009 18:13:08 +0000</pubDate>
		<dc:creator>james young</dc:creator>
				<category><![CDATA[flex]]></category>
		<category><![CDATA[datagrid]]></category>
		<category><![CDATA[datatable]]></category>

		<guid isPermaLink="false">http://b1tch2c0d3.wordpress.com/?p=29</guid>
		<description><![CDATA[There are a few tutorials out there going into detail about the Flex DataGrid control. They are not easy to find and when you do find them, odds are they were written about a previous version of Flex. Flex 1.x Flex 1.0: Sample code for printing from a DataGrid How to set relative column widths [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=b1tch2c0d3.wordpress.com&amp;blog=7871796&amp;post=29&amp;subd=b1tch2c0d3&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>There are a few tutorials out there going into detail about the Flex DataGrid control.  They are not easy to find and when you do find them, odds are they were written about a previous version of Flex.</p>
<p><strong>Flex 1.x</strong></p>
<ul>
<li><a href="http://kb2.adobe.com/cps/192/tn_19241.html">Flex 1.0: Sample code for printing from a DataGrid</a></li>
<li><a href="http://kb2.adobe.com/cps/224/224468bb.html">How to set relative column widths with the Flex dataGrid component</a> &#8211; Doesn&#8217;t specifically say 1.0, but it was published in 2005</li>
</ul>
<p><strong>Flex 2.x</strong></p>
<ul>
<li><a href="http://switchonthecode.com/tutorials/flex-friday-feature-datagrid-component">Switch on the Code: Flex Friday Feature &#8211; Datagrid Component</a></li>
<li><a href="http://livedocs.adobe.com/flex/201/langref/mx/controls/DataGrid.html">Adobe® Flex™ 2.01 Language Reference: DataGrid</a></li>
</ul>
<p><strong>Flex 3.x</strong></p>
<ul>
<li><a href="http://learn.adobe.com/wiki/display/Flex/DataGrid">Flex 3 Getting Started &#8211; DataGrid</a></li>
<li><a href="http://livedocs.adobe.com/flex/3/langref/mx/controls/DataGrid.html">Adobe® Flex™ 3.3 Language Reference: DataGrid</a></li>
<li><a href="http://adobe.com/devnet/flex/articles/itemeditors_pt1.html">Understanding Flex itemEditors – Part 1: Inline itemEditors</a></li>
<li><a href="http://www.adobe.com/devnet/flex/articles/itemeditors_pt2.html">Understanding Flex itemEditors – Part 2: Editing events and complex editors</a></li>
</ul>
<p>More to come&#8230;</p>
<p><strong>Release History</strong></p>
<ul>
<li> Flex 1.0 &#8211; March 2004</li>
<li> Flex 1.5 &#8211; October 2004</li>
<li> Flex 2.0 (Alpha) &#8211; October 2005</li>
<li> Flex 2.0 Beta 1 &#8211; February 2006</li>
<li> Flex 2.0 Beta 2 &#8211; March 2006</li>
<li> Flex 2.0 Beta 3 &#8211; May 2006</li>
<li> Flex 2.0 Final- June 28, 2006</li>
<li> Flex 2.0.1 &#8211; January 5, 2007</li>
<li> Flex 3.0 Beta 1 &#8211; June 11, 2007</li>
<li> Flex 3.0 Beta 2 &#8211; October 1, 2007</li>
<li> Flex 3.0 Beta 3 &#8211; December 12, 2007</li>
<li> Flex 3.0 &#8211; February 25, 2008</li>
<li> Flex 3.1 &#8211; August 15, 2008</li>
<li> Flex 3.2 &#8211; November 17, 2008</li>
<li> Flex 3.3 &#8211; March 4, 2009</li>
</ul>
<br /> Tagged: datagrid, datatable, flex <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/b1tch2c0d3.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/b1tch2c0d3.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/b1tch2c0d3.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/b1tch2c0d3.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/b1tch2c0d3.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/b1tch2c0d3.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/b1tch2c0d3.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/b1tch2c0d3.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/b1tch2c0d3.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/b1tch2c0d3.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/b1tch2c0d3.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/b1tch2c0d3.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/b1tch2c0d3.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/b1tch2c0d3.wordpress.com/29/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=b1tch2c0d3.wordpress.com&amp;blog=7871796&amp;post=29&amp;subd=b1tch2c0d3&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://b1tch2c0d3.wordpress.com/2009/06/22/flex-datagrids/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0a11c768eba530094ac198fe86de2a53?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jamie</media:title>
		</media:content>
	</item>
		<item>
		<title>YUI Datatable &#8211; Custom Parser Example</title>
		<link>http://b1tch2c0d3.wordpress.com/2009/05/23/yui-datatable-custom-parser-example/</link>
		<comments>http://b1tch2c0d3.wordpress.com/2009/05/23/yui-datatable-custom-parser-example/#comments</comments>
		<pubDate>Sat, 23 May 2009 17:57:25 +0000</pubDate>
		<dc:creator>james young</dc:creator>
				<category><![CDATA[yui]]></category>
		<category><![CDATA[datatable]]></category>
		<category><![CDATA[parser]]></category>

		<guid isPermaLink="false">http://b1tch2c0d3.wordpress.com/?p=7</guid>
		<description><![CDATA[For entry, with my validator, I am validating that no matter what a user types in for a height, I convert it to a float to store in the database (5.10). For display, with my formatter, I am standardizing the format to display as a proper height (5&#8242; 10&#8243;). All that is left is to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=b1tch2c0d3.wordpress.com&amp;blog=7871796&amp;post=7&amp;subd=b1tch2c0d3&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>For entry, with my validator, I am validating that no matter what a user types in for a height, I convert it to a float to store in the database (5.10).</p>
<p>For display, with my formatter, I am standardizing the format to display as a proper height (5&#8242; 10&#8243;).</p>
<p>All that is left is to get the column sort to not think somone that is 22&#8242; tall is shorter than someone that is 3&#8242; tall. For numbers to sort numerically, the type must be a Number, not a String.  This could be easily accomplished with YAHOO.widget.DataTable.formatNumber, but I was hoping to be able to fix my problem of 5.10 changing to 5.1 here.  I was not able to do that, as you can see by the commented out line below, so I took care of it in the validator (kinda).</p>
<p>Due to the lack of me finding, quickly, an example of a custom parser, I am posting this anyway, even though it is not really needed.</p>
<p>The parser is an object property defined in the array of objects defining the fields for the datasources responseSchema (assuming JSON).</p>
<pre style="overflow:auto;border:1px solid black;line-height:1.4em;padding:1em;">
STWPT.parseHeight = function (oData)
{
    oData = parseFloat(oData);    // convert to number (float)

    // force decimal precision (5.1 &gt; 5.10)
    // this converts it back to a string - argh!
    // oData = oData.toFixed(2);     

    return oData;
}</pre>
<p>The following is a snippet out of a larger script that shows just the pieces that connect the datatable creation to the custom parser shown above.</p>
<pre style="overflow:auto;border:1px solid black;line-height:1.4em;padding:1em;">
var myDataSource = new YAHOO.util.DataSource('/path/to/datasource');
myDataSource.responseType = YAHOO.util.DataSource.TYPE_JSON;
myDataSource.connMethodPost = true;
myDataSource.responseSchema = {
    resultsList: 'athletes',
    fields: [
        { key: 'first_name', parser: 'string' },
        { key: 'last_name', parser: 'string' },
        { key: 'height', parser: STWPT.parseHeight }
    ]
};

var myDataTable = new YAHOO.widget.DataTable('athletes-datatable', myColumnDefs, myDataSource);
</pre>
<br /> Tagged: datatable, parser, yui <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/b1tch2c0d3.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/b1tch2c0d3.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/b1tch2c0d3.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/b1tch2c0d3.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/b1tch2c0d3.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/b1tch2c0d3.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/b1tch2c0d3.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/b1tch2c0d3.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/b1tch2c0d3.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/b1tch2c0d3.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/b1tch2c0d3.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/b1tch2c0d3.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/b1tch2c0d3.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/b1tch2c0d3.wordpress.com/7/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=b1tch2c0d3.wordpress.com&amp;blog=7871796&amp;post=7&amp;subd=b1tch2c0d3&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://b1tch2c0d3.wordpress.com/2009/05/23/yui-datatable-custom-parser-example/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0a11c768eba530094ac198fe86de2a53?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jamie</media:title>
		</media:content>
	</item>
		<item>
		<title>YUI Datatable &#8211; Custom Validator Example</title>
		<link>http://b1tch2c0d3.wordpress.com/2009/05/23/yui-datatable-custom-validator-example/</link>
		<comments>http://b1tch2c0d3.wordpress.com/2009/05/23/yui-datatable-custom-validator-example/#comments</comments>
		<pubDate>Sat, 23 May 2009 17:56:18 +0000</pubDate>
		<dc:creator>james young</dc:creator>
				<category><![CDATA[yui]]></category>
		<category><![CDATA[datatable]]></category>
		<category><![CDATA[validator]]></category>

		<guid isPermaLink="false">http://b1tch2c0d3.wordpress.com/?p=5</guid>
		<description><![CDATA[This is the validator I am using to insure that a height (or float) was entered (5&#8217;10&#8243;, 5&#8242; 10&#8243;, 5.10 5 10), and that text (tall, short) was not entered and covert a valid non-float value entered (5&#8217;10&#8243;, 5&#8242; 10&#8243;, 5 10) to a float (5.10), which is how I want to store the value [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=b1tch2c0d3.wordpress.com&amp;blog=7871796&amp;post=5&amp;subd=b1tch2c0d3&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This is the validator I am using to insure that a height (or float) was entered (5&#8217;10&#8243;, 5&#8242; 10&#8243;, 5.10 5 10), and that text (tall, short) was not entered and covert a valid  non-float value entered (5&#8217;10&#8243;, 5&#8242; 10&#8243;, 5 10) to a float (5.10), which is how I want to store the value in the database.</p>
<p>Now that we have a custom validator created, it would be helpful to know where to call it from. A validator is an object parameter to the object that is sent to a textboxCellEditor.</p>
<p>The textboxCellEditor is an object parameter to the object that defines the column, in the array of objects that is sent to the datatable constructor.</p>
<pre style="overflow:auto;border:1px solid black;line-height:1.4em;padding:1em;">
STWPT.validateHeight = function (oData)
{
    var pattern; // regexp pattern holder

    // heightFormat is expected to be a decimal number for height

    // add a space if none was provided (5'10")
    // 5'10" -&gt; 5' 10 - note the trailing non-digit characters are dropped
    pattern = /'(\d+)/g
    if (pattern.test(oData)) { oData = oData.replace(pattern, " $1"); }

    // turn a space into a decimal - 5 10, 5' 10" -&gt; 5.10, 5' 10"
    pattern = / /g;
    if (pattern.test(oData)) { oData = oData.replace(pattern, '.'); }

    // remove all single and double quotes - 5' 10", 5'.10" -&gt; 5.10
    pattern = /["']/g
    if (pattern.test(oData)) { oData = oData.replace(pattern, ''); }

    // enforce x.0x format - 5' 1" -&gt; 5' 01" -&gt; 5.01
    pattern = /\.([1-9])$/
    if (pattern.test(oData)) { oData = oData.replace(pattern, '.0$1')};

    // at this point we should have a float, which should eval &gt; 0

    if (oData &gt; 0) { return oData; }

    // validation only succeeds if a value is returned
}
</pre>
<p>The following is a snippet out of a larger script that shows just the pieces that connect the datatable creation to the custom validator shown above.</p>
<pre style="overflow:auto;border:1px solid black;line-height:1.4em;padding:1em;">
var heightEditor = new YAHOO.widget.TextboxCellEditor({
    disableBtns: false,
    asyncSubmitter: submitter,
    validator: STWPT.validateHeight
});

var myColumnDefs = [{
    key: 'height',
    label: 'Height',
    sortable: true,
    resizeable: true,
    editor: heightEditor,
    formatter: STWPT.formatHeight
}];

var myDataTable = new YAHOO.widget.DataTable('athletes-datatable', myColumnDefs, myDataSource);
</pre>
<br /> Tagged: datatable, validator, yui <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/b1tch2c0d3.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/b1tch2c0d3.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/b1tch2c0d3.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/b1tch2c0d3.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/b1tch2c0d3.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/b1tch2c0d3.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/b1tch2c0d3.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/b1tch2c0d3.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/b1tch2c0d3.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/b1tch2c0d3.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/b1tch2c0d3.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/b1tch2c0d3.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/b1tch2c0d3.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/b1tch2c0d3.wordpress.com/5/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=b1tch2c0d3.wordpress.com&amp;blog=7871796&amp;post=5&amp;subd=b1tch2c0d3&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://b1tch2c0d3.wordpress.com/2009/05/23/yui-datatable-custom-validator-example/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0a11c768eba530094ac198fe86de2a53?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jamie</media:title>
		</media:content>
	</item>
		<item>
		<title>YUI Datatable &#8211; Custom Formatter Example</title>
		<link>http://b1tch2c0d3.wordpress.com/2009/05/23/yui-datatable-custom-formatter-example/</link>
		<comments>http://b1tch2c0d3.wordpress.com/2009/05/23/yui-datatable-custom-formatter-example/#comments</comments>
		<pubDate>Sat, 23 May 2009 17:54:53 +0000</pubDate>
		<dc:creator>james young</dc:creator>
				<category><![CDATA[yui]]></category>
		<category><![CDATA[datatable]]></category>
		<category><![CDATA[formatter]]></category>

		<guid isPermaLink="false">http://b1tch2c0d3.wordpress.com/?p=3</guid>
		<description><![CDATA[I needed to create a custom formatter for a datatable that contained a cell for an individuals height. The height is stored in the database as a float. 5&#8242; 10&#8243; would be in the database as 5.10. We want to display 5&#8242; 10&#8243;, this is where our custom formatter comes in. In retrospect I should [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=b1tch2c0d3.wordpress.com&amp;blog=7871796&amp;post=3&amp;subd=b1tch2c0d3&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I needed to create a custom formatter for a datatable that contained a cell for an individuals height. The height is stored in the database as a float. 5&#8242; 10&#8243; would be in the database as 5.10. We want to display 5&#8242; 10&#8243;, this is where our custom formatter comes in.  In retrospect I should be storing the height as inches and converting it to feet as needed.</p>
<p>The formatter is an object property to the column definition in the array of objects that is sent to the datable when it is created.</p>
<pre style="overflow:auto;border:1px solid black;line-height:1.4em;padding:1em;">STWPT.formatHeight = function (elCell, oRecord, oColumn, oData)
{
    oData = oData.toString(); // oData must be a string
    var part = oData.split('.'); // splitting the float on the decimal

    // take care of undefined - set it to 0
    // if we have an int (like 5, not 5.1), part[1] is 'undefined'
    part[1] = part[1] ? part[1] : 0;

    // values like 5.10 are changed to 5.1
    // if textboxCellEditor is used, 5.1 will show as the value (not 5.10)
    if (part[1] == '1') { part[1] = '10'; }

    elCell.innerHTML = part[0] + '\' ' + part[1] + '"';
}</pre>
<p>The following is a snippet out of a larger script that shows just the pieces that connect the datatable creation to the custom formatter shown above.</p>
<pre style="overflow:auto;border:1px solid black;line-height:1.4em;padding:1em;">var myColumnDefs = [{
    key: 'height',
    label: 'Height',
    sortable: true,
    resizeable: true,
    editor: heightEditor,
    formatter: STWPT.formatHeight
}];

var myDataTable = new YAHOO.widget.DataTable('athletes-datatable', myColumnDefs, myDataSource);</pre>
<br /> Tagged: datatable, formatter, yui <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/b1tch2c0d3.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/b1tch2c0d3.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/b1tch2c0d3.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/b1tch2c0d3.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/b1tch2c0d3.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/b1tch2c0d3.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/b1tch2c0d3.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/b1tch2c0d3.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/b1tch2c0d3.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/b1tch2c0d3.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/b1tch2c0d3.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/b1tch2c0d3.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/b1tch2c0d3.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/b1tch2c0d3.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=b1tch2c0d3.wordpress.com&amp;blog=7871796&amp;post=3&amp;subd=b1tch2c0d3&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://b1tch2c0d3.wordpress.com/2009/05/23/yui-datatable-custom-formatter-example/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0a11c768eba530094ac198fe86de2a53?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jamie</media:title>
		</media:content>
	</item>
	</channel>
</rss>
