<?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: CSS toggle buttons</title>
	<atom:link href="http://www.thespanner.co.uk/2007/11/29/css-toggle-buttons/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thespanner.co.uk/2007/11/29/css-toggle-buttons/</link>
	<description>Javascript blog with messed up syntax inside</description>
	<lastBuildDate>Thu, 26 Jan 2012 01:38:34 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: mippy</title>
		<link>http://www.thespanner.co.uk/2007/11/29/css-toggle-buttons/#comment-1268</link>
		<dc:creator>mippy</dc:creator>
		<pubDate>Mon, 28 Jul 2008 19:26:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.thespanner.co.uk/2007/11/29/css-toggle-buttons/#comment-1268</guid>
		<description>A goto statement, what the hell is this qbasic?</description>
		<content:encoded><![CDATA[<p>A goto statement, what the hell is this qbasic?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daren</title>
		<link>http://www.thespanner.co.uk/2007/11/29/css-toggle-buttons/#comment-1170</link>
		<dc:creator>Daren</dc:creator>
		<pubDate>Mon, 17 Mar 2008 21:24:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.thespanner.co.uk/2007/11/29/css-toggle-buttons/#comment-1170</guid>
		<description>Have you come across css toggling using a form selector at all? so you just click on the selector and then choose which stylesheet you wanna use? perhaps choose between three? any ideas?</description>
		<content:encoded><![CDATA[<p>Have you come across css toggling using a form selector at all? so you just click on the selector and then choose which stylesheet you wanna use? perhaps choose between three? any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Master Ternary Li</title>
		<link>http://www.thespanner.co.uk/2007/11/29/css-toggle-buttons/#comment-952</link>
		<dc:creator>Master Ternary Li</dc:creator>
		<pubDate>Thu, 29 Nov 2007 19:05:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.thespanner.co.uk/2007/11/29/css-toggle-buttons/#comment-952</guid>
		<description>loops can also be provided without a goto  statement by using recursion.</description>
		<content:encoded><![CDATA[<p>loops can also be provided without a goto  statement by using recursion.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: auron</title>
		<link>http://www.thespanner.co.uk/2007/11/29/css-toggle-buttons/#comment-951</link>
		<dc:creator>auron</dc:creator>
		<pubDate>Thu, 29 Nov 2007 15:48:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.thespanner.co.uk/2007/11/29/css-toggle-buttons/#comment-951</guid>
		<description>To build a working loop, two things are needed: an if statement, and a goto .
If the choosen statement is the &quot;:checked&quot; condition, then the &quot;goto&quot; should be able to manipulate ( check and uncheck) checkbox.
If this is not possible, the only solution is to change the &quot;if &quot; to something else...

PS: this is a really inspiring worg, thanks :)</description>
		<content:encoded><![CDATA[<p>To build a working loop, two things are needed: an if statement, and a goto .<br />
If the choosen statement is the &#8220;:checked&#8221; condition, then the &#8220;goto&#8221; should be able to manipulate ( check and uncheck) checkbox.<br />
If this is not possible, the only solution is to change the &#8220;if &#8221; to something else&#8230;</p>
<p>PS: this is a really inspiring worg, thanks <img src='http://www.thespanner.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gareth Heyes</title>
		<link>http://www.thespanner.co.uk/2007/11/29/css-toggle-buttons/#comment-950</link>
		<dc:creator>Gareth Heyes</dc:creator>
		<pubDate>Thu, 29 Nov 2007 14:04:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.thespanner.co.uk/2007/11/29/css-toggle-buttons/#comment-950</guid>
		<description>Ah ok sorry I didn&#039;t realise. 

I&#039;m trying to get loops to work but it&#039;s proving difficult because there&#039;s no way for CSS to introduce state. If is was possible to check a checkbox within CSS then it would be. :(</description>
		<content:encoded><![CDATA[<p>Ah ok sorry I didn&#8217;t realise. </p>
<p>I&#8217;m trying to get loops to work but it&#8217;s proving difficult because there&#8217;s no way for CSS to introduce state. If is was possible to check a checkbox within CSS then it would be. <img src='http://www.thespanner.co.uk/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: æŽ’ å°¾ DaCat</title>
		<link>http://www.thespanner.co.uk/2007/11/29/css-toggle-buttons/#comment-949</link>
		<dc:creator>æŽ’ å°¾ DaCat</dc:creator>
		<pubDate>Thu, 29 Nov 2007 13:55:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.thespanner.co.uk/2007/11/29/css-toggle-buttons/#comment-949</guid>
		<description>Hi gareth

The checkbox toggle stuff is how the &quot;Pop up&quot; section on CSK2 (www.sirdarckcat.net/csk2.html) works.

Any way, thornmaker and I are thinking on a way of doing Pascal Triangle, and/or Fibonacci Numbers, via CSS calculation.

Anyway, CSS3 has a bag full of tricks, have you seen the calc() function? I think it&#039;s static, but is worth a look.

Greetz!!</description>
		<content:encoded><![CDATA[<p>Hi gareth</p>
<p>The checkbox toggle stuff is how the &#8220;Pop up&#8221; section on CSK2 (www.sirdarckcat.net/csk2.html) works.</p>
<p>Any way, thornmaker and I are thinking on a way of doing Pascal Triangle, and/or Fibonacci Numbers, via CSS calculation.</p>
<p>Anyway, CSS3 has a bag full of tricks, have you seen the calc() function? I think it&#8217;s static, but is worth a look.</p>
<p>Greetz!!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

