[jQuery] Re: Ken Burns effects using jQuery?

2007-07-27 Thread Rhapidophyllum
That's a great-looking demo--thanks for the link! Hopefully a jQuery addin will be developed for that. On Jul 26, 2007, at 5:12 PM, Nicolas Hoizey wrote: Hello, Has anyone already made a Ken Burns effects slideshow powered by jQuery? I've found this one very nice, but made with Mooto

[jQuery] Re: What are most commonly-used menu plugins?

2007-07-23 Thread Rhapidophyllum
Hmm...jdMenu has no documentation. I suppose I have to change my request to: What is a commonly-used, stable, documented menu plugin? On Jul 23, 2007, at 2:53 PM, Rhapidophyllum wrote: Thanks very much for your experiences! Personally, I like jdMenu: http://jdsharp.us/jQuery/plugins

[jQuery] Re: What are most commonly-used menu plugins?

2007-07-23 Thread Rhapidophyllum
Thanks very much for your experiences! Personally, I like jdMenu: http://jdsharp.us/jQuery/plugins/jdMenu/ --- +1 on jdMenu. We've also used it with no troubles. Very simple to get up and running.

[jQuery] What are most commonly-used menu plugins?

2007-07-22 Thread Rhapidophyllum
I'm simply looking for a stable menu plugin. Of the various menu plugins available, which are most commonly used/most stable?

[jQuery] Re: how to animate two divs' position smoothly at the same time

2007-07-06 Thread Rhapidophyllum
You don't have to do anything...that would be the default behavior. Your code starts the animation, and while the animation occurs, the code doesn't stop, it keeps executing. (GTG says this in the 1st paragraph.) RH On Jul 5, 2007, at 11:24 PM, eddy wrote: Thank you! But you only explain a f

[jQuery] Re: encoding(charset) problem

2007-07-05 Thread Rhapidophyllum
I think you don't have to change the entire server setting, but header information in your individual server responses should be set to gb. On Jul 4, 2007, at 11:29 AM, Guoliang Cao wrote: Hi, I'm using jQuery 1.1.3 in my AJAX-based game viewer. I download game data through ajax calls. Game

[jQuery] Re: New Plugin Repository

2007-06-19 Thread Rhapidophyllum
Are the 'official' plugins listed there? I didn't see them. It's a great help to new users to know which are the most-used and most-solid plugins. On Jun 19, 2007, at 2:26 AM, John Resig wrote: Hi Everyone - One of the great aspects of jQuery is its extensibility, as evidenced by the many

[jQuery] Re: CNN and Apple Choose Prototype. Why?

2007-06-14 Thread Rhapidophyllum
I am new to jQuery, but after trying a couple of plugins that don't work that well, and looking at others that aren't well-documented, I'd agree with Matt that the approach to plugins could be reworked. The perl analogy is a good one--I used to program extensively in Perl but found it usua

[jQuery] Re: jQuery core charset???????????(please help!!!!me!)

2007-06-05 Thread Rhapidophyllum
Perl & Python are great at converting character sets. On Jun 5, 2007, at 4:00 PM, oscar esp wrote: I am trying to find some code to do the conversion... however I did get any thing right now On 4 jun, 21:37, Bil Corry <[EMAIL PROTECTED]> wrote: Mike Alsup wrote on 6/4/2007 8:15 AM: 2. Ad

[jQuery] Re: Plugin to link words/phrases

2007-06-03 Thread Rhapidophyllum
Could you be more specific on what you mean by 'link text'? That could be interpreted a number of different ways. On Jun 1, 2007, at 11:11 PM, Michael Edmondson wrote: I am working on writing a plugin that, given a list of words/phrases, will link text. That sounds so ... less than spect

[jQuery] Re: LiteBox in jQuery

2007-05-31 Thread Rhapidophyllum
One more thing--almost forgot. Since photos can of course take a while to download, it's good to preload them. I'm not sure if this is correct, but I think Lightbox 2 preloads 1 image, but Thickbox doesn't preload any. On May 31, 2007, at 11:53 AM, Rhapidophyllum wr

[jQuery] Re: Announce Google gears , dojo partners with them

2007-05-31 Thread Rhapidophyllum
Actually, Dojo has already had something like this for several months, although I don't know how finished it was. Here's a blog post they have about it: http://www.sitepen.com/blog/2007/05/30/google-gears-dojo-offline-and- sitepen/ On May 31, 2007, at 9:13 AM, John Resig wrote: Ther

[jQuery] Re: LiteBox in jQuery

2007-05-31 Thread Rhapidophyllum
The other difference is that Thickbox resizes images to fit the screen + buffer size. While this is good in many situations, it often isn't desirable for displaying photos, where you typically want users to see the original photo quality. Lightbox 2 has the animated size transitions, and

[jQuery] Re: LiteBox in jQuery

2007-05-30 Thread Rhapidophyllum
ImageBox looks nice. Does anyone know if it is being actively taken care of? The source code said it was written in 2006, and under Mac Firefox the image flashes right as it is being loaded. On May 30, 2007, at 2:34 PM, Glen Lipka wrote: I knew it was around somewhere. Thanks a bunch. I

[jQuery] Re: [ANN] jQuery Media Plugin

2007-05-26 Thread Rhapidophyllum
ault Mac PDF reader, but Mac Firefox (with my current settings) isn't. Thanks! On May 25, 2007, at 11:29 PM, Bil Corry wrote: Rhapidophyllum wrote on 5/25/2007 7:56 PM: I know it's early, but one comment: for embedding PDF, works on my Mac in Safari, but Firefox demands to eit

[jQuery] Re: [ANN] jQuery Media Plugin

2007-05-25 Thread Rhapidophyllum
Wow, that is great! I know it's early, but one comment: for embedding PDF, works on my Mac in Safari, but Firefox demands to either save the PDF or open it with another application. (Sorry, don't know if this is a known issue or not!) Thanks! On May 23, 2007, at 7:57 AM, Mike Alsup wrote:

[jQuery] Re: Library showdowns

2007-04-17 Thread Rhapidophyllum
There are some situations when you can only pass a variable referring to a function; with a curry function you can pass a variable that refers to a function + arguments. A problem, though, is that some curry functions seem to go a little beyond this basic functionality, behaving differently w

[jQuery] Re: Library showdowns

2007-04-17 Thread Rhapidophyllum
Dojo has a curry function. On Apr 17, 2007, at 8:30 AM, Klaus Hartl wrote: Glen Lipka schrieb: On 4/16/07, *Sean Catchpole* <[EMAIL PROTECTED] > wrote: Interesting find Karl, Thanks I'm still trying to see if I can find a graceful way to implement curr

[jQuery] Re: Displaying a rotated image

2007-04-15 Thread Rhapidophyllum
to viewer and export them to a new folder (File > Export) they'll be oriented as you see them in the viewer. If you just grab the originals from the library folders they may not. Hope that helps Rhapidophyllum wrote: > > > I have a lot of jpeg digital photos that display c

[jQuery] Displaying a rotated image

2007-04-13 Thread Rhapidophyllum
I have a lot of jpeg digital photos that display correctly in my local photo software (Mac iPhoto). However, when displaying the vertical photos on a web page, they are oriented horizontally/sideways. Is there a way to rotate the image so that it displays correctly?