<?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 on: How to add image tagging the facebook way !</title>
	<atom:link href="http://djpate.com/2009/09/01/image-tagging-facebook-like/feed/" rel="self" type="application/rss+xml" />
	<link>http://djpate.com/2009/09/01/image-tagging-facebook-like/</link>
	<description>A do-it yourself blog</description>
	<lastBuildDate>Thu, 11 Feb 2010 18:54:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Lipi</title>
		<link>http://djpate.com/2009/09/01/image-tagging-facebook-like/comment-page-1/#comment-1848</link>
		<dc:creator>Lipi</dc:creator>
		<pubDate>Thu, 28 Jan 2010 10:27:26 +0000</pubDate>
		<guid isPermaLink="false">http://djpate.com/?p=114#comment-1848</guid>
		<description>Hey.. thanks a lot.. it helped me.. I am very new to jQuery and jQuery-ui..
But i am getting problem while running the code..
1.I can see only image and the box for tagging.. it is not draggable or resizable.. DO i need any support to run jquery and jqueryui?.. I am using wamp server to run the code..
2.On running the code, it shows me notice of undefined symbol for each line where the $_GET[mode] is used.. What does that mean?..do i need to make any other file?..</description>
		<content:encoded><![CDATA[<p>Hey.. thanks a lot.. it helped me.. I am very new to jQuery and jQuery-ui..<br />
But i am getting problem while running the code..<br />
1.I can see only image and the box for tagging.. it is not draggable or resizable.. DO i need any support to run jquery and jqueryui?.. I am using wamp server to run the code..<br />
2.On running the code, it shows me notice of undefined symbol for each line where the $_GET[mode] is used.. What does that mean?..do i need to make any other file?..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christophe Verbinnen</title>
		<link>http://djpate.com/2009/09/01/image-tagging-facebook-like/comment-page-1/#comment-976</link>
		<dc:creator>Christophe Verbinnen</dc:creator>
		<pubDate>Wed, 28 Oct 2009 19:06:40 +0000</pubDate>
		<guid isPermaLink="false">http://djpate.com/?p=114#comment-976</guid>
		<description>probably you are trying to select a database that does not exist

try to change this line

mysql_select_db(&quot;imageTagging&quot;);

to

mysql_select_db(&quot;imageTagging&quot;) or die(mysql_error());

to see what&#039;s going on...</description>
		<content:encoded><![CDATA[<p>probably you are trying to select a database that does not exist</p>
<p>try to change this line</p>
<p>mysql_select_db(&#8220;imageTagging&#8221;);</p>
<p>to</p>
<p>mysql_select_db(&#8220;imageTagging&#8221;) or die(mysql_error());</p>
<p>to see what&#8217;s going on&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mucan</title>
		<link>http://djpate.com/2009/09/01/image-tagging-facebook-like/comment-page-1/#comment-974</link>
		<dc:creator>mucan</dc:creator>
		<pubDate>Wed, 28 Oct 2009 18:41:18 +0000</pubDate>
		<guid isPermaLink="false">http://djpate.com/?p=114#comment-974</guid>
		<description>No database selected   
that problem i have</description>
		<content:encoded><![CDATA[<p>No database selected<br />
that problem i have</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christophe Verbinnen</title>
		<link>http://djpate.com/2009/09/01/image-tagging-facebook-like/comment-page-1/#comment-849</link>
		<dc:creator>Christophe Verbinnen</dc:creator>
		<pubDate>Tue, 20 Oct 2009 14:39:55 +0000</pubDate>
		<guid isPermaLink="false">http://djpate.com/?p=114#comment-849</guid>
		<description>Well I can&#039;t help you with that because I don&#039;t use ASP nor MSSQL.

But basicly the &quot;hard part&quot; of an image tagging script is the Javascript.

So try to strip down the Js from here and do your magic in ASP.

Everything around it is just some querys...</description>
		<content:encoded><![CDATA[<p>Well I can&#8217;t help you with that because I don&#8217;t use ASP nor MSSQL.</p>
<p>But basicly the &#8220;hard part&#8221; of an image tagging script is the Javascript.</p>
<p>So try to strip down the Js from here and do your magic in ASP.</p>
<p>Everything around it is just some querys&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Antony</title>
		<link>http://djpate.com/2009/09/01/image-tagging-facebook-like/comment-page-1/#comment-847</link>
		<dc:creator>Antony</dc:creator>
		<pubDate>Tue, 20 Oct 2009 13:54:12 +0000</pubDate>
		<guid isPermaLink="false">http://djpate.com/?p=114#comment-847</guid>
		<description>exactly like in facebook so you can type user name and list redused if there is a match if no user in the list that it should be posibility to enter email to send him notification. I forget to mention I need it in ASP.net/MSSQL</description>
		<content:encoded><![CDATA[<p>exactly like in facebook so you can type user name and list redused if there is a match if no user in the list that it should be posibility to enter email to send him notification. I forget to mention I need it in ASP.net/MSSQL</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christophe Verbinnen</title>
		<link>http://djpate.com/2009/09/01/image-tagging-facebook-like/comment-page-1/#comment-844</link>
		<dc:creator>Christophe Verbinnen</dc:creator>
		<pubDate>Tue, 20 Oct 2009 13:12:00 +0000</pubDate>
		<guid isPermaLink="false">http://djpate.com/?p=114#comment-844</guid>
		<description>Basicly you want to load up a friends list so that you can just select a friend right away ?</description>
		<content:encoded><![CDATA[<p>Basicly you want to load up a friends list so that you can just select a friend right away ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Antony</title>
		<link>http://djpate.com/2009/09/01/image-tagging-facebook-like/comment-page-1/#comment-843</link>
		<dc:creator>Antony</dc:creator>
		<pubDate>Tue, 20 Oct 2009 13:05:03 +0000</pubDate>
		<guid isPermaLink="false">http://djpate.com/?p=114#comment-843</guid>
		<description>actually I&#039;m looking for facebook script with friends and user managment like this example http://taghim.com/taghim/v251users/</description>
		<content:encoded><![CDATA[<p>actually I&#8217;m looking for facebook script with friends and user managment like this example <a href="http://taghim.com/taghim/v251users/" rel="nofollow">http://taghim.com/taghim/v251users/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christophe Verbinnen</title>
		<link>http://djpate.com/2009/09/01/image-tagging-facebook-like/comment-page-1/#comment-842</link>
		<dc:creator>Christophe Verbinnen</dc:creator>
		<pubDate>Tue, 20 Oct 2009 11:32:12 +0000</pubDate>
		<guid isPermaLink="false">http://djpate.com/?p=114#comment-842</guid>
		<description>&lt;a href=&quot;#comment-841&quot; rel=&quot;nofollow&quot;&gt;@Anony&lt;/a&gt; 
Why don&#039;t you ask for help ? If your willing to pay 200$ for a script that will do the same thing as mine go ahead...
Anyway I can help you if you have questions...</description>
		<content:encoded><![CDATA[<p><a href="#comment-841" rel="nofollow">@Anony</a><br />
Why don&#8217;t you ask for help ? If your willing to pay 200$ for a script that will do the same thing as mine go ahead&#8230;<br />
Anyway I can help you if you have questions&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anony</title>
		<link>http://djpate.com/2009/09/01/image-tagging-facebook-like/comment-page-1/#comment-841</link>
		<dc:creator>Anony</dc:creator>
		<pubDate>Tue, 20 Oct 2009 10:56:49 +0000</pubDate>
		<guid isPermaLink="false">http://djpate.com/?p=114#comment-841</guid>
		<description>I try to implement it but I have so many problems to make it work as I need, I cant modify any function. 
Somebody use TagHim this one http://taghim.com/taghim-demo/ ? any feedback?</description>
		<content:encoded><![CDATA[<p>I try to implement it but I have so many problems to make it work as I need, I cant modify any function.<br />
Somebody use TagHim this one <a href="http://taghim.com/taghim-demo/" rel="nofollow">http://taghim.com/taghim-demo/</a> ? any feedback?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christophe Verbinnen</title>
		<link>http://djpate.com/2009/09/01/image-tagging-facebook-like/comment-page-1/#comment-758</link>
		<dc:creator>Christophe Verbinnen</dc:creator>
		<pubDate>Wed, 14 Oct 2009 08:12:21 +0000</pubDate>
		<guid isPermaLink="false">http://djpate.com/?p=114#comment-758</guid>
		<description>&lt;a href=&quot;#comment-757&quot; rel=&quot;nofollow&quot;&gt;@Sam&lt;/a&gt; 
Sure, you can leave the website adresse where it&#039;s not working here or you can send it to my email djpate[at]gmail[dot]com.

I&#039;ll try to look into it to see what&#039;s going wrong.</description>
		<content:encoded><![CDATA[<p><a href="#comment-757" rel="nofollow">@Sam</a><br />
Sure, you can leave the website adresse where it&#8217;s not working here or you can send it to my email djpate[at]gmail[dot]com.</p>
<p>I&#8217;ll try to look into it to see what&#8217;s going wrong.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
