<?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>rvdavid: A Web Developer&#039;s Blog &#187; javascript</title> <atom:link href="http://www.rvdavid.net/tag/javascript/feed/" rel="self" type="application/rss+xml" /><link>http://www.rvdavid.net</link> <description>A periodical blog of experiences from the angle of an autodidactic, paranoid and narcissistic web developer...</description> <lastBuildDate>Wed, 01 Sep 2010 12:47:15 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.0.1</generator><meta
xmlns="http://www.w3.org/1999/xhtml" name="robots" content="noindex,follow" /> <item><title>Remembering Field/Column widths in DojoX Datagrid Component</title><link>http://www.rvdavid.net/remembering-fieldcolumn-widths-in-dojox-datagrid-component/</link> <comments>http://www.rvdavid.net/remembering-fieldcolumn-widths-in-dojox-datagrid-component/#comments</comments> <pubDate>Sat, 11 Jul 2009 01:46:10 +0000</pubDate> <dc:creator>rvdavid</dc:creator> <category><![CDATA[Javascript]]></category> <category><![CDATA[datagrid]]></category> <category><![CDATA[dojo]]></category> <category><![CDATA[javascript]]></category> <category><![CDATA[Web Development]]></category><guid
isPermaLink="false">http://blog.rvdavid.net/remembering-fieldcolumn-widths-in-dojox-datagrid-component/</guid> <description><![CDATA[We had to do implement a workaround for a limitation in the Dojox DataGrid component that does not have an easy way of remembering datagrid column widths adjusted by the user. This took some time to actually get my head around, but I have managed to &#8220;will&#8221; this solution into existance. I say &#8220;will&#8221; because [...]]]></description> <content:encoded><![CDATA[<div
class="adsense adsense-leadin" style="float:right;margin: 12px;"><script type="text/javascript">google_ad_client = "pub-3968550303568935";
/* 250x250, created 07/06/10 */
google_ad_slot = "3782770990";
google_ad_width = 250;
google_ad_height = 250;</script> <script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script></div><p>We had to do implement a workaround for a limitation in the Dojox DataGrid component that does not have an easy way of remembering datagrid column widths adjusted by the user.</p><p>This took some time to actually get my head around, but I have managed to &#8220;will&#8221; this solution into existance. I say &#8220;will&#8221; because i&#8217;m not too happy with the implementation. It&#8217;s a workaround that works for the mean time anyway.</p><p>I&#8217;ve written the description here on the &#8220;<a
title="DevProducts on Blogger" href="http://devproducts.blogspot.com" target="_blank">DevProducts on Blogger</a>&#8221; blog &#8211; Check out the post for more info: <a
href="http://devproducts.blogspot.com/2009/07/javascript-storing-dojox-datagrid.html">Persistent Column Widths in Dojo (dojox) DataGrids</a></p><p
class="post hentry uncustomized-post-template"><a
name="5942712839033311675"></a></p> ]]></content:encoded> <wfw:commentRss>http://www.rvdavid.net/remembering-fieldcolumn-widths-in-dojox-datagrid-component/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Good Online JavaScript Encoding &amp; CSS Compression tools</title><link>http://www.rvdavid.net/good-online-javascript-encoding-css-compression-tools/</link> <comments>http://www.rvdavid.net/good-online-javascript-encoding-css-compression-tools/#comments</comments> <pubDate>Mon, 26 Nov 2007 10:25:16 +0000</pubDate> <dc:creator>rvdavid</dc:creator> <category><![CDATA[Links]]></category> <category><![CDATA[css]]></category> <category><![CDATA[javascript]]></category><guid
isPermaLink="false">http://blog.rvdavid.net/good-online-javascript-encoding-css-compression-tools/</guid> <description><![CDATA[As I was looking at shrinking the CSS and JavaScript files DevScripts from 60+kb and 70+kb respectively, I found a couple of helpful of good tools to keep handy when you&#8217;re dropping your projects into production. To compress javascript I used the Code and Coffee online JavaScript compression/encoding tool, and for cleaning up the CSS, [...]]]></description> <content:encoded><![CDATA[<p>As I was looking at shrinking the CSS and JavaScript files <a
href="http://www.devscripts.com/" target="_blank" title="Check out DevScripts - your online script directory.">DevScripts</a> from 60+kb and 70+kb respectively, I found a couple of helpful of good tools to keep handy when you&#8217;re dropping your projects into production.</p><p>To compress javascript I used the Code and Coffee online JavaScript compression/encoding tool, and for cleaning up the CSS, I used CleanCSS which was sent to me by a former colleague.<br
/> <span
id="more-74"></span></p><p><strong>Code and Coffee: Compress Your JavaScript</strong><br
/> <a
href="http://www.codeandcoffee.com/2006/10/02/compress-your-javascript/" target="_blank" title="compress-your-javascript"> http://www.codeandcoffee.com/2006/10/02/compress-your-javascript/</a><br
/> A good javascript compression tool &#8211; what I like about it is that it gives you the option of not garbling everything into one line &#8211; although you can if you wish to.<br
/> <strong>unoptimised JS size: 70kb<br
/> optimised and gzipped JS size: 21kb</strong></p><p><strong>CleanCSS: CSS Formatter &amp; Optimiser</strong><br
/> <a
href="http://www.cleancss.com/index.php" target="_blank" title="Format your CSS"> http://www.cleancss.com/index.php</a><br
/> A nice CSS optimiser. The unoptimised CSS for devscripts was a little bloated and used verbose shorthand for anything such as padding: 10px 10px 10px 10px; instead of padding: 10px. CleanCSS picked all this up and converted them to non-verbose/reduced shorthand<strong>. </strong>Not only that, but it also ripped out the documentation in the CSS file making for a much smaller file size.<strong><br
/> </strong></p><p><strong> unoptimised CSS size: 63kb<br
/> optimized and gzipped CSS size: 9kb</strong></p><p>After this was done, I created an include script which will read all separate stylesheets into one file, then gzipped the output &#8211; but this is outside the scope of this commentary.</p> ]]></content:encoded> <wfw:commentRss>http://www.rvdavid.net/good-online-javascript-encoding-css-compression-tools/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced) (user agent is rejected)
Database Caching 4/12 queries in 0.032 seconds using disk

Served from: www.rvdavid.net @ 2010-09-09 00:51:48 -->