[jQuery] Re: jQuery.uploader released: Flash based jQuery uploader

2008-12-16 Thread Gilles (Webunity)
I turned around the redirect issue by making sure that I return data to the plugin and use the severData callback to invoke an ajax reload of the div containing the uploaded picture. Oke ;) The format for passing additional parameters is a simple object in the form of { name: value, name:

[jQuery] Re: jQuery.uploader released: Flash based jQuery uploader

2008-12-15 Thread Gilles (Webunity)
I found this on another site: We use the Flash uploader MultiPowUpload (http://www.element-it.com/ MultiPowUpload.aspx) and Nirvanix HTTP upload. To register new uploads we use the forwardingurl

[jQuery] Re: jQuery.uploader released: Flash based jQuery uploader

2008-12-15 Thread Gilles (Webunity)
. 3. multiple must be passed as true or false not 1 or 0 or false or true. Your documentation was clear and I missed it. 4. the plugin hangs anyway in all working platforms if the backend script issue a redirect. Hope it helps On 12 déc, 13:03, Gilles (Webunity) gilles0...@gmail.com wrote

[jQuery] Re: jQuery.uploader released: Flash based jQuery uploader

2008-12-12 Thread Gilles (Webunity)
Hi Guys, Sorry for the late update. Although everybody is using it (since i got 20mb of uploaded files) almost nobody is telling thanx, but that's oke, i expected that. I got some time to fix some issues and answer some questions: 1. multiple: false through settings while building the

[jQuery] Re: jQuery.uploader released: Flash based jQuery uploader

2008-12-12 Thread Gilles (Webunity)
Sample backend: http://jQuery.webunity.nl/jQuery.uploader/js/sample_backend.phps

[jQuery] Re: jQuery.uploader released: Flash based jQuery uploader

2008-12-07 Thread Gilles (Webunity)
One question.  Your docs and examples don't ever mention, that I can tell, how the data is handed off to the backend script.  Are the images just going to be in the $_FILES global (to give a PHP example)? Yes, i did not include any information about the backend script used, since each and

[jQuery] Re: jQuery.uploader released: Flash based jQuery uploader

2008-12-01 Thread Gilles (Webunity)
Guys, a lot of views and no reply's... Thats not fair to me ;) On Nov 28, 3:17 pm, Gilles (Webunity) [EMAIL PROTECTED] wrote: Hi guys, Short memo;http://jQuery.webunity.nl/ Check it out, 2 demo's online! -- Gilles

[jQuery] jQuery.uploader released: Flash based jQuery uploader

2008-11-28 Thread Gilles (Webunity)
Hi guys, Short memo; http://jQuery.webunity.nl/ Check it out, 2 demo's online! -- Gilles

[jQuery] Re: jQuery Uploader Flash player 10 fix

2008-11-10 Thread Gilles (Webunity)
Going to squash the latest bugs today, if i got my VPC up and running so i can use visual studio to debug IE6. Got my SharePoint certification last week so that week was crazy ;) On Nov 9, 4:12 pm, Crazy-Achmet [EMAIL PROTECTED] wrote: Hey Gilles, how is it going? Is there something to see?

[jQuery] Re: jQuery Uploader Flash player 10 fix

2008-11-03 Thread Gilles (Webunity)
uuhm.. yep. ;) On Nov 2, 8:33 pm, Jörg Battermann [EMAIL PROTECTED] wrote: You've meant November, right? Just checking :) On Nov 1, 1:01 pm, Gilles (Webunity) [EMAIL PROTECTED] wrote: I expect to release around 8 september On Oct 31, 2:09 pm, Gilles (Webunity) [EMAIL PROTECTED] wrote

[jQuery] Re: jQuery Uploader Flash player 10 fix

2008-11-01 Thread Gilles (Webunity)
I expect to release around 8 september On Oct 31, 2:09 pm, Gilles (Webunity) [EMAIL PROTECTED] wrote: p.s. at this time, IE seems a bit buggy, have to fix that before i release any code. I am also using some PNG files right now, which i have to change into transparent gifs (IE). On Oct 31

[jQuery] Re: jQuery Uploader Flash player 10 fix

2008-10-31 Thread Gilles (Webunity)
Expect something in the next couple of days. I want to have the api docs setup good this time. On Oct 30, 1:41 pm, Olivier Percebois-Garve [EMAIL PROTECTED] wrote: Hi any chance to see the work in progress ? demo, (even partially buggy) ? svn ? Olivier On Tue, Oct 28, 2008 at 10:25 AM,

