[jQuery] Re: DateJS: Robust Date manipulation library

2007-11-29 Thread Nicolas Hoizey
> > This came through my feed reader this morning, and I thought it looked > > like the kind of thing jQuerians might enjoy: > > http://www.datejs.com/ I really don't like the weird syntax they use. This Date.today().next().thursday(); is not real chaining IMHO. Even more (3).days().ago(); Chai

[jQuery] Re: Tag Cloud

2007-09-20 Thread Nicolas Hoizey
> Is there an implementation of Tag Cloud css or logic using jquery? Why would you need jQuery for a tag cloud? -Nicolas -- Nicolas "Brush" HOIZEY Clever Age : http://www.clever-age.com/ Gastero Prod : http://www.gasteroprod.com/ Photos : http://www.flickr.com/gp/[EMAIL PROTECTED]/M1c002

[jQuery] Re: end(), this bug unknown

2007-08-23 Thread Nicolas Hoizey
> In the slide number 50 there is a little example code: > > $("div.section") >.find("dt") > .addClass("section") > .onclick() > .next().toogle().end() > .end() >.end() >.find("dd") > .hide() > .filter(":first") > .show() > .end() >

[jQuery] Re: Cycle Plugin update

2007-08-14 Thread Nicolas Hoizey
> I haven't tried to duplicate the KenBurnsEffect, but you can set up > your own custom transitions. What exactly do you mean by "dynamic"? Each time an image is used, I give it new initial and final size and position, so that it never does the same. -Nicolas -- Nicolas "Brush" HOIZEY Clev

[jQuery] Re: Cycle Plugin update

2007-08-13 Thread Nicolas Hoizey
> I've just uploaded a new version of the Cycle Plugin: > http://malsup.com/jquery/cycle/ It really rocks! > This new version adds some new transition effects, the ability to > create custom transitions[...] Transitions are now defined using a > plugin scheme. This means you can create your ow

[jQuery] Re: Slightly OT: overview of HTML5 elements

2007-08-10 Thread Nicolas Hoizey
> A lot of these are probably more for the benefit of the search > engines and > for SEO purposes. Tags like and gives > search engines > a little more information about what they're parsing (the same with > the > , and tags.) It will be great for accessibility too, with vocal synthesis

[jQuery] Re: [ANNOUNCE] jCarousel Lite - version 1.0

2007-08-10 Thread Nicolas Hoizey
> Nicolas Hoizey and Mike Fern - As per your request, circular is now > well, circular. The carousel won't rewind itself after the last > element. Rather it will cycle as if there is no end. Thanks you sooo much! ;-) -Nicolas -- Nicolas "Brush" HOIZEY Clever A

[jQuery] Re: Slide Right

2007-08-10 Thread Nicolas Hoizey
Hello Mike, > You can do this with the Cycle plugin. I just added a bunch of new > effects: > http://www.malsup.com/jquery/cycle/ Could you add demos with images that are not the same size (if it works)? And do you think you could add Ken Burns effects, so that I drop my plugin in favor

[jQuery] Re: [Slight OT] Quick straw pole about maps

2007-08-09 Thread Nicolas Hoizey
Hi Tane, > So a quick question is, especially to anyone using it is: What > mapping service do you prefer? Google? or Yahoo? I really prefer Google. I even use Google Earth + Trippermap to geotag my Flickr pictures! Yahoo Maps are still very bad on european countries. > The reason I ask, i

[jQuery] Re: [NEWS] jQuery in 15 Minutes Slideshow on Ajaxian

2007-08-08 Thread Nicolas Hoizey
> Ajaxian has a post describing Simon Willison's slideshare > presentation "jQuery in 15 minutes". The preso gives a nice view of > some of jQuery's features and is a good intro for anyone wanting to > know more about jQuery. > http://ajaxian.com/archives/jquery-in-15-minutes I’ve learned f

[jQuery] Re: Ken Burns effects using jQuery?

2007-08-02 Thread Nicolas Hoizey
>> but i would sincerely recommend one demo per page. It is too >> straining on the eyes, but i see ur point. > > OK, I'll do that. Done: -Nicolas -- Nicolas "Brush" HOIZEY Clever Age : http://www.clever-age.com/ Gastero Prod : http:

[jQuery] Re: Ken Burns effects using jQuery?

2007-08-02 Thread Nicolas Hoizey
> it looks great nicolas. Thanks! > but i would sincerely recommend one demo per page. It is too > straining on the eyes, but i see ur point. OK, I'll do that. -Nicolas -- Nicolas "Brush" HOIZEY Clever Age : http://www.clever-age.com/ Gastero Prod : http://www.gasteroprod.com/ Photos :

[jQuery] Re: Ken Burns effects using jQuery?

2007-08-02 Thread Nicolas Hoizey
> Very nice in FF but no go in IE7. Just tried with FF for a start. > Too fast - slow down the effects speed so we can really see them. The default duration for each photo is 6 seconds and a half, do you really think it's too fast??? > Is this plug in ready for prime time? Not at all, it's

[jQuery] Re: Ken Burns effects using jQuery?

2007-08-02 Thread Nicolas Hoizey
ame page, but it seems to run smooth enough on my Mac + Firefox. Please tel me if it is interesting, or should be done another way. -Nicolas > On Jul 26, 2007, at 5:12 PM, Nicolas Hoizey wrote: > >> >> Hello, >> >> Has anyone already made a Ken Burns effects slidesh

