[jQuery] Re: jQuery.Plugin, first release.

2008-03-05 Thread Alexandre Plennevaux
. > > > > So.. it's not a demo what I'm asking to be tried, but the code in a > > real case. If you don't want or don't know how to help/test. You can > > just give me your opinion on the idea, and maybe something you'd like > > it to do. > > > > Project Page:http://plugins.jquery.com/project/Plugin > > > > Cheers > > > > Ariel Flesler > -- Alexandre Plennevaux LAb[au] http://www.lab-au.com

[jQuery] Re: how to get the size of the image file before user upload it.

2008-03-04 Thread Alexandre Plennevaux
work both under ie and FF.thanks > > in advance. > > > > George > -- Alexandre Plennevaux LAb[au] http://www.lab-au.com

[jQuery] jCarousel: how to animate after ajax update ?

2008-03-04 Thread Alexandre Plennevaux
Hi, I 'm using jcarousel to display the list of clicked elements, providing some kind of history. I would like to visually show when the history has been updated the latest click, by, say, highlighting briefly the new element. Anybody knows how to do that? Thank you, -- Alexandre

[jQuery] challenge: optimize this swap position code !

2008-03-03 Thread Alexandre Plennevaux
Dear jqCoder, i, lame Interaction Designer having fun with jquery, challenge your coding skills to optimize (and improve?) the code for this effect ! http://www.pixeline.be/test/swap/ This follows up a previous discussion on how to swap visually two elements in a list so that the clicked one go

[jQuery] Re: How do you test if hidden or shown in jquery

2008-03-03 Thread Alexandre Plennevaux
hen each is clicked, for it to test if > the other element is currently showing and hide it and vice versa. Can > someone help me find how to do that? > John > -- Alexandre Plennevaux LAb[au] http://www.lab-au.com

[jQuery] Effect: fadeOut fadeIn / opacity modifications don't work in my app

2008-03-03 Thread Alexandre Plennevaux
hi friends, I just noticed the fadeIn fadeOut effect don't work anymore in my application, meaning: there is no "error", but the elements don't fade. The elapsed time of the effect runs then the element hides or shows, but without opacity transition. I think this might be not a bug in jquery but

[jQuery] Re: syntax question

2008-02-15 Thread Alexandre Plennevaux
on't even have a blog! :-) And > you don't have to google for Mike Geary, he posts here often (but not often > enough!) > > Cheers! > > Mike > > > > > On Fri, Feb 15, 2008 at 5:13 PM, Alexandre Plennevaux <[EMAIL PROTECTED]> > wrote: > > &g

[jQuery] Re: syntax question

2008-02-15 Thread Alexandre Plennevaux
object, which is not > what you want. To set 'this' we use apply: > > options.onIni.apply(this) > > You can set up 'this' to be whatever you want, but what your onIni function > expects to find there is a DOM element so that's what you should pass to > a

[jQuery] Re: syntax question

2008-02-15 Thread Alexandre Plennevaux
t;     return this.each(function(index){ > >            $this = $(this); > >            uniq = 'iAmNumber_' + index; > >           $this.options.onIni(); > >    }); > > } > > > So far, the function is called, but the alert returns "my uniq = > > undefined" and the text() command is not performed.  Why, oh why ? > > > -- > > Alexandre Plennevaux > > LAb[au] > > >http://www.lab-au.com

[jQuery] syntax question

2008-02-15 Thread Alexandre Plennevaux
h(function(index){ $this = $(this); uniq = 'iAmNumber_' + index; $this.options.onIni(); }); } So far, the function is called, but the alert returns "my uniq = undefined" and the text() command is not performed. Why, oh why ? -- Alexandre Plennevaux LAb[au] http://www.lab-au.com

[jQuery] Re: plugin creation question

2008-02-15 Thread Alexandre Plennevaux
want the function to > run so that line will look like this: > > /* PROBLEM IS HERE */ > $this.options.onIni(); /*add brackets*/ > > I think you just had those two things the wrong way around. > > Joel Birch. > -- Alexandre Plennevaux LAb[au] http://www.lab-au.com

[jQuery] Re: hover + "animation" problem

2008-02-15 Thread Alexandre Plennevaux
27;s very easy to solve but I'm a noob with jQuery and I > can't see where is the problem :'( > > Thanks. > -- Alexandre Plennevaux LAb[au] http://www.lab-au.com

[jQuery] Re: Best plugin for modal dialogs

2008-02-15 Thread Alexandre Plennevaux
hich one do you think it's the best and why? Care to state the pros > > and cons of each plugin (or the ones you know/have already tested)? > > That would be nice... > > > > > > -- > View this message in context: > http://www.nabble.com/Best-plugin-for-m

