<?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>Sitek Blog &#187; Js/Css</title>
	<atom:link href="http://blog.sitek.com.au/category/jscss/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sitek.com.au</link>
	<description>About IT and Technology</description>
	<lastBuildDate>Fri, 03 Jul 2009 23:37:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Prototype Cheat Sheet</title>
		<link>http://blog.sitek.com.au/2008/03/prototype-cheat-sheet/</link>
		<comments>http://blog.sitek.com.au/2008/03/prototype-cheat-sheet/#comments</comments>
		<pubDate>Sun, 09 Mar 2008 22:35:19 +0000</pubDate>
		<dc:creator>James Moey</dc:creator>
				<category><![CDATA[Js/Css]]></category>
		<category><![CDATA[prototype]]></category>

		<guid isPermaLink="false">http://blog.sitek.com.au/?p=6</guid>
		<description><![CDATA[I was previous using Prototype 1.5 Cheat Sheet, from snook.ca. Excellent design and user friendly guide, but a bit out of date. Stumble upon this today, Prototype 1.6 Cheat Sheet. Get it here or visit the blog. So time to update my quick reference folder.
]]></description>
			<content:encoded><![CDATA[<p>I was previous using Prototype 1.5 Cheat Sheet, from <a href="I was previous using Prototype 1.5 Cheat Sheet, from here">snook.ca</a>. Excellent design and user friendly guide, but a bit out of date. Stumble upon this today, Prototype 1.6 Cheat Sheet. Get it <a href="http://attic.scripteka.com/prototype_cheatsheet_1.6.0.2_bw.pdf">here</a> or visit the <a href="http://thinkweb2.com/projects/prototype/prototype-1602-cheat-sheet/">blog</a>. So time to update my quick reference folder.<a href="http://snook.ca/archives/javascript/prototype_1_5_0_cheatsheet/"></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sitek.com.au/2008/03/prototype-cheat-sheet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Speed up your Web Application with JS/CSS compression</title>
		<link>http://blog.sitek.com.au/2008/03/speed-up-your-web-application-with-jscss-compression/</link>
		<comments>http://blog.sitek.com.au/2008/03/speed-up-your-web-application-with-jscss-compression/#comments</comments>
		<pubDate>Fri, 07 Mar 2008 03:42:16 +0000</pubDate>
		<dc:creator>James Moey</dc:creator>
				<category><![CDATA[Js/Css]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[compress]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[js]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[rewrite engine]]></category>

		<guid isPermaLink="false">http://blog.sitek.com.au/?p=4</guid>
		<description><![CDATA[Programmer all want their application to be faster and more responsive. This is specially important in Web environment. As we demand more functional and feature from our application, Javascript and CSS files will grow in size, this will impact the performance of the application.
I have discover a wonderful script that will compress JS and CSS [...]]]></description>
			<content:encoded><![CDATA[<p>Programmer all want their application to be faster and more responsive. This is specially important in Web environment. As we demand more functional and feature from our application, Javascript and CSS files will grow in size, this will impact the performance of the application.</p>
<p>I have discover a wonderful script that will compress JS and CSS on the fly. It uses RewriteEngine to redirect browser looking for JS and CSS file to a PHP script file. It is very easy to implement and transparent to the existing application. No change is required on the existing application. The script also cache compression result in cache directory. I manage to improve 50% vTiger CRM&#8217;s Main Page loading time. It is a huge performance increase with so little effort. The wonderful tool is located at <a href="http://farhadi.ir/jsmart.html" target="_blank">http://farhadi.ir/jsmart.html</a></p>
<p>If you are  developing your own application, it is a no brainer if you don&#8217;t compress JS and CSS files before sending it across the Internet to the user browser. It would gain better performance, if the compression is automatically in your application rather than using rewrite engine to redirect js/css to compression script on the web server.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sitek.com.au/2008/03/speed-up-your-web-application-with-jscss-compression/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
