<?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; css</title>
	<atom:link href="http://blog.sitek.com.au/tag/css/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>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>
