[jQuery] Re: jQuery 1.1.2 Released: Happy 2nd Birthday!

2008-01-14 Thread Stefan Petre
Happy Birthday jQuery and congrats to dev team. 2008/1/15, Joel Birch <[EMAIL PROTECTED]>: > > > Waahh, happy birthday jQuery! My, how you have matured! > > Huge thanks to John, Brandon, David (a warm welcome to you), and all > the other cool dudes in the jQuery team. > > Respect and admiratio

[jQuery] [ANNOUNCE] Space gallery

2008-01-09 Thread Stefan Petre
Image gallery with perspective http://eyecon.ro/spacegallery/ Regards, Stefan

[jQuery] Re: Attaching events to dynamic DOM IDs

2007-12-22 Thread Stefan Petre
for(var i = 0; i < 30; i++) { jQuery('#day_' + i).click(function() { jQuery('#' + this.id+ '_modal').jqmShow(); }); } maybe it works this way 2007/12/22, Rabbit <[EMAIL PROTECTED]>: > > > The following code: > > for(var i = 0; i < 30; i++) { > jQuery('#day_' + i).click(function() { > c

[jQuery] Re: internet explorer debugging

2007-12-21 Thread Stefan Petre
Maybe this helps http://www.debugbar.com/ 2007/12/21, Alexandre Plennevaux <[EMAIL PROTECTED]>: > > > hello friends, > > my application is running ok in firefox but is not doing so great in > internet explorer. I'm having a hard time tracking down the bug(s). > Can someone help me? Problem is i di

[jQuery] Re: Stupid little game :)

2007-12-19 Thread Stefan Petre
Benjamin Sterling wrote: I think that game is rigged, I lost all my money. :) On 12/19/07, Erik Beeson <[EMAIL PROTECTED]> wrote: Fun, thanks for sharing :) --Erik On 12/19/07, Stefan Petre <[EMAIL PROTECTED] > wrote: Hi, I

[jQuery] Stupid little game :)

2007-12-19 Thread Stefan Petre
Hi, I did a small game (it was a test for a client), about 6kb of code. http://www.eyecon.ro/slotmachine/ Stefan

[jQuery] Re: Ann: Flot 0.1 released

2007-12-04 Thread Stefan Petre
Swt and useful . I like it so much. 2007/12/4, Ole Laursen <[EMAIL PROTECTED]>: > > > Hi! > > I've just released Flot 0.1, a brand-new plot plugin for jQuery which > focuses on simple usage, attractive looks and interactive features > like zooming. It's like plotr and Plotkit, but hopefully a

[jQuery] Re: Zoomimage

2007-11-14 Thread Stefan Petre
Stoyan wrote: Bah, the alert on IE6 appears when I press any key. That's valid for the official demo too: http://www.eyecon.ro/zoomimage/    --  Best regards,  Stoyan                          mailto:[EMAIL PROTECTED] Sorry for this. I will fix it in 3 ho

[jQuery] Re: Zoomimage

2007-11-13 Thread Stefan Petre
1. I have to think about it, I can not promise anything 2. You are right. I will add an option to make this preloading at page load optional Sorry, it has to stay this way. I develop this plugins for my need first and then I will share it with you guys. I can not change the plugins just for this

[jQuery] Re: Zoomimage

2007-11-12 Thread Stefan Petre
I can confirm this. I will fix it, I was too tired last night. Stefan Kilp [sk-software] wrote: nice plugin. on testing with Safari/Win i noticed that the keyboard navigation does not work for me , FF is fine. Best regards, Stefan Kilp Another plugin to present images http://www.eyecon

[jQuery] Re: Zoomimage

2007-11-12 Thread Stefan Petre
owsers has this been tested with? I am so excited! Glen On Nov 12, 2007 1:36 PM, Matthieu BARBE < [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote: I love this plugin... good job stefan ! 2007/11/12, Stefan Petre <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]&

[jQuery] Zoomimage

2007-11-12 Thread Stefan Petre
Another plugin to present images http://www.eyecon.ro/zoomimage/

[jQuery] Re: jQuery Challenge

2007-11-04 Thread Stefan Petre
S. Robert James wrote: While working on this: http://groups.google.com/group/jquery-en/browse_thread/thread/7cbc9fb45f7dc133 , I've tried to come up with a way to read attributes out of a CSS class, even if that class isn't applied to any element. No luck so far. Any jQuery pro's want to take

