<?xml version="1.0" encoding="UTF-8"?><rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
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/"
> <channel><title>Comments on: Using the CSS @import Rule</title> <atom:link href="http://www.cssnewbie.com/css-import-rule/feed/" rel="self" type="application/rss+xml" /><link>http://www.cssnewbie.com/css-import-rule/</link> <description>Web Development Tutorials, Tips &#38; Techniques</description> <lastBuildDate>Tue, 07 Feb 2012 11:23:26 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.0.1</generator> <item><title>By: bhushab</title><link>http://www.cssnewbie.com/css-import-rule/comment-page-1/#comment-13906</link> <dc:creator>bhushab</dc:creator> <pubDate>Mon, 26 Dec 2011 04:57:19 +0000</pubDate> <guid
isPermaLink="false">http://www.cssnewbie.com/css-import-rule/#comment-13906</guid> <description>it&#039;s this what i need;
thanks buddy..</description> <content:encoded><![CDATA[<p>it&#8217;s this what i need;<br
/> thanks buddy..</p> ]]></content:encoded> </item> <item><title>By: Aeomer</title><link>http://www.cssnewbie.com/css-import-rule/comment-page-1/#comment-13525</link> <dc:creator>Aeomer</dc:creator> <pubDate>Mon, 25 Jul 2011 20:12:11 +0000</pubDate> <guid
isPermaLink="false">http://www.cssnewbie.com/css-import-rule/#comment-13525</guid> <description>I don&#039;t friggin believe this - talk about not knowing how to program a comments system!!!! What is this, Drupal? It strips the script tag rather than escaping it - dumb dumb dumb!Here we go again. To stop a flash of unstyled content....Change GT to a greater than symbol.
Change LT to a less than symbol.
Change FS to a forward slash symbol.
Change EQ to an equals symbol.
Change SQ to a single quote.LTscript typeEQSQtextFSjavascriptSQGT LTFSscriptGT</description> <content:encoded><![CDATA[<p>I don&#8217;t friggin believe this &#8211; talk about not knowing how to program a comments system!!!! What is this, Drupal? It strips the script tag rather than escaping it &#8211; dumb dumb dumb!</p><p>Here we go again. To stop a flash of unstyled content&#8230;.</p><p>Change GT to a greater than symbol.<br
/> Change LT to a less than symbol.<br
/> Change FS to a forward slash symbol.<br
/> Change EQ to an equals symbol.<br
/> Change SQ to a single quote.</p><p>LTscript typeEQSQtextFSjavascriptSQGT LTFSscriptGT</p> ]]></content:encoded> </item> <item><title>By: Aeomer</title><link>http://www.cssnewbie.com/css-import-rule/comment-page-1/#comment-13524</link> <dc:creator>Aeomer</dc:creator> <pubDate>Mon, 25 Jul 2011 20:07:40 +0000</pubDate> <guid
isPermaLink="false">http://www.cssnewbie.com/css-import-rule/#comment-13524</guid> <description>Looks like this site is stripping script examples!Here is the code to stop a flash of unstyled content - remove the extra spaces.</description> <content:encoded><![CDATA[<p>Looks like this site is stripping script examples!</p><p>Here is the code to stop a flash of unstyled content &#8211; remove the extra spaces.</p> ]]></content:encoded> </item> <item><title>By: Aeomer</title><link>http://www.cssnewbie.com/css-import-rule/comment-page-1/#comment-13523</link> <dc:creator>Aeomer</dc:creator> <pubDate>Mon, 25 Jul 2011 20:05:24 +0000</pubDate> <guid
isPermaLink="false">http://www.cssnewbie.com/css-import-rule/#comment-13523</guid> <description>1. To prevent the flash of unstyled content add &quot;&quot; to2. This technique add additional http requests the first time (1 extra actually for the wrapper) and then the browser should consider the wrapper file a cached entity.3. Unfortunately, this technique prevents using &#039;auto-versioned&#039; files where the data type stamp is added to the file name and then stripped by an .htaccess file. If you don&#039;t know what I mean then you need to consider this rewrite rule.RewriteCond %{REQUEST_URI} (\.css&#124;\.js&#124;\.bmp&#124;\.jpg&#124;\.jpeg&#124;\.png&#124;\.gif&#124;\.ico&#124;\.swf&#124;\.CSS&#124;\.JS&#124;\.BMP&#124;\.JPG&#124;\.JPEG&#124;\.PNG&#124;\.GIF&#124;\.ICO&#124;\.SWF)$
RewriteRule ^(.*)\.[\d]+\.(css&#124;js&#124;bmp&#124;jpg&#124;jpeg&#124;png&#124;gif&#124;ico&#124;swf&#124;CSS&#124;JS&#124;BMP&#124;JPG&#124;JPEG&#124;PNG&#124;GIF&#124;ICO&#124;SWF)$ $1.$2If you can&#039;t follow that then you need to study. It would take too long to explain here.</description> <content:encoded><![CDATA[<p>1. To prevent the flash of unstyled content add &#8220;&#8221; to</p><p>2. This technique add additional http requests the first time (1 extra actually for the wrapper) and then the browser should consider the wrapper file a cached entity.</p><p>3. Unfortunately, this technique prevents using &#8216;auto-versioned&#8217; files where the data type stamp is added to the file name and then stripped by an .htaccess file. If you don&#8217;t know what I mean then you need to consider this rewrite rule.</p><p>RewriteCond %{REQUEST_URI} (\.css|\.js|\.bmp|\.jpg|\.jpeg|\.png|\.gif|\.ico|\.swf|\.CSS|\.JS|\.BMP|\.JPG|\.JPEG|\.PNG|\.GIF|\.ICO|\.SWF)$<br
/> RewriteRule ^(.*)\.[\d]+\.(css|js|bmp|jpg|jpeg|png|gif|ico|swf|CSS|JS|BMP|JPG|JPEG|PNG|GIF|ICO|SWF)$ $1.$2</p><p>If you can&#8217;t follow that then you need to study. It would take too long to explain here.</p> ]]></content:encoded> </item> <item><title>By: jesu</title><link>http://www.cssnewbie.com/css-import-rule/comment-page-1/#comment-13479</link> <dc:creator>jesu</dc:creator> <pubDate>Thu, 23 Jun 2011 11:00:19 +0000</pubDate> <guid
isPermaLink="false">http://www.cssnewbie.com/css-import-rule/#comment-13479</guid> <description>ooops code didn&#039;t past</description> <content:encoded><![CDATA[<p>ooops code didn&#8217;t past</p> ]]></content:encoded> </item> <item><title>By: ryanqm</title><link>http://www.cssnewbie.com/css-import-rule/comment-page-1/#comment-13460</link> <dc:creator>ryanqm</dc:creator> <pubDate>Fri, 10 Jun 2011 23:32:26 +0000</pubDate> <guid
isPermaLink="false">http://www.cssnewbie.com/css-import-rule/#comment-13460</guid> <description>@Katie, copy the code in your common css in the same order as you had all the @import commands. For example if you had imported a.css and then b.css now you will have to copy the code of a.css above b.css. I hope it will solve your problem</description> <content:encoded><![CDATA[<p>@Katie, copy the code in your common css in the same order as you had all the @import commands. For example if you had imported a.css and then b.css now you will have to copy the code of a.css above b.css. I hope it will solve your problem</p> ]]></content:encoded> </item> <item><title>By: Katie @ women magazine</title><link>http://www.cssnewbie.com/css-import-rule/comment-page-1/#comment-13457</link> <dc:creator>Katie @ women magazine</dc:creator> <pubDate>Tue, 07 Jun 2011 14:13:33 +0000</pubDate> <guid
isPermaLink="false">http://www.cssnewbie.com/css-import-rule/#comment-13457</guid> <description>I have used a theme which has lots of imports at the top of the theme. While going through YSlow logs i tried to copy paste all the import css files to make them as one long css file. Unfortunately, it breaks the UI entirely. Now, i am wondering when these are imported then my site is working fine but when i copy all of them into single css file it breaks the UI, any idea?</description> <content:encoded><![CDATA[<p>I have used a theme which has lots of imports at the top of the theme. While going through YSlow logs i tried to copy paste all the import css files to make them as one long css file. Unfortunately, it breaks the UI entirely. Now, i am wondering when these are imported then my site is working fine but when i copy all of them into single css file it breaks the UI, any idea?</p> ]]></content:encoded> </item> <item><title>By: nurettin</title><link>http://www.cssnewbie.com/css-import-rule/comment-page-1/#comment-13324</link> <dc:creator>nurettin</dc:creator> <pubDate>Fri, 18 Mar 2011 15:43:16 +0000</pubDate> <guid
isPermaLink="false">http://www.cssnewbie.com/css-import-rule/#comment-13324</guid> <description>i want to improt ony 1 image in css how it?</description> <content:encoded><![CDATA[<p>i want to improt ony 1 image in css how it?</p> ]]></content:encoded> </item> <item><title>By: Anil Kumar</title><link>http://www.cssnewbie.com/css-import-rule/comment-page-1/#comment-13266</link> <dc:creator>Anil Kumar</dc:creator> <pubDate>Sun, 13 Feb 2011 10:54:07 +0000</pubDate> <guid
isPermaLink="false">http://www.cssnewbie.com/css-import-rule/#comment-13266</guid> <description>This technique is really helpful. i appreciate it.</description> <content:encoded><![CDATA[<p>This technique is really helpful. i appreciate it.</p> ]]></content:encoded> </item> <item><title>By: Ryanqm</title><link>http://www.cssnewbie.com/css-import-rule/comment-page-1/#comment-13225</link> <dc:creator>Ryanqm</dc:creator> <pubDate>Sun, 30 Jan 2011 12:27:41 +0000</pubDate> <guid
isPermaLink="false">http://www.cssnewbie.com/css-import-rule/#comment-13225</guid> <description>Sometimes my CSS loads later then the HTML and during css loading the page looks awefull. whats the solution of this problem? is it something with @import?</description> <content:encoded><![CDATA[<p>Sometimes my CSS loads later then the HTML and during css loading the page looks awefull. whats the solution of this problem? is it something with @import?</p> ]]></content:encoded> </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 (user agent is rejected)

Served from: www.cssnewbie.com @ 2012-02-08 02:26:57 -->
