[jQuery] Re: new cookieJar plugin, feedback please

2007-08-13 Thread Klaus Hartl
Michael Geary wrote: From: Klaus Hartl Yeah! I like how it is build on top of my basic cookie plugin instead of rebuilding stuff... Another example how well the plugin architecture works out. ...except that there's no plugin architecture at work here. :-) These three plugins don't really

[jQuery] Re: new cookieJar plugin, feedback please

2007-08-13 Thread Dan G. Switzer, II
LetsSurf, I've just finished writing a cookieJar plugin for jQuery, as I couldn't find anything like it for jQuery. http://www.jdempster.com/category/code/jquery/cookiejar/ Thought I would post it here in the hope of some feedback. Please let me know what you think. Is this a good approach to

[jQuery] Re: new cookieJar plugin, feedback please

2007-08-13 Thread James Dempster
Very true, 4KB is a large amount of data to send on each request. Until something like FF storage stuff is more widely implemented then I think devs have little options. I was thinking of putting some kind of calculation on how much space is being used, and some way to inform the developer on

[jQuery] Re: new cookieJar plugin, feedback please

2007-08-13 Thread Dan G. Switzer, II
James, Very true, 4KB is a large amount of data to send on each request. Until something like FF storage stuff is more widely implemented then I think devs have little options. I was thinking of putting some kind of calculation on how much space is being used, and some way to inform the

[jQuery] Re: new cookieJar plugin, feedback please

2007-08-13 Thread duma
I think this is great! So, it even supports storing arrays and hashes (objects) and whatnot? That's cool. Good work! LetsSurf wrote: I've just finished writing a cookieJar plugin for jQuery, as I couldn't find anything like it for jQuery.

[jQuery] Re: new cookieJar plugin, feedback please

2007-08-11 Thread Rey Bango
This is a VERY cool plugin! Rey... LetsSurf wrote: I've just finished writing a cookieJar plugin for jQuery, as I couldn't find anything like it for jQuery. http://www.jdempster.com/category/code/jquery/cookiejar/ Thought I would post it here in the hope of some feedback. Please let me know

[jQuery] Re: new cookieJar plugin, feedback please

2007-08-11 Thread Klaus Hartl
Rey Bango wrote: This is a VERY cool plugin! Rey... Yeah! I like how it is build on top of my basic cookie plugin instead of rebuilding stuff... Another example how well the plugin architecture works out. --Klaus

[jQuery] Re: new cookieJar plugin, feedback please

2007-08-11 Thread Rey Bango
Yep! Klaus Hartl wrote: Rey Bango wrote: This is a VERY cool plugin! Rey... Yeah! I like how it is build on top of my basic cookie plugin instead of rebuilding stuff... Another example how well the plugin architecture works out. --Klaus

[jQuery] Re: new cookieJar plugin, feedback please

2007-08-11 Thread Sean Catchpole
Great Plugin! ~Sean

[jQuery] Re: new cookieJar plugin, feedback please

2007-08-11 Thread Michael Geary
From: Klaus Hartl Yeah! I like how it is build on top of my basic cookie plugin instead of rebuilding stuff... Another example how well the plugin architecture works out. ...except that there's no plugin architecture at work here. :-) These three plugins don't really need jQuery at