[jQuery] Re: Is this posible with JQUERY?

2007-11-03 Thread Stefan Petre
I did something similar, but did not ave the time to release it. You can see it in action here http://blog.eyecon.ro/#in-singuratate Stefan Vladimir wrote: http://vikjavev.no/highslide/ extra fine jscript... does jQuery have a plug-in like that?

[jQuery] Re: Preview: Brand new tablesorter 2.0, multi-column sorting and more

2007-07-06 Thread Stefan Petre
May I suggest something? When you sort: first click > sort ascending , second click > sort descending ; third click > clear sorting. 2007/7/6, tlob <[EMAIL PROTECTED]>: an ajax mysql connection for editing datas inside the table and I owe you BIG time! ;-) GREAT WORK!! On 6 Jul., 13:34, "Ch

[jQuery] Re: ANNOUNCE: Another LightBox Option - Interface ImageBox

2007-04-24 Thread Stefan Petre
from ThickBox and the other lightbox plugins currently available and is very smooth overall. The original version was done by Interface developer Stefan Petre and has since received some nice revisions and fixes courtesy of Matthieu Paineau. Definitely take a look at it as it offers a nice UI

[jQuery] Re: ANNOUNCE: Another LightBox Option - Interface ImageBox

2007-04-24 Thread Stefan Petre
from ThickBox and the other lightbox plugins currently available and is very smooth overall. The original version was done by Interface developer Stefan Petre and has since received some nice revisions and fixes courtesy of Matthieu Paineau. Definitely take a look at it as it offers a nice UI

[jQuery] Re: Interface "folder-tree" requests

2007-04-13 Thread Stefan Petre
Hey, I will rewrite that demo as soon as Interface 2 is finished Stefan 2007/4/13, Gilles (Webunity) <[EMAIL PROTECTED]>: I don't know if Stefan is reading this discussion group, but i have some questions for him. I was wondering if he wants to change the demo at: http://interface.eyecon.ro/

[jQuery] Re: Interface updates

2007-04-12 Thread Stefan Petre
Priest, James (NIH/NIEHS) [C] wrote: -Original Message- From: Stefan Petre [mailto:[EMAIL PROTECTED] Just wondering as to when Interface updates/fixes are going to be released. I do release guys could be very busy, but little heads up would be appreciated

[jQuery] Re: Interface updates

2007-04-12 Thread Stefan Petre
Kush Murod wrote: Hi, Just wondering as to when Interface updates/fixes are going to be released. I do release guys could be very busy, but little heads up would be appreciated. --Kush Currently we are working on Interface 2. Stefan

[jQuery] Re: is child of...

2007-04-06 Thread Stefan Petre
Lwis wrote: Hi, short version: how do I find out whether my element is a child of another element? long version: I think I want to loop through all elements and check each of them if it is the element I am searching for or not. I think I want something similar to YUI (http://www.un-instraw.or

[jQuery] Small Interface website update

2007-04-06 Thread stefan . petre
Hi guys, Long time no see. http://interface.eyecon.ro/dependencies useful to check dependencies . Starting next week I will have some free time again and me and Paul will continue working on Interface 2. I hope this month we will release it. Take care.

[jQuery] Re: jQuery Powered Sites - The List Continues to Grow

2007-04-05 Thread Stefan Petre
I don't quite understand; where do you want to add the description? Rey Bango wrote: Thanks Stefan. Can you give me a description of the site so I can add that? Rey [EMAIL PROTECTED] wrote: I can not show actual links because the products are white labeled. I made a little screencast from

[jQuery] Re: jQuery Powered Sites - The List Continues to Grow

2007-04-05 Thread Stefan Petre
I don't think I will release this since Ext does a better job Andy Matthews wrote: I'm more interested to see if he's going to be able to release that as a plugin! Just to clarify, I think that looks amazing! andy -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL

[jQuery] Re: jQuery Powered Sites - The List Continues to Grow

2007-04-05 Thread Stefan Petre
Yes, the back end is PHP driven but the response is XML Andy Matthews wrote: Holy WOW!!! I'm assuming that uses PHP for the back end? -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Gareth Hughes Sent: Thursday, April 05, 2007 9:03 AM To: j

[jQuery] Re: jQuery Powered Sites - The List Continues to Grow

2007-04-05 Thread stefan . petre
I can not show actual links because the products are white labeled. I made a little screencast from a back end using jQuery to do all sorts of things http://www.eyecon.ro/demos/imagebrowser.html