<?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>blog : my thoughts, scripts, events and comments....</description>
	<lastBuildDate>Sat, 21 Jan 2012 11:09:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<item>
		<title>Comment on Mootools Splash Screen by Chris</title>
		<link>http://blog.cbolson.com/mootools-splash-screen/comment-page-1/#comment-503</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Sat, 21 Jan 2012 11:09:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cbolson.com/?p=230#comment-503</guid>
		<description>Hi,
I&#039;m afraid that I don&#039;t work with Wordpress so I am not able to help you with how to implement this within Wordpress.
Sorry :(

Chris</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I&#8217;m afraid that I don&#8217;t work with WordPress so I am not able to help you with how to implement this within WordPress.<br />
Sorry <img src='http://blog.cbolson.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>Chris</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mootools Splash Screen by tyler</title>
		<link>http://blog.cbolson.com/mootools-splash-screen/comment-page-1/#comment-502</link>
		<dc:creator>tyler</dc:creator>
		<pubDate>Sat, 21 Jan 2012 05:50:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cbolson.com/?p=230#comment-502</guid>
		<description>Hello Chris, 

This could is what I am looking for ... would you help me to know where to put this code in a wordpress site.

Did you ever make this a plugin?</description>
		<content:encoded><![CDATA[<p>Hello Chris, </p>
<p>This could is what I am looking for &#8230; would you help me to know where to put this code in a wordpress site.</p>
<p>Did you ever make this a plugin?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ajax Availability Calendar v3 released by Wolfgang</title>
		<link>http://blog.cbolson.com/ajax-availability-calendar-v3-released/comment-page-1/#comment-501</link>
		<dc:creator>Wolfgang</dc:creator>
		<pubDate>Thu, 19 Jan 2012 12:34:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cbolson.com/?p=257#comment-501</guid>
		<description>Thanks Chris!!! I have not found a better calendar ..</description>
		<content:encoded><![CDATA[<p>Thanks Chris!!! I have not found a better calendar ..</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on mooSelect &#8211; convert a select list into a sliding checkbox list by Rich</title>
		<link>http://blog.cbolson.com/mooselect-select-list-2-sliding-checkbox-list/comment-page-1/#comment-493</link>
		<dc:creator>Rich</dc:creator>
		<pubDate>Mon, 07 Nov 2011 16:02:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cbolson.com/?p=168#comment-493</guid>
		<description>Great piece of code.  I will definitely be able to use this.... thanks!</description>
		<content:encoded><![CDATA[<p>Great piece of code.  I will definitely be able to use this&#8230;. thanks!</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-474</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Sat, 19 Mar 2011 09:29:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cbolson.com/?p=149#comment-474</guid>
		<description>Hi,
Could you give a bit more detail regarding your issue?
The first thing to check is that your are sending the &quot;type&quot; correctly.

Chris</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Could you give a bit more detail regarding your issue?<br />
The first thing to check is that your are sending the &#8220;type&#8221; correctly.</p>
<p>Chris</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adding form fields via ajax with Mootools by Harley</title>
		<link>http://blog.cbolson.com/adding-form-fields-via-ajax-with-mootools/comment-page-1/#comment-470</link>
		<dc:creator>Harley</dc:creator>
		<pubDate>Tue, 15 Mar 2011 22:55:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cbolson.com/?p=149#comment-470</guid>
		<description>Hmmm - what am I missing here - it&#039;s not printing the form elements

&lt;code&gt;&lt;?php

// check we have data
if(!isset($_GET[&quot;field_name&quot;])) die(&quot;error with data&quot;);
if(!isset($_GET[&quot;type&quot;]))        die(&quot;Error with data&quot;);

// define vars (should do more checking here)
$field_name    =    $_GET[&quot;field_name&quot;];
$form_type    =    $_GET[&quot;type&quot;];
$num        =    $_GET[&quot;num&quot;];

switch($form_type){
 case &quot;item&quot;:
 echo &#039;
 
 
 Table &#039;.$num.&#039;
 Image
 
 
 
 Title
 
 
 
 Color
 
 
 White
 Red
 Blue
 Yellow
 
 
 
 
 Description
 
 
 
 &#039;;
 break;
 default:
 echo &quot;nothing doing, sorry&quot;;
 break;
}


?&gt;&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Hmmm &#8211; what am I missing here &#8211; it&#8217;s not printing the form elements</p>
<p><code>&lt;?php</p>
<p>// check we have data<br />
if(!isset($_GET[&quot;field_name&quot;])) die(&quot;error with data&quot;);<br />
if(!isset($_GET[&quot;type&quot;]))        die(&quot;Error with data&quot;);</p>
<p>// define vars (should do more checking here)<br />
$field_name    =    $_GET[&quot;field_name&quot;];<br />
$form_type    =    $_GET[&quot;type&quot;];<br />
$num        =    $_GET[&quot;num&quot;];</p>
<p>switch($form_type){<br />
 case &quot;item&quot;:<br />
 echo &#039;</p>
<p> Table '.$num.'<br />
 Image</p>
<p> Title</p>
<p> Color</p>
<p> White<br />
 Red<br />
 Blue<br />
 Yellow</p>
<p> Description</p>
<p> ';<br />
 break;<br />
 default:<br />
 echo "nothing doing, sorry";<br />
 break;<br />
}</p>
<p>?&gt;</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ajax Availability Calendar v3 released by Denis</title>
		<link>http://blog.cbolson.com/ajax-availability-calendar-v3-released/comment-page-1/#comment-468</link>
		<dc:creator>Denis</dc:creator>
		<pubDate>Sun, 13 Mar 2011 19:19:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cbolson.com/?p=257#comment-468</guid>
		<description>Thank you Chris! Best free calendar ever on the internet!!!!</description>
		<content:encoded><![CDATA[<p>Thank you Chris! Best free calendar ever on the internet!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mac Snow Leopard random freezing and Spotlight by Chris</title>
		<link>http://blog.cbolson.com/mac-snow-leopard-random-freezing-and-spotlight/comment-page-1/#comment-459</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Mon, 07 Mar 2011 20:14:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cbolson.com/?p=363#comment-459</guid>
		<description>Several days have now passed since I basically reset Spotlight and adjusted it&#039;s settings.
I have not had a single &quot;freeze&quot; since so this was definitely the problem.</description>
		<content:encoded><![CDATA[<p>Several days have now passed since I basically reset Spotlight and adjusted it&#8217;s settings.<br />
I have not had a single &#8220;freeze&#8221; since so this was definitely the problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mootools Splash Screen by Christian Sisson</title>
		<link>http://blog.cbolson.com/mootools-splash-screen/comment-page-1/#comment-454</link>
		<dc:creator>Christian Sisson</dc:creator>
		<pubDate>Fri, 31 Dec 2010 00:32:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cbolson.com/?p=230#comment-454</guid>
		<description>Thanks once again Chris :)</description>
		<content:encoded><![CDATA[<p>Thanks once again Chris <img src='http://blog.cbolson.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </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-453</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Wed, 29 Dec 2010 21:39:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cbolson.com/?p=230#comment-453</guid>
		<description>Hi, thanks for the comments.
This little script already has this ability built in.
The class option &quot;showOnce&quot; is designed specifically for this purpose.
In fact, in the class it defaults to &quot;true&quot; so infact you don&#039;t need do anything for the splash screen to work this way.

Note - I have deactivated it for the demo so that users can test it</description>
		<content:encoded><![CDATA[<p>Hi, thanks for the comments.<br />
This little script already has this ability built in.<br />
The class option &#8220;showOnce&#8221; is designed specifically for this purpose.<br />
In fact, in the class it defaults to &#8220;true&#8221; so infact you don&#8217;t need do anything for the splash screen to work this way.</p>
<p>Note &#8211; I have deactivated it for the demo so that users can test it</p>
]]></content:encoded>
	</item>
</channel>
</rss>