[jQuery] Re: jquploader: possible to build an upload form without Flash?

2008-02-14 Thread Alexandre Plennevaux
ixeline.be/experiments/jqUploader/setup.php > > and it didn't say anything about needing the "jqUploader.fla" object, > but I discovered if I didn't have that file in the same directory as > my upload page, I can't see a jquploader form on my page. > >

[jQuery] Re: jquploader 2 alpha 1 - rich file upload dialog plugin - please test and help

2008-02-14 Thread Alexandre Plennevaux
:-) > If that doesn't work - is there a way to simply not use the iflash > plugin (e.g. manually add the object and embed tags - and if so where > do they get added)? > > > On Feb 12, 9:07 pm, "Alexandre Plennevaux" <[EMAIL PROTECTED]> > wrote: > >

[jQuery] plugin creation question

2008-02-13 Thread Alexandre Plennevaux
ore what is referenced by $(this). So, can someone kindly explain me what i'm doing wrong? Thanks a lot, Alexandre -- Alexandre Plennevaux

[jQuery] plugin creation / OOP question

2008-02-13 Thread Alexandre Plennevaux
hi! while working on a plugin and following Mike Alsup's plugin pattern ( http://www.learningjquery.com/2007/10/a-plugin-development-pattern), i'm stuck trying to reference an external function inside the plugin: i have an externally accessible configuration object to store options 's default v

[jQuery] Re: what editor do you use?

2008-02-13 Thread Alexandre Plennevaux
> its freeware, nice resources, like macros, quick-text, highlighted > > source, .. > > Textmate with jQuery bundle, of course :) > > http://macromates.com/ > http://www.learningjquery.com/2006/09/textmate-bundle-for-jquery > > > -- > Mika Tuupola > http://www.appelsiini.net/ > > -- Alexandre Plennevaux LAb[au] http://www.lab-au.com

[jQuery] Re: Updated API browser

2008-02-13 Thread Alexandre Plennevaux
ching, it > refines the search? Or maybe a * could search for everything... > -- Alexandre Plennevaux LAb[au] http://www.lab-au.com

[jQuery] Re: overlaying jqModal over other divs

2008-02-13 Thread Alexandre Plennevaux
er alternative? another similar tool? > > > > thanks alot, > > Pere > > > > -- > View this message in context: > http://www.nabble.com/overlaying-jqModal-over-other-divs-tp15441856s27240p15459728.html > > Sent from the jQuery General Discussion mailing list archive at Nabble.com. > > -- Alexandre Plennevaux LAb[au] http://www.lab-au.com

[jQuery] Re: A Very jQuery App

2008-02-12 Thread Alexandre Plennevaux
plugins -- used throughout and > written specifically to handle the dialog, client side/real-time form > validation, and row striping needs of poMMo. > > > Many thanks to jQuery for bringing the possibility of a rich interface > to the people. > > There is *no way* I could hav

[jQuery] Re: Determine if mouse is over a specific element

2008-02-12 Thread Alexandre Plennevaux
> http://www.nabble.com/Determine-if-mouse-is-over-a-specific-element-tp15445464s27240p15445464.html > Sent from the jQuery General Discussion mailing list archive at Nabble.com. > > -- Alexandre Plennevaux LAb[au] http://www.lab-au.com

[jQuery] Re: loading content from a remote file and appending it into DOM element

2008-02-12 Thread Alexandre Plennevaux
this? > I have seen the ".load" directive, but seems to erase any data > previously in the DOM element whereas I want to append on to what is > already there. > > Thanks for any help, - Dave > -- Alexandre Plennevaux LAb[au] http://www.lab-au.com

[jQuery] Re: Problem on IE with jqModal

2008-02-12 Thread Alexandre Plennevaux
nning on Firefox it works > great but when it's on IE it's looks like the screenshot attached to > this message. > > http://www.nabble.com/file/p15433219/screenshot.jpg > > How can I solve that? > (I'm using the latest IE version - IE7) > > Thanks! > Eyal > -- Alexandre Plennevaux LAb[au] http://www.lab-au.com

[jQuery] Re: Updated API browser

2008-02-12 Thread Alexandre Plennevaux
cessed either through live searching or directly on > the URL, e.g: > > http://remysharp.com/jquery-api/bind/ > > Love to hear any feedback, etc. > > The original post is here: http://remysharp.com/2008/02/12/jquery-api-browser/ > > Cheers, > > Remy. > -- Alexandre Plennevaux LAb[au] http://www.lab-au.com

[jQuery] Re: Uploader 0.9 beta

2008-02-12 Thread Alexandre Plennevaux
hi guys, just wanted to point you to my personal efforts in improving jquploader. It's far less advanced but i'm taking another approach: super hyper easy "for mum" interface, because i've yet to come across a client that needs "multiple file upload at once - manage upload queue" stuff. The reque

