[jQuery] Re: jQuery capture images from webcam

2007-07-25 Thread Charles Capps
Web Specialist wrote: jQuery haves plugins available for web images capture? I'm developing a ColdFusion application to store visitors personal data including your photo. What I'm looking for: - webcam captures visitor photo via iframe(or another solution) in our form application; -

[jQuery] Re: append reformting the content i send it

2007-07-10 Thread Charles Capps
Mike Alsup wrote: Hmm... I might be off base on that upper case thing, I'm not sure. (Anyone who knows, feel free to jump in.) No, I think you've got that right. It just depends how you're viewing the DOM. Firebug will show you lowercase elements, IE dev toolbar will always show

[jQuery] Re: IE Caching AJAX calls

2007-05-17 Thread Charles Capps
When in doubt, whack'em all. Pragma: no-cache Cache-control: no-cache, must-revalidate Expires: (some date in the past in the proper format) Jimmy Glass wrote: Hi Jeff, That is what I was thinking... But, I'm not sure of the key/value pair to add to the response. Do you know? Jimmy G

[jQuery] Re: Interface Sortable Boxes

2007-05-07 Thread Charles Capps
Bil Corry wrote: Is there another plug-in that does the same thing as Interface's Sortable Boxes demo, but without crashing Safari? http://interface.eyecon.ro/demos/sort.html While it's not much help to your search, an updated nightly Webkit no longer crashes on the example page.

[jQuery] Re: datePicker v2 beta

2007-04-24 Thread Charles Capps
Kelvin Luck wrote: Hi, I'd like to announce the beta release of v2 of my datePicker plugin for jQuery. This release is a complete rewrite which makes the date picker considerably more powerful and flexible than it previously was. Check out the temporary project page:

[jQuery] Re: 15 second delay with IE

2007-04-04 Thread Charles Capps
I am unable to duplicate any IE weirdness, using IE6 and IE7. mike wrote: Hi Jeffrey, An example is at: http://www.green-welly.co.uk/rcc/basic-example.html It takes me 15 seconds to load this page in IE, Firefox Opera are immediate. Well puzzled. Thanks, mike