<?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 joshclarkson.net</title>
	<atom:link href="http://www.joshclarkson.net/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.joshclarkson.net/blog</link>
	<description>inventive computer programming, hacking, and gadgetry</description>
	<lastBuildDate>Tue, 29 Jun 2010 19:16:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>Comment on File Uploads in a Hidden iframe using jQuery by Asif Nawaz</title>
		<link>http://www.joshclarkson.net/blog/file-uploads-in-a-hidden-iframe-using-jquery/comment-page-1/#comment-7863</link>
		<dc:creator>Asif Nawaz</dc:creator>
		<pubDate>Tue, 29 Jun 2010 19:16:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.joshclarkson.net/blog/?p=90#comment-7863</guid>
		<description>Hi Josh, thanks for responding. I&#039;ve sent you an email with the code and the jsbin.com link.</description>
		<content:encoded><![CDATA[<p>Hi Josh, thanks for responding. I&#8217;ve sent you an email with the code and the jsbin.com link.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on File Uploads in a Hidden iframe using jQuery by Josh</title>
		<link>http://www.joshclarkson.net/blog/file-uploads-in-a-hidden-iframe-using-jquery/comment-page-1/#comment-7862</link>
		<dc:creator>Josh</dc:creator>
		<pubDate>Tue, 29 Jun 2010 15:21:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.joshclarkson.net/blog/?p=90#comment-7862</guid>
		<description>@Asif I&#039;d need to see your code to help out I think.  Could you post your source to jsbin.com or something?</description>
		<content:encoded><![CDATA[<p>@Asif I&#8217;d need to see your code to help out I think.  Could you post your source to jsbin.com or something?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on File Uploads in a Hidden iframe using jQuery by Asif Nawaz</title>
		<link>http://www.joshclarkson.net/blog/file-uploads-in-a-hidden-iframe-using-jquery/comment-page-1/#comment-7861</link>
		<dc:creator>Asif Nawaz</dc:creator>
		<pubDate>Tue, 29 Jun 2010 14:09:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.joshclarkson.net/blog/?p=90#comment-7861</guid>
		<description>Thanks, Josh. This is great stuff. I&#039;m trying to get the script to accomplish something different, but am not hvaing much luck. I don&#039;t really want to load the results of upload.php in the iframe. I want to load them into another div on the page. How would I go by hiding the iframe and displaying the results of upload.phghp in a div, say, called upload_message. I&#039;ve been able to hide the div using .hide() but then the results don&#039;t show up right in the div.

Thanks.</description>
		<content:encoded><![CDATA[<p>Thanks, Josh. This is great stuff. I&#8217;m trying to get the script to accomplish something different, but am not hvaing much luck. I don&#8217;t really want to load the results of upload.php in the iframe. I want to load them into another div on the page. How would I go by hiding the iframe and displaying the results of upload.phghp in a div, say, called upload_message. I&#8217;ve been able to hide the div using .hide() but then the results don&#8217;t show up right in the div.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on File Uploads in a Hidden iframe using jQuery by Proud Pixel</title>
		<link>http://www.joshclarkson.net/blog/file-uploads-in-a-hidden-iframe-using-jquery/comment-page-1/#comment-7860</link>
		<dc:creator>Proud Pixel</dc:creator>
		<pubDate>Mon, 21 Jun 2010 04:52:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.joshclarkson.net/blog/?p=90#comment-7860</guid>
		<description>@andy

target is depreciated in Strict only, you can use target in Transitional.</description>
		<content:encoded><![CDATA[<p>@andy</p>
<p>target is depreciated in Strict only, you can use target in Transitional.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Power of Regular Expressions by Writing and Regular Expressions &#124; joshclarkson.net</title>
		<link>http://www.joshclarkson.net/blog/the-power-of-regular-expressions/comment-page-1/#comment-7858</link>
		<dc:creator>Writing and Regular Expressions &#124; joshclarkson.net</dc:creator>
		<pubDate>Fri, 11 Jun 2010 17:53:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.joshclarkson.net/blog/the-power-of-regular-expressions/#comment-7858</guid>
		<description>[...] here goes. I recently worked on a regular expression to eliminate certain order lines in a label creation program and I thought I&#8217;d share it with [...]</description>
		<content:encoded><![CDATA[<p>[...] here goes. I recently worked on a regular expression to eliminate certain order lines in a label creation program and I thought I&#8217;d share it with [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on An Open Invitation to the Programming Profession by The Call to Creativity &#124; joshclarkson.net</title>
		<link>http://www.joshclarkson.net/blog/an-open-invitation-to-the-programming-profession/comment-page-1/#comment-7857</link>
		<dc:creator>The Call to Creativity &#124; joshclarkson.net</dc:creator>
		<pubDate>Sat, 05 Jun 2010 04:54:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.joshclarkson.net/blog/?p=141#comment-7857</guid>
		<description>[...] key to tedium-busting programming is the ability to find workable discreet steps. A summary of the problem you are trying to solve [...]</description>
		<content:encoded><![CDATA[<p>[...] key to tedium-busting programming is the ability to find workable discreet steps. A summary of the problem you are trying to solve [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on If it ain&#8217;t broke, make it better by The Call to Creativity &#124; joshclarkson.net</title>
		<link>http://www.joshclarkson.net/blog/if-it-aint-broke-make-it-better/comment-page-1/#comment-7856</link>
		<dc:creator>The Call to Creativity &#124; joshclarkson.net</dc:creator>
		<pubDate>Sat, 05 Jun 2010 04:52:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.joshclarkson.net/blog/?p=10#comment-7856</guid>
		<description>[...] horrible UI implementations were because some designer didn&#8217;t ask if his improvement would be beneficial to a process, but just added it because it was another bell or whistle? For all your work you could be making [...]</description>
		<content:encoded><![CDATA[<p>[...] horrible UI implementations were because some designer didn&#8217;t ask if his improvement would be beneficial to a process, but just added it because it was another bell or whistle? For all your work you could be making [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on File Uploads in a Hidden iframe using jQuery by karim</title>
		<link>http://www.joshclarkson.net/blog/file-uploads-in-a-hidden-iframe-using-jquery/comment-page-1/#comment-7855</link>
		<dc:creator>karim</dc:creator>
		<pubDate>Fri, 04 Jun 2010 06:52:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.joshclarkson.net/blog/?p=90#comment-7855</guid>
		<description>Great job very understandable keep up. thanks</description>
		<content:encoded><![CDATA[<p>Great job very understandable keep up. thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on About by Daniel</title>
		<link>http://www.joshclarkson.net/blog/about/comment-page-1/#comment-7853</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Wed, 12 May 2010 15:14:52 +0000</pubDate>
		<guid isPermaLink="false">#comment-7853</guid>
		<description>Thanks Josh!

I will check those links!

I just need a gps car device that can be able to send data via internet or sms.

Thanks again!</description>
		<content:encoded><![CDATA[<p>Thanks Josh!</p>
<p>I will check those links!</p>
<p>I just need a gps car device that can be able to send data via internet or sms.</p>
<p>Thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on About by Josh</title>
		<link>http://www.joshclarkson.net/blog/about/comment-page-1/#comment-7852</link>
		<dc:creator>Josh</dc:creator>
		<pubDate>Wed, 12 May 2010 02:33:45 +0000</pubDate>
		<guid isPermaLink="false">#comment-7852</guid>
		<description>Yes the GenX devices use a GSM data connection to send the data to your server on a socket.  However they are probably not open enough for what you want, and they are pretty spendy maybe around $300.  Maybe you&#039;re looking for something like the &lt;a href=&quot;http://www.mobilegpsonline.com/gpstrimtrac.htm&quot; rel=&quot;nofollow&quot;&gt;Trimble TrimTrack Locator&lt;/a&gt;  See these recommendations on &lt;a href=&quot;http://stackoverflow.com/questions/986397/cheap-programmable-gps-devices&quot; rel=&quot;nofollow&quot;&gt;stackoverflow&lt;/a&gt;...</description>
		<content:encoded><![CDATA[<p>Yes the GenX devices use a GSM data connection to send the data to your server on a socket.  However they are probably not open enough for what you want, and they are pretty spendy maybe around $300.  Maybe you&#8217;re looking for something like the <a href="http://www.mobilegpsonline.com/gpstrimtrac.htm" rel="nofollow">Trimble TrimTrack Locator</a>  See these recommendations on <a href="http://stackoverflow.com/questions/986397/cheap-programmable-gps-devices" rel="nofollow">stackoverflow</a>&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