[jQuery] Re: jquploader 2 alpha 1 - rich file upload dialog plugin - please test and help

2008-02-12 Thread Alexandre Plennevaux
t uses object and embed instead > of the iflash plugin. > Once again - congrats to the author - good job mate. > > On Feb 1, 3:46 am, "Alexandre Plennevaux" <[EMAIL PROTECTED]> > wrote: > > For your Information: flash does not allow upload bigger than 100 Megs so

[jQuery] Re: Using jQuery to resize div from rollover event in Flash

2008-02-10 Thread Alexandre Plennevaux
t; > box_mc.onRollOut = function():Void > { > box_mc.gotoAndStop(1); > }; > > -- > View this message in context: > http://www.nabble.com/Using-jQuery-to-resize-div-from-rollover-event-in-Flash-tp15347735s27240p15347735.html > Sent from the jQuery General Discussion mailing list archive at Nabble.com. > > -- Alexandre Plennevaux LAb[au] http://www.lab-au.com

[jQuery] Re: Brand-new user: Viwepoint

2008-02-01 Thread Alexandre Plennevaux
you can copy from their experience ;) > > Don't think I'm dissing you all! I have high hopes of jQuery, and > really do appreciate the assistance that is available!! Just thought a > fresher's view might come in useful Back to the text-replacement > thingy for me, then! > > Cheers, > Cherry > -- Alexandre Plennevaux LAb[au] http://www.lab-au.com

[jQuery] OT optimization > phpSpeedy

2008-02-01 Thread Alexandre Plennevaux
pointer to it in the wiki or FAQ ? Cheers, Alexandre -- Alexandre Plennevaux LAb[au] http://www.lab-au.com

[jQuery] Re: thickbox reloaded question

2008-02-01 Thread Alexandre Plennevaux
p://www.nabble.com/thickbox-reloaded-question-tp15233663s27240p15233663.html > Sent from the jQuery General Discussion mailing list archive at Nabble.com. > > -- Alexandre Plennevaux LAb[au] http://www.lab-au.com

[jQuery] Re: hoverIntent question: how to flush queue?

2008-02-01 Thread Alexandre Plennevaux
> alternatives to closing a project div (like using a click event)... doing > everything on mouseover/mouseout in that layout is quite tricky. > > I've been meaning to write a discussion on editing hoverIntent options... > because there seems to be some confusion/mis-understanding a

[jQuery] hoverIntent question: how to flush queue?

2008-02-01 Thread Alexandre Plennevaux
lab-au.com/projects/ Thanks for your help! Alexandre -- Alexandre Plennevaux LAb[au] http://www.lab-au.com

[jQuery] Re: Err The Blog on jQuery

2008-02-01 Thread Alexandre Plennevaux
my pleasure, it's fun to be able to improve the already cool doc! On Feb 1, 2008 6:15 PM, Jörn Zaefferer <[EMAIL PROTECTED]> wrote: > > Alexandre Plennevaux schrieb: > > A good read _ There was a very useful comment about a less known feature > of jquery: namespacing ev

[jQuery] Re: Err The Blog on jQuery

2008-02-01 Thread Alexandre Plennevaux
A good read _ There was a very useful comment about a less known feature of jquery: namespacing events. I've updated the wiki with it: http://docs.jquery.com/Events_%28Guide%29#Namespacing_events thanks Klaus ! -- Original Message -- To: jQuery (English) (jquery-en@googlegroup

[jQuery] Re: Loading GIF Slideshow w/o Modal

2008-01-31 Thread Alexandre Plennevaux
-- Original Message -- To: Jquery-en (jquery-en@googlegroups.com) From: Benjamin Sterling ([EMAIL PROTECTED]) Subject: [jQuery] Re: Loading GIF Slideshow w/o Modal Date: 31/1/2008 16:09:45 For the most part they are coded to allow for flexibility, so you can customize them as ne

[jQuery] Re: jquploader 2 alpha 1 - rich file upload dialog plugin - please test and help

2008-01-31 Thread Alexandre Plennevaux
ing cursor on the page to see, if its uploading. the progressbar is nice, but with big files it would not update for a long time. would be nice to have the features like http://www.fyneworks.com/jquery/multiple-file-upload/ thx tl On Jan 31, 12:36 pm, "Alexandre Plennevaux" <[EMAIL P

[jQuery] Re: jquploader 2 alpha 1 - rich file upload dialog plugin - please test and help

2008-01-31 Thread Alexandre Plennevaux
But was interesting if able to select more than 1 file, > like swfuploader. > > On Thu, Jan 31, 2008 at 9:36 AM, Alexandre Plennevaux > > > > <[EMAIL PROTECTED]> wrote: > > Hello friends, > > > I am working on the new version of jqUploader, a plugin that all

