Re: [jQuery] jQPie - 0.1 release

2007-03-24 Thread Mikael Noone
Isnt this like taconite?? On 3/24/07, Richard Thomas [EMAIL PROTECTED] wrote: First real release, includes an easy to use autocompleter and table builder/sorter both powered by json. Fully working examples in php provided, Was not working in IE before, all examples/code have now been checked

Re: [jQuery] Fancy Menu

2007-03-19 Thread Mikael Noone
Wow, mootools is starting to mature :-) I wonder how big this would be if it where Jquery??! On 3/19/07, Matthieu BARBE [EMAIL PROTECTED] wrote: Hi, Look this great menu : http://devthought.com/cssjavascript-true-power-fancy-menu/ ___ jQuery

Re: [jQuery] Security with Ajax

2007-03-12 Thread Mikael Noone
I dont think that using javascript for security will solve the problem, try using php instead. Since javascript is run from the client, it can be manipulated easily. Kindest Regards, Mikael. On 3/12/07, Sam Collett [EMAIL PROTECTED] wrote: On 11/03/07, JQuery - SimDigital [EMAIL PROTECTED]

Re: [jQuery] How to use cookies?..

2007-02-26 Thread Mikael Noone
'); } } } ); On 2/20/07, Mikael Noone [EMAIL PROTECTED] wrote: That is exacly what i cant figure out, where to use it and how. I want to save the new position that are set on css when i drag the window. And i dont know if it should be in the window plugin script

Re: [jQuery] ANNOUNCE: Alpha 2 of Ext 1.0 for jQuery is Available

2007-02-25 Thread Mikael Noone
This is supercewl. Although, to bulky for me to use on webpages. 372kb plus jquery.. i just say, wow... that´s big! and then additional javascript code for the functions, html, css. plus content! That will be a huge site On 2/25/07, Chris Domigan [EMAIL PROTECTED] wrote: Hawt!!

Re: [jQuery] ANNOUNCE: Alpha 2 of Ext 1.0 for jQuery is Available

2007-02-25 Thread Mikael Noone
-webdesign.de Mikael Noone wrote: This is supercewl. Although, to bulky for me to use on webpages. 372kb plus jquery.. i just say, wow... that´s big! and then additional javascript code for the functions, html, css. plus content! That will be a huge site On 2/25/07, Chris Domigan [EMAIL PROTECTED

Re: [jQuery] ANNOUNCE: Alpha 2 of Ext 1.0 for jQuery is Available

2007-02-25 Thread Mikael Noone
Even 500kb of javascript will put a lot of load on the Browser. Even on a modern computer. On 2/25/07, Rey Bango [EMAIL PROTECTED] wrote: Exactly. Great point Joern. Rey Jörn Zaefferer wrote: Francesco Sullo schrieb: You are right. Alpha is great, but is too big for real web

Re: [jQuery] ANNOUNCE: Alpha 2 of Ext 1.0 for jQuery is Available

2007-02-25 Thread Mikael Noone
transmission during the download of JS files, which is then stored in the browser cache. You're not instantiating 500k worth of objects during use so I would imagine that you wouldn't be putting a load on the browser. Rey... Mikael Noone wrote: Even 500kb of javascript will put a lot of load

Re: [jQuery] ANNOUNCE: Alpha 2 of Ext 1.0 for jQuery is Available

2007-02-25 Thread Mikael Noone
I read about it on a blog, so i got the latest SVN. Still it lags and gets artifacts when dragging a few divs, and doing drop effect with elements. On 2/25/07, Jörn Zaefferer [EMAIL PROTECTED] wrote: Mikael Noone schrieb: Ive noticed that jQuery runs alot slower and buggyer on FF than

Re: [jQuery] ANNOUNCE: Alpha 2 of Ext 1.0 for jQuery is Available

2007-02-25 Thread Mikael Noone
Sorry, have to take that back. Seems to be a bug with maximize minimize. (rollup/hide effect) http://interface.eyecon.ro/demos/windows.html It flows good and no lag, but when ive toggled the effect, it starts to lag really bad even with the latest nightly build. On 2/25/07, Mikael Noone [EMAIL

Re: [jQuery] ANNOUNCE: Alpha 2 of Ext 1.0 for jQuery is Available

2007-02-25 Thread Mikael Noone
Hello again, tried with a new nightly build. No artifacts and no slowment whatsoever ;) On 2/25/07, Mikael Noone [EMAIL PROTECTED] wrote: I read about it on a blog, so i got the latest SVN. Still it lags and gets artifacts when dragging a few divs, and doing drop effect with elements. On 2

Re: [jQuery] Dynamicly adding tabs?

2007-02-23 Thread Mikael Noone
On 2/22/07, Klaus Hartl [EMAIL PROTECTED] wrote: Mikael Noone schrieb: Hi there, Is it perhaps possible to add tabs to the tab plugin dynamicly? If so, that would be a really usefull feature. What do you think? aint it a good idea? /Mikael. Yeah, thats on my list already. After

Re: [jQuery] jqModal r7 release!

2007-02-23 Thread Mikael Noone
Well, you certainly convinced me. Im switching from the interface element plugin to this for window drag and drop + close. Now i just need a supersmall tooltip plugin to :-) On 2/23/07, Alexandre Plennevaux [EMAIL PROTECTED] wrote: Brice, wonderful work, and i luv the confirm/alert

Re: [jQuery] Dynamicly adding tabs?

2007-02-23 Thread Mikael Noone
Mikael Noone schrieb: Yeah, thats on my list already. After Thickbox Reloaded, I have planned to completely rewrite Tabs for Tabs 3 with all these requirements in mind... - adding tabs, mixed Ajax/inline content tabs, you name it. That is super! Will it expand the size

[jQuery] Dynamicly adding tabs?

2007-02-22 Thread Mikael Noone
Hi there, Is it perhaps possible to add tabs to the tab plugin dynamicly? If so, that would be a really usefull feature. What do you think? aint it a good idea? /Mikael. ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] How to use cookies?..

2007-02-20 Thread Mikael Noone
+ 'px'); } } } ); } ); Thanx alot. / Nisse. On 2/18/07, Klaus Hartl [EMAIL PROTECTED] wrote: Mikael Noone schrieb: Hi there, I used the interface plugin to make a window be draggable, now i found a good cookie plugin: http

Re: [jQuery] How to use cookies?..

2007-02-20 Thread Mikael Noone
That is exacly what i cant figure out, where to use it and how. I want to save the new position that are set on css when i drag the window. And i dont know if it should be in the window plugin script or the interface script.. On 2/20/07, Klaus Hartl [EMAIL PROTECTED] wrote: Mikael Noone

[jQuery] How to use cookies?..

2007-02-18 Thread Mikael Noone
Hi there, I used the interface plugin to make a window be draggable, now i found a good cookie plugin: http://www.stilbuero.de/2006/09/17/cookie-plugin-for-jquery/ How do i use them to make it remember the position?... Ive tried alot of examples of ordinary javascript + cookie but i cant get it