<?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: Cookie Plugin for jQuery</title>
	<atom:link href="http://www.stilbuero.de/2006/09/17/cookie-plugin-for-jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.stilbuero.de/2006/09/17/cookie-plugin-for-jquery/</link>
	<description>We are reasonable people.</description>
	<lastBuildDate>Sat, 10 Oct 2009 18:43:56 +0200</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Techwave &#187; Blog Archive &#187; jQuery Example &#8211; Using cookies to save draft information</title>
		<link>http://www.stilbuero.de/2006/09/17/cookie-plugin-for-jquery/comment-page-4/#comment-185615</link>
		<dc:creator>Techwave &#187; Blog Archive &#187; jQuery Example &#8211; Using cookies to save draft information</dc:creator>
		<pubDate>Wed, 01 Jul 2009 02:47:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.stilbuero.de/2006/09/17/cookie-plugin-for-jquery/#comment-185615</guid>
		<description>[...] is a simple example of this technique that makes use of both jQuery, and a very nice, very simple, jQuery Cookie Plugin. This plugin makes cookie manipulation as easy as $.cookie(&#039;name&#039;,&#039;val&#039;), which is about as easy as [...]</description>
		<content:encoded><![CDATA[<p>[...] is a simple example of this technique that makes use of both jQuery, and a very nice, very simple, jQuery Cookie Plugin. This plugin makes cookie manipulation as easy as $.cookie(&#8217;name&#8217;,'val&#8217;), which is about as easy as [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: the simple guide to jQuery - Day 3 &#124; making tech simple</title>
		<link>http://www.stilbuero.de/2006/09/17/cookie-plugin-for-jquery/comment-page-4/#comment-185189</link>
		<dc:creator>the simple guide to jQuery - Day 3 &#124; making tech simple</dc:creator>
		<pubDate>Tue, 23 Jun 2009 17:40:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.stilbuero.de/2006/09/17/cookie-plugin-for-jquery/#comment-185189</guid>
		<description>[...] order to set a cookie we use Klaus Hartl’s cookie plugin. Download the plugin and load it in your header like the other .js [...]</description>
		<content:encoded><![CDATA[<p>[...] order to set a cookie we use Klaus Hartl’s cookie plugin. Download the plugin and load it in your header like the other .js [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cookies: Danke SPON und danke Klaus Hartl!</title>
		<link>http://www.stilbuero.de/2006/09/17/cookie-plugin-for-jquery/comment-page-4/#comment-181793</link>
		<dc:creator>Cookies: Danke SPON und danke Klaus Hartl!</dc:creator>
		<pubDate>Sun, 03 May 2009 12:40:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.stilbuero.de/2006/09/17/cookie-plugin-for-jquery/#comment-181793</guid>
		<description>[...] tolle jQuery-Plugin jquery.cookie.js geschrieben hat. Die Originalseite von Klaus Hartl findet man hier und auf der jQuery [...]</description>
		<content:encoded><![CDATA[<p>[...] tolle jQuery-Plugin jquery.cookie.js geschrieben hat. Die Originalseite von Klaus Hartl findet man hier und auf der jQuery [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jCollapser plugin to support multiple collapse elements on one page. &#171; ProgAdv</title>
		<link>http://www.stilbuero.de/2006/09/17/cookie-plugin-for-jquery/comment-page-4/#comment-176829</link>
		<dc:creator>jCollapser plugin to support multiple collapse elements on one page. &#171; ProgAdv</dc:creator>
		<pubDate>Thu, 05 Mar 2009 13:39:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.stilbuero.de/2006/09/17/cookie-plugin-for-jquery/#comment-176829</guid>
		<description>[...] jQuery’s Cookie plugin is also needed to save the state between sessions. The plugin can be found here [...]</description>
		<content:encoded><![CDATA[<p>[...] jQuery’s Cookie plugin is also needed to save the state between sessions. The plugin can be found here [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cookies mit jQuery lesen, schreiben und löschen - n a s u m i</title>
		<link>http://www.stilbuero.de/2006/09/17/cookie-plugin-for-jquery/comment-page-4/#comment-176823</link>
		<dc:creator>Cookies mit jQuery lesen, schreiben und löschen - n a s u m i</dc:creator>
		<pubDate>Thu, 05 Mar 2009 10:23:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.stilbuero.de/2006/09/17/cookie-plugin-for-jquery/#comment-176823</guid>
		<description>[...] weiteren Infos zum Plugin findet man in dem Post Cookie Plugin for jQuery von Klaus [...]</description>
		<content:encoded><![CDATA[<p>[...] weiteren Infos zum Plugin findet man in dem Post Cookie Plugin for jQuery von Klaus [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How to make colour scheme for your website using JQuery and CSS &#124; Sunil's blog</title>
		<link>http://www.stilbuero.de/2006/09/17/cookie-plugin-for-jquery/comment-page-4/#comment-172860</link>
		<dc:creator>How to make colour scheme for your website using JQuery and CSS &#124; Sunil's blog</dc:creator>
		<pubDate>Sat, 17 Jan 2009 13:12:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.stilbuero.de/2006/09/17/cookie-plugin-for-jquery/#comment-172860</guid>
		<description>[...] Inside the document.ready function first it will check whether any cookie saved for theme or not. If it is available it will take the theme information from the cookie. You can check the documentation about jQuery cookie in detail can be find here. [...]</description>
		<content:encoded><![CDATA[<p>[...] Inside the document.ready function first it will check whether any cookie saved for theme or not. If it is available it will take the theme information from the cookie. You can check the documentation about jQuery cookie in detail can be find here. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Example: jQuery FontSizeSwitcher - AJAX (Asynchronous JavaScripting and XML) Forum</title>
		<link>http://www.stilbuero.de/2006/09/17/cookie-plugin-for-jquery/comment-page-4/#comment-172564</link>
		<dc:creator>Example: jQuery FontSizeSwitcher - AJAX (Asynchronous JavaScripting and XML) Forum</dc:creator>
		<pubDate>Wed, 14 Jan 2009 13:56:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.stilbuero.de/2006/09/17/cookie-plugin-for-jquery/#comment-172564</guid>
		<description>[...] rumgespielt und einen FontSizeSwitcher geschraubt.... wer&#039;s braucht...   jQuery(latest) und jQueryCookiePlugin sind notwendig...  haveFun, Sven   [...]</description>
		<content:encoded><![CDATA[<p>[...] rumgespielt und einen FontSizeSwitcher geschraubt&#8230;. wer&#8217;s braucht&#8230;   jQuery(latest) und jQueryCookiePlugin sind notwendig&#8230;  haveFun, Sven   [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Collapse/Expand a HTML element made easy with jQuery &#171; ProgAdv</title>
		<link>http://www.stilbuero.de/2006/09/17/cookie-plugin-for-jquery/comment-page-4/#comment-172471</link>
		<dc:creator>Collapse/Expand a HTML element made easy with jQuery &#171; ProgAdv</dc:creator>
		<pubDate>Tue, 13 Jan 2009 08:18:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.stilbuero.de/2006/09/17/cookie-plugin-for-jquery/#comment-172471</guid>
		<description>[...] jQuery&#8217;s Cookie plugin is also needed to save the state between sessions. The plugin can be found here [...]</description>
		<content:encoded><![CDATA[<p>[...] jQuery&#8217;s Cookie plugin is also needed to save the state between sessions. The plugin can be found here [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scroll Objects using Scroll Follow - A jQuery Plugin &#124; Greepit.com - A Handsome Design Blog</title>
		<link>http://www.stilbuero.de/2006/09/17/cookie-plugin-for-jquery/comment-page-4/#comment-171985</link>
		<dc:creator>Scroll Objects using Scroll Follow - A jQuery Plugin &#124; Greepit.com - A Handsome Design Blog</dc:creator>
		<pubDate>Wed, 07 Jan 2009 19:51:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.stilbuero.de/2006/09/17/cookie-plugin-for-jquery/#comment-171985</guid>
		<description>[...] - jQuery UI Core - jQuery Easing plugin - jQuery Cookie plugin [...]</description>
		<content:encoded><![CDATA[<p>[...] &#8211; jQuery UI Core &#8211; jQuery Easing plugin &#8211; jQuery Cookie plugin [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jQuery-Based Popout Ad: Part 3 &#124; Castup</title>
		<link>http://www.stilbuero.de/2006/09/17/cookie-plugin-for-jquery/comment-page-4/#comment-170915</link>
		<dc:creator>jQuery-Based Popout Ad: Part 3 &#124; Castup</dc:creator>
		<pubDate>Mon, 29 Dec 2008 13:49:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.stilbuero.de/2006/09/17/cookie-plugin-for-jquery/#comment-170915</guid>
		<description>[...] my opinion. Luckily, jQuery has a rather active community behind it, and a nice man by the name of Klaus Hartl has released a jQuery cookie plugin. All we need to do is include the link to the plugin in the head of our document, underneath our [...]</description>
		<content:encoded><![CDATA[<p>[...] my opinion. Luckily, jQuery has a rather active community behind it, and a nice man by the name of Klaus Hartl has released a jQuery cookie plugin. All we need to do is include the link to the plugin in the head of our document, underneath our [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