[jQuery] Re: jquploader 2 alpha 1 - rich file upload dialog plugin - please test and help

2008-01-31 Thread Alexandre Plennevaux
btw, what is your browser and os ? On 31 jan, 12:51, Jean <[EMAIL PROTECTED]> wrote: > Works for me! But was interesting if able to select more than 1 file, > like swfuploader. > > On Thu, Jan 31, 2008 at 9:36 AM, Alexandre Plennevaux > > > > <[EMAIL PROTECTED]&g

[jQuery] jquploader 2 alpha 1 - rich file upload dialog plugin - please test and help

2008-01-31 Thread Alexandre Plennevaux
events. The code is here: Thank you for your time, Alexandre -- Alexandre Plennevaux LAb[au] http://www.lab-au.com

[jQuery] Rolodex plugin anyone?

2008-01-30 Thread Alexandre Plennevaux
Check this out: http://devcenter.yesmail.com/com.yesmail.magellan.gwt.rolodexdemo.RolodexDemoApp/RolodexDemoApp.html Does someone feels like porting this to jquery? I would love to, but that's far beyond my reach for the moment. Besides, i'm actively working on jquploader2 in my scarce free ti

[jQuery] Re: New and better demos

2008-01-29 Thread Alexandre Plennevaux
hich is IMO, quite useful. > > > > > In short.. if someone's interested in checking.. here are the links: > > > LocalScroll:http://www.freewebs.com/flesler/jQuery.LocalScroll/ > > > LocalScroll AJAX version: > http://www.freewebs.com/flesler/jQuery.LocalScroll/ajax/ > > > ScrollTo:http://www.freewebs.com/flesler/jQuery.ScrollTo/ > > > > > Cheers. > > > Ariel Flesler > -- Alexandre Plennevaux LAb[au] http://www.lab-au.com

[jQuery] Re: Error when I try to interact with a Java Applet

2008-01-29 Thread Alexandre Plennevaux
can you use the non minifed version of jquery, so we can see which line fails? On Jan 29, 2008 3:09 PM, Jesse Klaasse <[EMAIL PROTECTED]> wrote: > > I can confirm this.. I have the same problem with another applet.. > -- Alexandre Plennevaux LAb[au] http://www.lab-au.com

[jQuery] Re: how to get php to detect if it's an ajax call or a normal full page call

2008-01-29 Thread Alexandre Plennevaux
if it's an ajax call or a normal full page call Date: 29/1/2008 10:53:24 The request header "X-Requested-With" is set to "XMLHttpRequest" for all AJAX calls from jQuery. Hope it helps. --Erik On 1/29/08, Alexandre Plennevaux <[EMAIL PROTECTED]> wrote: Hello,

[jQuery] how to get php to detect if it's an ajax call or a normal full page call

2008-01-29 Thread Alexandre Plennevaux
Hello, so that my php script can serve both ajax calls and full page call if javascript is not available on the client platform, i usually append a "js=1" to all links. So it's a child play to test for $_GET['js']==1 on the server and serve the relevant html. Now, i've switched my applicatio

[jQuery] Re: Parsing XML using jQuery

2008-01-28 Thread Alexandre Plennevaux
$("building", xml).each(function () { >alert($("city_id", this).text()); > }); >}); > } > > $(document).ready(function() { >$("button").click(doIt); > }); > > >

[jQuery] Re: New and better demos

2008-01-28 Thread Alexandre Plennevaux
cking.. here are the links: > LocalScroll: http://www.freewebs.com/flesler/jQuery.LocalScroll/ > LocalScroll AJAX version: > http://www.freewebs.com/flesler/jQuery.LocalScroll/ajax/ > ScrollTo: http://www.freewebs.com/flesler/jQuery.ScrollTo/ > > Cheers. > Ariel Flesler > > -- Alexandre Plennevaux LAb[au] http://www.lab-au.com

[jQuery] Re: binding click event to area (image map)

2008-01-28 Thread Alexandre Plennevaux
  But sadly I need the dimensions plugin.  Not sure why this is an issue. Thanks. On 1/28/08, Alexandre Plennevaux <[EMAIL PROTECTED]> wrote: hi benjamin, should'nt it better to use: $('area.optSelectMe').bind("click",function(){ // do this and that }); t

[jQuery] Re: binding click event to area (image map)

2008-01-28 Thread Alexandre Plennevaux
nt]" nsresult: "0x8057001e (NS_ERROR_XPC_JS_THREW_STRING)" location: "" data: no] even if I do below, I still get the same error:         $('.optSelectMe').click(function(){                 $(this)             return false;         }); I am using v1.2.1, any ideas? -- Benjamin Ste

