<?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: A Simple jQuery Stylesheet Switcher</title> <atom:link href="http://www.cssnewbie.com/simple-jquery-stylesheet-switcher/feed/" rel="self" type="application/rss+xml" /><link>http://www.cssnewbie.com/simple-jquery-stylesheet-switcher/</link> <description>Web Development Tutorials, Tips &#38; Techniques</description> <lastBuildDate>Thu, 11 Mar 2010 11:11:04 +0000</lastBuildDate> <generator>http://wordpress.org/?v=2.9.1</generator> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <item><title>By: Dynamic Stylesheet switching &#171; 0510ML</title><link>http://www.cssnewbie.com/simple-jquery-stylesheet-switcher/comment-page-1/#comment-11234</link> <dc:creator>Dynamic Stylesheet switching &#171; 0510ML</dc:creator> <pubDate>Wed, 24 Feb 2010 16:03:26 +0000</pubDate> <guid
isPermaLink="false">http://www.cssnewbie.com/?p=410#comment-11234</guid> <description>[...] I&#039;ve recently been in need of a function that dynamically were able to switch stylesheets without reloading the page. After a lot of searching, I found a post by Rob Glazebrook. [...]</description> <content:encoded><![CDATA[<p>[...] I&#39;ve recently been in need of a function that dynamically were able to switch stylesheets without reloading the page. After a lot of searching, I found a post by Rob Glazebrook. [...]</p> ]]></content:encoded> </item> <item><title>By: Rowan</title><link>http://www.cssnewbie.com/simple-jquery-stylesheet-switcher/comment-page-1/#comment-11210</link> <dc:creator>Rowan</dc:creator> <pubDate>Fri, 12 Feb 2010 21:57:54 +0000</pubDate> <guid
isPermaLink="false">http://www.cssnewbie.com/?p=410#comment-11210</guid> <description>I have used the jquery styleswitcher to swap the css, BUT the style.css, which is the standard style (in wordpress) over-rides the over styles. I can modify the standard css so the new styles will apply the desired affect, but then the standard css, which will be seen first is stripped down and not at all the design! Help!Thanks, Rowan</description> <content:encoded><![CDATA[<p>I have used the jquery styleswitcher to swap the css, BUT the style.css, which is the standard style (in wordpress) over-rides the over styles. I can modify the standard css so the new styles will apply the desired affect, but then the standard css, which will be seen first is stripped down and not at all the design! Help!</p><p>Thanks, Rowan</p> ]]></content:encoded> </item> <item><title>By: IT Support Glasgow</title><link>http://www.cssnewbie.com/simple-jquery-stylesheet-switcher/comment-page-1/#comment-10988</link> <dc:creator>IT Support Glasgow</dc:creator> <pubDate>Sun, 31 Jan 2010 15:28:50 +0000</pubDate> <guid
isPermaLink="false">http://www.cssnewbie.com/?p=410#comment-10988</guid> <description>This is a very intresting jquery stylesheet switcher.Giving little functions like this on your website or blog may bring users back.</description> <content:encoded><![CDATA[<p>This is a very intresting jquery stylesheet switcher.</p><p>Giving little functions like this on your website or blog may bring users back.</p> ]]></content:encoded> </item> <item><title>By: anonymousprogrammer</title><link>http://www.cssnewbie.com/simple-jquery-stylesheet-switcher/comment-page-1/#comment-10814</link> <dc:creator>anonymousprogrammer</dc:creator> <pubDate>Thu, 28 Jan 2010 00:19:36 +0000</pubDate> <guid
isPermaLink="false">http://www.cssnewbie.com/?p=410#comment-10814</guid> <description>THANK YOU!I was looking for a great way to swap stylesheets without loading them all initially in the head, and I never knew you could put a class on a  element.  Solves the problem perfectly!</description> <content:encoded><![CDATA[<p>THANK YOU!</p><p>I was looking for a great way to swap stylesheets without loading them all initially in the head, and I never knew you could put a class on a  element.  Solves the problem perfectly!</p> ]]></content:encoded> </item> <item><title>By: Andy Beattie</title><link>http://www.cssnewbie.com/simple-jquery-stylesheet-switcher/comment-page-1/#comment-10103</link> <dc:creator>Andy Beattie</dc:creator> <pubDate>Wed, 02 Dec 2009 01:43:47 +0000</pubDate> <guid
isPermaLink="false">http://www.cssnewbie.com/?p=410#comment-10103</guid> <description>Thank you very much for sharing your code. I have been looking at many solutions and yours is definately one of the best quality and the most thorough I have come across with very little in the way of limitation. I say this because of the cookie memory feature, as well as less requests and overhead than many of the solutions that require the page to load all stylesheets at once (check out the old ALA method with rel=&quot;alternate&quot;, it&#039;s not as clean as yours nor as efficient). Who wants to drag those css files into the cache when they have not been requested? Certainly not me when I am trying to develop an efficient online application that loads as fast as possible.I made a slight modification in how I set up the framework, and this was to remove all colours from the base.css and to provide a default colour css file. Thus there are two style links in the head consisting of one large base.css with all formatting etc but no colour values, and then a couple of very small css files that feature only the selector names that I want to change colour.And for the ul nav links, I simply got rid of the text in the href links and made the colour an actual indicator like:.yellow { width:16px; height:16px; background:#FFCC00; text-decoration:none; display:inline-block;}
.blue {width:16px; height:16px;background:#6694E3; text-decoration:none; display:inline-block;}
.green {width:16px; height:16px;background: #728B2E; text-decoration:none; display:inline-block;}&lt;a href=&quot;#&quot; rel=&quot;nofollow&quot;&gt;&lt;/a&gt;
&lt;a href=&quot;#&quot; rel=&quot;nofollow&quot;&gt;&lt;/a&gt;
&lt;a href=&quot;#&quot; rel=&quot;nofollow&quot;&gt;&lt;/a&gt;This looks great and neat on the page and is very intuitive to the user.Once again Rob, thank you so much for the help, although I am an old css dog, having been in the game for about 8 years now, you have saved me many many hours. I look forward to reading more of your quality posts and sharing code with you in the future.Best Wishes!</description> <content:encoded><![CDATA[<p>Thank you very much for sharing your code. I have been looking at many solutions and yours is definately one of the best quality and the most thorough I have come across with very little in the way of limitation. I say this because of the cookie memory feature, as well as less requests and overhead than many of the solutions that require the page to load all stylesheets at once (check out the old ALA method with rel=&#8221;alternate&#8221;, it&#8217;s not as clean as yours nor as efficient). Who wants to drag those css files into the cache when they have not been requested? Certainly not me when I am trying to develop an efficient online application that loads as fast as possible.</p><p>I made a slight modification in how I set up the framework, and this was to remove all colours from the base.css and to provide a default colour css file. Thus there are two style links in the head consisting of one large base.css with all formatting etc but no colour values, and then a couple of very small css files that feature only the selector names that I want to change colour.</p><p>And for the ul nav links, I simply got rid of the text in the href links and made the colour an actual indicator like:</p><p>.yellow { width:16px; height:16px; background:#FFCC00; text-decoration:none; display:inline-block;}<br
/> .blue {width:16px; height:16px;background:#6694E3; text-decoration:none; display:inline-block;}<br
/> .green {width:16px; height:16px;background: #728B2E; text-decoration:none; display:inline-block;}</p><p> <a
href="#" rel="nofollow"></a><br
/> <a
href="#" rel="nofollow"></a><br
/> <a
href="#" rel="nofollow"></a></p><p>This looks great and neat on the page and is very intuitive to the user.</p><p>Once again Rob, thank you so much for the help, although I am an old css dog, having been in the game for about 8 years now, you have saved me many many hours. I look forward to reading more of your quality posts and sharing code with you in the future.</p><p>Best Wishes!</p> ]]></content:encoded> </item> <item><title>By: Create a better jQuery stylesheet switcher - Programming Blog</title><link>http://www.cssnewbie.com/simple-jquery-stylesheet-switcher/comment-page-1/#comment-10014</link> <dc:creator>Create a better jQuery stylesheet switcher - Programming Blog</dc:creator> <pubDate>Sat, 03 Oct 2009 12:37:22 +0000</pubDate> <guid
isPermaLink="false">http://www.cssnewbie.com/?p=410#comment-10014</guid> <description>[...] Style Sheet switchers (or &quot;colour theme choosers&quot;) are not really that new. Apart from that fact, they still are pretty fun to use and cool to see. I was wondering how jQuery could help me achieve this technique. While searching, I came across several solutions. [...]</description> <content:encoded><![CDATA[<p>[...] Style Sheet switchers (or &quot;colour theme choosers&quot;) are not really that new. Apart from that fact, they still are pretty fun to use and cool to see. I was wondering how jQuery could help me achieve this technique. While searching, I came across several solutions. [...]</p> ]]></content:encoded> </item> <item><title>By: ZK@Web Marketing Blog</title><link>http://www.cssnewbie.com/simple-jquery-stylesheet-switcher/comment-page-1/#comment-9789</link> <dc:creator>ZK@Web Marketing Blog</dc:creator> <pubDate>Sat, 20 Jun 2009 17:12:58 +0000</pubDate> <guid
isPermaLink="false">http://www.cssnewbie.com/?p=410#comment-9789</guid> <description>It looks good but has a catch.
Every time you open an article page you will be in fact loading two pages(article.php and comment_new.php).
It does not include comment_new.php, it renders it, blocks, theme, everything.If you looking for performance then this hack is not a solution.</description> <content:encoded><![CDATA[<p>It looks good but has a catch.<br
/> Every time you open an article page you will be in fact loading two pages(article.php and comment_new.php).<br
/> It does not include comment_new.php, it renders it, blocks, theme, everything.</p><p>If you looking for performance then this hack is not a solution.</p> ]]></content:encoded> </item> <item><title>By: Rob Glazebrook</title><link>http://www.cssnewbie.com/simple-jquery-stylesheet-switcher/comment-page-1/#comment-9774</link> <dc:creator>Rob Glazebrook</dc:creator> <pubDate>Tue, 09 Jun 2009 13:26:00 +0000</pubDate> <guid
isPermaLink="false">http://www.cssnewbie.com/?p=410#comment-9774</guid> <description>Hi Ramil,My best suggestion when trying to use the @import command is, if you&#039;re calling a stylesheet from inside another stylesheet, make sure the @import line is the &lt;strong&gt;very first&lt;/strong&gt; line in your document. That line has to come first, before any CSS rules, any comments... anything at all.Good luck!</description> <content:encoded><![CDATA[<p>Hi Ramil,</p><p>My best suggestion when trying to use the @import command is, if you&#8217;re calling a stylesheet from inside another stylesheet, make sure the @import line is the <strong>very first</strong> line in your document. That line has to come first, before any CSS rules, any comments&#8230; anything at all.</p><p>Good luck!</p> ]]></content:encoded> </item> <item><title>By: Ramil</title><link>http://www.cssnewbie.com/simple-jquery-stylesheet-switcher/comment-page-1/#comment-9768</link> <dc:creator>Ramil</dc:creator> <pubDate>Tue, 09 Jun 2009 08:50:16 +0000</pubDate> <guid
isPermaLink="false">http://www.cssnewbie.com/?p=410#comment-9768</guid> <description>Thanks for the great tutorial.I have a problem though. It will not work with @import on CSS, at least for me. I have two CSS file, style.css and style1.css. On style1.css, I just use @import url(&quot;style.css&quot;); and some classes that will change when it switches. If I switch to style1.css, no CSS applied to the my HTML document. Any ideas?</description> <content:encoded><![CDATA[<p>Thanks for the great tutorial.</p><p>I have a problem though. It will not work with @import on CSS, at least for me. I have two CSS file, style.css and style1.css. On style1.css, I just use @import url(&#8220;style.css&#8221;); and some classes that will change when it switches. If I switch to style1.css, no CSS applied to the my HTML document. Any ideas?</p> ]]></content:encoded> </item> <item><title>By: Daily Digest for 20090508 - lifestream@add</title><link>http://www.cssnewbie.com/simple-jquery-stylesheet-switcher/comment-page-1/#comment-9699</link> <dc:creator>Daily Digest for 20090508 - lifestream@add</dc:creator> <pubDate>Fri, 08 May 2009 02:20:48 +0000</pubDate> <guid
isPermaLink="false">http://www.cssnewbie.com/?p=410#comment-9699</guid> <description>[...] A Simple jQuery Stylesheet Switcher [...]</description> <content:encoded><![CDATA[<p>[...] A Simple jQuery Stylesheet Switcher [...]</p> ]]></content:encoded> </item> </channel> </rss>
<!-- This site's performance optimized by W3 Total Cache. Dramatically improve the speed and reliability of your blog!

Learn more about our WordPress Plugins: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (user agent is rejected)
Database Caching 11/32 queries in 0.180 seconds using disk

Served from: rhetorclick.com @ 2010-03-11 18:44:43 -->