[jQuery] Re: jQuery Uploader Flash player 10 fix

2008-10-31 Thread Gilles (Webunity)
p.s. at this time, IE seems a bit buggy, have to fix that before i release any code. I am also using some PNG files right now, which i have to change into transparent gifs (IE). On Oct 31, 2:08 pm, Gilles (Webunity) [EMAIL PROTECTED] wrote: Expect something in the next couple of days. I want

[jQuery] Re: jQuery Uploader Flash player 10 fix

2008-10-24 Thread Gilles (Webunity)
Another update: - Started working on the demo's; squatting some final bugs and then all i have to do is rebuild the demo's. - Luckily i've documented the JavaScript extensivly so documentation will be quick. -- Gilles On Oct 22, 8:28 pm, Gilles (Webunity) [EMAIL PROTECTED] wrote: Yes

[jQuery] Re: jQuery Uploader Flash player 10 fix

2008-10-22 Thread Gilles (Webunity)
the serverside-generated file name ? thanks, Alexandre On Tue, Oct 21, 2008 at 8:55 PM, Gilles (Webunity) [EMAIL PROTECTED]wrote: Update: Most of the callbacks have been implemented; Actionscript (Flash) work seems to be done; yet i did all my work without debugging. Tomorrow i have to add

[jQuery] Re: jQuery Uploader Flash player 10 fix

2008-10-21 Thread Gilles (Webunity)
Update: Most of the callbacks have been implemented; Actionscript (Flash) work seems to be done; yet i did all my work without debugging. Tomorrow i have to add maybe 3 or 4 events / log messages and then i can start building ;) -- Gilles On Oct 20, 7:52 pm, Gilles (Webunity) [EMAIL PROTECTED

[jQuery] jQuery Uploader Flash player 10 fix

2008-10-20 Thread Gilles (Webunity)
Guys; A lot (8) people have allready asked me if i was going to fix the mess Adobe made and my answer is yes, i am working on it. This post is to assure you that the jQuery Flash based uploader i wrote in 2006 has been revived. The project will no longer be based on swfupload, since i added way

[jQuery] Re: Uploader 0.9 beta

2008-03-02 Thread Gilles (Webunity)
Plugin will be ready in 2 to 3 weeks, have some seminars i have to attend, sorry. --- Gilles

[jQuery] Re: Uploader 0.9 beta

2008-02-14 Thread Gilles (Webunity)
Allright, i have made some changes to the backend and uploader so that it has some more stabillity. To answer your question Benjamin, each progress callback function passes an object with this information: http://docs.jquery.com/UI/Uploader/callbacks/fileProgress#tOptions In this option array,

[jQuery] Re: Uploader 0.9 beta

2008-02-14 Thread Gilles (Webunity)
P.s. i have tons of new ideas to make the usage of the Flash Uploader (A LOT) easier, but this will be incorporated in V1.5. -- Gilles On 14 feb, 10:24, Gilles (Webunity) [EMAIL PROTECTED] wrote: Allright, i have made some changes to the backend and uploader so that it has some more

[jQuery] Re: Uploader 0.9 beta

2008-02-14 Thread Gilles (Webunity)
Well to be honest, currently the code is a bit of a mess. Do a view- source on the demo and you see that you have to pass in everything in the constructor. What i want to do, if that is oke with you guys, that you can do something like this: oUploader = new Uploader('moviename');

[jQuery] Re: Uploader 0.9 beta

2008-02-12 Thread Gilles (Webunity)
Hehe Well what you are asking is possible! The third example, uses sessions and forms. So the form is validated, and the uploaded files are placed in a session object. (i'll show some code later on tonight). There is an event called queueCompleted, so in that event you could say: Finished

[jQuery] Re: Uploader 0.9 beta

2008-02-12 Thread Gilles (Webunity)
I'll set up a fourth demo, with total progressbar, also i'll try to visualise what is going on, on each page by creating a flow diagram... Oke?

[jQuery] Re: Uploader 0.9 beta

2008-02-11 Thread Gilles (Webunity)
http://docs.jquery.com/UI/Uploader On 11 feb, 14:35, Cloudream [EMAIL PROTECTED] wrote: Nice work. Is there any documents? I think i can write an asp (server) demo for other developers. On Feb 11, 3:37 pm, Gilles (Webunity) [EMAIL PROTECTED] wrote: Well it is almost finished, my Flash

[jQuery] Uploader 0.9 beta

2008-02-10 Thread Gilles (Webunity)
Well it is almost finished, my Flash-based file uploader for jQuery. The docs are finished, and the widget itself also. Originally intended to be a part of UI, but since it has no real connection to UI (dependencies and so on) i have decided to release it as a standalone plugin. Most of you have

[jQuery] Re: 3 state buttons - is there a best way

2007-07-25 Thread Gilles (Webunity)
: That might work but I can't tell from that page if it uses images.. And I could not find the cssHover.js or any examples of how this plug in. -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Gilles (Webunity) Sent: Tuesday, July 24, 2007 10:48 PM

[jQuery] Re: Does jQuery have function for ajax periodical updater

2007-07-25 Thread Gilles (Webunity)
Yes, i use it on my site: http://www.webunity.nl/ It is not in SVN: http://www.webunity.nl/js/framework/periodicalUpdate.js On Jul 25, 1:06 pm, Web Specialist [EMAIL PROTECTED] wrote: Makara, yes! Please look this plugin: http://jquery.com/plugins/project/spy Cheers 2007/7/25, Makara

[jQuery] Re: Thickbox 3 + esc to close window

2007-07-25 Thread Gilles (Webunity)
jQuery(document).keypress(function(ev) { if (ev.which == 27) { .. action .. }; }); Which = jQuery assigned crossbrowser keycode.

[jQuery] Re: Development tool by yahoo for firebug

2007-07-25 Thread Gilles (Webunity)
Yahoo! it's live! On Jul 25, 3:49 pm, Benjamin Sterling [EMAIL PROTECTED] wrote: Guys and Gals, Came across this today and found it pretty interesting when looking at some of my current projects. Figured I'd share. http://developer.yahoo.com/yslow/ -- Benjamin

[jQuery] Re: Thickbox 3 + esc to close window

2007-07-25 Thread Gilles (Webunity)
gjeez ;) function tbClose(ev) { if (ev.which == 27) { .. action .. }; } Just before you open TB: jQuery(document).keypress(tbClose); Just after you close TB: jQuery(document).unkeypress(tbClose); You could have figured that out ;)

