<?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 Ben Lonchar Professional Web Developer &amp; Consultant</title>
	<atom:link href="http://benlonchar.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://benlonchar.com</link>
	<description>Ben Lonchar Professional Connecticut Web Developer &#38; Consultant</description>
	<lastBuildDate>Sun, 26 Feb 2012 02:39:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Quick Tip &#8211; Jquery edit-in-place with MySQL by Don Allen</title>
		<link>http://benlonchar.com/blog/quick-tip-jquery-edit-in-place/#comment-1136</link>
		<dc:creator>Don Allen</dc:creator>
		<pubDate>Sun, 26 Feb 2012 02:39:11 +0000</pubDate>
		<guid isPermaLink="false">http://benlonchar.com/?p=54#comment-1136</guid>
		<description>Great tip!  Any way to change the size of the text box?</description>
		<content:encoded><![CDATA[<p>Great tip!  Any way to change the size of the text box?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Quick Tip &#8211; Jquery edit-in-place with MySQL by Jordan</title>
		<link>http://benlonchar.com/blog/quick-tip-jquery-edit-in-place/#comment-1128</link>
		<dc:creator>Jordan</dc:creator>
		<pubDate>Mon, 06 Feb 2012 23:54:16 +0000</pubDate>
		<guid isPermaLink="false">http://benlonchar.com/?p=54#comment-1128</guid>
		<description>AHHH!! I got it.. nevermind :P</description>
		<content:encoded><![CDATA[<p>AHHH!! I got it.. nevermind <img src='http://benlonchar.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Quick Tip &#8211; Jquery edit-in-place with MySQL by Jordan</title>
		<link>http://benlonchar.com/blog/quick-tip-jquery-edit-in-place/#comment-1127</link>
		<dc:creator>Jordan</dc:creator>
		<pubDate>Mon, 06 Feb 2012 23:45:16 +0000</pubDate>
		<guid isPermaLink="false">http://benlonchar.com/?p=54#comment-1127</guid>
		<description>How come I can&#039;t, for the life of me, get this to work?!

It either doesn&#039;t work at all or I get an error like this.. 
&lt;code&gt;You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near &lt;/code&gt;

Any help?</description>
		<content:encoded><![CDATA[<p>How come I can&#8217;t, for the life of me, get this to work?!</p>
<p>It either doesn&#8217;t work at all or I get an error like this..<br />
<code>You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near </code></p>
<p>Any help?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Quick Tip &#8211; Jquery edit-in-place with MySQL by Fstarocka</title>
		<link>http://benlonchar.com/blog/quick-tip-jquery-edit-in-place/#comment-1114</link>
		<dc:creator>Fstarocka</dc:creator>
		<pubDate>Sat, 21 Jan 2012 12:10:19 +0000</pubDate>
		<guid isPermaLink="false">http://benlonchar.com/?p=54#comment-1114</guid>
		<description>Fantastic - this is the best most simple and uncluttered example ive come across. Ive reviewed about ten others all day and got this going with my own db in minutes. absolutely fantastic! Im an ajax newb - any idea how to add a nice small text save &#124; cancel next to text field? or should i cutomise the show buttons somehow? with that this makes the best free inline editing start point ive come across - 

5 stars!</description>
		<content:encoded><![CDATA[<p>Fantastic &#8211; this is the best most simple and uncluttered example ive come across. Ive reviewed about ten others all day and got this going with my own db in minutes. absolutely fantastic! Im an ajax newb &#8211; any idea how to add a nice small text save | cancel next to text field? or should i cutomise the show buttons somehow? with that this makes the best free inline editing start point ive come across &#8211; </p>
<p>5 stars!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Quick Tip &#8211; Jquery edit-in-place with MySQL by Pablo</title>
		<link>http://benlonchar.com/blog/quick-tip-jquery-edit-in-place/#comment-1090</link>
		<dc:creator>Pablo</dc:creator>
		<pubDate>Thu, 01 Dec 2011 02:17:50 +0000</pubDate>
		<guid isPermaLink="false">http://benlonchar.com/?p=54#comment-1090</guid>
		<description>Really cool Ben! Very useful code! Thanks!</description>
		<content:encoded><![CDATA[<p>Really cool Ben! Very useful code! Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Quick Tip &#8211; Jquery edit-in-place with MySQL by Ben</title>
		<link>http://benlonchar.com/blog/quick-tip-jquery-edit-in-place/#comment-1087</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Wed, 23 Nov 2011 08:31:28 +0000</pubDate>
		<guid isPermaLink="false">http://benlonchar.com/?p=54#comment-1087</guid>
		<description>Yup! I actually use this a lot in tables where every value needs to be editable.  Just make sure you have the elements id and they are all unique. It will then update the element in the specified table by it&#039;s id.  Let me know if you have any other questions, thanks for reading! 

-Ben Lonchar</description>
		<content:encoded><![CDATA[<p>Yup! I actually use this a lot in tables where every value needs to be editable.  Just make sure you have the elements id and they are all unique. It will then update the element in the specified table by it&#8217;s id.  Let me know if you have any other questions, thanks for reading! </p>
<p>-Ben Lonchar</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Quick Tip &#8211; Jquery edit-in-place with MySQL by Richard</title>
		<link>http://benlonchar.com/blog/quick-tip-jquery-edit-in-place/#comment-1086</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Wed, 23 Nov 2011 07:59:14 +0000</pubDate>
		<guid isPermaLink="false">http://benlonchar.com/?p=54#comment-1086</guid>
		<description>Does this allow for multiple instances on the one page (e.g. each text in a form) ?</description>
		<content:encoded><![CDATA[<p>Does this allow for multiple instances on the one page (e.g. each text in a form) ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Quick Tip &#8211; Jquery edit-in-place with MySQL by Ben</title>
		<link>http://benlonchar.com/blog/quick-tip-jquery-edit-in-place/#comment-841</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Tue, 11 Oct 2011 22:26:00 +0000</pubDate>
		<guid isPermaLink="false">http://benlonchar.com/?p=54#comment-841</guid>
		<description>Hey thanks for reading. Im glad you found the solution to your problem. Let me know if you have any other questions.

-Ben Lonchar</description>
		<content:encoded><![CDATA[<p>Hey thanks for reading. Im glad you found the solution to your problem. Let me know if you have any other questions.</p>
<p>-Ben Lonchar</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Quick Tip &#8211; Jquery edit-in-place with MySQL by Bill Masters</title>
		<link>http://benlonchar.com/blog/quick-tip-jquery-edit-in-place/#comment-837</link>
		<dc:creator>Bill Masters</dc:creator>
		<pubDate>Mon, 10 Oct 2011 21:20:37 +0000</pubDate>
		<guid isPermaLink="false">http://benlonchar.com/?p=54#comment-837</guid>
		<description>Nevermind!  I was using demo.js instead of the edit.js.  The edit.js won&#039;t work with the demo that Google provides but works great with your alterations.  Thankyou for sharing your code!  I&#039;ve been pulling my hair out for 2 days trying to find something that worked :)</description>
		<content:encoded><![CDATA[<p>Nevermind!  I was using demo.js instead of the edit.js.  The edit.js won&#8217;t work with the demo that Google provides but works great with your alterations.  Thankyou for sharing your code!  I&#8217;ve been pulling my hair out for 2 days trying to find something that worked <img src='http://benlonchar.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Quick Tip &#8211; Jquery edit-in-place with MySQL by Bill Masters</title>
		<link>http://benlonchar.com/blog/quick-tip-jquery-edit-in-place/#comment-836</link>
		<dc:creator>Bill Masters</dc:creator>
		<pubDate>Mon, 10 Oct 2011 21:13:43 +0000</pubDate>
		<guid isPermaLink="false">http://benlonchar.com/?p=54#comment-836</guid>
		<description>I&#039;m trying to get your trick to work but the problem I&#039;m having is that with the current jquery-in-place-editor they need the ID to be &quot;editme1&quot;.  If I put &quot;editme1&quot; in the class the script doesn&#039;t work.  How did you get around this?</description>
		<content:encoded><![CDATA[<p>I&#8217;m trying to get your trick to work but the problem I&#8217;m having is that with the current jquery-in-place-editor they need the ID to be &#8220;editme1&#8243;.  If I put &#8220;editme1&#8243; in the class the script doesn&#8217;t work.  How did you get around this?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

