<?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>Lisa's Blog</title>
	<atom:link href="http://lisazhou.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://lisazhou.wordpress.com</link>
	<description></description>
	<lastBuildDate>Fri, 09 Dec 2011 16:52:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='lisazhou.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Lisa's Blog</title>
		<link>http://lisazhou.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://lisazhou.wordpress.com/osd.xml" title="Lisa&#039;s Blog" />
	<atom:link rel='hub' href='http://lisazhou.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Truly understanding dynamic controls</title>
		<link>http://lisazhou.wordpress.com/2009/03/31/truly-understanding-dynamic-controls/</link>
		<comments>http://lisazhou.wordpress.com/2009/03/31/truly-understanding-dynamic-controls/#comments</comments>
		<pubDate>Tue, 31 Mar 2009 23:13:54 +0000</pubDate>
		<dc:creator>Lisa Zhou</dc:creator>
				<category><![CDATA[Visual Studio .Net & Ajax.Net]]></category>

		<guid isPermaLink="false">http://www.techy-talk.com/?p=161</guid>
		<description><![CDATA[Today while figuring out how to do something for a project, the solution that was chosen was to dynamically load a user control to the page. After getting null reference errors and the control completely not rendered on the page, I found the solution to be this. Control FeaturedProductUserControl = LoadControl(&#8220;FeaturedProduct.ascx&#8221;); Controls.Add(FeaturedProductUserControl); There is an [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lisazhou.wordpress.com&amp;blog=909239&amp;post=161&amp;subd=lisazhou&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Today while figuring out how to do something for a project, the solution that was chosen was to dynamically load a user control to the page.</p>
<p>After getting null reference errors and the control completely not rendered on the page, I found the solution to be this.</p>
<blockquote><p>Control FeaturedProductUserControl = LoadControl(&#8220;FeaturedProduct.ascx&#8221;);<br />
Controls.Add(FeaturedProductUserControl);</p></blockquote>
<p>There is an article that I came across which is really good at explaining how this actually works, <a href="http://weblogs.asp.net/infinitiesloop/archive/2006/08/25/TRULY-Understanding-Dynamic-Controls-_2800_Part-1_2900_.aspx" target="_blank">Truly understanding dynamic controls</a>, definetely worth a read.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lisazhou.wordpress.com/161/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lisazhou.wordpress.com/161/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lisazhou.wordpress.com/161/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lisazhou.wordpress.com/161/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lisazhou.wordpress.com/161/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lisazhou.wordpress.com/161/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lisazhou.wordpress.com/161/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lisazhou.wordpress.com/161/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lisazhou.wordpress.com/161/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lisazhou.wordpress.com/161/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lisazhou.wordpress.com/161/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lisazhou.wordpress.com/161/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lisazhou.wordpress.com/161/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lisazhou.wordpress.com/161/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lisazhou.wordpress.com&amp;blog=909239&amp;post=161&amp;subd=lisazhou&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lisazhou.wordpress.com/2009/03/31/truly-understanding-dynamic-controls/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Sunflower</media:title>
		</media:content>
	</item>
		<item>
		<title>Browsers and their Javascript mouse events</title>
		<link>http://lisazhou.wordpress.com/2009/02/11/browsers-and-their-javascript-mouse-events/</link>
		<comments>http://lisazhou.wordpress.com/2009/02/11/browsers-and-their-javascript-mouse-events/#comments</comments>
		<pubDate>Thu, 12 Feb 2009 01:37:57 +0000</pubDate>
		<dc:creator>Lisa Zhou</dc:creator>
				<category><![CDATA[Visual Studio .Net & Ajax.Net]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[mouse events]]></category>

		<guid isPermaLink="false">http://www.techy-talk.com/?p=135</guid>
		<description><![CDATA[Yesterday I came across this article at http://unixpapa.com/js/mouse.html, the author of the article documented all the different JavaScript events triggered by the same mouse event under different browsers, which is really really useful. I&#8217;ve extracted only the events component here and combined them to a table, if you want to know about these events please [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lisazhou.wordpress.com&amp;blog=909239&amp;post=135&amp;subd=lisazhou&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Yesterday I came across this article at <a href="http://unixpapa.com/js/mouse.html" target="_blank">http://unixpapa.com/js/mouse.html</a>, the author of the article documented all the different JavaScript events triggered by the same mouse event under different browsers, which is really really useful.</p>
<p>I&#8217;ve extracted only the events component here and combined them to a table, if you want to know about these events please visit the original article.</p>
<p><strong>Browser Version</strong></p>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<th></th>
<th> Windows</th>
<th> Macintosh</th>
<th> Linux</th>
</tr>
<tr>
<td>Internet Explorer</td>
<td align="center">8.0.6001.18372</td>
<td align="center">5.2</td>
<td align="center">-</td>
</tr>
<tr class="even">
<td>Firefox</td>
<td align="center">3.0.5 (Gecko 1.9.0.5)</td>
<td align="center">3.0 (Gecko 1.9)</td>
<td align="center">3.0 (Gecko 1.9)</td>
</tr>
<tr>
<td>Safari</td>
<td align="center">3.2.1</td>
<td align="center">3.1.1</td>
<td align="center">-</td>
</tr>
<tr class="even">
<td>Opera</td>
<td align="center">9.63</td>
<td align="center">9.10</td>
<td align="center">9.27</td>
</tr>
<tr>
<td>Konqueror</td>
<td align="center">-</td>
<td align="center">-</td>
<td align="center">3.5.7</td>
</tr>
<tr class="even">
<td>Chrome</td>
<td align="center">1.0.154.43</td>
<td align="center">-</td>
<td align="center">-</td>
</tr>
</tbody>
</table>
<p><strong>Can default mouse actions be disabled?</strong></p>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<th></th>
<th> Left Button</th>
<th> Middle Button</th>
<th> Right Button</th>
</tr>
<tr>
<td>Internet Explorer</td>
<td align="center">Yes</td>
<td align="center">Yes</td>
<td align="center">Yes</td>
</tr>
<tr class="even">
<td>Safari</td>
<td align="center">Yes</td>
<td align="center">Yes</td>
<td align="center">Yes</td>
</tr>
<tr>
<td>Konqueror</td>
<td align="center">Yes</td>
<td align="center">Yes</td>
<td align="center">Yes</td>
</tr>
<tr class="even">
<td>Firefox</td>
<td align="center">Yes</td>
<td align="center">Config file edit only</td>
<td align="center">Yes</td>
</tr>
<tr>
<td>Opera 7.23-7.54</td>
<td align="center">Yes</td>
<td colspan="2" align="center">Only if user has enabled an obscure option</td>
</tr>
<tr class="even">
<td>Other Opera Versions</td>
<td align="center">Yes</td>
<td align="center">No</td>
<td align="center">No</td>
</tr>
<tr>
<td>Netscape 4</td>
<td align="center">Yes</td>
<td colspan="2" align="center">Config file edit only</td>
</tr>
</tbody>
</table>
<p><strong>Single Mouse Clicks </strong></p>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<th></th>
<th> Left ↓</th>
<th> Left ↑</th>
<th> Right ↓</th>
<th> Right ↑</th>
<th> Middle ↓</th>
<th> Middle ↑</th>
</tr>
<tr>
<td>Internet Explorer</td>
<td align="center">mousedown</td>
<td align="center">mouseup click</td>
<td align="center">mousedown</td>
<td>mouseup contextmenu</td>
<td>mousedown</td>
<td>mouseup click</td>
</tr>
<tr class="even">
<td>Safari</td>
<td align="center">mousedown</td>
<td align="center">mouseup click</td>
<td align="center">mousedown</td>
<td>mouseup contextmenu</td>
<td>mousedown</td>
<td>mouseup click</td>
</tr>
<tr>
<td>Konqueror</td>
<td align="center">mousedown</td>
<td align="center">mouseup click</td>
<td align="center">mousedown</td>
<td>mouseup</td>
<td>mousedown</td>
<td>mouseup</td>
</tr>
<tr class="even">
<td>Firefox</td>
<td align="center">mousedown</td>
<td align="center">mouseup click</td>
<td align="center">mousedown contextmenu</td>
<td>mouseup</td>
<td>mousedown</td>
<td>mouseup</td>
</tr>
<tr>
<td>Opera &lt; 8.0</td>
<td align="center">mousedown</td>
<td align="center">mouseup click</td>
<td>mousedown</td>
<td>N/A</td>
<td>mousedown</td>
<td>N/A</td>
</tr>
<tr class="even">
<td>Opera = 8.0</td>
<td align="center">mousedown</td>
<td align="center">mouseup click</td>
<td align="center">mousedown</td>
<td>mouseup</td>
<td>mousedown</td>
<td>mouseup</td>
</tr>
<tr>
<td>Netscape 4</td>
<td align="center">mousedown</td>
<td align="center">mouseup click</td>
<td>mousedown</td>
<td>N/A</td>
<td>mousedown</td>
<td>No Data</td>
</tr>
<tr class="even">
<td>Chorome 1.0</td>
<td align="center">mousedown</td>
<td align="center">mouseup click</td>
<td>mousedown</td>
<td>mouseup contextmenu</td>
<td>mousedown</td>
<td>No Data</td>
</tr>
<tr>
<td>Chorome 0.2</td>
<td align="center">mousedown</td>
<td align="center">mouseup click</td>
<td>mousedown</td>
<td>contextmenu mouseup</td>
<td>mousedown</td>
<td>No Data</td>
</tr>
</tbody>
</table>
<p><strong>Mouse Double Click, First Click</strong></p>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<th></th>
<th> Left ↓</th>
<th> Left ↑</th>
<th> Right ↓</th>
<th> Right ↑</th>
<th> Middle ↓</th>
<th> Middle ↑</th>
</tr>
<tr>
<td>Internet Explorer</td>
<td align="center">mousedown</td>
<td align="center">mouseup click</td>
<td align="center">mousedown</td>
<td>mouseup contextmenu</td>
<td>mousedown</td>
<td>mouseup click</td>
</tr>
<tr class="even">
<td>Safari = 2.0</td>
<td align="center">mousedown</td>
<td align="center">mouseup click</td>
<td align="center">mousedown</td>
<td>mouseup contextmenu</td>
<td>mousedown</td>
<td>mouseup click</td>
</tr>
<tr>
<td>Safari 1.3</td>
<td align="center">mousedown</td>
<td align="center">mouseup click</td>
<td align="center">mousedown</td>
<td>mouseup</td>
<td>mousedown</td>
<td>mouseup click</td>
</tr>
<tr class="even">
<td>Gecko = 1.7 (Firefox &gt;1)</td>
<td align="center">mousedown</td>
<td align="center">mouseup click</td>
<td align="center">mousedown contextmenu</td>
<td>mouseup</td>
<td>mousedown</td>
<td>mouseup</td>
</tr>
<tr>
<td>Opera = 9.10</td>
<td align="center">mousedown</td>
<td align="center">mouseup click</td>
<td>mousedown</td>
<td>mouseup</td>
<td>mousedown</td>
<td>mouseup</td>
</tr>
<tr class="even">
<td>Gecko 1.6 on Windows and Linux</td>
<td align="center">mousedown</td>
<td align="center">mouseup click</td>
<td align="center">mousedown contextmenu</td>
<td>mouseup</td>
<td>mousedown</td>
<td>mouseup</td>
</tr>
<tr>
<td>Konqueror</td>
<td align="center">mousedown</td>
<td align="center">mouseup click</td>
<td>mousedown</td>
<td>mouseup</td>
<td>mousedown</td>
<td>mouseup</td>
</tr>
<tr class="even">
<td>Opera = 8.0 &lt; 9.10</td>
<td align="center">mousedown</td>
<td align="center">mouseup click</td>
<td>mousedown</td>
<td>mouseup</td>
<td>mousedown</td>
<td>mouseup</td>
</tr>
<tr>
<td>Opera &lt; 8.0</td>
<td align="center">mousedown</td>
<td align="center">mouseup click</td>
<td>mousedown</td>
<td>N/A</td>
<td>mousedown</td>
<td>N/A</td>
</tr>
<tr class="even">
<td>Netscape 4</td>
<td align="center">mousedown</td>
<td align="center">mouseup click</td>
<td>mousedown</td>
<td>N/A</td>
<td>mousedown</td>
<td>N/A</td>
</tr>
<tr class="even">
<td>Chrome 1.0</td>
<td align="center">No Data</td>
<td align="center">No Data</td>
<td>mousedown</td>
<td>contextmenu mouseup</td>
<td>mousedown</td>
<td>No Data</td>
</tr>
</tbody>
</table>
<p><strong>Mouse Double Click, Second Click</strong></p>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<th></th>
<th> Left ↓</th>
<th> Left ↑</th>
<th> Right ↓</th>
<th> Right ↑</th>
<th> Middle ↓</th>
<th> Middle ↑</th>
</tr>
<tr>
<td>Internet Explorer</td>
<td align="center">N/A</td>
<td align="center">mouseup dblclick</td>
<td align="center">mousedown</td>
<td>mouseup contextmenu</td>
<td>mousedown</td>
<td>mouseup click</td>
</tr>
<tr class="even">
<td>Safari = 2.0</td>
<td align="center">mousedown</td>
<td align="center">mouseup click dblclick</td>
<td align="center">mousedown</td>
<td>mouseup contextmenu</td>
<td>mousedown</td>
<td>mouseup click dblclick</td>
</tr>
<tr>
<td>Safari 1.3</td>
<td align="center">mousedown</td>
<td align="center">mouseup dblclick</td>
<td align="center">mousedown</td>
<td>mouseup</td>
<td>mousedown</td>
<td>mouseup click dblclick</td>
</tr>
<tr class="even">
<td>Gecko = 1.7 (Firefox &gt;1)</td>
<td align="center">mousedown</td>
<td align="center">mouseup click dblclick</td>
<td align="center">mousedown contextmenu</td>
<td>mouseup</td>
<td>mousedown</td>
<td>mouseup</td>
</tr>
<tr>
<td>Opera = 9.10</td>
<td align="center">mousedown</td>
<td align="center">mouseup click dblclick</td>
<td>mousedown</td>
<td>mouseup</td>
<td>mousedown</td>
<td>mouseup</td>
</tr>
<tr class="even">
<td>Gecko 1.6 on Windows and Linux</td>
<td align="center">mousedown</td>
<td align="center">mouseup click dblclick</td>
<td align="center">mousedown contextmenu mousedown contextmenu</td>
<td>mouseup</td>
<td>mousedown</td>
<td>mousedown mousedown</td>
</tr>
<tr>
<td>Konqueror</td>
<td align="center">mousedown</td>
<td align="center">mouseup dblclick</td>
<td>mousedown</td>
<td>mouseup</td>
<td>mousedown</td>
<td>mouseup</td>
</tr>
<tr class="even">
<td>Opera = 8.0 &lt; 9.10</td>
<td align="center">dblclick click</td>
<td align="center">mouseup</td>
<td>mousedown</td>
<td>mouseup</td>
<td>mousedown</td>
<td>mouseup</td>
</tr>
<tr>
<td>Opera &lt; 8.0</td>
<td align="center">dblclick click</td>
<td align="center">mouseup</td>
<td>mousedown</td>
<td>N/A</td>
<td>mousedown</td>
<td>N/A</td>
</tr>
<tr class="even">
<td>Netscape 4</td>
<td align="center">mousedown</td>
<td align="center">mouseup click</td>
<td>mousedown</td>
<td>N/A</td>
<td>mousedown</td>
<td>N/A</td>
</tr>
<tr>
<td>Chrome 1.0</td>
<td align="center">No Data</td>
<td align="center">No Data</td>
<td>mousedown</td>
<td>contextmenu mouseup</td>
<td>mousedown</td>
<td>No Data</td>
</tr>
</tbody>
</table>
<p><strong>Mouse button ID values in various browser</strong></p>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<th colspan="2"></th>
<th align="center"> Internet Explorer</th>
<th align="center"> Netscape 4</th>
<th align="center"> Gecko = 1.0</p>
<p>Safari 3</p>
<p>Opera = 8.0</th>
<th align="center"> Gecko 0.9</th>
<th align="center"> Opera &lt; 8.0</th>
<th align="center"> Konqueror</th>
<th align="center"> Safari 2</th>
</tr>
<tr>
<td style="background-color:#fff;" rowspan="3"><tt>event.button</tt></td>
<td>LEFT</p>
<p>BUTTON</td>
<td align="center">1*</td>
<td align="center">undefined</td>
<td align="center">0</td>
<td align="center">1</td>
<td align="center">1</td>
<td align="center">1</td>
<td align="center">1</td>
</tr>
<tr class="even">
<td>MIDDLE</p>
<p>BUTTON</td>
<td align="center">4*</td>
<td align="center">undefined</td>
<td align="center">1</td>
<td align="center">2</td>
<td align="center">3</td>
<td align="center">4</td>
<td align="center"></td>
</tr>
<tr>
<td>RIGHT</p>
<p>BUTTON</td>
<td align="center">2*</td>
<td align="center">undefined</td>
<td align="center">2</td>
<td align="center">3</td>
<td align="center">2</td>
<td align="center">2</td>
<td align="center"></td>
</tr>
<tr class="even">
<td rowspan="3"><tt>event.which</tt></td>
<td>LEFT</p>
<p>BUTTON</td>
<td align="center">undefined</td>
<td align="center">1</td>
<td align="center">1</td>
<td align="center">1</td>
<td align="center">1</td>
<td align="center">1</td>
<td align="center">1</td>
</tr>
<tr>
<td>MIDDLE</p>
<p>BUTTON</td>
<td align="center">undefined</td>
<td align="center">2</td>
<td align="center">2</td>
<td align="center">2</td>
<td align="center">3</td>
<td align="center">2</td>
<td align="center"></td>
</tr>
<tr class="even">
<td>RIGHT</p>
<p>BUTTON</td>
<td align="center">undefined</td>
<td align="center">3</td>
<td align="center">3</td>
<td align="center">3</td>
<td align="center">2</td>
<td align="center">3</td>
<td align="center"></td>
</tr>
</tbody>
</table>
<p>* for mousedown and mouseon only, zero for click, dblclick and contextmenu events.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lisazhou.wordpress.com/135/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lisazhou.wordpress.com/135/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lisazhou.wordpress.com/135/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lisazhou.wordpress.com/135/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lisazhou.wordpress.com/135/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lisazhou.wordpress.com/135/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lisazhou.wordpress.com/135/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lisazhou.wordpress.com/135/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lisazhou.wordpress.com/135/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lisazhou.wordpress.com/135/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lisazhou.wordpress.com/135/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lisazhou.wordpress.com/135/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lisazhou.wordpress.com/135/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lisazhou.wordpress.com/135/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lisazhou.wordpress.com&amp;blog=909239&amp;post=135&amp;subd=lisazhou&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lisazhou.wordpress.com/2009/02/11/browsers-and-their-javascript-mouse-events/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Sunflower</media:title>
		</media:content>
	</item>
		<item>
		<title>Must Have Firefox Add-Ons for Web Development</title>
		<link>http://lisazhou.wordpress.com/2009/01/14/must-have-firefox-add-ons-for-web-development/</link>
		<comments>http://lisazhou.wordpress.com/2009/01/14/must-have-firefox-add-ons-for-web-development/#comments</comments>
		<pubDate>Thu, 15 Jan 2009 00:23:33 +0000</pubDate>
		<dc:creator>Lisa Zhou</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Visual Studio .Net & Ajax.Net]]></category>
		<category><![CDATA[.Net]]></category>
		<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Firebug]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Firefox Add-on]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[YSlow]]></category>

		<guid isPermaLink="false">http://www.techy-talk.com/?p=116</guid>
		<description><![CDATA[Although I&#8217;ve tried very very hard to use Internet Explorer for web development, I just kept coming back to Firefox. I know I should use IE, especially IE6 since that&#8217;s where all the bugs happen to be found in, but it&#8217;s just not the same. Over the years I&#8217;ve tried quite a few, and uninstalled [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lisazhou.wordpress.com&amp;blog=909239&amp;post=116&amp;subd=lisazhou&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Although I&#8217;ve tried very very hard to use Internet Explorer for web development, I just kept coming back to Firefox. I know I should use IE, especially IE6 since that&#8217;s where all the bugs happen to be found in, but it&#8217;s just not the same.</p>
<p>Over the years I&#8217;ve tried quite a few, and uninstalled quite a few Firefox add-ons, here are my favorite Firefox Add-Ons for web development.</p>
<p><strong>Firebug</strong></p>
<p>Allow you to modify the css of any html element on the fly, great for when you are doing css changes and don&#8217;t want to reload the entire page every time you make a css change.</p>
<p><img class="alignnone size-medium wp-image-118" title="firebug-css" src="http://www.techy-talk.com/wp-content/uploads/2009/01/firebug-css.jpg" alt="firebug-css" width="500" /></p>
<p>Also it makes debugging JavasScript possible, you can put break points on the JavaScript file and pause it, evaluate the values of variables.</p>
<p><img class="alignnone size-medium wp-image-119" title="firebug-js" src="http://www.techy-talk.com/wp-content/uploads/2009/01/firebug-js.jpg" alt="firebug-js" width="500" /><br />
Add firebug at <a href="https://addons.mozilla.org/en-US/firefox/addon/1843">https://addons.mozilla.org/en-US/firefox/addon/1843</a></p>
<p><strong>YSlow</strong></p>
<p>It&#8217;s an add-on to Firebug, I&#8217;ve mentioned YSlow before on the article <a href="http://www.techy-talk.com/2008/03/17/improve-your-ajax-performance-using-yslow-and-firebug/">Improve your Ajax performance using YSlow and Firebug</a>. It displays detailed information about page size, number of http calls, image size, Ajax call speed which is very useful.<br />
<img class="alignnone size-medium wp-image-122" title="yslow" src="http://www.techy-talk.com/wp-content/uploads/2009/01/yslow.jpg" alt="yslow" width="500" /></p>
<p>You can find YSlow at <a href="https://addons.mozilla.org/en-US/firefox/addon/5369" target="_blank">https://addons.mozilla.org/en-US/firefox/addon/5369</a><br />
<strong>ColorZilla</strong></p>
<p>ColorZilla basically allows you to show css hex of the colours used on a web page, by using a eye dropper. This was the functionality in the first version I installed. In the newer version, a great functionality added is the ability to get the css colours used on a webpage analysed, and displayed. It shows you all the colours used in the page, where it&#8217;s used, and how many css classes use the colour. Here is the result from the word press admin system.</p>
<p><img class="alignnone size-medium wp-image-121" title="colorzilla" src="http://www.techy-talk.com/wp-content/uploads/2009/01/colorzilla.jpg" alt="colorzilla" width="500" /></p>
<p>You can find ColorZilla at <a href="https://addons.mozilla.org/en-US/firefox/addon/271" target="_blank">https://addons.mozilla.org/en-US/firefox/addon/271</a></p>
<p><strong>Dust-me Selectors</strong></p>
<p>This add-on will go through the current page&#8217;s exteral style sheets references and display all the css classes that are not used on the current page. This is really useful if you have a site that&#8217;s been changed for who knows how many times, and the css file has ended up with lots of redundant classes.</p>
<p>However there are two flaws in my opnion, one is it doesn&#8217;t scan inline css, and the other is it only checks if the class is used on the current page, so if you have a standard css for all pages, then there are bound to be css classes not used.</p>
<p>So it&#8217;s only useful if you have a external css file that is only used by the current page.</p>
<p><img class="alignnone size-medium wp-image-123" title="dust-me-selector" src="http://www.techy-talk.com/wp-content/uploads/2009/01/dust-me-selector.jpg" alt="dust-me-selector" width="500" /></p>
<p>You can find Dust-me Selectors at <a href="https://addons.mozilla.org/en-US/firefox/addon/5392" target="_blank">https://addons.mozilla.org/en-US/firefox/addon/5392</a></p>
<p><strong>Web Developer Tool Bar</strong></p>
<p>Web developer tool bar, this is the original, I remember starting to use this is Firefox 1.0. It&#8217;s got heaps of functionality related to web development that makes it easy to clear cache, validate html, viewing images sources, finding brocken images and lots more. It&#8217;s a must have for any web developer in my opnion.</p>
<p><img class="alignnone size-medium wp-image-124" title="web-developer-toolbar" src="http://www.techy-talk.com/wp-content/uploads/2009/01/web-developer-toolbar.jpg" alt="web-developer-toolbar" width="500" /></p>
<p>You can find Web Developer Toolbar at <a href="https://addons.mozilla.org/en-US/firefox/addon/60" target="_blank">https://addons.mozilla.org/en-US/firefox/addon/60</a></p>
<p><strong>View Source Chart</strong></p>
<p>This add-on allows you to view the html source of the page, but in a chart format. Each different section is broken up into different colours so you can easily scan through the html to find the thing you are looking at, and where the tags start and end.</p>
<p><img class="alignnone size-medium wp-image-125" title="html-chart" src="http://www.techy-talk.com/wp-content/uploads/2009/01/html-chart.jpg" alt="html-chart" width="500" /></p>
<p>You can find View Source Chart at <a href="https://addons.mozilla.org/en-US/firefox/addon/655" target="_blank">https://addons.mozilla.org/en-US/firefox/addon/655<br />
</a>p.s: there isn&#8217;t a public version for Firefox 3.0 yet but I installed the beta and it seemed to work fine for what I needed</p>
<p><strong>Pixel Perfect</strong></p>
<p>This add-on allows  you to overlay an image over the html. It&#8217;s really handy in the html coding stage, you can overlay the design file over the html you&#8217;ve done and see if anything is out of alignment. It&#8217;s an add-on to Firebug so you will need to install Firebug before you can use this.</p>
<p><img title="Pixel Perfect" src="https://addons.mozilla.org/en-US/firefox/images/t/22976/1220478926" alt="Pixel Perfect" width="189" height="150" /></p>
<p>You can find Pixel Perfect at <a href="https://addons.mozilla.org/en-US/firefox/addon/7943" target="_blank">https://addons.mozilla.org/en-US/firefox/addon/7943</a></p>
<p><strong><br />
</strong></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lisazhou.wordpress.com/116/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lisazhou.wordpress.com/116/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lisazhou.wordpress.com/116/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lisazhou.wordpress.com/116/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lisazhou.wordpress.com/116/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lisazhou.wordpress.com/116/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lisazhou.wordpress.com/116/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lisazhou.wordpress.com/116/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lisazhou.wordpress.com/116/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lisazhou.wordpress.com/116/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lisazhou.wordpress.com/116/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lisazhou.wordpress.com/116/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lisazhou.wordpress.com/116/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lisazhou.wordpress.com/116/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lisazhou.wordpress.com&amp;blog=909239&amp;post=116&amp;subd=lisazhou&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lisazhou.wordpress.com/2009/01/14/must-have-firefox-add-ons-for-web-development/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Sunflower</media:title>
		</media:content>

		<media:content url="http://www.techy-talk.com/wp-content/uploads/2009/01/firebug-css.jpg" medium="image">
			<media:title type="html">firebug-css</media:title>
		</media:content>

		<media:content url="http://www.techy-talk.com/wp-content/uploads/2009/01/firebug-js.jpg" medium="image">
			<media:title type="html">firebug-js</media:title>
		</media:content>

		<media:content url="http://www.techy-talk.com/wp-content/uploads/2009/01/yslow.jpg" medium="image">
			<media:title type="html">yslow</media:title>
		</media:content>

		<media:content url="http://www.techy-talk.com/wp-content/uploads/2009/01/colorzilla.jpg" medium="image">
			<media:title type="html">colorzilla</media:title>
		</media:content>

		<media:content url="http://www.techy-talk.com/wp-content/uploads/2009/01/dust-me-selector.jpg" medium="image">
			<media:title type="html">dust-me-selector</media:title>
		</media:content>

		<media:content url="http://www.techy-talk.com/wp-content/uploads/2009/01/web-developer-toolbar.jpg" medium="image">
			<media:title type="html">web-developer-toolbar</media:title>
		</media:content>

		<media:content url="http://www.techy-talk.com/wp-content/uploads/2009/01/html-chart.jpg" medium="image">
			<media:title type="html">html-chart</media:title>
		</media:content>

		<media:content url="https://addons.mozilla.org/en-US/firefox/images/t/22976/1220478926" medium="image">
			<media:title type="html">Pixel Perfect</media:title>
		</media:content>
	</item>
		<item>
		<title>Web Farm, Load Balancing and Sessions</title>
		<link>http://lisazhou.wordpress.com/2009/01/08/web-farm-load-balancing-and-sessions/</link>
		<comments>http://lisazhou.wordpress.com/2009/01/08/web-farm-load-balancing-and-sessions/#comments</comments>
		<pubDate>Thu, 08 Jan 2009 23:57:44 +0000</pubDate>
		<dc:creator>Lisa Zhou</dc:creator>
				<category><![CDATA[Visual Studio .Net & Ajax.Net]]></category>

		<guid isPermaLink="false">http://www.techy-talk.com/?p=114</guid>
		<description><![CDATA[I hadn&#8217;t really been exposed to web farm or load balancing much before. After having to use multiple web servers for one of my previous probject, I realised that the default session mode for the .Net project will no longer work in a multiple web server environment. With load balancing, the request is directed to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lisazhou.wordpress.com&amp;blog=909239&amp;post=114&amp;subd=lisazhou&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I hadn&#8217;t really been exposed to web farm or load balancing much before. After having to use multiple web servers for one of my previous probject, I realised that the default session mode for the .Net project will no longer work in a multiple web server environment.</p>
<p>With load balancing, the request is directed to which ever server that is free.</p>
<p>On your first login to the site, the FormsAuthentication will generate the authentication session. The default session mode of &#8220;inProc&#8221; will store the session reference on the server. On the next visit the the same site, if the other web server were more free, your request will get redirected to the other web server, at that point the session variable generated previously authentication won&#8217;t work.  and you will get error similar to this in the Event Log.</p>
<blockquote><p>Validation of viewstate MAC failed. If this application is hosted by a Web Farm or cluster, ensure that  configuration specifies the same validationKey and validation algorithm.</p></blockquote>
<p>Basically the session variable that was previously generated was referencing one machine, now that you are directed to another web server, the machine reference to is no long the same one.</p>
<p>In order to over come this issue, you will need to use either <strong>State Server </strong>or <strong>SQL Server</strong> session mode, which is a configuration in the config file.</p>
<p>I found a really good article on this topic, <a href="http://www.c-sharpcorner.com/UploadFile/gopenath/Page107182007032219AM/Page1.aspx" target="_blank">WEB farm &#8211; Load Balancing  in Asp.net</a>.  This article goes through everything step by step, and gives really clear explanations on the different methods and how to implement them.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lisazhou.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lisazhou.wordpress.com/114/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lisazhou.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lisazhou.wordpress.com/114/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lisazhou.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lisazhou.wordpress.com/114/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lisazhou.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lisazhou.wordpress.com/114/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lisazhou.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lisazhou.wordpress.com/114/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lisazhou.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lisazhou.wordpress.com/114/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lisazhou.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lisazhou.wordpress.com/114/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lisazhou.wordpress.com&amp;blog=909239&amp;post=114&amp;subd=lisazhou&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lisazhou.wordpress.com/2009/01/08/web-farm-load-balancing-and-sessions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Sunflower</media:title>
		</media:content>
	</item>
		<item>
		<title>Throw that shoe at Bush (Flash Game)</title>
		<link>http://lisazhou.wordpress.com/2008/12/21/throw-that-shoe-at-bush-flash-game/</link>
		<comments>http://lisazhou.wordpress.com/2008/12/21/throw-that-shoe-at-bush-flash-game/#comments</comments>
		<pubDate>Sun, 21 Dec 2008 22:56:03 +0000</pubDate>
		<dc:creator>Lisa Zhou</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.techy-talk.com/?p=110</guid>
		<description><![CDATA[Since the incident last week in Iraq, where a Journalist throw his shoe at US&#8217;s President Bush, the video has been viewed millions of times on YouTube. Now there is a flash game about it, only after a few days, and it&#8217;s got massive traffic, with the top country playing it the US. Check it [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lisazhou.wordpress.com&amp;blog=909239&amp;post=110&amp;subd=lisazhou&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Since the incident last week in Iraq, where a Journalist throw his shoe at US&#8217;s President Bush, the video has been viewed millions of times on YouTube.</p>
<p>Now there is a flash game about it, only after a few days, and it&#8217;s got massive traffic, with the top country playing it the US.</p>
<p>Check it out at <a href="http://www.sockandawe.com/" target="_blank">http://www.sockandawe.com/</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lisazhou.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lisazhou.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lisazhou.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lisazhou.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lisazhou.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lisazhou.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lisazhou.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lisazhou.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lisazhou.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lisazhou.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lisazhou.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lisazhou.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lisazhou.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lisazhou.wordpress.com/110/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lisazhou.wordpress.com&amp;blog=909239&amp;post=110&amp;subd=lisazhou&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lisazhou.wordpress.com/2008/12/21/throw-that-shoe-at-bush-flash-game/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Sunflower</media:title>
		</media:content>
	</item>
		<item>
		<title>Selecting Top X records per group SQL Server 2005</title>
		<link>http://lisazhou.wordpress.com/2008/12/14/selecting-top-x-records-per-group-sql-server-2005/</link>
		<comments>http://lisazhou.wordpress.com/2008/12/14/selecting-top-x-records-per-group-sql-server-2005/#comments</comments>
		<pubDate>Mon, 15 Dec 2008 04:29:22 +0000</pubDate>
		<dc:creator>Lisa Zhou</dc:creator>
				<category><![CDATA[SQL]]></category>
		<category><![CDATA[Partition By]]></category>
		<category><![CDATA[Records Per Group]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SQL Server 2005]]></category>

		<guid isPermaLink="false">http://www.techy-talk.com/?p=55</guid>
		<description><![CDATA[Selecting top x number of records per group is something I needed to implement recently, using the build in functions of SQL Server 2005, it can be done quite easily. Selecting top x records per group basically divides the data into groups based on  a particular field, and then order the records only in that [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lisazhou.wordpress.com&amp;blog=909239&amp;post=101&amp;subd=lisazhou&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Selecting top x number of records per group is something I needed to implement recently, using the build in functions of SQL Server 2005, it can be done quite easily.</p>
<p>Selecting top x records per group basically divides the data into groups based on  a particular field, and then order the records only in that group based on the criteria. Because each row&#8217;s details are needed, not a summary of some data in the table, you can&#8217;t use group by.  An example of this is get the top 10  scores of all test results based on subjects.</p>
<p>In order to get the record, the thing to use is the <strong>Partition By</strong> statement combined with the <strong>Row_Number Over</strong>.</p>
<p>For example, I have a blog table <strong>BlogPosts</strong> which stores blog posts, with this structure.</p>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<th>Columns</th>
<th>BlogTitle</th>
<th>BlogCategory</th>
<th>BlogCommentNo</th>
</tr>
<tr class="even">
<td></td>
<td>SQL Post</td>
<td>SQL</td>
<td>3</td>
</tr>
<tr>
<td></td>
<td>JQuery Post 1</td>
<td>JQuery</td>
<td>1</td>
</tr>
<tr class="even">
<td></td>
<td>JQuery Post 10</td>
<td>JQuery</td>
<td>10</td>
</tr>
<tr>
<td></td>
<td>JQuery Post 5</td>
<td>JQuery</td>
<td>5</td>
</tr>
<tr class="even">
<td></td>
<td>JQuery Post 6</td>
<td>JQuery</td>
<td>6</td>
</tr>
<tr>
<td></td>
<td>JQuery Post 8</td>
<td>JQuery</td>
<td>8</td>
</tr>
<tr class="even">
<td></td>
<td>JQuery Post 9</td>
<td>JQuery</td>
<td>9</td>
</tr>
</tbody>
</table>
<p>I want to know which posts had the most number of comments, in each category, the following shows the steps to take.</p>
<p><strong>Step1, generate a column that represent the position of the item based on the number of comments<br />
</strong></p>
<blockquote><p>SELECT  BlogTitle,   BlogCategory,BlogCommentNo<br />
ROW_NUMBER() OVER (PARTITION BY BlogCategory ORDER BY BlogCommentNo DES) Position<br />
FROM<br />
BlogPosts</p></blockquote>
<p>The <strong>PartitionBy</strong> will divid the records based on the BlogCategory field, with the order by the BlogCommentNo field, the <strong>Row_Number() Over</strong> will then assign a number based on that criteria, with the name of position. This will give you the position of the particular role, based on the number of comments it&#8217;s got, in the category it is related to.</p>
<p>After I run the above script, the following data is returned. So now I&#8217;ve got the data in the order I want it to return, I just need to modify the script to return only the top 5.</p>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<th>Columns</th>
<th>BlogTitle</th>
<th>BlogCategory</th>
<th>BlogCommentNo</th>
</tr>
<tr class="even">
<td></td>
<td>SQL Post</td>
<td>SQL</td>
<td>3</td>
</tr>
<tr>
<td></td>
<td>JQuery Post 10</td>
<td>JQuery</td>
<td>10</td>
</tr>
<tr class="even">
<td></td>
<td>JQuery Post 9</td>
<td>JQuery</td>
<td>9</td>
</tr>
<tr>
<td></td>
<td>JQuery Post 8</td>
<td>JQuery</td>
<td>8</td>
</tr>
<tr class="even">
<td></td>
<td>JQuery Post 6</td>
<td>JQuery</td>
<td>6</td>
</tr>
<tr>
<td></td>
<td>JQuery Post 5</td>
<td>JQuery</td>
<td>5</td>
</tr>
<tr class="even">
<td></td>
<td>JQuery Post 1</td>
<td>JQuery</td>
<td>1</td>
</tr>
</tbody>
</table>
<p><strong>Step2, select the top X records</strong></p>
<p>Using previous query as a sub query,  using the Position column as the order of the post in the category, I can then select the top 5 records from it.</p>
<blockquote><p>Select * From</p>
<p>(SELECT  BlogTitle,   BlogCategory,BlogCommentNo<br />
ROW_NUMBER() OVER (PARTITION BY BlogCategory ORDER BY BlogCommentNo DES) Position<br />
FROM<br />
BlogPosts) results<br />
Where<br />
Position &lt;6</p></blockquote>
<p>This will get the top 5 results based on the position column.</p>
<p>This is all  you need to get the Top X records per group.</p>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<th>Columns</th>
<th>BlogTitle</th>
<th>BlogCategory</th>
<th>BlogCommentNo</th>
</tr>
<tr class="even">
<td></td>
<td>SQL Post</td>
<td>SQL</td>
<td>3</td>
</tr>
<tr>
<td></td>
<td>JQuery Post 10</td>
<td>JQuery</td>
<td>10</td>
</tr>
<tr class="even">
<td></td>
<td>JQuery Post 9</td>
<td>JQuery</td>
<td>9</td>
</tr>
<tr>
<td></td>
<td>JQuery Post 8</td>
<td>JQuery</td>
<td>8</td>
</tr>
<tr class="even">
<td></td>
<td>JQuery Post 6</td>
<td>JQuery</td>
<td>6</td>
</tr>
<tr>
<td></td>
<td>JQuery Post 5</td>
<td>JQuery</td>
<td>5</td>
</tr>
</tbody>
</table>
<p>You can also modify this script to do other things related to grouping of data.</p>
<p><strong>Update top X number of records based on a group</strong></p>
<p>Say I want to Update all top 5 posts with the most comments to have 0 number of comments for some bizarre reason.</p>
<blockquote><p>Update BlogPosts</p>
<p>Set BlogCommentNo = 0<br />
From</p>
<p>(Select * From</p>
<p>(SELECT  BlogTitle,   BlogCategory,BlogCommentNo<br />
ROW_NUMBER() OVER (PARTITION BY BlogCategory ORDER BY BlogCommentNo DES) Position<br />
FROM<br />
BlogPosts) results<br />
Where<br />
Position &lt;6) setzero<br />
Where BlogPost.BlogTitle = setZero.BlogTitle</p></blockquote>
<p>The where clause will need to match against the primary key field from the table to the subQuery, in this example I&#8217;ve just used the BlogTitle, assuming that it&#8217;s the primary key field.</p>
<p>Or I can modify the script so <strong>instead of selecting the top X records, it selects all records except the top X</strong>.</p>
<p>Here I only want to select blog posts that are <strong>not </strong>in the top 5 comments.</p>
<blockquote><p>Select * From</p>
<p>(SELECT  BlogTitle,   BlogCategory,BlogCommentNo<br />
ROW_NUMBER() OVER (PARTITION BY BlogCategory ORDER BY BlogCommentNo DES) Position<br />
FROM<br />
BlogPosts) results<br />
Where<br />
Position &gt;5</p></blockquote>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lisazhou.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lisazhou.wordpress.com/101/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lisazhou.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lisazhou.wordpress.com/101/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lisazhou.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lisazhou.wordpress.com/101/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lisazhou.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lisazhou.wordpress.com/101/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lisazhou.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lisazhou.wordpress.com/101/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lisazhou.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lisazhou.wordpress.com/101/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lisazhou.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lisazhou.wordpress.com/101/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lisazhou.wordpress.com&amp;blog=909239&amp;post=101&amp;subd=lisazhou&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lisazhou.wordpress.com/2008/12/14/selecting-top-x-records-per-group-sql-server-2005/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Sunflower</media:title>
		</media:content>
	</item>
		<item>
		<title>My blog has moved</title>
		<link>http://lisazhou.wordpress.com/2008/12/10/my-blog-has-moved/</link>
		<comments>http://lisazhou.wordpress.com/2008/12/10/my-blog-has-moved/#comments</comments>
		<pubDate>Wed, 10 Dec 2008 09:18:57 +0000</pubDate>
		<dc:creator>Lisa Zhou</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://lisazhou.wordpress.com/?p=76</guid>
		<description><![CDATA[I won&#8217;t be making any updates to this blog anymore. I finally setup my own domain for my blog and I will be updating my blog there. The url is http://www.techy-talk.com Now I can play around with plug-ins, change themes and all sorts of things. Yay!!.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lisazhou.wordpress.com&amp;blog=909239&amp;post=76&amp;subd=lisazhou&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I won&#8217;t be making any updates to this blog anymore. I finally setup my own domain for my blog and I will be updating my blog there.</p>
<p>The url is <a href="http://www.techy-talk.com">http://www.techy-talk.com</a></p>
<p>Now I can play around with plug-ins, change themes and all sorts of things. Yay!!.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lisazhou.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lisazhou.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lisazhou.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lisazhou.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lisazhou.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lisazhou.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lisazhou.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lisazhou.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lisazhou.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lisazhou.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lisazhou.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lisazhou.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lisazhou.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lisazhou.wordpress.com/76/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lisazhou.wordpress.com&amp;blog=909239&amp;post=76&amp;subd=lisazhou&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lisazhou.wordpress.com/2008/12/10/my-blog-has-moved/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Sunflower</media:title>
		</media:content>
	</item>
		<item>
		<title>Comparing Gmail Tasks and Remember the Milk Gmail Widget</title>
		<link>http://lisazhou.wordpress.com/2008/12/09/comparing-gmail-tasks-and-remember-the-milk-gmail-widget/</link>
		<comments>http://lisazhou.wordpress.com/2008/12/09/comparing-gmail-tasks-and-remember-the-milk-gmail-widget/#comments</comments>
		<pubDate>Tue, 09 Dec 2008 04:45:10 +0000</pubDate>
		<dc:creator>Lisa Zhou</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Gmail]]></category>
		<category><![CDATA[Remember the Milk]]></category>
		<category><![CDATA[Tasks]]></category>

		<guid isPermaLink="false">http://lisazhou.wordpress.com/?p=66</guid>
		<description><![CDATA[Today I read Gmail added a Tasks module from TechCrunch, finally. It&#8217;s not part of standard Gmail yet, you have to turn it on in the Labs section of your Gmail account. Go to Settings -&#62; Labs and find Tasks. Before this was released I used the Remember the Milk Widget in Gmail for my [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lisazhou.wordpress.com&amp;blog=909239&amp;post=66&amp;subd=lisazhou&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:left;">Today I read Gmail added a Tasks module from <a href="http://www.techcrunch.com/2008/12/08/gmail-finally-gets-a-to-do-list/" target="_blank">TechCrunch</a>, finally. It&#8217;s not part of standard Gmail yet, you have to turn it on in the Labs section of your Gmail account. Go to Settings -&gt; Labs and find Tasks.</p>
<p style="text-align:left;">Before this was released I used the Remember the Milk Widget in Gmail for my tasks list, so I wanted to see which one is better and whether I should switch to Gmail Tasks.</p>
<p style="text-align:left;">After comparing them,  I think it depends on what you need from you task list on which one to use. For me I will keep using Remember the Milk, the main reason is it displays on the main Gmail page so it&#8217;s easy for me to see.</p>
<p style="text-align:left;">Remember the Milk is a website for tasks and reminders, and has existed for quite a while now, but I didn&#8217;t bother signing up to it before. I didn&#8217;t really want to use another website for my task list. Only recently I discovered that there is a <a href="http://www.rememberthemilk.com/services/gmail/gadget/" target="_blank">Widget</a> for it to integrate with Gmail. So I installed it on my Gmail straight away.</p>
<p>Here is a screen shot of the Gmail Task.</p>
<p><img class="alignnone size-full wp-image-67" title="google-task" src="http://lisazhou.files.wordpress.com/2008/12/google-task.jpg?w=468" alt="google-task"   /></p>
<p>and Remember the Milk Widget</p>
<p><img class="alignnone size-full wp-image-68" title="remember-the-milk" src="http://lisazhou.files.wordpress.com/2008/12/remember-the-milk.jpg?w=468" alt="remember-the-milk"   /></p>
<p>I compared them on a few things</p>
<h2>Login</h2>
<p><strong>Remember the Milk</strong></p>
<p>Requires a seperate login since it&#8217;s a seperate website, it does however have the remember me option so you don&#8217;t have to login again. This I think works on a cookie bases so if you access your Gmail at different locations you will have to login again.</p>
<p><strong>Gmail Tasks</strong><br />
Intergrated with Gmail, so no login required.</p>
<p><strong>I like:</strong> Gmail, cause I don&#8217;t have to login</p>
<h2>Adding a task</h2>
<p><strong>Remember the Milk</strong></p>
<p>Click on the add tasks button at the bottom, and a textbox will appear to add a task, only task title can be added, other details will  have to be added in later.</p>
<p><strong>Gmail Tasks</strong><br />
Type into the empty list and a text box will appear.<br />
<strong>I like: </strong>Gmail, cause I don&#8217;t have to click on a extra button</p>
<h2>Viewing Tasks</h2>
<p><strong>Remember the Milk</strong></p>
<p>The widget gets added to the left hand side column, below your contact lists and labels, it does make the page a bit long so I close my contacts lists panel to get the page shorter.</p>
<p><strong>Gmail Tasks</strong></p>
<p>You will have to click on a Tasks menu item on the left hand side, it&#8217;s a link and took me a few seconds to find where it is after I first enabled Tasks</p>
<p><strong>I like:</strong> Remember the Milk, the widget is always displayed, so it really does remind me of my tasks to do, since I am on Gmail most of the time. Gmail tasks on the other hand, you kind of have to remember you&#8217;ve got tasks to do, to click on the Tasks link and check it.</p>
<h2>Task Details</h2>
<p><strong>Remember the Milk<br />
</strong>There is a lot of details you can add for each task, task name, details, which day it is due, priority, time estimation.</p>
<p><strong>Gmail Tasks</strong><br />
I can add a title, due date, and then the details</p>
<p><strong>I like:</strong>Remember the Milk, even though I only use the title, it&#8217;s got heaps more options if I ever needed to expand on my tasks list, I can.</p>
<h2>Extras</h2>
<p><strong>There is a few things only Remember the Milk has</strong></p>
<ul>
<li>Postpone a task, so you can do it the next day.</li>
<li>Tasks are displayed in categories on date.</li>
<li>Only show tasks with a due date or all tasks.</li>
</ul>
<p><strong>And there is a few thing that only Gmail Tasks has</strong></p>
<ul>
<li> Grag and drop to re-order tasks.</li>
<li> Tips section for newbies.</li>
<li> You can add multiple lists.</li>
</ul>
<p>At the end I am still using Remember the Milk, the main reason was because for the Gmail Tasks, I had to click on a Tasks link and pop up a window, and I know I will forget to click that link within a few days, and completely forget about the Tasks feature.</p>
<p>Maybe I am just a bit lazy.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lisazhou.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lisazhou.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lisazhou.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lisazhou.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lisazhou.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lisazhou.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lisazhou.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lisazhou.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lisazhou.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lisazhou.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lisazhou.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lisazhou.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lisazhou.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lisazhou.wordpress.com/66/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lisazhou.wordpress.com&amp;blog=909239&amp;post=66&amp;subd=lisazhou&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lisazhou.wordpress.com/2008/12/09/comparing-gmail-tasks-and-remember-the-milk-gmail-widget/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Sunflower</media:title>
		</media:content>

		<media:content url="http://lisazhou.files.wordpress.com/2008/12/google-task.jpg" medium="image">
			<media:title type="html">google-task</media:title>
		</media:content>

		<media:content url="http://lisazhou.files.wordpress.com/2008/12/remember-the-milk.jpg" medium="image">
			<media:title type="html">remember-the-milk</media:title>
		</media:content>
	</item>
		<item>
		<title>Social Media and ROI</title>
		<link>http://lisazhou.wordpress.com/2008/11/27/social-media-and-roi/</link>
		<comments>http://lisazhou.wordpress.com/2008/11/27/social-media-and-roi/#comments</comments>
		<pubDate>Thu, 27 Nov 2008 01:24:37 +0000</pubDate>
		<dc:creator>Lisa Zhou</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://lisazhou.wordpress.com/?p=63</guid>
		<description><![CDATA[Social media seems to be getting a lot of attention lately, and today I came across an article from Social Media Today on the measurement of ROI. The article is http://www.socialmediatoday.com/SMC/57710 The article mentions how you would actually measure ROI based on various social networks like Linke-In, Twitter and others.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lisazhou.wordpress.com&amp;blog=909239&amp;post=63&amp;subd=lisazhou&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Social media seems to be getting a lot of attention lately, and today I came across an article from Social Media Today on the measurement of ROI.</p>
<p>The article is <a href="http://www.socialmediatoday.com/SMC/57710" target="_blank">http://www.socialmediatoday.com/SMC/57710</a></p>
<p>The article mentions how you would actually measure ROI based on various social networks like Linke-In, Twitter and others.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lisazhou.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lisazhou.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lisazhou.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lisazhou.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lisazhou.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lisazhou.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lisazhou.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lisazhou.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lisazhou.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lisazhou.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lisazhou.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lisazhou.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lisazhou.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lisazhou.wordpress.com/63/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lisazhou.wordpress.com&amp;blog=909239&amp;post=63&amp;subd=lisazhou&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lisazhou.wordpress.com/2008/11/27/social-media-and-roi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Sunflower</media:title>
		</media:content>
	</item>
		<item>
		<title>Create Public Accessible Function in JQuery Plug-in</title>
		<link>http://lisazhou.wordpress.com/2008/11/06/create-public-accessible-function-in-jquery-plug-in/</link>
		<comments>http://lisazhou.wordpress.com/2008/11/06/create-public-accessible-function-in-jquery-plug-in/#comments</comments>
		<pubDate>Thu, 06 Nov 2008 00:30:04 +0000</pubDate>
		<dc:creator>Lisa Zhou</dc:creator>
				<category><![CDATA[JQuery]]></category>
		<category><![CDATA[Ajax]]></category>

		<guid isPermaLink="false">http://lisazhou.wordpress.com/?p=59</guid>
		<description><![CDATA[Sometimes you need to access certain functions within a plug-in outside of the plugin. In my example, the JQuery Plug-in creates a list of items, and writes them out as li objects. But if the user selectes some other option in another drop down list, the items stored in the plug-in had to be cleared. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lisazhou.wordpress.com&amp;blog=909239&amp;post=59&amp;subd=lisazhou&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Sometimes you need to access certain functions within a plug-in outside of the plugin. In my example, the JQuery Plug-in creates a list of items, and writes them out as li objects. But if the user selectes some other option in another drop down list, the items stored in the plug-in had to be cleared. This requires access to objects that were declared in the plug-in, as well as other setting variables.</p>
<p>To do this, here the plug-in name is listSelector, and in it is a public function called clearItems.</p>
<blockquote><p>(function($) {<br />
$.fn.listSelector= function(options) {</p></blockquote>
<blockquote><p>&#8230;..</p>
<p>$.fn.listSelector.clearItems=function(){</p>
<p>}</p>
<p>&#8230;..</p></blockquote>
<p>declaring the function in the format of $.fn.pluginname.functionname=function(){} makes the function accessiable outside the plugin it self.</p>
<p>In the actual page where the plugin is created, you would have the following code to access the function.</p>
<blockquote><p>$(&#8220;.list&#8221;).listSelector(options);</p>
<p>$(&#8220;.dropdown&#8221;).change($.fn.listSelector.clearItems());</p></blockquote>
<p>On the change event of the drop down list with class of drop down, the function of the plug-in will be called.</p>
<p>To access public functions, in the plug-in it self, the same syntax will need to be followed. i.e $.fn.listSelector.clearItems()</p>
<p>This article <a href="http://www.learningjquery.com/2007/10/a-plugin-development-pattern" target="_self">here</a> is a very good read at understanding the basics of creating a plug-in.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lisazhou.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lisazhou.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lisazhou.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lisazhou.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lisazhou.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lisazhou.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lisazhou.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lisazhou.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lisazhou.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lisazhou.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lisazhou.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lisazhou.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lisazhou.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lisazhou.wordpress.com/59/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lisazhou.wordpress.com&amp;blog=909239&amp;post=59&amp;subd=lisazhou&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lisazhou.wordpress.com/2008/11/06/create-public-accessible-function-in-jquery-plug-in/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Sunflower</media:title>
		</media:content>
	</item>
	</channel>
</rss>
