<?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: AJAX-enabled Sticky Notes With PHP &amp; jQuery</title>
	<atom:link href="http://tutorialzine.com/2010/01/sticky-notes-ajax-php-jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://tutorialzine.com/2010/01/sticky-notes-ajax-php-jquery/</link>
	<description>PHP MySQL jQuery CSS Tutorials, Resources and Freebies</description>
	<lastBuildDate>Sat, 31 Jul 2010 18:09:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: DR</title>
		<link>http://tutorialzine.com/2010/01/sticky-notes-ajax-php-jquery/#comment-7493</link>
		<dc:creator>DR</dc:creator>
		<pubDate>Tue, 13 Jul 2010 10:28:22 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=623#comment-7493</guid>
		<description>Well cool, but does anyone know how to add the date (dt from database) onto the sticky notes?</description>
		<content:encoded><![CDATA[<p>Well cool, but does anyone know how to add the date (dt from database) onto the sticky notes?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eli</title>
		<link>http://tutorialzine.com/2010/01/sticky-notes-ajax-php-jquery/#comment-7157</link>
		<dc:creator>Eli</dc:creator>
		<pubDate>Sun, 04 Jul 2010 07:52:48 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=623#comment-7157</guid>
		<description>Never mind I figured it out, still looking forward to an edit and delete sticky note option ;)</description>
		<content:encoded><![CDATA[<p>Never mind I figured it out, still looking forward to an edit and delete sticky note option <img src='http://tutorialzine.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eli</title>
		<link>http://tutorialzine.com/2010/01/sticky-notes-ajax-php-jquery/#comment-7129</link>
		<dc:creator>Eli</dc:creator>
		<pubDate>Sat, 03 Jul 2010 08:59:42 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=623#comment-7129</guid>
		<description>any idea on how to add more color classes?

I made 9 total classes with different colors, I added them to the removeClass() in the JS on line 36.

and even in the HTML file with the form that list the colors...

my problem is that these extra classes aren&#039;t showing...any idea?</description>
		<content:encoded><![CDATA[<p>any idea on how to add more color classes?</p>
<p>I made 9 total classes with different colors, I added them to the removeClass() in the JS on line 36.</p>
<p>and even in the HTML file with the form that list the colors&#8230;</p>
<p>my problem is that these extra classes aren&#8217;t showing&#8230;any idea?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vipin Nair</title>
		<link>http://tutorialzine.com/2010/01/sticky-notes-ajax-php-jquery/#comment-5405</link>
		<dc:creator>Vipin Nair</dc:creator>
		<pubDate>Mon, 10 May 2010 10:24:42 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=623#comment-5405</guid>
		<description>I have modified the above code.
It includes an option to save the notes in public or private. 
People can send sticky to others and it has a delete button(Yay!!!)
I&#039;ll upload the code somewhere soon. By the way this was pretty inspirin stuff.</description>
		<content:encoded><![CDATA[<p>I have modified the above code.<br />
It includes an option to save the notes in public or private.<br />
People can send sticky to others and it has a delete button(Yay!!!)<br />
I&#8217;ll upload the code somewhere soon. By the way this was pretty inspirin stuff.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://tutorialzine.com/2010/01/sticky-notes-ajax-php-jquery/#comment-5395</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Sun, 09 May 2010 12:39:39 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=623#comment-5395</guid>
		<description>Nice work!
i love it, it&#039;s very cool and new!
it works perfectly
thanks</description>
		<content:encoded><![CDATA[<p>Nice work!<br />
i love it, it&#8217;s very cool and new!<br />
it works perfectly<br />
thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dan</title>
		<link>http://tutorialzine.com/2010/01/sticky-notes-ajax-php-jquery/#comment-5265</link>
		<dc:creator>dan</dc:creator>
		<pubDate>Wed, 05 May 2010 05:31:45 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=623#comment-5265</guid>
		<description>To add delete feature in 3 steps - 

(1) replace the hourly delete query

if($_REQUEST[&#039;del&#039;]){mysql_query(&quot;DELETE FROM notes WHERE id = {$_REQUEST[&#039;del&#039;]}&quot;);}

(2) add button to note (line 29 i think...)

&lt;a href=&quot;YOURFILENAME.php?&amp;del=&#039;.$row[&#039;id&#039;].&#039;&quot;&gt;x&lt;/a&gt;

(3) add this to css file

.dlbtn{position:absolute;top:-2px;left:2px;color:#000;}

That should do it! It dosen&#039;t use ajax but at least the notes go away...</description>
		<content:encoded><![CDATA[<p>To add delete feature in 3 steps &#8211; </p>
<p>(1) replace the hourly delete query</p>
<p>if($_REQUEST['del']){mysql_query(&#8220;DELETE FROM notes WHERE id = {$_REQUEST['del']}&#8221;);}</p>
<p>(2) add button to note (line 29 i think&#8230;)</p>
<p>&lt;a href=&#8221;YOURFILENAME.php?&amp;del=&#8217;.$row['id'].&#8217;&#8221;&gt;x&lt;/a&gt;</p>
<p>(3) add this to css file</p>
<p>.dlbtn{position:absolute;top:-2px;left:2px;color:#000;}</p>
<p>That should do it! It dosen&#8217;t use ajax but at least the notes go away&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://tutorialzine.com/2010/01/sticky-notes-ajax-php-jquery/#comment-5229</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Mon, 03 May 2010 05:58:56 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=623#comment-5229</guid>
		<description>I was wondering if there was a code that could be implemented to delete a note and also edit a note.....</description>
		<content:encoded><![CDATA[<p>I was wondering if there was a code that could be implemented to delete a note and also edit a note&#8230;..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hamid</title>
		<link>http://tutorialzine.com/2010/01/sticky-notes-ajax-php-jquery/#comment-4883</link>
		<dc:creator>Hamid</dc:creator>
		<pubDate>Wed, 21 Apr 2010 15:21:12 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=623#comment-4883</guid>
		<description>Hey guys, this how you hide th individual notes. but im still couldnt figure out how to delete the a button by having button and make the notes selectable. once you selected, click the delete button and the note should be deleted. 
$(&quot;.note .close&quot;).click(function()
		{
		
		$(this).parents(&quot;.note&quot;).animate({
						&quot;height&quot;: &quot;toggle&quot;, &quot;opacity&quot;: &quot;toggle&quot;

		}, 700);
		});</description>
		<content:encoded><![CDATA[<p>Hey guys, this how you hide th individual notes. but im still couldnt figure out how to delete the a button by having button and make the notes selectable. once you selected, click the delete button and the note should be deleted.<br />
$(&#8220;.note .close&#8221;).click(function()<br />
		{</p>
<p>		$(this).parents(&#8220;.note&#8221;).animate({<br />
						&#8220;height&#8221;: &#8220;toggle&#8221;, &#8220;opacity&#8221;: &#8220;toggle&#8221;</p>
<p>		}, 700);<br />
		});</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Susana</title>
		<link>http://tutorialzine.com/2010/01/sticky-notes-ajax-php-jquery/#comment-4458</link>
		<dc:creator>Susana</dc:creator>
		<pubDate>Tue, 06 Apr 2010 04:57:16 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=623#comment-4458</guid>
		<description>Fantastic!
Love this!!!</description>
		<content:encoded><![CDATA[<p>Fantastic!<br />
Love this!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luka</title>
		<link>http://tutorialzine.com/2010/01/sticky-notes-ajax-php-jquery/#comment-4394</link>
		<dc:creator>Luka</dc:creator>
		<pubDate>Sat, 03 Apr 2010 08:36:19 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=623#comment-4394</guid>
		<description>Working now! Thanks man!</description>
		<content:encoded><![CDATA[<p>Working now! Thanks man!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced) (user agent is rejected)

Served from: tutorialzine.com @ 2010-08-01 02:59:06 -->