[jQuery] Re: dev tip: combining JS script files

2007-07-21 Thread Gilles (Webunity)
Well i have to think about that, but i might do some releasing of code. The advantage i have, is that it runs on my own servers, so i get to choose the owner ;) On 21 jul, 09:14, Jon Ege Ronnenberg [EMAIL PROTECTED] wrote: When you load the script, has nothing to do with the dom. The script can

[jQuery] Re: dev tip: combining JS script files

2007-07-16 Thread Gilles (Webunity)
I've build something similar to this; here's how i did it: on my webserver, there are a bunch of JS and CSS files. During each page load, i create an array of CSS and JS files, which have to be included on that page. Currently i store these in session, but that isn't needed. In the header of the

[jQuery] Re: Selector challenge?

2007-07-13 Thread Gilles (Webunity)
td input.. br div class=formError.../div /td As said. in the application i am building iit should find the previous form element, no matter where it is located ;) On 13 jul, 12:19, Juha Suni [EMAIL PROTECTED] wrote: Gilles (Webunity) wrote: Well i've tried that one off course

[jQuery] Selector challenge?

2007-07-13 Thread Gilles (Webunity)
Guys, I'm redoing some of my old functions. Right now i have a form validation function (PHP and SmartyValidate) which echoes the following line of code after an invalid form field: div class=formError... message .../div I also have a formReset function, which basicly sets the focus to the

[jQuery] Re: Selector challenge?

2007-07-13 Thread Gilles (Webunity)
Suni [EMAIL PROTECTED] wrote: Gilles (Webunity) wrote: Given this query: jQuery('.formError:first', this); I basically have this question: How can i find the first input element, before an object? How about jQuery('.formError:first', this).prev(); That should do the trick. -- Suni

[jQuery] Re: Selector challenge?

