<?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: JavaScript &#8211; Hide or Show an Element</title>
	<atom:link href="http://www.fettesps.com/javascript-hide-or-show-an-element/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fettesps.com/javascript-hide-or-show-an-element/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=javascript-hide-or-show-an-element</link>
	<description>Fettes Programming Solutions</description>
	<lastBuildDate>Sun, 05 Feb 2012 08:57:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: FettesPS</title>
		<link>http://www.fettesps.com/javascript-hide-or-show-an-element/comment-page-1/#comment-497</link>
		<dc:creator>FettesPS</dc:creator>
		<pubDate>Fri, 19 Jun 2009 02:17:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.fettesps.com/?p=280#comment-497</guid>
		<description>I actually haven&#039;t tried jQuery, or even looked into it much.  Though I do hear it mentioned a lot.  Lately I&#039;ve been learning Dojo and my newest project uses that for the vast majority of its JavaScript functionality.  However the code required to build my menu looked way more complicated than it needed to be, so I used my old trusty technique and afterwards I thought I&#039;d share it.</description>
		<content:encoded><![CDATA[<p>I actually haven&#8217;t tried jQuery, or even looked into it much.  Though I do hear it mentioned a lot.  Lately I&#8217;ve been learning Dojo and my newest project uses that for the vast majority of its JavaScript functionality.  However the code required to build my menu looked way more complicated than it needed to be, so I used my old trusty technique and afterwards I thought I&#8217;d share it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: FettesPS</title>
		<link>http://www.fettesps.com/javascript-hide-or-show-an-element/comment-page-1/#comment-496</link>
		<dc:creator>FettesPS</dc:creator>
		<pubDate>Fri, 19 Jun 2009 02:14:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.fettesps.com/?p=280#comment-496</guid>
		<description>I agree with you that people should be upgrading their browsers, and that we should educate them on doing so.  As a web developer I would more than anything to see IE6 die, let alone older versions.  Problem is, people still use these browsers.  Sure their numbers are dwindling, bu they cant be ignored.  As much as I&#039;d love to say &quot;well, it works on my browser, so tough luck&quot; I just can&#039;t get away with that.  Believe me, I&#039;ve tried ;)</description>
		<content:encoded><![CDATA[<p>I agree with you that people should be upgrading their browsers, and that we should educate them on doing so.  As a web developer I would more than anything to see IE6 die, let alone older versions.  Problem is, people still use these browsers.  Sure their numbers are dwindling, bu they cant be ignored.  As much as I&#8217;d love to say &#8220;well, it works on my browser, so tough luck&#8221; I just can&#8217;t get away with that.  Believe me, I&#8217;ve tried <img src='http://www.fettesps.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: marty</title>
		<link>http://www.fettesps.com/javascript-hide-or-show-an-element/comment-page-1/#comment-490</link>
		<dc:creator>marty</dc:creator>
		<pubDate>Thu, 18 Jun 2009 12:58:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.fettesps.com/?p=280#comment-490</guid>
		<description>Why do you even consider supporting extremely old browsers (Netscape 4, IE4). Avoid using CSS for hide/show behaviour, that&#039;s what JavaScript is for. If old browsers can&#039;t cope with it, users should be upgrading their browsers. We should be educating the users to use modern web standard based browsers and avoid IE4, 5, 5.5 at all costs.</description>
		<content:encoded><![CDATA[<p>Why do you even consider supporting extremely old browsers (Netscape 4, IE4). Avoid using CSS for hide/show behaviour, that&#8217;s what JavaScript is for. If old browsers can&#8217;t cope with it, users should be upgrading their browsers. We should be educating the users to use modern web standard based browsers and avoid IE4, 5, 5.5 at all costs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gerhard</title>
		<link>http://www.fettesps.com/javascript-hide-or-show-an-element/comment-page-1/#comment-486</link>
		<dc:creator>Gerhard</dc:creator>
		<pubDate>Thu, 18 Jun 2009 06:21:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.fettesps.com/?p=280#comment-486</guid>
		<description>hey man, you should really check out jquery, you can do what you did here with a fade in and out in 3 lines of code :)</description>
		<content:encoded><![CDATA[<p>hey man, you should really check out jquery, you can do what you did here with a fade in and out in 3 lines of code <img src='http://www.fettesps.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: matchu</title>
		<link>http://www.fettesps.com/javascript-hide-or-show-an-element/comment-page-1/#comment-484</link>
		<dc:creator>matchu</dc:creator>
		<pubDate>Wed, 17 Jun 2009 22:39:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.fettesps.com/?p=280#comment-484</guid>
		<description>Orrrrrrr, you could use a Javascript library.

Any Javascript library.

Ever.</description>
		<content:encoded><![CDATA[<p>Orrrrrrr, you could use a Javascript library.</p>
<p>Any Javascript library.</p>
<p>Ever.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: guest</title>
		<link>http://www.fettesps.com/javascript-hide-or-show-an-element/comment-page-1/#comment-480</link>
		<dc:creator>guest</dc:creator>
		<pubDate>Wed, 17 Jun 2009 18:43:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.fettesps.com/?p=280#comment-480</guid>
		<description>good job.
its always better to attach sample example with code ........</description>
		<content:encoded><![CDATA[<p>good job.<br />
its always better to attach sample example with code &#8230;&#8230;..</p>
]]></content:encoded>
	</item>
</channel>
</rss>