[jQuery] Re: question about $(document).ready

2008-01-28 Thread Alexandre Plennevaux
-- Original Message -- To: Jquery-en (jquery-en@googlegroups.com) From: Mika Tuupola ([EMAIL PROTECTED]) Subject: [jQuery] Re: question about $(document).ready Date: 28/1/2008 13:40:49 On Jan 28, 2008, at 2:21 PM, Alexandre Plennevaux wrote: > Am i correct to assume it me

[jQuery] question about $(document).ready

2008-01-28 Thread Alexandre Plennevaux
Hello, i apologize in advance if this is a dumb question. I would like to reorganize my code so that i clearly have 3 steps: 1/ preloading of xml, css, img files 2/ do some preprocessing 3/ runtime, interaction can happen Now i 'm looking at which events are best suited and i wonder if i get t

[jQuery] Re: loading xml and search through it

2008-01-28 Thread Alexandre Plennevaux
--- Original Message -- To: Jquery-en (jquery-en@googlegroups.com) From: Alexandre Plennevaux ([EMAIL PROTECTED]) Subject: [jQuery] loading xml and search through it Date: 28/1/2008 11:37:53 Hello, This should be so easy yet i can't make it work. Here is what i'm trying to do: i have a d

[jQuery] Re: jquery xml help

2008-01-28 Thread Alexandre Plennevaux
; > }); > > } > > I have no idea if that'll work, but it's what I might try first. :) > > > On Jan 26, 2:25 am, "Alexandre Plennevaux" <[EMAIL PROTECTED]> > wrote: > > Hello again, > > > > gosh this should be so easy yet i can

[jQuery] loading xml and search through it

2008-01-28 Thread Alexandre Plennevaux
Hello, This should be so easy yet i can't make it work. Here is what i'm trying to do: i have a data structure stored as an xml file. I need to load this structure once at the start of the application. I need a function to search through this data structure and return the corresponding value

[jQuery] Re: Shadowbox Media Viewer

2008-01-25 Thread Alexandre Plennevaux
Michael, this is indeed GORGEOUS is the word. Fantastic, i bet in one month we'll see this one everywhere. -- Original Message -- To: Jquery-en (jquery-en@googlegroups.com) From: Karl Swedberg ([EMAIL PROTECTED]) Subject: [jQuery] Re: Shadowbox Media Viewer Date: 25/1/2008 16:2

[jQuery] jquery xml help

2008-01-25 Thread Alexandre Plennevaux
/datascapes.xml", {}, function(xmlData, strStatus){ var datascapeAnchorsXml = $(xmlData); }); /// this is how i call it: UI.dsAnchor = findProjectAnchor(UI.item, UI.sortBy); ); what's wrong with it ? thank you for your time and assistance, Alexandre Plennevaux

[jQuery] Re: ajax variable scope (?) problem

2008-01-25 Thread Alexandre Plennevaux
"id="+id, >success: function(response){ >console.log('comment '+id+' deleted.'); >} >}); >return false; > }); > > For some reason, the ID inside the ajax callback doesn't get the right > values.. Any idea why this could be? Thanks in advance! > -- Alexandre Plennevaux LAb[au] http://www.lab-au.com

[jQuery] $.ajax question

2008-01-25 Thread Alexandre Plennevaux
hi friends, i have a question: i call several times a function in which there is an ajax cal, which, when succesfull, performs a search in the loaded data and return the result/. Will the ajax call (the client/server communication) be performed each time, or will it use the cache and just per

[jQuery] Re: jQuery 1.2.2 compressed to 14.3KB

2008-01-25 Thread Alexandre Plennevaux
t;[EMAIL PROTECTED]> wrote: > > Hi Alexandre, > > By "gzip version," do you mean the packed/obfuscated version? Since > gzip is done on the server, it can compress the full jquery, the > minified, or the packed. > > > --Karl > > > On Jan 25, 2008, at 2

[jQuery] Re: .::: New Social Networking Site :::.

2008-01-25 Thread Alexandre Plennevaux
-- Original Message -- To: Jquery-en (jquery-en@googlegroups.com) From: Matt Quackenbush ([EMAIL PROTECTED]) Subject: [jQuery] Re: .::: New Social Networking Site :::. Date: 25/1/2008 3:31:00 God I hate spam. God i hate social networking sites . Alexandre Plennevaux - LAb

[jQuery] Re: jQuery 1.2.2 compressed to 14.3KB

2008-01-25 Thread Alexandre Plennevaux
sults using this site http://www.gidnetwork.com/tools/gzip-test.php) Have I missed the point why people should use the minified one and gzip it rather than gzipping the packed one? Regards, Andrew Chalkley http://chalkley.org http://atheismisgood.com Alexandre Plennevaux - LAb[au] asb

