<?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>C# Hacker - The Rambling Coder &#187; Web</title>
	<atom:link href="http://www.csharphacker.com/technicalblog/index.php/category/development/web/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.csharphacker.com/technicalblog</link>
	<description>Thoughts and ponderings on the technical world</description>
	<lastBuildDate>Thu, 22 Jul 2010 02:15:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>JQuery News</title>
		<link>http://www.csharphacker.com/technicalblog/index.php/2009/07/12/jquery-news/</link>
		<comments>http://www.csharphacker.com/technicalblog/index.php/2009/07/12/jquery-news/#comments</comments>
		<pubDate>Sun, 12 Jul 2009 14:50:45 +0000</pubDate>
		<dc:creator>Gareth</dc:creator>
				<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.csharphacker.com/technicalblog/?p=352</guid>
		<description><![CDATA[Its seems that JQuery has definitely secured its hold on the JavaScript client toolset. There have been some interesting new extensions that are interesting. JQuery visualize &#8211; Trivially converts an HTML table into a graph using 1 line of code &#8220;$(&#8216;table&#8217;).visualize();&#8221;. Definitely read this one, I&#8217;m not entirely sold on the single line approach &#8211; [...]]]></description>
			<content:encoded><![CDATA[<p>Its seems that <a href="http://jquery.com/">JQuery </a>has definitely secured its hold on the JavaScript client toolset. There have been some interesting new extensions that are interesting.</p>
<ul>
<li><a href="http://www.filamentgroup.com/lab/jquery_visualize_plugin_accessible_charts_graphs_from_tables_html5_canvas/">JQuery visualize</a> &#8211; Trivially converts an HTML table into a graph using 1 line of code &#8220;$(&#8216;table&#8217;).visualize();&#8221;. Definitely read this one, I&#8217;m not entirely sold on the single line approach &#8211; but bang for buck its definitely up there. As you would expect it has been tested under IE6, IE7, IE8, Firefox 2, Firefox 3.5, Safari 3 and 4, Opera 9 &#8211; so interoperability is good <img src='http://www.csharphacker.com/technicalblog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </li>
<li><a href="http://JQueryui.com">JQueryui.com</a> &#8211; jQuery UI provides abstractions for low-level interaction and animation, advanced effects and high-level, themeable widgets, built on top of the jQuery JavaScript Library, that you can use to build highly interactive web applications. The thing I like most with the JavaScript tools is that you can view the <a href="http://jqueryui.com/demos/">demos</a> right in your browser.  JQueryUI has the concept of  <a href="http://jqueryui.com/docs/Theming">Theming </a>which is nice for web developers looking to allow their users to change the look of the applications.</li>
</ul>
<p>Pretty cool stuff,</p>
<p>Gareth</p>
]]></content:encoded>
			<wfw:commentRss>http://www.csharphacker.com/technicalblog/index.php/2009/07/12/jquery-news/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Need some guidance to speed up your web rendering?</title>
		<link>http://www.csharphacker.com/technicalblog/index.php/2009/06/25/need-some-guidance-to-speed-up-your-web-rendering/</link>
		<comments>http://www.csharphacker.com/technicalblog/index.php/2009/06/25/need-some-guidance-to-speed-up-your-web-rendering/#comments</comments>
		<pubDate>Thu, 25 Jun 2009 13:08:45 +0000</pubDate>
		<dc:creator>Gareth</dc:creator>
				<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.csharphacker.com/technicalblog/?p=233</guid>
		<description><![CDATA[Or need to check that what you have done in the performance area matches others? Here are some really good pages for improving your web page rendering: Best Practices for Speeding Up Your Web Site Definitely read this article (all the way), even if you think you know the first couple of recommendations there are [...]]]></description>
			<content:encoded><![CDATA[<p>Or need to check that what you have done in the performance area matches others? Here are some really good pages for improving your web page rendering:</p>
<ul>
<li><a href="http://developer.yahoo.com/performance/rules.html">Best Practices for Speeding Up Your Web Site</a>
<ul>
<li>Definitely read this article (all the way), even if you think you know the first couple of recommendations there are some less well known ones towards the end.</li>
</ul>
</li>
<li><a href="http://google-code-updates.blogspot.com/2008/03/how-we-improved-performance-on-google.html">How we improved performance on Google Code</a>
<ul>
<li>This covers how Google Code performance was increased &#8211; its always interesting when you see how &#8220;Giants&#8221; solve common problems.</li>
</ul>
</li>
<li><a href="http://developer.yahoo.com/yslow/">Yahoo! YSlow</a>
<ul>
<li>YSlow analyzes web pages and suggests ways to improve their performance based on a set of rules for high performance web pages. YSlow is a Firefox add-on integrated with the Firebug web development tool.</li>
</ul>
</li>
<li><a href="http://developer.yahoo.com/performance/">Exceptional Performance</a>
<ul>
<li>Yahoo!&#8217;s Exceptional Performance team evangelizes best practices for improving web performance.</li>
</ul>
</li>
</ul>
<p>And for any of those out there using <a href="http://yuilibrary.com/">YUI </a>the &#8220;<a href="http://www.yuiblog.com/blog/2009/06/24/yui3b1/">YUI 3.0.0 beta 1 Available for Download</a>&#8221; has just been made available.</p>
<p>Gareth</p>
]]></content:encoded>
			<wfw:commentRss>http://www.csharphacker.com/technicalblog/index.php/2009/06/25/need-some-guidance-to-speed-up-your-web-rendering/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
