<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
<channel>
	<title>Comments for Stickblog</title>
	
	<link>http://the-stickman.com</link>
	<description>Random developer notes</description>
	<lastBuildDate>Thu, 18 Jun 2009 09:48:04 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/StickblogComments" type="application/rss+xml" /><feedburner:browserFriendly>This is an XML content feed. It is intended to be viewed in a newsreader or syndicated to another site, subject to copyright and fair use.</feedburner:browserFriendly><item>
		<title>Comment on jQuery: Dropping items from a draggable list to a sortable list by Yann Dìnendal</title>
		<link>http://the-stickman.com/web-development/javascript/jquery-dropping-items-from-a-draggable-list-to-a-sortable-list/comment-page-1/#comment-1257</link>
		<dc:creator>Yann Dìnendal</dc:creator>
		<pubDate>Thu, 18 Jun 2009 09:48:04 +0000</pubDate>
		<guid isPermaLink="false">http://the-stickman.com/uncategorized/jquery-dropping-items-from-a-draggable-list-to-a-sortable-list/#comment-1257</guid>
		<description>Thanks! $('mySortable').sortable('refresh'); solved my problem!
I was trying to debug this for a few days... I didn't see any reason why I couldn't drop any draggable on my sortable if I didn't refresh first...
Is there a bug report on this?</description>
		<content:encoded><![CDATA[<p>Thanks! $(&#8217;mySortable&#8217;).sortable(&#8217;refresh&#8217;); solved my problem!<br />
I was trying to debug this for a few days&#8230; I didn&#8217;t see any reason why I couldn&#8217;t drop any draggable on my sortable if I didn&#8217;t refresh first&#8230;<br />
Is there a bug report on this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Upload multiple files with a single file element by Multiple Attachments in Rails ???rails????????</title>
		<link>http://the-stickman.com/web-development/javascript/upload-multiple-files-with-a-single-file-element/comment-page-10/#comment-1256</link>
		<dc:creator>Multiple Attachments in Rails ???rails????????</dc:creator>
		<pubDate>Thu, 18 Jun 2009 03:20:27 +0000</pubDate>
		<guid isPermaLink="false">http://the-stickman.com/?p=8#comment-1256</guid>
		<description>[...] of all, I found a nice little script by someone called Stickman after searching a bit on this. However, I found that I needed to make [...]</description>
		<content:encoded><![CDATA[<p>[...] of all, I found a nice little script by someone called Stickman after searching a bit on this. However, I found that I needed to make [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Upload multiple files with a single file element by David</title>
		<link>http://the-stickman.com/web-development/javascript/upload-multiple-files-with-a-single-file-element/comment-page-10/#comment-1253</link>
		<dc:creator>David</dc:creator>
		<pubDate>Wed, 17 Jun 2009 20:06:55 +0000</pubDate>
		<guid isPermaLink="false">http://the-stickman.com/?p=8#comment-1253</guid>
		<description>I apologize for being a newbie and I'm not sure if anyone else has had this trouble but I thought I'd ask. 

I downloaded the .zip file and installed code and script into my site and everything seems to work just fine. But when you click on the "Browse" button and select the file to upload, instead of listing the actual path of the file to upload (C:Documents and Settings\New Folder\My File) it displays C:\fakepath\My File.

It also lists it like this for me when I use the sample on this page.

Any ideas how I screwed this up?

Any help is greatly appreciated.

Dave</description>
		<content:encoded><![CDATA[<p>I apologize for being a newbie and I&#8217;m not sure if anyone else has had this trouble but I thought I&#8217;d ask. </p>
<p>I downloaded the .zip file and installed code and script into my site and everything seems to work just fine. But when you click on the &#8220;Browse&#8221; button and select the file to upload, instead of listing the actual path of the file to upload (C:Documents and Settings\New Folder\My File) it displays C:\fakepath\My File.</p>
<p>It also lists it like this for me when I use the sample on this page.</p>
<p>Any ideas how I screwed this up?</p>
<p>Any help is greatly appreciated.</p>
<p>Dave</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MySQL UPDATE with SELECT on the same table in the same query by Bruno Ng</title>
		<link>http://the-stickman.com/uncategorized/mysql-update-with-select-on-the-same-table-in-the-same-query/comment-page-1/#comment-1250</link>
		<dc:creator>Bruno Ng</dc:creator>
		<pubDate>Tue, 16 Jun 2009 15:31:59 +0000</pubDate>
		<guid isPermaLink="false">http://the-stickman.com/?p=194#comment-1250</guid>
		<description>Here's the simplified version :
UPDATE my_table t, (SELECT MAX(my_value) + 1 AS selected_value FROM my_table) AS t2 SET t.my_value = t2.selected_value WHERE t.id = 123;</description>
		<content:encoded><![CDATA[<p>Here&#8217;s the simplified version :<br />
UPDATE my_table t, (SELECT MAX(my_value) + 1 AS selected_value FROM my_table) AS t2 SET t.my_value = t2.selected_value WHERE t.id = 123;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Multiple file uploader: Mootools 1.2 version by J Junker</title>
		<link>http://the-stickman.com/web-development/javascript/multiple-file-uploader-mootools-12-version/comment-page-1/#comment-1240</link>
		<dc:creator>J Junker</dc:creator>
		<pubDate>Wed, 10 Jun 2009 00:46:51 +0000</pubDate>
		<guid isPermaLink="false">http://the-stickman.com/uncategorized/multiple-file-uploader-mootools-12-version/#comment-1240</guid>
		<description>I have not tried the MooTools version of this, but probably the problem is the same... When the input-element gets disabled on Safari 3.2 it is greyed out, but you still can add files by dropping them with the mouse onto the upload area :-( 

Hence there is no control over the number of files in the queue.

Cheers</description>
		<content:encoded><![CDATA[<p>I have not tried the MooTools version of this, but probably the problem is the same&#8230; When the input-element gets disabled on Safari 3.2 it is greyed out, but you still can add files by dropping them with the mouse onto the upload area <img src='http://the-stickman.com/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' />  </p>
<p>Hence there is no control over the number of files in the queue.</p>
<p>Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MooTools 1.2 Asset.css onload problem, and fix by Gary Hussey</title>
		<link>http://the-stickman.com/web-development/javascript/mootools-12-assetcss-onload-problem-and-fix/comment-page-1/#comment-1230</link>
		<dc:creator>Gary Hussey</dc:creator>
		<pubDate>Wed, 03 Jun 2009 20:32:46 +0000</pubDate>
		<guid isPermaLink="false">http://the-stickman.com/web-development/javascript/mootools-12-assetcss-onload-problem-and-fix/#comment-1230</guid>
		<description>thanks for the forwayd momentum on this one.</description>
		<content:encoded><![CDATA[<p>thanks for the forwayd momentum on this one.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MySQL UPDATE with SELECT on the same table in the same query by Vighnesh</title>
		<link>http://the-stickman.com/uncategorized/mysql-update-with-select-on-the-same-table-in-the-same-query/comment-page-1/#comment-1223</link>
		<dc:creator>Vighnesh</dc:creator>
		<pubDate>Fri, 29 May 2009 09:39:48 +0000</pubDate>
		<guid isPermaLink="false">http://the-stickman.com/?p=194#comment-1223</guid>
		<description>Thanks this helped me. I needed same sort of solution.</description>
		<content:encoded><![CDATA[<p>Thanks this helped me. I needed same sort of solution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Finding selection start and end position in a textarea, in Internet Explorer by MeltingIce</title>
		<link>http://the-stickman.com/web-development/javascript/finding-selection-cursor-position-in-a-textarea-in-internet-explorer/comment-page-1/#comment-1219</link>
		<dc:creator>MeltingIce</dc:creator>
		<pubDate>Tue, 26 May 2009 08:55:32 +0000</pubDate>
		<guid isPermaLink="false">http://the-stickman.com/uncategorized/finding-selection-cursor-position-in-a-textarea-in-internet-explorer/#comment-1219</guid>
		<description>Just wanted to say THANK YOU SO MUCH.  It's almost 5am and I was about to go officially insane when I finally found this post and it saved me from breaking the closest thing within my reach XD

Works beautifully for me!</description>
		<content:encoded><![CDATA[<p>Just wanted to say THANK YOU SO MUCH.  It&#8217;s almost 5am and I was about to go officially insane when I finally found this post and it saved me from breaking the closest thing within my reach XD</p>
<p>Works beautifully for me!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP and cURL: Disabling 100-continue header by PHP and cURL: Disabling 100-continue header | Stickblog</title>
		<link>http://the-stickman.com/web-development/php-and-curl-disabling-100-continue-header/comment-page-1/#comment-1213</link>
		<dc:creator>PHP and cURL: Disabling 100-continue header | Stickblog</dc:creator>
		<pubDate>Sat, 23 May 2009 12:59:38 +0000</pubDate>
		<guid isPermaLink="false">http://the-stickman.com/web-development/test/#comment-1213</guid>
		<description>[...] this article: PHP and cURL: Disabling 100-continue header | Stickblog   Share and [...]</description>
		<content:encoded><![CDATA[<p>[...] this article: PHP and cURL: Disabling 100-continue header | Stickblog   Share and [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Finding selection start and end position in a textarea, in Internet Explorer by Colin</title>
		<link>http://the-stickman.com/web-development/javascript/finding-selection-cursor-position-in-a-textarea-in-internet-explorer/comment-page-1/#comment-1212</link>
		<dc:creator>Colin</dc:creator>
		<pubDate>Fri, 22 May 2009 20:59:47 +0000</pubDate>
		<guid isPermaLink="false">http://the-stickman.com/uncategorized/finding-selection-cursor-position-in-a-textarea-in-internet-explorer/#comment-1212</guid>
		<description>Curious, how would one do the opposite - set the caret position?</description>
		<content:encoded><![CDATA[<p>Curious, how would one do the opposite &#8211; set the caret position?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
