<?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: Simple Bookmarking App With PHP, JS &amp; MySQL</title>
	<atom:link href="http://tutorialzine.com/2010/04/simple-bookmarking-app-php-javascript-mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://tutorialzine.com/2010/04/simple-bookmarking-app-php-javascript-mysql/</link>
	<description>Web Development Tutorials &#38; Resources</description>
	<lastBuildDate>Wed, 16 May 2012 02:12:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Oxaidine</title>
		<link>http://tutorialzine.com/2010/04/simple-bookmarking-app-php-javascript-mysql/#comment-22046</link>
		<dc:creator>Oxaidine</dc:creator>
		<pubDate>Mon, 13 Feb 2012 15:11:57 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=842#comment-22046</guid>
		<description>Hi Martin.
I&#039;ve done a lil bit work upon your tutorial, and I wanted to share with you.
&lt;a href=&quot;http://www.oxaidine.co.cc/&quot; rel=&quot;nofollow&quot;&gt;http://www.oxaidine.co.cc/&lt;/a&gt;
(sorry for my bad english :$ )
Thanks.</description>
		<content:encoded><![CDATA[<p>Hi Martin.<br />
I've done a lil bit work upon your tutorial, and I wanted to share with you.<br />
<a href="http://www.oxaidine.co.cc/" rel="nofollow">http://www.oxaidine.co.cc/</a><br />
(sorry for my bad english :$ )<br />
Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: neyl</title>
		<link>http://tutorialzine.com/2010/04/simple-bookmarking-app-php-javascript-mysql/#comment-21835</link>
		<dc:creator>neyl</dc:creator>
		<pubDate>Wed, 01 Feb 2012 12:14:41 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=842#comment-21835</guid>
		<description>Thanks, this alone was a very useful tip!</description>
		<content:encoded><![CDATA[<p>Thanks, this alone was a very useful tip!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin Angelov</title>
		<link>http://tutorialzine.com/2010/04/simple-bookmarking-app-php-javascript-mysql/#comment-21816</link>
		<dc:creator>Martin Angelov</dc:creator>
		<pubDate>Tue, 31 Jan 2012 11:51:54 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=842#comment-21816</guid>
		<description>You can&#039;t add a unique index to a column of the text type. You can only add the unique constraint to fields of a fixed length like varchar. As limiting the length of the URL is not a good idea, generating an MD5 sum is a great solution as it always has a fixed length and is unique.</description>
		<content:encoded><![CDATA[<p>You can't add a unique index to a column of the text type. You can only add the unique constraint to fields of a fixed length like varchar. As limiting the length of the URL is not a good idea, generating an MD5 sum is a great solution as it always has a fixed length and is unique.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: neyl</title>
		<link>http://tutorialzine.com/2010/04/simple-bookmarking-app-php-javascript-mysql/#comment-21738</link>
		<dc:creator>neyl</dc:creator>
		<pubDate>Thu, 26 Jan 2012 15:17:18 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=842#comment-21738</guid>
		<description>Thanks for a great tutorial!
I was just wandering why you used a hash field to check for duplicates - why don&#039;t you just make the url field a unique key?</description>
		<content:encoded><![CDATA[<p>Thanks for a great tutorial!<br />
I was just wandering why you used a hash field to check for duplicates - why don't you just make the url field a unique key?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jordan</title>
		<link>http://tutorialzine.com/2010/04/simple-bookmarking-app-php-javascript-mysql/#comment-21473</link>
		<dc:creator>jordan</dc:creator>
		<pubDate>Mon, 09 Jan 2012 05:39:45 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=842#comment-21473</guid>
		<description>I had the same problem... certain sites like youtube it dosent like but try chaning the $url in bookmark.php try changing it to the real url and see if that works... ul have to recreate the boock marked link tho ... hover over it to see if it got the right link in the javascript</description>
		<content:encoded><![CDATA[<p>I had the same problem... certain sites like youtube it dosent like but try chaning the $url in bookmark.php try changing it to the real url and see if that works... ul have to recreate the boock marked link tho ... hover over it to see if it got the right link in the javascript</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jordan</title>
		<link>http://tutorialzine.com/2010/04/simple-bookmarking-app-php-javascript-mysql/#comment-21449</link>
		<dc:creator>jordan</dc:creator>
		<pubDate>Sat, 07 Jan 2012 05:03:34 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=842#comment-21449</guid>
		<description>hey this bookmarker does not seem to work on youtube... whats up with that?</description>
		<content:encoded><![CDATA[<p>hey this bookmarker does not seem to work on youtube... whats up with that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brett Widmann</title>
		<link>http://tutorialzine.com/2010/04/simple-bookmarking-app-php-javascript-mysql/#comment-13235</link>
		<dc:creator>Brett Widmann</dc:creator>
		<pubDate>Tue, 30 Nov 2010 15:35:49 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=842#comment-13235</guid>
		<description>This is a great app.  It was pretty easy to put together and easy to use once it was finished. Thanks for sharing.</description>
		<content:encoded><![CDATA[<p>This is a great app.  It was pretty easy to put together and easy to use once it was finished. Thanks for sharing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: andrei</title>
		<link>http://tutorialzine.com/2010/04/simple-bookmarking-app-php-javascript-mysql/#comment-10281</link>
		<dc:creator>andrei</dc:creator>
		<pubDate>Sun, 29 Aug 2010 08:40:36 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=842#comment-10281</guid>
		<description>It&#039;s not working for me. I have the correct db connection but the js script does nothing.</description>
		<content:encoded><![CDATA[<p>It's not working for me. I have the correct db connection but the js script does nothing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Milo Rambaldi</title>
		<link>http://tutorialzine.com/2010/04/simple-bookmarking-app-php-javascript-mysql/#comment-7749</link>
		<dc:creator>Milo Rambaldi</dc:creator>
		<pubDate>Fri, 16 Jul 2010 19:05:33 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=842#comment-7749</guid>
		<description>absolutely awesome!!! thanks</description>
		<content:encoded><![CDATA[<p>absolutely awesome!!! thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jordan</title>
		<link>http://tutorialzine.com/2010/04/simple-bookmarking-app-php-javascript-mysql/#comment-7423</link>
		<dc:creator>Jordan</dc:creator>
		<pubDate>Sun, 11 Jul 2010 20:08:23 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=842#comment-7423</guid>
		<description>Is there any way that users can sign up for this and each user gets his/her own list of links?
Thanks in advance.</description>
		<content:encoded><![CDATA[<p>Is there any way that users can sign up for this and each user gets his/her own list of links?<br />
Thanks in advance.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using apc
Page Caching using apc
Object Caching 356/356 objects using apc
Content Delivery Network via cdn.tutorialzine.com

Served from: tutorialzine.com @ 2012-05-16 18:09:11 -->
