<?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 for Chris Bolson - I digress</title>
	<atom:link href="http://blog.cbolson.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.cbolson.com</link>
	<description>scripts, events, thoughts and comments.... I digress!</description>
	<lastBuildDate>Wed, 25 Aug 2010 14:54:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>Comment on Mootools Splash Screen by Chris</title>
		<link>http://blog.cbolson.com/mootools-splash-screen/comment-page-1/#comment-276</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Wed, 25 Aug 2010 14:54:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cbolson.com/?p=230#comment-276</guid>
		<description>Hi,
You can set the duration of the cookie by modifying the actual Mootools Class (I should possibly make this an option)

Find this line: 
Cookie.write(&#039;showSplashCookie&#039;, &#039;no&#039;)
and change it to this:
Cookie.write(&#039;showSplashCookie&#039;, &#039;no&#039;, {duration: 1})
Where &quot;1&quot; is the number of days.  If you don&#039;t set the duration (as per the default) the cookie should only last the length of the browser session.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
You can set the duration of the cookie by modifying the actual Mootools Class (I should possibly make this an option)</p>
<p>Find this line:<br />
Cookie.write(&#8216;showSplashCookie&#8217;, &#8216;no&#8217;)<br />
and change it to this:<br />
Cookie.write(&#8216;showSplashCookie&#8217;, &#8216;no&#8217;, {duration: 1})<br />
Where &#8220;1&#8243; is the number of days.  If you don&#8217;t set the duration (as per the default) the cookie should only last the length of the browser session.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mootools Splash Screen by robb</title>
		<link>http://blog.cbolson.com/mootools-splash-screen/comment-page-1/#comment-275</link>
		<dc:creator>robb</dc:creator>
		<pubDate>Wed, 25 Aug 2010 14:26:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cbolson.com/?p=230#comment-275</guid>
		<description>hey chris, nice work! I was wondering if there is a way to reset the cookie after a period of time.</description>
		<content:encoded><![CDATA[<p>hey chris, nice work! I was wondering if there is a way to reset the cookie after a period of time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mootools Expandable Columns by Li</title>
		<link>http://blog.cbolson.com/mootools-expandable-columns/comment-page-1/#comment-273</link>
		<dc:creator>Li</dc:creator>
		<pubDate>Mon, 19 Jul 2010 13:30:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cbolson.com/?p=57#comment-273</guid>
		<description>Great that is what I am looking for. Are you planing to improve it more?</description>
		<content:encoded><![CDATA[<p>Great that is what I am looking for. Are you planing to improve it more?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adding form fields via ajax with Mootools by Chris</title>
		<link>http://blog.cbolson.com/adding-form-fields-via-ajax-with-mootools/comment-page-1/#comment-272</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Sun, 11 Jul 2010 11:40:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cbolson.com/?p=149#comment-272</guid>
		<description>Hi,
I don&#039;t qute follow what you want to do.
You can easily count the fields once the form has been posted with standard php code.
If you want some sort of counter as the rows are added, you need to do a combination of php and JavaScript (could be done with just JavaScript but you specifically mention php).  In fact, if I remember rightly, the javascript code already has a built in counter for making arrays, so maybe you could use that to output it to the page.
However, as I say, I don&#039;t really understand exactly what it is you want to do so it is hard to give a specific answer.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I don&#8217;t qute follow what you want to do.<br />
You can easily count the fields once the form has been posted with standard php code.<br />
If you want some sort of counter as the rows are added, you need to do a combination of php and JavaScript (could be done with just JavaScript but you specifically mention php).  In fact, if I remember rightly, the javascript code already has a built in counter for making arrays, so maybe you could use that to output it to the page.<br />
However, as I say, I don&#8217;t really understand exactly what it is you want to do so it is hard to give a specific answer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adding form fields via ajax with Mootools by tony</title>
		<link>http://blog.cbolson.com/adding-form-fields-via-ajax-with-mootools/comment-page-1/#comment-271</link>
		<dc:creator>tony</dc:creator>
		<pubDate>Sun, 11 Jul 2010 11:16:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cbolson.com/?p=149#comment-271</guid>
		<description>I Want to post form fields with php
how to get the count of dynamic rows with php ?</description>
		<content:encoded><![CDATA[<p>I Want to post form fields with php<br />
how to get the count of dynamic rows with php ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Elastic Multiple Select List by chris</title>
		<link>http://blog.cbolson.com/elastic-multiple-select-list/comment-page-1/#comment-270</link>
		<dc:creator>chris</dc:creator>
		<pubDate>Wed, 23 Jun 2010 06:02:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cbolson.com/?p=186#comment-270</guid>
		<description>Hi,
Can you share an url? otherwise it is going to be impossible to help you.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Can you share an url? otherwise it is going to be impossible to help you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Elastic Multiple Select List by chandra sekhar</title>
		<link>http://blog.cbolson.com/elastic-multiple-select-list/comment-page-1/#comment-269</link>
		<dc:creator>chandra sekhar</dc:creator>
		<pubDate>Wed, 23 Jun 2010 05:09:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cbolson.com/?p=186#comment-269</guid>
		<description>I am trying to use above code but I am getting js error as &quot;Class is undefined&quot;. can you help me how to run sample in my system. I am beginner in javascript.</description>
		<content:encoded><![CDATA[<p>I am trying to use above code but I am getting js error as &#8220;Class is undefined&#8221;. can you help me how to run sample in my system. I am beginner in javascript.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ajax Availability Calendar v3 released by chst</title>
		<link>http://blog.cbolson.com/ajax-availability-calendar-v3-released/comment-page-1/#comment-268</link>
		<dc:creator>chst</dc:creator>
		<pubDate>Sun, 13 Jun 2010 19:04:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cbolson.com/?p=257#comment-268</guid>
		<description>Great work, excelent callendar form! Best regards from Poland!</description>
		<content:encoded><![CDATA[<p>Great work, excelent callendar form! Best regards from Poland!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mootools Splash Screen by Chris</title>
		<link>http://blog.cbolson.com/mootools-splash-screen/comment-page-1/#comment-236</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Thu, 06 May 2010 15:53:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cbolson.com/?p=230#comment-236</guid>
		<description>Hi,
If you are able to detect when the movie has finished, I don&#039;t see why not.
You just need to call the public function closeSplash() once the video has ended.
However, I am not sure how you would be able to detect the end of the video...</description>
		<content:encoded><![CDATA[<p>Hi,<br />
If you are able to detect when the movie has finished, I don&#8217;t see why not.<br />
You just need to call the public function closeSplash() once the video has ended.<br />
However, I am not sure how you would be able to detect the end of the video&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mootools Splash Screen by jeremy</title>
		<link>http://blog.cbolson.com/mootools-splash-screen/comment-page-1/#comment-234</link>
		<dc:creator>jeremy</dc:creator>
		<pubDate>Thu, 06 May 2010 14:34:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cbolson.com/?p=230#comment-234</guid>
		<description>Is it possible to trigger the fade out x seconds after a video has played?</description>
		<content:encoded><![CDATA[<p>Is it possible to trigger the fade out x seconds after a video has played?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