[jQuery] Re: Quick simple syntax question.

2008-01-24 Thread Alexandre Plennevaux
in that particular bit of code, it's useless (since he did not use it :) ). but let me point you to an example where passing the event to the function is useful, see this tutorial :http://docs.jquery.com/ Tutorials:AJAX_and_Events (down the page) $(document).ready(function() { $('body').click(f

[jQuery] Re: pretty urls break my jquery app: how to adapt it ?

2008-01-24 Thread Alexandre Plennevaux
fear. feel free to ask if u have more questions. cheers, Alexandre Plennevaux - LAb[au] asbl.vzw / MediaRuimte Lakensestraat/Rue de Laeken 104 B-1000 Brussel-Bruxelles-Brussels Belgie-Belgique-Belgium Fax:+32(0)2.426.69.86 http://www.lab-au.com http://www.mediaruim

[jQuery] Re: pretty urls break my jquery app: how to adapt it ?

2008-01-23 Thread Alexandre Plennevaux
hi Mike ! indeed i realized i had that option at the time of getting to bed :) thank you, alex -- Original Message -- To: Jquery-en (jquery-en@googlegroups.com) From: Mike Alsup ([EMAIL PROTECTED]) Subject: [jQuery] Re: pretty urls break my jquery app: how to adapt it ? Date:

[jQuery] pretty urls break my jquery app: how to adapt it ?

2008-01-23 Thread Alexandre Plennevaux
Hello ! My app is nearing the end so bear with me as the issue takes time to explain. However i'm looking for suggestions, directions, so your answer does not have to be that long :) So: We implemented pretty urls via apache's mod_rewrite. unfortunately that breaks my jquery code because in

[jQuery] Re: OT: how to benchmark user hardware?

2008-01-22 Thread Alexandre Plennevaux
nk is down. Maybe you should google about this one. But keep in mind that theoretically, there's no such as thing as hardware detection in javascript browser's implementation. (for the moment) -- Fabien Meghazi Website: http://www.amigrave.com Email: [EMAIL PROTECTED] IM: [EMAIL PRO

[jQuery] OT: how to benchmark user hardware?

2008-01-22 Thread Alexandre Plennevaux
Hi friends, i have a question slightly off topic: my jquery-based experimental application is very visual, and renders quite well on recent pcs, but not so good on old ones: i'm moving too many elements for these old bastards. I would like to explore the possibility to adapt the content to th

[jQuery] Re: [jqValidate] - Client Side Validation with jQuery

2008-01-21 Thread Alexandre Plennevaux
ation rule sets easily extensible as well as play with comet/ajax > server side validation. > > There are facets of the jqValidate architecture that could be classifed > as bloatful, although that's not the point I'm trying to make with this > plugin ;) . The source *may* even

[jQuery] Re: traversing xml

