<?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 Levy Carneiro</title>
	<atom:link href="http://levycarneiro.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://levycarneiro.com</link>
	<description>Ruby, Rails, RSpec, BDD, Git, Scaling, REST, CSS</description>
	<pubDate>Tue, 07 Sep 2010 03:53:05 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Tag it! Tag suggestions, editor and autocomplete in a jQuery UI plugin by Mazil</title>
		<link>http://levycarneiro.com/2010/03/tag-it-tag-suggestions-editor-and-autocomplete-in-a-jquery-ui-plugin/comment-page-1/#comment-208</link>
		<dc:creator>Mazil</dc:creator>
		<pubDate>Fri, 09 Jul 2010 02:20:55 +0000</pubDate>
		<guid isPermaLink="false">http://levycarneiro.com/?p=240#comment-208</guid>
		<description>How to use multiple tag it fields on the same page...

(Line 19)
Change:     tag_input = el.children(".tagit-new").children(".tagit-input");
To:             var tag_input = el.children(".tagit-new").children(".tagit-input");

Then change all references to "this.tag_input" to "tag_input".</description>
		<content:encoded><![CDATA[<p>How to use multiple tag it fields on the same page&#8230;</p>
<p>(Line 19)<br />
Change:     tag_input = el.children(&#8221;.tagit-new&#8221;).children(&#8221;.tagit-input&#8221;);<br />
To:             var tag_input = el.children(&#8221;.tagit-new&#8221;).children(&#8221;.tagit-input&#8221;);</p>
<p>Then change all references to &#8220;this.tag_input&#8221; to &#8220;tag_input&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Tag it! Tag suggestions, editor and autocomplete in a jQuery UI plugin by Adam</title>
		<link>http://levycarneiro.com/2010/03/tag-it-tag-suggestions-editor-and-autocomplete-in-a-jquery-ui-plugin/comment-page-1/#comment-207</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Wed, 07 Jul 2010 03:21:08 +0000</pubDate>
		<guid isPermaLink="false">http://levycarneiro.com/?p=240#comment-207</guid>
		<description>Bulan you are the man!</description>
		<content:encoded><![CDATA[<p>Bulan you are the man!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Tag it! Tag suggestions, editor and autocomplete in a jQuery UI plugin by saric</title>
		<link>http://levycarneiro.com/2010/03/tag-it-tag-suggestions-editor-and-autocomplete-in-a-jquery-ui-plugin/comment-page-1/#comment-206</link>
		<dc:creator>saric</dc:creator>
		<pubDate>Tue, 29 Jun 2010 14:42:40 +0000</pubDate>
		<guid isPermaLink="false">http://levycarneiro.com/?p=240#comment-206</guid>
		<description>Hi there,
the plugin looks very good. Is there a possibility to use tagit! plugin for tags, which are stored in DB (using Ajax).

Thanks in advance for answers.</description>
		<content:encoded><![CDATA[<p>Hi there,<br />
the plugin looks very good. Is there a possibility to use tagit! plugin for tags, which are stored in DB (using Ajax).</p>
<p>Thanks in advance for answers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Tag it! Tag suggestions, editor and autocomplete in a jQuery UI plugin by chris</title>
		<link>http://levycarneiro.com/2010/03/tag-it-tag-suggestions-editor-and-autocomplete-in-a-jquery-ui-plugin/comment-page-1/#comment-205</link>
		<dc:creator>chris</dc:creator>
		<pubDate>Sat, 26 Jun 2010 07:45:04 +0000</pubDate>
		<guid isPermaLink="false">http://levycarneiro.com/?p=240#comment-205</guid>
		<description>Changing...

function split(val) {
			return val.split(/,\s*/);
		}
		
		function extractLast(term) {
			return split(term).pop();
		}
		
		tag_input.autocomplete({
			source: function(request, response) {
				$.getJSON("search.php", {
					term: extractLast(request.term)
				}, response);
			},

And works great for my needs ;) thx alot</description>
		<content:encoded><![CDATA[<p>Changing&#8230;</p>
<p>function split(val) {<br />
			return val.split(/,\s*/);<br />
		}</p>
<p>		function extractLast(term) {<br />
			return split(term).pop();<br />
		}</p>
<p>		tag_input.autocomplete({<br />
			source: function(request, response) {<br />
				$.getJSON(&#8221;search.php&#8221;, {<br />
					term: extractLast(request.term)<br />
				}, response);<br />
			},</p>
<p>And works great for my needs <img src='http://levycarneiro.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> thx alot</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Tag it! Tag suggestions, editor and autocomplete in a jQuery UI plugin by peppe</title>
		<link>http://levycarneiro.com/2010/03/tag-it-tag-suggestions-editor-and-autocomplete-in-a-jquery-ui-plugin/comment-page-1/#comment-203</link>
		<dc:creator>peppe</dc:creator>
		<pubDate>Mon, 14 Jun 2010 01:48:17 +0000</pubDate>
		<guid isPermaLink="false">http://levycarneiro.com/?p=240#comment-203</guid>
		<description>if i want to add 1000 tags, can i open the list from an external file like txt without include in the javascript all the tags?
sorry for my english</description>
		<content:encoded><![CDATA[<p>if i want to add 1000 tags, can i open the list from an external file like txt without include in the javascript all the tags?<br />
sorry for my english</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Tag it! Tag suggestions, editor and autocomplete in a jQuery UI plugin by Raphaël</title>
		<link>http://levycarneiro.com/2010/03/tag-it-tag-suggestions-editor-and-autocomplete-in-a-jquery-ui-plugin/comment-page-1/#comment-202</link>
		<dc:creator>Raphaël</dc:creator>
		<pubDate>Sat, 05 Jun 2010 19:46:42 +0000</pubDate>
		<guid isPermaLink="false">http://levycarneiro.com/?p=240#comment-202</guid>
		<description>Hi,

I tried to put 2 inputs, but there is some bug. The last input is always focus when I click on other input.

Try this :
Tags


Tags


JS :
$("#mytags").tagit({
			availableTags: ["c++", "java", "php", "coldfusion", "javascript", "asp", "ruby", "python", "c", "scala", "groovy", "haskell", "perl"],
			values: ["tag2"]
		});

$("#mytags2").tagit({
			availableTags: ["c++", "java", "php", "coldfusion", "javascript", "asp", "ruby", "python", "c", "scala", "groovy", "haskell", "perl"],
			values: ["tag2"]
		});


I think the problem is near from :
// add the tagit CSS class.
		el.addClass("tagit");

		// create the input field.
		var html_input_field = "\n";
		el.html (html_input_field);

		tag_input		= el.children(".tagit-new").children(".tagit-input");


but I'm not an expert in JS.

Someone could help me plz ?

Thanks</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I tried to put 2 inputs, but there is some bug. The last input is always focus when I click on other input.</p>
<p>Try this :<br />
Tags</p>
<p>Tags</p>
<p>JS :<br />
$(&#8221;#mytags&#8221;).tagit({<br />
			availableTags: ["c++", "java", "php", "coldfusion", "javascript", "asp", "ruby", "python", "c", "scala", "groovy", "haskell", "perl"],<br />
			values: ["tag2"]<br />
		});</p>
<p>$(&#8221;#mytags2&#8243;).tagit({<br />
			availableTags: ["c++", "java", "php", "coldfusion", "javascript", "asp", "ruby", "python", "c", "scala", "groovy", "haskell", "perl"],<br />
			values: ["tag2"]<br />
		});</p>
<p>I think the problem is near from :<br />
// add the tagit CSS class.<br />
		el.addClass(&#8221;tagit&#8221;);</p>
<p>		// create the input field.<br />
		var html_input_field = &#8220;\n&#8221;;<br />
		el.html (html_input_field);</p>
<p>		tag_input		= el.children(&#8221;.tagit-new&#8221;).children(&#8221;.tagit-input&#8221;);</p>
<p>but I&#8217;m not an expert in JS.</p>
<p>Someone could help me plz ?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Tag it! Tag suggestions, editor and autocomplete in a jQuery UI plugin by Rich Allen</title>
		<link>http://levycarneiro.com/2010/03/tag-it-tag-suggestions-editor-and-autocomplete-in-a-jquery-ui-plugin/comment-page-1/#comment-201</link>
		<dc:creator>Rich Allen</dc:creator>
		<pubDate>Wed, 02 Jun 2010 16:40:20 +0000</pubDate>
		<guid isPermaLink="false">http://levycarneiro.com/?p=240#comment-201</guid>
		<description>I'm trying to work to fast here and missing simple things. Haha fixed so ignore my dumb questions and thanks again for the plugin!</description>
		<content:encoded><![CDATA[<p>I&#8217;m trying to work to fast here and missing simple things. Haha fixed so ignore my dumb questions and thanks again for the plugin!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Tag it! Tag suggestions, editor and autocomplete in a jQuery UI plugin by Rich Allen</title>
		<link>http://levycarneiro.com/2010/03/tag-it-tag-suggestions-editor-and-autocomplete-in-a-jquery-ui-plugin/comment-page-1/#comment-200</link>
		<dc:creator>Rich Allen</dc:creator>
		<pubDate>Wed, 02 Jun 2010 16:29:22 +0000</pubDate>
		<guid isPermaLink="false">http://levycarneiro.com/?p=240#comment-200</guid>
		<description>Sorry about the bad post! didn't realize that it would take the html tag and try to use them. I put it up in pastebin for review =) http://pastebin.com/Kqv96y3Q</description>
		<content:encoded><![CDATA[<p>Sorry about the bad post! didn&#8217;t realize that it would take the html tag and try to use them. I put it up in pastebin for review =) <a href="http://pastebin.com/Kqv96y3Q" rel="nofollow">http://pastebin.com/Kqv96y3Q</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Tag it! Tag suggestions, editor and autocomplete in a jQuery UI plugin by Rich Allen</title>
		<link>http://levycarneiro.com/2010/03/tag-it-tag-suggestions-editor-and-autocomplete-in-a-jquery-ui-plugin/comment-page-1/#comment-199</link>
		<dc:creator>Rich Allen</dc:creator>
		<pubDate>Wed, 02 Jun 2010 16:26:22 +0000</pubDate>
		<guid isPermaLink="false">http://levycarneiro.com/?p=240#comment-199</guid>
		<description>Was searching for somthing like this and this looks perfect, great job but I have a question about implementation. the auto complete is working but in my implementation instead of creating new tags inside the box, I get a new line each time (screen shot: http://img2.pict.com/fe/79/04/3594365/0/1275495856.jpg). Is this css or have I implemented it incorrectly:

 
	$(document).ready(function(){
		$("#tags").tagit({
			availableTags: ["fish", "turtles", "janurary jones", "ocean"]
		});
	});

..
..
..
Tags: </description>
		<content:encoded><![CDATA[<p>Was searching for somthing like this and this looks perfect, great job but I have a question about implementation. the auto complete is working but in my implementation instead of creating new tags inside the box, I get a new line each time (screen shot: <a href="http://img2.pict.com/fe/79/04/3594365/0/1275495856.jpg" rel="nofollow">http://img2.pict.com/fe/79/04/3594365/0/1275495856.jpg</a>). Is this css or have I implemented it incorrectly:</p>
<p>	$(document).ready(function(){<br />
		$(&#8221;#tags&#8221;).tagit({<br />
			availableTags: ["fish", "turtles", "janurary jones", "ocean"]<br />
		});<br />
	});</p>
<p>..<br />
..<br />
..<br />
Tags:</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Tag it! Tag suggestions, editor and autocomplete in a jQuery UI plugin by Stefano</title>
		<link>http://levycarneiro.com/2010/03/tag-it-tag-suggestions-editor-and-autocomplete-in-a-jquery-ui-plugin/comment-page-1/#comment-198</link>
		<dc:creator>Stefano</dc:creator>
		<pubDate>Mon, 31 May 2010 11:59:41 +0000</pubDate>
		<guid isPermaLink="false">http://levycarneiro.com/?p=240#comment-198</guid>
		<description>Hi all, 
i'm testing the tag-it plugin ( congratulations, very very nice and useful). 

i've a question: i have a web form with tagit! and by php i send the choosen values to mysql. (the single tags are picked up by  the "insert.php" script and imploded into a string to the database). here everything goes well.

Then i have the necessity to re-open the form, pick up the saved tags to visualize them (explode the string of the db to a new array), and of course add new tags or delete a previous one.

i thought this could work, but nothing....

foreach ($array as $tags)
{
echo' '.$tags'.&lt;a&gt;x&lt;/a&gt;
'; 
}

also adding the final string:


nothing... no-one of the loaded value  is displayed and the script just show me an emty field. 

Do you think what i'm trying to realize would be possible?

Thank you very much if you can help me to resolve this nightmare !! :-)
stefano</description>
		<content:encoded><![CDATA[<p>Hi all,<br />
i&#8217;m testing the tag-it plugin ( congratulations, very very nice and useful). </p>
<p>i&#8217;ve a question: i have a web form with tagit! and by php i send the choosen values to mysql. (the single tags are picked up by  the &#8220;insert.php&#8221; script and imploded into a string to the database). here everything goes well.</p>
<p>Then i have the necessity to re-open the form, pick up the saved tags to visualize them (explode the string of the db to a new array), and of course add new tags or delete a previous one.</p>
<p>i thought this could work, but nothing&#8230;.</p>
<p>foreach ($array as $tags)<br />
{<br />
echo&#8217; &#8216;.$tags&#8217;.<a>x</a><br />
&#8216;;<br />
}</p>
<p>also adding the final string:</p>
<p>nothing&#8230; no-one of the loaded value  is displayed and the script just show me an emty field. </p>
<p>Do you think what i&#8217;m trying to realize would be possible?</p>
<p>Thank you very much if you can help me to resolve this nightmare !! <img src='http://levycarneiro.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /><br />
stefano</p>
]]></content:encoded>
	</item>
</channel>
</rss>