[jQuery] Re: Ken Burns effects using jQuery?

2007-07-26 Thread Nicolas Hoizey
> How about this one: > http://medienfreunde.com/lab/innerfade/ It is nice, but there is no move and no zoom, which are the effects made popular by Ken Burns I would like to have... -Nicolas -- Nicolas "Brush" HOIZEY Clever Age : http://www.clever-age.com/ Gastero Prod : http://www.gaster

[jQuery] Re: Ken Burns effects using jQuery?

2007-07-26 Thread Nicolas Hoizey
> Here's another one: > http://www.projectatomic.com/litebox/ This one is really different... -Nicolas -- Nicolas "Brush" HOIZEY Clever Age : http://www.clever-age.com/ Gastero Prod : http://www.gasteroprod.com/ Photos : http://www.flickr.com/gp/[EMAIL PROTECTED]/M1c002

[jQuery] Re: [ANNOUNCE] jCarouselLite version 0.4.0

2007-07-26 Thread Nicolas Hoizey
> Think both Nicolas and Mike are looking for the same feature... I > will see if that can be implemented without affecting the size of > the plugin too much. You know, coz it is named "Lite" and all... I'm not sure it would be big. You "just" need to clone the first and put it in the end,

[jQuery] Ken Burns effects using jQuery?

2007-07-26 Thread Nicolas Hoizey
Hello, Has anyone already made a Ken Burns effects slideshow powered by jQuery? I've found this one very nice, but made with Mootools, and I would not like having all JS libraries on my website... ;-) I don't need much, only a slideshow of photo

[jQuery] Re: [ANNOUNCE] jCarouselLite version 0.4.0

2007-07-26 Thread Nicolas Hoizey
> I have updated the jCarouselLite plugin to its next revision - > 0.4.0. The project page is at http://www.gmarwaha.com/jquery/ > jcarousellite/index.php This is really great! One more option I really would love would be to have "infinite" carousel, with left most element being repeted on

[jQuery] Re: [ANNOUNCE] jQuery Accessibility Plugin

2007-07-20 Thread Nicolas Hoizey
Hello, > Today I am happy to release my second plugin for jQuery - the jQuery > Accessibility Plugin. IMHO, accessibility is something you have to deal with before applying any Javascript, so that people using speech synthesys or other devices can navigate in contents and services. Your plu

[jQuery] Re: Syntactic sugar for checking whether an element exists

2007-07-10 Thread Nicolas Hoizey
> Anyway I can see your argument about how an exists() function would > be redundant. jQuery has a lot of convenience wrappers for things, > but $.fn.exists = function(){return !!this.length}; would be the > smallest and least functional one. Same is almost true for hasClass > (return this

[jQuery] Re: question about Firebug...

2007-07-05 Thread Nicolas Hoizey
> I see that FB has a console...is it possible to print variables to > this console as my JS code progresses? Yes, just do this: console.log('the message'); -Nicolas -- Nicolas "Brush" HOIZEY Clever Age : http://www.clever-age.com/ Gastero Prod : http://www.gasteroprod.com/ Photos : http:

[jQuery] Any official documentation for selectors extension?

2007-07-05 Thread Nicolas Hoizey
Hello, Following yesterday's discussion about my :containsExactly() filter, I would like to know if there is any official documentation about selectors extension. I found this e-mail in the archives: This is the interesting extra

[jQuery] Re: How to find elements with an exact text content?

2007-07-04 Thread Nicolas Hoizey
> You can try the powerful .filter() method with an anonymous > function as its argument: > > $('someElement').filter(function() { > return $(this).text() == 'Some text'; > }); It works well, but wouldn't it be very useful (and very "write less, do more") to have such a feature: $('someEle

[jQuery] Re: How to find elements with an exact text content?

2007-07-04 Thread Nicolas Hoizey
Hello Renato, I also saw your answer on the french list... ;-) >> I'm currently using :contains() to find elements that contain >> some string: >> >> I would like now to find only elements that have a text content >> exactly equal

[jQuery] Re: How to find elements with an exact text content?

2007-07-03 Thread Nicolas Hoizey
> As far as I know, .textContent only works in Firefox. The IE > equivalent is .innerText. > jQuery normalizes this with its .text() method. Thanks a lot! -Nicolas -- Nicolas "Brush" HOIZEY Clever Age : http://www.clever-age.com/ Gastero Prod : http://www.gasteroprod.com/ Photos : http://

[jQuery] Re: How to find elements with an exact text content?

2007-07-03 Thread Nicolas Hoizey
>> You can try the powerful .filter() method with an anonymous >> function as its argument: >> >> $('someElement').filter(function() { >> return $(this).text() == 'Some text'; >> }); > > I will try this, thanks! It works well! Do you think it is usefull, for performance, to first filter with

[jQuery] Re: How to find elements with an exact text content?

2007-07-03 Thread Nicolas Hoizey
Hi Karl, > You can try the powerful .filter() method with an anonymous > function as its argument: > > $('someElement').filter(function() { > return $(this).text() == 'Some text'; > }); I will try this, thanks! What is the difference between .text() and .textContent? -Nicolas -- Nicolas

[jQuery] How to find elements with an exact text content?

2007-07-03 Thread Nicolas Hoizey
Hi, I'm currently using :contains() to find elements that contain some string: I would like now to find only elements that have a text content exactly equal to the string I chose. I didn't find any simple solution in the list arch