2007-07-13 Thread Gilles (Webunity)
, Gilles (Webunity) [EMAIL PROTECTED] wrote: td input.. br div class=formError.../div /td As said. in the application i am building iit should find the previous form element, no matter where it is located ;) On 13 jul, 12:19, Juha Suni [EMAIL PROTECTED] wrote: Gilles (Webunity

[jQuery] Re: Slider Example

2007-07-12 Thread Gilles (Webunity)
Glen; take a look at this one: http://dev.jquery.com/~gilles/slider/ It's broken, but styled ;) it needs the interface libs but it should run then... On Jul 12, 5:04 am, Glen Lipka [EMAIL PROTECTED] wrote: Does anyone have a version of the Interface Slider on a public site? Something

[jQuery] Re: PACKER3 issues

2007-07-05 Thread Gilles (Webunity)
Thanx for sharing Will! On Jul 5, 12:37 am, Will Arp [EMAIL PROTECTED] wrote: Dear list, this has been fixed in latest jquery svn, but still need fixing in the form and metadata plugins. - eval(data = + data); + data = eval(( + data + )); related to: Ticket

[jQuery] Re: Masked Input Plugin RC3

2007-07-03 Thread Gilles (Webunity)
And also, i would like to see a thanks part in your documentation, for people who submitted bugs, i gave you 2 allready ;) -- Regards, Gilles van den Hoven - http://www.webunity.nl On Jul 3, 2:08 am, Josh Bush [EMAIL PROTECTED] wrote: I keep coming across a few bugs here and there that need

[jQuery] Re: 1.1.3 and Interface

2007-07-03 Thread Gilles (Webunity)
If you'd read the release notes, you'd see that the interface package is no longer in development, possibly only bug fixes. The new UI package is going to replace interface in the future. On Jul 2, 8:08 pm, Jeffrey Kretz [EMAIL PROTECTED] wrote: I am thrilled to see the 1.1.3 release. One

[jQuery] Re: Masked Input Plugin RC2

2007-06-28 Thread Gilles (Webunity)
Nice! However, when you see the mask and press ESC the mask also disappears ;) On 28 jun, 03:21, Josh Bush [EMAIL PROTECTED] wrote: Hey there, I'm back at it trying to push to a 1.0 release. I made some code changes, so I would like some verification that all is well before I move this to a

[jQuery] Re: NEWS: Ajax Rain: Showcase of Awesome Ajax Controls

2007-06-28 Thread Gilles (Webunity)
Nice website ray! I wonder if all jQuery plugins there are also on the plugins page On 27 jun, 19:05, Rey Bango [EMAIL PROTECTED] wrote: I came across a great link today on DZone.com for Ajax Rain (http://www.ajaxrain.com). It has one of the best lists of Ajax widgets and controls I've ever

[jQuery] Re: Draggables in jQuery

2007-06-27 Thread Gilles (Webunity)
Drag yes, drop no ;) http://dev.iceburg.net/jquery/jqDnR/

[jQuery] cssHover rebirth: wuWidgets

2007-06-26 Thread Gilles (Webunity)
Oke guys, i thought i'd kick an old topic since i am thinking of rewriting one of my old plugins a bit to work with the latest version of jQuery and to incorporate the comments you gave into it. The original thread is here:

[jQuery] Re: New Plugin: HoverAccordion

2007-06-26 Thread Gilles (Webunity)
Nice work, i see some errors however, especially when going from top to bottom, sometimes the last item does not expand even tough there is an arrow there. -- Gilles On 26 jun, 13:34, Bernd Matzner [EMAIL PROTECTED] wrote: Hello, I'm really excited: My first try at building a jQuery plugin!

[jQuery] easing plugin break jQuery, easing plugin needs a small fix

2007-06-24 Thread Gilles (Webunity)
The easing plugin breaks jQuery's fadeIn etc, since they default to easing.swing which is not in the easing plugin, but IS in the jQuery core. So if you also load in jQuery.easing, you'll get a bug ;) For now, i've duplicated the linear part in jQuery.easing.js, and renamed that to swing. jQuery

[jQuery] Re: easing plugin break jQuery, easing plugin needs a small fix

2007-06-24 Thread Gilles (Webunity)
Great, just one of the risks using bleeding edge code ;)

[jQuery] Re: Is it possible to attach codes to body.onload via document.ready?

