<?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-A-Palooza!</title>
	<atom:link href="http://manisheriar.com/blog/javascript-a-palooza/feed" rel="self" type="application/rss+xml" />
	<link>http://manisheriar.com/blog/javascript-a-palooza</link>
	<description>Impeccable Code &#124; Beautiful Design</description>
	<lastBuildDate>Thu, 13 May 2010 19:08:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Sheriar Designs</title>
		<link>http://manisheriar.com/blog/javascript-a-palooza/comment-page-1#comment-330</link>
		<dc:creator>Sheriar Designs</dc:creator>
		<pubDate>Thu, 23 Mar 2006 20:31:09 +0000</pubDate>
		<guid isPermaLink="false">http://manisheriar.com/blog/javascript-a-palooza-more-javascript-than-ever-before#comment-330</guid>
		<description>I believe that if you wanted to do multiple &quot;read mores&quot; on one page, you could just give each of the &quot;expanded view&quot; divs a unique ID.  

Then you could create functions, like the services functions, that hide and display each of those expanded sections, you follow?

Let me know if you need a more detailed response and I can get on it after the honeymoon.  ;o)</description>
		<content:encoded><![CDATA[<p>I believe that if you wanted to do multiple &#8220;read mores&#8221; on one page, you could just give each of the &#8220;expanded view&#8221; divs a unique ID.  </p>
<p>Then you could create functions, like the services functions, that hide and display each of those expanded sections, you follow?</p>
<p>Let me know if you need a more detailed response and I can get on it after the honeymoon.  ;o)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Deselect</title>
		<link>http://manisheriar.com/blog/javascript-a-palooza/comment-page-1#comment-328</link>
		<dc:creator>Deselect</dc:creator>
		<pubDate>Wed, 22 Mar 2006 20:39:16 +0000</pubDate>
		<guid isPermaLink="false">http://manisheriar.com/blog/javascript-a-palooza-more-javascript-than-ever-before#comment-328</guid>
		<description>Very nice. Last reply, I promise :)

Okay, sorted that all out and it really helped me out with the project I was working on. I would really like to thank you once again for sharing this with all of us.

The great thing about working with the DOM is the elegance and ability to make it gracefully semantic, the bad thing is that finding any useful information amidst all of the terrible DHTML fluff out there is slim pickings.