2008-01-21 Thread Alexandre Plennevaux
myscape = $("scape[title='" + scape + "']", xml); >var myItem = $('item[title="' + projectName + '"]', > myscape); >var myCol = $(myItem).parent(); > myVal = $(myCol).attr(&#

[jQuery] traversing xml

2008-01-21 Thread Alexandre Plennevaux
Hello again, i'm banging my head on this issue: I'm using a function to search through a small bit xml. It works more or less except that the returned value is not correct. Here is my function: function findAnchor(projectName,scape, xml){ var myscape = $("scape[title='" + scape +

[jQuery] Re: xml parsing - what am i doing wrong?

2008-01-21 Thread Alexandre Plennevaux
ok this beats me, i' m about to smatch the PC can you let me know what i'm missing ? i 've got my xml search function working: function findAnchor(projectName, xml){ var myscape = $("scape[title='" + UI.sortBy + "']", xml.responseText); var myItem = myscape.find('item[title="' +

[jQuery] Re: xml parsing - what am i doing wrong?

2008-01-21 Thread Alexandre Plennevaux
On Jan 21, 3:53 pm, David Decraene <[EMAIL PROTECTED]> wrote: > the get is asynchronous, > meaning that datascape.getAllAnchors is returned (nothing/undefined) > before the ajaxall (get) returns success. > > On Jan 21, 3:41 pm, "Alexandre Plennevaux" <[EMAIL PROT

[jQuery] Re: xml parsing - what am i doing wrong?

2008-01-21 Thread Alexandre Plennevaux
thanks for that. i tried setting async to false, but still, no luck. i can't make it work the way i need it to, so let me rephrase my question: how can i store the content of an external xml file as a jquery object ? thanks for your help, alexandre

[jQuery] xml parsing - what am i doing wrong?

2008-01-21 Thread Alexandre Plennevaux
Hello, i'm loading a bit of xml and i'm trying to use the loaded data, but i 'm unsuccessful traversing it so far. Can you tell me what i'm doing wrong? here is the loading code: datascape.getAllAnchors = function(){ $.get("projects/datascapes.xml",function(data){ return $(data);

[jQuery] Re: Manipulate Element After Being Added to DOM

2008-01-21 Thread Alexandre Plennevaux
arf, crossposting, where is that damn coffie ? :) On 21 jan, 09:43, Alexandre Plennevaux <[EMAIL PROTECTED]> wrote: > Matt, just a remark: if you do need to add that click behaviour to P > elements not existing at the time of the call, there is a nice plugin: > livequery that do

[jQuery] Re: Manipulate Element After Being Added to DOM

2008-01-21 Thread Alexandre Plennevaux
Matt, just a remark: if you do need to add that click behaviour to P elements not existing at the time of the call, there is a nice plugin: livequery that does that. On 21 jan, 06:02, "Matt Quackenbush" <[EMAIL PROTECTED]> wrote: > Karl, > > Thank you, thank you, thank you, thank you, thank you,

[jQuery] Re: animation queue ?

2008-01-19 Thread Alexandre Plennevaux
ns/fxqueue/ > Demo: http://brandonaaron.net/jquery/plugins/fxqueue/test/test.html > > --Erik > > > > On 1/17/08, Alexandre Plennevaux <[EMAIL PROTECTED]> wrote: > > > > > > hi friends, > > > > i'm storing the steps of a series of animations in an

[jQuery] animation queue ?

2008-01-17 Thread Alexandre Plennevaux
hi friends, i'm storing the steps of a series of animations in an array, that have to occur one after the others, according to their index order in the array. Example: animArray['section', 'item','object1','object2' ]; i would like to run a function that loops through the array, and for each

[jQuery] Re: Happy Birthday jQuery

2008-01-17 Thread Alexandre Plennevaux
-- Original Message -- To: jQuery (English) (jquery-en@googlegroups.com) From: tlob ([EMAIL PROTECTED]) Subject: [jQuery] Happy Birthday jQuery Date: 17/1/2008 14:02:30 a little late, I know. but I also wish to thank all the developers and the community for releasing and supp

[jQuery] Re: scrollpane and lightbox conflict

2008-01-17 Thread Alexandre Plennevaux
ne and lightbox conflict Date: 17/1/2008 4:52:23 i can't seem to get any kind of a lightbox to work with a scrollpane can anyone out there help me?? Alexandre Plennevaux - LAb[au] asbl.vzw / MediaRuimte Lakensestraat/Rue de Laeken 104 B-1000 Brussel-Bruxelles-Brussels Belgie-Belgiq

[jQuery] Re: definitely a bug with IE7.0 and 1.22

2008-01-16 Thread Alexandre Plennevaux
.0 Drag and drop one portlet in a colored box with latest version then try to click on it and to open. Nothing happens. Try with the old version. All is fine. No problems with FF here is the url http://www.vbcover.com/forums/mytest.php Alexandre Plennevaux - LAb[au] asbl.vzw / MediaRuimte

[jQuery] Re: jqmodal autosize to fit contained image in window

2008-01-15 Thread Alexandre Plennevaux
Are you returning a the "imgPreloader" variable back to the server to process your image server-side, or is everything being done on the fly client-side? nope, all done on the client side Well, after looking more closely at your code, I can see you're setting the img attributes based on the wi

[jQuery] Re: jqmodal autosize to fit contained image in window

2008-01-15 Thread Alexandre Plennevaux
wers want to see as large a photo as possible. And the large photos do have a powerful impact on a viewer. Thoughts? Rick > -Original Message- > From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of > Alexandre > Plennevaux > Sent: Tuesday, January 15

[jQuery] Re: jqmodal autosize to fit contained image in window

2008-01-15 Thread Alexandre Plennevaux
ok i kind of managed, if anyone interested, i did it like this: $('a.jqmodal').bind('click',function(){ imgPreloader = new Image(); //var mOffset = $('#modalWindow').show().offset(); //$.log("mWidth =" + mWidth); //$.log("mHeight =" + mHeight); im

[jQuery] jqmodal autosize to fit contained image in window

2008-01-15 Thread Alexandre Plennevaux
hi all! i was wondering if anyone had a go at having jqModal adapt its size to the image it is displaying? All my attempts failed miserably, if anyone has an idea i'm all ears :) Cheers, Alexandre

[jQuery] Re: progressive enhancement link href hurdle

2008-01-15 Thread Alexandre Plennevaux
 error: function() { $('#msg').text('There was an error completing > your request, please try again later.'));}, >      success: function(msg){ $('#msg').html(msg); }, >      } >    }); >    return false; > > }; > > $(document).ready(fu

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

2008-01-14 Thread Alexandre Plennevaux
ooking forward to another year of excellent jQuery code! --John Alexandre Plennevaux - LAb[au] asbl.vzw / MediaRuimte Lakensestraat/Rue de Laeken 104 B-1000 Brussel-Bruxelles-Brussels Belgie-Belgique-Belgium Tel:+32(0)2.219.65.55 Fax:+32(0)2.426.69.86 Mobile:+32(0)476.23.21.42 htt

[jQuery] how to have jqmodal resize itself so content does not show through?

2008-01-11 Thread Alexandre Plennevaux
hi! i use jqmodal to show images. Does anybody knows how to make jqModal resize itself to the image inside? Thanks for any clue.. Alex

[jQuery] Re: File upload with AJAX

2008-01-10 Thread Alexandre Plennevaux
tp://www.malsup.com/jquery/form/#code-samples > > Mike > > > > On Jan 8, 2008 11:35 AM, Jimmy Neph <[EMAIL PROTECTED]> wrote: > > > > Hello people. > > > > I want to know if is possible to send a file using the Ajax method. > > If it is possible, how

[jQuery] Re: [ANNOUNCE] Space gallery

2008-01-09 Thread Alexandre Plennevaux
t; > > > Image gallery with perspective > > > > http://eyecon.ro/spacegallery/ > > > > Regards, > > Stefan > > > > > > -- > Benjamin Sterling > http://www.KenzoMedia.com > http://www.KenzoHosting.com > http://www.benjaminsterling.com -- Alexandre Plennevaux LAb[au] http://www.lab-au.com

[jQuery] Re: jqModal to get info from database fails

2008-01-09 Thread Alexandre Plennevaux
now actually i think i got it :) loading the form page in ajax will not execute the javascript residing in that loaded form page, you have to call it as a callback when the ajax call is finished (so when the modified document is ready). an easy solution would be to load that form page via jqmo

[jQuery] Re: jqModal to get info from database fails

2008-01-09 Thread Alexandre Plennevaux
oups, sorry, i realize they are already all in the same folder. my bad...

[jQuery] Re: jqModal to get info from database fails

2008-01-09 Thread Alexandre Plennevaux
i wonder if the problem is not due to your directory structure: your select_forms.html page resides in a directory, so it loads formularis_xml.php in the same folder. but if you load that select_form page via ajax, the root becomes the loading page, so not the xmls folder. try putting everyt

[jQuery] bug?: clone(true) does not work or messes up

2008-01-05 Thread Alexandre Plennevaux
ing is done, fails. if i do not specify the boolean, the bug disappears, but then, i must redeclare the behaviour after the cloning took place. HTH, -- Alexandre Plennevaux

[jQuery] Re: ui.datePicker and clone() issue

2008-01-04 Thread Alexandre Plennevaux
anyone? On Jan 3, 2008 11:45 PM, Alexandre Plennevaux <[EMAIL PROTECTED]> wrote: > > sure here is a sample page: http://www.pixeline.be/youplaboum/ui.html > > thanks for any insight ! > > > Alexandre > > -- Alexandre Plennevaux LAb[au] http://www.lab-au.com

[jQuery] Re: using animate() with duration/queue object and callback doesn't work

2008-01-04 Thread Alexandre Plennevaux
try $elem.animate( {opacity:0}, 600, function(){ $(this).animate( {height:0}, 700); })

[jQuery] Re: How come when I put everything in like this, it will not be working?

2008-01-04 Thread Alexandre Plennevaux
make sure when you create your .js file, you remove the script tags:

[jQuery] Re: How come when I put everything in like this, it will not be working?

2008-01-04 Thread Alexandre Plennevaux
-- Original Message -- To: Jquery-en (jquery-en@googlegroups.com) From: Jake McGraw ([EMAIL PROTECTED]) Subject: [jQuery] Re: How come when I put everything in like this, it will not be working? Date: 4/1/2008 16:04:16 Could you throw up an example page with the HTML document.

[jQuery] Re: jQuery.ScrollTo 1.3 released

2008-01-03 Thread Alexandre Plennevaux
the problem that arised > > > > when scrolling to the last elements within the scrollable container (or > > > window). > > > > I'd be grateful to get some confirmations on this too. > > > > > > I restructured the arguments to make it work lik

[jQuery] Re: Debug Tools - Charles, DebugBar, Firebug Lite

2008-01-03 Thread Alexandre Plennevaux
personally, i use VMWare and have a virtual windows XP installation for IE6 in 1024x768 resolution mode. The "standard" user. There is an opensource alternative to VMWare which i heard gets the job done: virtualBox: http://www.virtualbox.org/ HTH Alexandre

<    1   2   3   4   5   6   7   >