2007-06-23 Thread Gilles (Webunity)
As i see your question, i think you mean this: jQuery(document).ready(function() { // Assign event to window.onload jQuery('body').load(function() { alert('Everything is loaded!'); }); }); On 23 jun, 12:52, howa [EMAIL PROTECTED] wrote: Hello, is it possible to attach

[jQuery] Re: Masked Input Plugin RC1

2007-06-22 Thread Gilles (Webunity)
Josh, one suggestion. When you take a look at the demo provided by David, you see that when you click the button, you'll see the current date. When you select the text, and press [backspace], you'll see a blank field. Only after entering a valid digit, you'll see the mask appear, if you press

[jQuery] [off-topic] how do you guys organize your project folders?

2007-06-20 Thread Gilles (Webunity)
Hi guys, i was fiddling today with one of my newer projects, and i was wondering how you guys organize things. Right now i have this structure (all based on mainly website development) Customer name --\ website name --\ develop --\ Assets --\ Text --\ subpage1

[jQuery] Re: @mike: blockUI fix

2007-06-16 Thread Gilles (Webunity)
Cool! I'll be going to try and rebuild my administration site using blockUI (with ajax forms) instead of my own submodal (which is not so widely tested off course). I'll keep you posted Gilles

[jQuery] Re: @mike: blockUI fix

2007-06-15 Thread Gilles (Webunity)
You did not yet commit this did you? I still see Version 1.22 (06/08/2007) when i download the file here @ work from code.google.com -- Gilles

[jQuery] Re: @mike: blockUI fix

2007-06-15 Thread Gilles (Webunity)
on the tab navigation but I should have it done today. There's a little extra work for Opera since it won't let you cancel a tab key event. Mike On 6/15/07, Gilles (Webunity) [EMAIL PROTECTED] wrote: You did not yet commit this did you? I still see Version 1.22 (06/08/2007) when i download

[jQuery] @mike: blockUI fix

2007-06-14 Thread Gilles (Webunity)
Mike, i've seen that you implemented the tab question i asked for. However, when testing it, i came to the conclusion that you could still tab out of the element, but not back into it. As i can't access SVN from work, i thought i'd post the fix here. I've tested this on the simple dialog example

[jQuery] Re: @mike: blockUI fix

2007-06-14 Thread Gilles (Webunity)
You're welcome. P.s. there is still one thing i would like to see fixxed, but i can't do that alone. With the current code (in firefox) you can tab only in the popup. However, when that is done, you tab to the address bar, and then to the google search field, then to the tabs (if you have more

[jQuery] Re: SlickSpeed CSS Selector TestSuite

2007-06-13 Thread Gilles (Webunity)
I agree with Glenn on this one. I vote for more speed, we need to fight back. Another 5k doesn't matter that much to me or my clients since all of them have caching on. Maybe an extra plugin?

[jQuery] animate broken (e.g. fadeIn(), fadeOut())

2007-05-23 Thread Gilles (Webunity)
I have this code: div id=teaser style=display: none;/div And this javascript code: function teaserHide() { jQuery('#teaser').fadeOut(1000); } function teaserShow() { jQuery('#teaser').fadeIn(1000); } /** * Initialize page */ jQuery(document).ready(function() { //

[jQuery] Re: jQuery Media Plugin

2007-05-23 Thread Gilles (Webunity)
Nice work mike!

[jQuery] Re: jQuery Media Plugin

2007-05-23 Thread Gilles (Webunity)
Nice work mike!

[jQuery] jQuery SVN broken?

2007-05-21 Thread Gilles (Webunity)
Is jQuery under DOS attack again? I've been trying to get the latest SVN version, but i am unable to do so. I've allready sent John an email about this, but somehow my account is also gone. can anybody help me to fix the SVN connection problems? Thanx Gilles

[jQuery] Re: PeriodicalExecutor or $.executeEach

2007-05-08 Thread Gilles (Webunity)
Actually there is allready something called periodical update plugin, you can check that out if you wish..

[jQuery] Focus code snippet for: BlockUI, Lightbox, Thickbox, and other windows...

2007-05-04 Thread Gilles (Webunity)
Guys, It has been a long time since the first blockUI and window plugins (e.g. lightbox/thickbox) became available. However, i still didn't see this piece of code in any of these sollutions. All projects have thesame bug, you can TAB out of the lightbox, to the underlying page. (For a demo, open

[jQuery] Re: Focus code snippet for: BlockUI, Lightbox, Thickbox, and other windows...

2007-05-04 Thread Gilles (Webunity)
On 4 mei, 09:41, Klaus Hartl [EMAIL PROTECTED] wrote: Gilles (Webunity) wrote: Guys, It has been a long time since the first blockUI and window plugins (e.g. lightbox/thickbox) became available. However, i still didn't see this piece of code in any of these sollutions. All projects have

[jQuery] Re: Keyboard shortcuts

2007-04-20 Thread Gilles (Webunity)
Yes i've ported this to jQuery, i'll add it to SVN tonight. It has thesame options as the keyboard_shortcuts, but i've improved (cleaned up) the code a lot. You can bind any combination you want.