<?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>Teknober Blog &#187; CSS</title>
	<atom:link href="http://blog.teknober.com/category/development/css/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.teknober.com</link>
	<description>Blog</description>
	<lastBuildDate>Mon, 07 May 2012 09:54:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>YUI Compressor with Multiple files</title>
		<link>http://blog.teknober.com/2011/03/24/yui-compressor-with-multiple-files/</link>
		<comments>http://blog.teknober.com/2011/03/24/yui-compressor-with-multiple-files/#comments</comments>
		<pubDate>Thu, 24 Mar 2011 13:23:08 +0000</pubDate>
		<dc:creator>editor</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[crunch]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[multiple files]]></category>
		<category><![CDATA[yui compressor]]></category>

		<guid isPermaLink="false">http://blog.teknober.com/?p=175</guid>
		<description><![CDATA[using YUI Compressor with multiples file into single file or one-to-one simple batch file. helps with dependecy order as well. at least my css and javascript files do  have dependecy. the following batch is setup for CSS files. for JavaScript replace the &#8211;type argument value to js @echo off cls echo. echo. echo Compressing CSS]]></description>
		<wfw:commentRss>http://blog.teknober.com/2011/03/24/yui-compressor-with-multiple-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML remove cookies from static files, images etc</title>
		<link>http://blog.teknober.com/2011/03/24/html-remove-cookies-from-static-files-images-etc/</link>
		<comments>http://blog.teknober.com/2011/03/24/html-remove-cookies-from-static-files-images-etc/#comments</comments>
		<pubDate>Thu, 24 Mar 2011 04:08:14 +0000</pubDate>
		<dc:creator>editor</dc:creator>
				<category><![CDATA[ASP.Net]]></category>
		<category><![CDATA[Administration]]></category>
		<category><![CDATA[Apache HTTPd]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Servers]]></category>
		<category><![CDATA[cookies]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[static files]]></category>

		<guid isPermaLink="false">http://blog.teknober.com/?p=173</guid>
		<description><![CDATA[If you have not configured your application and server, it might send them to browser with cookie information. that&#8217;s costing you as extra traffic and slow load times. &#60;FilesMatch "\.(css&#124;js&#124;jpg&#124;jpeg&#124;png&#124;gif)$"&#62; &#60;IfModule mod_headers.c&#62; Header set cookie "" &#60;/IfModule&#62; &#60;/FilesMatch&#62;]]></description>
		<wfw:commentRss>http://blog.teknober.com/2011/03/24/html-remove-cookies-from-static-files-images-etc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

