<?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: jStickyNote: A jQuery Plugin for Creating Sticky Notes</title>
	<atom:link href="http://tympanus.net/codrops/2009/10/30/jstickynote-a-jquery-plugin-for-creating-sticky-notes/feed/" rel="self" type="application/rss+xml" />
	<link>http://tympanus.net/codrops/2009/10/30/jstickynote-a-jquery-plugin-for-creating-sticky-notes/</link>
	<description>Useful resources and inspiration for creative minds</description>
	<lastBuildDate>Wed, 08 Feb 2012 19:26:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Audi</title>
		<link>http://tympanus.net/codrops/2009/10/30/jstickynote-a-jquery-plugin-for-creating-sticky-notes/comment-page-2/#comment-179044</link>
		<dc:creator>Audi</dc:creator>
		<pubDate>Thu, 15 Sep 2011 10:29:22 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=757#comment-179044</guid>
		<description>Great plugin! Anyone managed to save the content using AJAX?</description>
		<content:encoded><![CDATA[<p>Great plugin! Anyone managed to save the content using AJAX?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jajin</title>
		<link>http://tympanus.net/codrops/2009/10/30/jstickynote-a-jquery-plugin-for-creating-sticky-notes/comment-page-2/#comment-152661</link>
		<dc:creator>jajin</dc:creator>
		<pubDate>Wed, 10 Aug 2011 09:45:46 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=757#comment-152661</guid>
		<description>Great, but without saving position to any file it doesnt have sense...</description>
		<content:encoded><![CDATA[<p>Great, but without saving position to any file it doesnt have sense&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nana</title>
		<link>http://tympanus.net/codrops/2009/10/30/jstickynote-a-jquery-plugin-for-creating-sticky-notes/comment-page-2/#comment-88262</link>
		<dc:creator>Nana</dc:creator>
		<pubDate>Thu, 26 May 2011 17:16:43 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=757#comment-88262</guid>
		<description>Great stuff man.Please how do i save text entered in d textarea?</description>
		<content:encoded><![CDATA[<p>Great stuff man.Please how do i save text entered in d textarea?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: matt</title>
		<link>http://tympanus.net/codrops/2009/10/30/jstickynote-a-jquery-plugin-for-creating-sticky-notes/comment-page-2/#comment-23500</link>
		<dc:creator>matt</dc:creator>
		<pubDate>Sun, 27 Feb 2011 16:49:26 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=757#comment-23500</guid>
		<description>ok . i have sorted it out . i now have notes loading on page load and positions set as properties. thanks for a great plugin.</description>
		<content:encoded><![CDATA[<p>ok . i have sorted it out . i now have notes loading on page load and positions set as properties. thanks for a great plugin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: matt</title>
		<link>http://tympanus.net/codrops/2009/10/30/jstickynote-a-jquery-plugin-for-creating-sticky-notes/comment-page-2/#comment-23474</link>
		<dc:creator>matt</dc:creator>
		<pubDate>Sun, 27 Feb 2011 09:19:20 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=757#comment-23474</guid>
		<description>could someone please tell me how i can have a sticky note that is shown on page load?

thanks in advance :)</description>
		<content:encoded><![CDATA[<p>could someone please tell me how i can have a sticky note that is shown on page load?</p>
<p>thanks in advance :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pawan</title>
		<link>http://tympanus.net/codrops/2009/10/30/jstickynote-a-jquery-plugin-for-creating-sticky-notes/comment-page-1/#comment-6214</link>
		<dc:creator>Pawan</dc:creator>
		<pubDate>Fri, 10 Sep 2010 12:21:18 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=757#comment-6214</guid>
		<description>Hi, Thanks for the plugin.

I want to use it in a web page, but do not know how to achieve the following:

1. How to edit the content of a sticky note, once you have clicked the &#039;check&#039; button.</description>
		<content:encoded><![CDATA[<p>Hi, Thanks for the plugin.</p>
<p>I want to use it in a web page, but do not know how to achieve the following:</p>
<p>1. How to edit the content of a sticky note, once you have clicked the &#8216;check&#8217; button.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ralph</title>
		<link>http://tympanus.net/codrops/2009/10/30/jstickynote-a-jquery-plugin-for-creating-sticky-notes/comment-page-1/#comment-5933</link>
		<dc:creator>Ralph</dc:creator>
		<pubDate>Tue, 24 Aug 2010 22:13:47 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=757#comment-5933</guid>
		<description>By the way... this is what I have so far:

	$(function() {
		$(&#039;#add-note&#039;).stickynote({
			containment: &#039;content&#039;
		});

	function setCookie() {
		$(&#039;#add-note&#039;).click(function() {
			$.cookie(&#039;notes&#039;, &#039;???&#039;, { path: &#039;/&#039;, expires: 10 });
				return false;
			});
		}
	})
</description>
		<content:encoded><![CDATA[<p>By the way&#8230; this is what I have so far:</p>
<p>	$(function() {<br />
		$(&#8216;#add-note&#8217;).stickynote({<br />
			containment: &#8216;content&#8217;<br />
		});</p>
<p>	function setCookie() {<br />
		$(&#8216;#add-note&#8217;).click(function() {<br />
			$.cookie(&#8216;notes&#8217;, &#8216;???&#8217;, { path: &#8216;/&#8217;, expires: 10 });<br />
				return false;<br />
			});<br />
		}<br />
	})</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ralph</title>
		<link>http://tympanus.net/codrops/2009/10/30/jstickynote-a-jquery-plugin-for-creating-sticky-notes/comment-page-1/#comment-5932</link>
		<dc:creator>Ralph</dc:creator>
		<pubDate>Tue, 24 Aug 2010 21:33:30 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=757#comment-5932</guid>
		<description>$.cookie(&quot;cookie-name&quot;, &quot;value&quot;);  

I&#039;ve found out a bit more about setting a cookie, but I&#039;m trying to figure out how to get a value. I don&#039;t think (or can&#039;t see) it&#039;s in the jStickyNote.js.

Do I have to look for a solution with show/hide?

Anybody any suggestions?

As you&#039;ve noticed I&#039;m a complete noob re javascript/jquery, but I&#039;m trying to learn :)</description>
		<content:encoded><![CDATA[<p>$.cookie(&#8220;cookie-name&#8221;, &#8220;value&#8221;);  </p>
<p>I&#8217;ve found out a bit more about setting a cookie, but I&#8217;m trying to figure out how to get a value. I don&#8217;t think (or can&#8217;t see) it&#8217;s in the jStickyNote.js.</p>
<p>Do I have to look for a solution with show/hide?</p>
<p>Anybody any suggestions?</p>
<p>As you&#8217;ve noticed I&#8217;m a complete noob re javascript/jquery, but I&#8217;m trying to learn :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ralph</title>
		<link>http://tympanus.net/codrops/2009/10/30/jstickynote-a-jquery-plugin-for-creating-sticky-notes/comment-page-1/#comment-5928</link>
		<dc:creator>Ralph</dc:creator>
		<pubDate>Tue, 24 Aug 2010 13:36:53 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=757#comment-5928</guid>
		<description>Nice plugin! However if I made a sticky note and I do a page refresh, the note is gone. How do I set cookies for this? I know there is a jquery cookie plugin, but if I place this in the head will it than automatically set the cookies for that initial page?</description>
		<content:encoded><![CDATA[<p>Nice plugin! However if I made a sticky note and I do a page refresh, the note is gone. How do I set cookies for this? I know there is a jquery cookie plugin, but if I place this in the head will it than automatically set the cookies for that initial page?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Limpan</title>
		<link>http://tympanus.net/codrops/2009/10/30/jstickynote-a-jquery-plugin-for-creating-sticky-notes/comment-page-1/#comment-5294</link>
		<dc:creator>Limpan</dc:creator>
		<pubDate>Wed, 07 Jul 2010 12:08:21 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=757#comment-5294</guid>
		<description>@ P.Arta.

To get the positions use:

var pos $(&#039;#id_on_element&#039;).offset();

alert(&#039;left: &#039;+ pos.left +&#039; top:&#039;+pos.top);

Simple as that!</description>
		<content:encoded><![CDATA[<p>@ P.Arta.</p>
<p>To get the positions use:</p>
<p>var pos $(&#8216;#id_on_element&#8217;).offset();</p>
<p>alert(&#8216;left: &#8216;+ pos.left +&#8217; top:&#8217;+pos.top);</p>
<p>Simple as that!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- This Quick Cache file was built for (  tympanus.net/codrops/2009/10/30/jstickynote-a-jquery-plugin-for-creating-sticky-notes/feed/ ) in 0.22578 seconds, on Feb 9th, 2012 at 12:30 am UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on Feb 9th, 2012 at 1:30 am UTC -->