Leep up the great work,
D.</description>
		<content:encoded><![CDATA[<p>Very nice. Last reply, I promise :)</p>
<p>Okay, sorted that all out and it really helped me out with the project I was working on. I would really like to thank you once again for sharing this with all of us.</p>
<p>The great thing about working with the DOM is the elegance and ability to make it gracefully semantic, the bad thing is that finding any useful information amidst all of the terrible DHTML fluff out there is slim pickings.</p>
<p>Leep up the great work,<br />
D.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Deselect</title>
		<link>http://manisheriar.com/blog/javascript-a-palooza/comment-page-1#comment-327</link>
		<dc:creator>Deselect</dc:creator>
		<pubDate>Wed, 22 Mar 2006 20:30:21 +0000</pubDate>
		<guid isPermaLink="false">http://manisheriar.com/blog/javascript-a-palooza-more-javascript-than-ever-before#comment-327</guid>
		<description>Scratch that. I managed to hack up the dynamicCSS.js script by calling new element ID&#039;s in the header to manage it that way.
Now I am just hunting down a way to prevent the &quot;read more&quot; link popping back up to the top of the page.

Thanks again for the wonderful tutorial!

Cheers,
D</description>
		<content:encoded><![CDATA[<p>Scratch that. I managed to hack up the dynamicCSS.js script by calling new element ID&#8217;s in the header to manage it that way.<br />
Now I am just hunting down a way to prevent the &#8220;read more&#8221; link popping back up to the top of the page.</p>
<p>Thanks again for the wonderful tutorial!</p>
<p>Cheers,<br />
D</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Deselect</title>
		<link>http://manisheriar.com/blog/javascript-a-palooza/comment-page-1#comment-326</link>
		<dc:creator>Deselect</dc:creator>
		<pubDate>Wed, 22 Mar 2006 19:53:21 +0000</pubDate>
		<guid isPermaLink="false">http://manisheriar.com/blog/javascript-a-palooza-more-javascript-than-ever-before#comment-326</guid>
		<description>How would you go about implementing something similar to the &quot;Read More&quot; script using more than one on a page?

What I mean is, imagine you have multiple news items on a page -- lets say four -- if you have the first half of a paragraph of each and wish to have the &quot;Read More&quot; expansion link to avoid clutter, it only works for the first read more link, no matter how many you put on a page. If you click the fourth item&#039;s &quot;Read more&quot; button, it will only expand the first one?

The solution to such an issue would require a mix of code between the basic &quot;Read more&quot; script with a touch of your &quot;FAQ&quot; section solution, without all of the content hiding, etc.

Care to assist with this sort of problem? I have been spending quite some time trying to find the best solution.

Cheers,
D</description>
		<content:encoded><![CDATA[<p>How would you go about implementing something similar to the &#8220;Read More&#8221; script using more than one on a page?</p>
<p>What I mean is, imagine you have multiple news items on a page &#8212; lets say four &#8212; if you have the first half of a paragraph of each and wish to have the &#8220;Read More&#8221; expansion link to avoid clutter, it only works for the first read more link, no matter how many you put on a page. If you click the fourth item&#8217;s &#8220;Read more&#8221; button, it will only expand the first one?</p>
<p>The solution to such an issue would require a mix of code between the basic &#8220;Read more&#8221; script with a touch of your &#8220;FAQ&#8221; section solution, without all of the content hiding, etc.</p>
<p>Care to assist with this sort of problem? I have been spending quite some time trying to find the best solution.</p>
<p>Cheers,<br />
D</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sian</title>
		<link>http://manisheriar.com/blog/javascript-a-palooza/comment-page-1#comment-200</link>
		<dc:creator>Sian</dc:creator>
		<pubDate>Sat, 28 Jan 2006 19:36:50 +0000</pubDate>
		<guid isPermaLink="false">http://manisheriar.com/blog/javascript-a-palooza-more-javascript-than-ever-before#comment-200</guid>
		<description>*tap dances*. Thanks to your tutorial above I&#039;ve just worked out how to achieve something that I&#039;ve been trying to do for months! Yay!

On my webpage I have a very long list of archive pages which I wanted to disappear until a viewer needed them. I inserted the dynamiCSS.js script added the code quoted above and hey presto!</description>
		<content:encoded><![CDATA[<p>*tap dances*. Thanks to your tutorial above I&#8217;ve just worked out how to achieve something that I&#8217;ve been trying to do for months! Yay!</p>
<p>On my webpage I have a very long list of archive pages which I wanted to disappear until a viewer needed them. I inserted the dynamiCSS.js script added the code quoted above and hey presto!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sheriar Designs</title>
		<link>http://manisheriar.com/blog/javascript-a-palooza/comment-page-1#comment-196</link>
		<dc:creator>Sheriar Designs</dc:creator>
		<pubDate>Fri, 27 Jan 2006 00:55:12 +0000</pubDate>
		<guid isPermaLink="false">http://manisheriar.com/blog/javascript-a-palooza-more-javascript-than-ever-before#comment-196</guid>
		<description>&lt;strong&gt;Sian&lt;/strong&gt; - The read more link looks like this: &lt;code&gt;&lt;a href=&quot;#&quot; onclick=&quot;setElementStyleById(&#039;index_more&#039;, &#039;display&#039;, &#039;block&#039;)&quot;&gt;&lt;/code&gt;

It uses the dynamicCSS.js file to set the display of &quot;index_more&quot; to block, thus revealing it (remember it was set to display:none in the Javascript in the head.</description>
		<content:encoded><![CDATA[<p><strong>Sian</strong> &#8211; The read more link looks like this: <code><a href="#" onclick="setElementStyleById('index_more', 'display', 'block')"></a></code></p>
<p>It uses the dynamicCSS.js file to set the display of &#8220;index_more&#8221; to block, thus revealing it (remember it was set to display:none in the Javascript in the head.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sian</title>
		<link>http://manisheriar.com/blog/javascript-a-palooza/comment-page-1#comment-195</link>
		<dc:creator>Sian</dc:creator>
		<pubDate>Thu, 26 Jan 2006 23:58:11 +0000</pubDate>
		<guid isPermaLink="false">http://manisheriar.com/blog/javascript-a-palooza-more-javascript-than-ever-before#comment-195</guid>
		<description>I&#039;m just quickly skimming this article (will read in depth tomorrow). How do you achieve the Read More action (if it&#039;s not listed above).

</description>
		<content:encoded><![CDATA[<p>I&#8217;m just quickly skimming this article (will read in depth tomorrow). How do you achieve the Read More action (if it&#8217;s not listed above).</p>
]]></content:encoded>
	</item>
</channel>
</rss>

