[jQuery] liveQuery in jQuery core?

2007-11-08 Thread Andy Matthews
Did liveQuery ever get moved into the core? I can't find evidence of it in
the docs
 
____
 
Andy Matthews
Senior ColdFusion Developer

Office:  877.707.5467 x747
Direct:  615.627.9747
Fax:  615.467.6249
[EMAIL PROTECTED]
www.dealerskins.com <http://www.dealerskins.com/> 
 
<>

[jQuery] Re: chainable ajax() - request

2007-11-09 Thread Andy Matthews

have you tried 

$("a").ajax(options);

});

? Seems to me like that should work.

-Original Message-
From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of alife
Sent: Friday, November 09, 2007 8:17 AM
To: jQuery (English)
Subject: [jQuery] chainable ajax() - request


hello!

I want to use the ajax() - method without losing the actual clicked object.
do you have a solution for my problem?

To give an example:



$("a").click(function(){

// now I have the possibility to use load, but I need the ajax - method,
because I don't want to add anything into the clicked object, I want to load
a script...

$(this).load("ajax.php", {var = lala} , function(){...}); // ... with this
method I could get "this"

/*
$.ajax({
type:   "POST",
url:"ajax.php",
data:   "var=lala",
dataType:   "script",
success: function(msg){
alert( this );
  });

//with this method I lose "this", and can't access the clicked objects

what I'd need is

$("a").ajax(options);

});


Do you understand my problem?

Thank you for your help,
alife




[jQuery] Re: invalid flag after regular expression ??

2007-11-09 Thread Andy Matthews

It's because of this chunk here:


Drafts
Sent
 

Around line 882. Your JS is broken. You've got a  inside your
void(0).

-Original Message-
From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Casey Wise
Sent: Friday, November 09, 2007 10:23 AM
To: jQuery (English)
Subject: [jQuery] invalid flag after regular expression ??


This is the first time I've posted in this group, hope I'm doing this
correctly.

I'm making an AJAX call from my page to score some data.  It's happening all
over the place elsewhere in the navigation... posting and getting, working
fine, no problem.  This one call though, my FireBug is complaining.  I'm
getting a "invalid flag after regular expression void(0);" error
and I'm now officially stymied, hoping another set of eyes and brains might
help catch this.

It's here when the $("#link_archiveDrafts").click(function() is called

https://www.uakron.edu/edigest2k5/admin/zalert/

Thanks for your help.




[jQuery] SITE: http://www.bankofamerica.com/

2007-11-09 Thread Andy Matthews

HOLY CRAP!

My wife was in our BoA account this evening and they had some nice AJA
and JS based interaction going on. So I thought it would be
interestting to see what they were using. Sure enough, good old
jQuery, right there behind the scenes. That's amazing as jQuery is one
of the biggest banks in the world.

Good on you John!



[jQuery] Re: SITE: http://www.bankofamerica.com/

2007-11-12 Thread Andy Matthews

I only saw it in their admin area, for account holders. 

-Original Message-
From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of pcdinh
Sent: Saturday, November 10, 2007 7:43 AM
To: jQuery (English)
Subject: [jQuery] Re: SITE: http://www.bankofamerica.com/


Great news but nothing about JQuery stuff is on that website at the moment

On Nov 10, 9:36 am, Andy Matthews <[EMAIL PROTECTED]> wrote:
> HOLY CRAP!
>
> My wife was in our BoA account this evening and they had some nice AJA 
> and JS based interaction going on. So I thought it would be 
> interestting to see what they were using. Sure enough, good old 
> jQuery, right there behind the scenes. That's amazing as jQuery is one 
> of the biggest banks in the world.
>
> Good on you John!




[jQuery] Re: SITE: http://www.bankofamerica.com/

2007-11-12 Thread Andy Matthews

Nice. Didn't bother checking the version on it. That's cool that they're
using the latest and greatest. 

-Original Message-
From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of MikeR
Sent: Saturday, November 10, 2007 4:16 PM
To: jQuery (English)
Subject: [jQuery] Re: SITE: http://www.bankofamerica.com/


Confirmed here too... logged into my account, jQuery 1.2.1... nice!

On Nov 9, 6:36 pm, Andy Matthews <[EMAIL PROTECTED]> wrote:
> HOLY CRAP!
>
> My wife was in our BoA account this evening and they had some nice AJA 
> and JS based interaction going on. So I thought it would be 
> interestting to see what they were using. Sure enough, good old 
> jQuery, right there behind the scenes. That's amazing as jQuery is one 
> of the biggest banks in the world.
>
> Good on you John!




[jQuery] Re: This jQuery mailing list

2007-11-12 Thread Andy Matthews

Seriously? There's several hundred emails a day on this list. And you think
it's not active? 

-Original Message-
From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of herbasher
Sent: Sunday, November 11, 2007 12:07 PM
To: jQuery (English)
Subject: [jQuery] This jQuery mailing list


I read somewhere that the jQuery mailing list was supposed to be
really active.   I haven't really seen a sign of that, which makes me
wonder.

Has the community seen it's days?

Is it a safe bet to develop with jQuery - will it be supported for a couple
of years by an active community?



Thanks,
Herb




[jQuery] Re: Ingrid, jQuery Datagrid : Update, v0.9.1

2007-11-12 Thread Andy Matthews

I found it REALLY slow in IE7 using the bells and whistles demo. Clicking
one of the column headers to sort on took several seconds. The loading bar
was a very nice effect, but there's no reason it should have taken that
long, not with only  20 or 30 rows.

I'd work on speed increases before any more feature development.

-Original Message-
From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Rey Bango
Sent: Sunday, November 11, 2007 10:19 PM
To: jquery-en@googlegroups.com
Subject: [jQuery] Re: Ingrid, jQuery Datagrid : Update, v0.9.1


Guys, I would also like to have folks do cross browser testing on this in
order to help Matt truly iron out any issues. People with Safari 2.x
installed would be especially helpful.

Rey

matthew knight wrote:
> Hi All,
> 
> I've just posted the latest version of Ingrid datagrid plugin.
> Incorporates a lot of feedback I've received over the last couple 
> weeks, including:
> 
> - Row selection
> - Saving state (page number, column sort & direction, selected
> rows)
> - Exposed object model, added helper methods like 
> ingrid.getSelectedRows(), ingrid.getColumn(), etc
> - A couple bug fixes and some general code refactoring.  I confess I 
> added way too many comments.  I'll get to those later...
> 
> http://www.reconstrukt.com/ingrid/
> 
> Check it out and let me know your thoughts.  Please send bugs, I'm an 
> absolutely awful tester. :)
> 
> Cheers,
> 
> Matt
> 
> 




[jQuery] Re: How to make the first word bold.

2007-11-12 Thread Andy Matthews

Can you provide the setup for the RSS feed? If you know that the feed will
always be links like this:

> 
> One Two Three
> four five six 
> seven eight nine 

And you just want the first link to be bold? Then you could do this:

$('#title a:eq(0)').wrap('');

That line says "wrap the first child in a bold tag.

-Original Message-
From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of [EMAIL PROTECTED]
Sent: Monday, November 12, 2007 10:52 AM
To: jQuery (English)
Subject: [jQuery] Re: How to make the first word bold.


Somebody else probably has a more consice method but you could try something
like this

var mystring = "One Two Three"; //replace with your string var stringarray =
mystring.split(" "); var firstword = mystring.split(" ")[0]; myarray =
jQuery.grep(stringarray, function(n, i){
  return (i > 0);
});
$("div#title a").append("" + firstword + "
").append(myarray.join(" "));


On Nov 11, 8:56 pm, Viktor Tarm <[EMAIL PROTECTED]> wrote:
> I am trying to make the first word of a sentence (a title from a 
> generated feed) bold.
>
> TURN THIS:
>
> 
> One Two Three 
>
> INTO THIS:
>
> 
> One Two Three 
>
> I sure there is a way to do with jQuery, but I can't quite figure it 
> out. I have tried something like this, with no luck:
>
> $("#title.a").contents(0).wrap("");
>
> Any help would be greatly appreciated.




[jQuery] Re: How to make the first word bold.

2007-11-12 Thread Andy Matthews

Viktor...

You'd probably need an $.each() on there then.

-Original Message-
From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Viktor Tarm
Sent: Monday, November 12, 2007 2:35 PM
To: jQuery (English)
Subject: [jQuery] Re: How to make the first word bold.


Thank you all for your help.

Andy, I'm looking to bold the first WORD, of all the links, not the first
link.

Karl, I made a simple page to test your code. It looks like this:



$(document).ready(function() {
var mystring = $('#links a').html();
var firstword =
mystring.replace(/(^\w+)/,'$1');
$('#links a').html(firstword);
});






one two three four five
six seven eight
nine ten eleven
twelve thirteen fourteen


This results in changing the content to = the first link's content, like so:


One two three
four five
One two three
four five
One two three
four five
One two three
four five 

I'm looking to just make the first word of the link bold (without changing
the content), like this:


One two three
four five
six seven eight
nine ten elevan
twelve thirteen
fourteen 

Any ideas?

Thanks again.


On Nov 12, 12:24 pm, Karl Swedberg <[EMAIL PROTECTED]> wrote:
> You could also do this with a regular expression. Maybe something like 
> this:
>
> var mystring = $('#title a:first').html(); var firstword = 
> mystring.replace(/(^\w+)/,'$1');
> $('#title a:first').html(firstword);
>
> --Karl
> _
> Karl Swedbergwww.englishrules.comwww.learningjquery.com
>
> On Nov 12, 2007, at 11:52 AM, [EMAIL PROTECTED] wrote:
>
>
>
> > Somebody else probably has a more consice method but you could try 
> > something like this
>
> > var mystring = "One Two Three"; //replace with your string var 
> > stringarray = mystring.split(" "); var firstword = mystring.split(" 
> > ")[0]; myarray = jQuery.grep(stringarray, function(n, i){
> >   return (i > 0);
> > });
> > $("div#title a").append("" + firstword + " 
> > ").append(myarray.join(" "));
>
> > On Nov 11, 8:56 pm, Viktor Tarm <[EMAIL PROTECTED]> wrote:
> >> I am trying to make the first word of a sentence (a title from a 
> >> generated feed) bold.
>
> >> TURN THIS:
>
> >> 
> >> One Two Three 
>
> >> INTO THIS:
>
> >> 
> >> One Two Three 
> >> 
>
> >> I sure there is a way to do with jQuery, but I can't quite figure 
> >> it out. I have tried something like this, with no luck:
>
> >> $("#title.a").contents(0).wrap("");
>
> >> Any help would be greatly appreciated.




[jQuery] Re: Easing cheat sheet demo page

2007-11-13 Thread Andy Matthews
That's still not the one he's thinking of. This is what you're looking for
Glen:
 
http://hosted.zeh.com.br/mctween/animationtypes.html
 
 
andy

  _  

From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Marshall Salinger
Sent: Monday, November 12, 2007 8:45 PM
To: jquery-en@googlegroups.com
Subject: [jQuery] Re: Easing cheat sheet demo page


Hey Glen,

Here is a page that shows the curves. It's a custom easing tool for flash,
but it is basically the same thing. It shows the different curves and you
can see the effect by clicking on the ball and then on another point in the
movie. I have been thinking about creating a page that explains how to
create custom easing equations and then adding them to the easing plugin. I
just haven't had the time to take action.

http://timotheegroleau.com/Flash/experiments/easing_function_generator.htm

-Marshall 



Glen Lipka wrote: 

Thanks,

There was a dynamic chart that when you chose the different styles it showed
a chart with a curve.
It was fancy schmancy.  I looked through penner's site and couldn't find it.
:(

Glen


On Nov 12, 2007 6:01 PM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:



Nice work Glen,

Appreciated, and book marked.

I think the math link you were after could be:
http://www.robertpenner.com/easing/

Cheers 
Stephen







[jQuery] Re: ANNOUNCE: tinyEdit v.1.0 plugin for jQuery released

2007-11-13 Thread Andy Matthews

I'm guessing it would be trivial to add in your own tags or functions. It
seems like the author made it very simple to do so. 

-Original Message-
From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Guy Fraser
Sent: Tuesday, November 13, 2007 8:35 AM
To: jquery-en@googlegroups.com
Subject: [jQuery] Re: ANNOUNCE: tinyEdit v.1.0 plugin for jQuery released


Giant Jam Sandwich wrote:
> Any suggestions or issues, please let me know. Thanks!
>   

Sweet plugin, tiny codebase too! :D

Is it possible to implement different types of tags - eg. bbcode or wiki
notation?




[jQuery] Re: ANNOUNCE: tinyEdit v.1.0 plugin for jQuery released

2007-11-13 Thread Andy Matthews

That plugin looks like exactly what I need for a project. 

-Original Message-
From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Karl Swedberg
Sent: Tuesday, November 13, 2007 9:48 AM
To: jquery-en@googlegroups.com
Subject: [jQuery] Re: ANNOUNCE: tinyEdit v.1.0 plugin for jQuery released



On Nov 13, 2007, at 9:34 AM, Guy Fraser wrote:

>
> Giant Jam Sandwich wrote:
>> Any suggestions or issues, please let me know. Thanks!
>>
>
> Sweet plugin, tiny codebase too! :D
>
> Is it possible to implement different types of tags - eg. bbcode or 
> wiki notation?

Hi Guy,

Not sure what Brian's plans are for implementing different types of tags,
but if you need that functionality now, there is another excellent plugin
called jTagEditor:
http://www.jaysalvat.com/jquery/jtageditor/

This page shows examples using HTML, BBCode, Wiki, and Textile:
http://www.jaysalvat.com/jquery/jtageditor/_full/index.html


--Karl
_
Karl Swedberg
www.englishrules.com
www.learningjquery.com





[jQuery] Re: UI vs Interface

2007-11-13 Thread Andy Matthews

I believe that Rey Bango said they were in the process of whipping out the
new version of UI to fix many of the issues that people have had. 

-Original Message-
From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Jeffrey Kretz
Sent: Tuesday, November 13, 2007 10:15 AM
To: jquery-en@googlegroups.com
Subject: [jQuery] Re: UI vs Interface


Richard Worth's post really covers it well:

http://groups.google.com/group/jquery-ui/browse_thread/thread/71735b88951d3e
ca/8603e5d95f8ad78b?hl=en&lnk=gst&q=interface#8603e5d95f8ad78b

I'm not sure if anyone knows the timing (i.e. when would UI be complete
enough to fully replace Interface) but it will definitely happen.

JK

-Original Message-
From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Takis
Sent: Tuesday, November 13, 2007 5:27 AM
To: jQuery (English)
Cc: UI
Subject: [jQuery] UI vs Interface


Hi!

It has been stated in the discussion "What plugins are ready for prime time"
that

"Interface should be superceded by UI soon. Currently both lack the quality
of code and documentation that jQuery provides."

by J rn Zaefferer!

Is there any official truth to that? Or is it just a personal estimation?
Many of us linger between these 2 plugins and, frankly, they do seem
similar. "Interface" seems more complete and is around longer, but "UI" is
labeled as an "Official" plugin.

So, any directions..?

Takis
-





[jQuery] Re: Easing cheat sheet demo page

2007-11-13 Thread Andy Matthews

I'd say that was a better one. 

-Original Message-
From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of RenatoCarvalho.com
Sent: Tuesday, November 13, 2007 9:55 AM
To: jQuery (English)
Subject: [jQuery] Re: Easing cheat sheet demo page


This Transition cheat sheet of Tweener is very good. You can see the curves
and animations too.
http://hosted.zeh.com.br/tweener/docs/en-us/misc/transitions.html

--
Renato Carvalho
Designer - User Interface Developer

[site]www.renatocarvalho.com
[celular]   +55 61 9167-1509
[gtalk]  [EMAIL PROTECTED]
[skype]renatolz


On Nov 13, 11:06 am, Ralph Whitbeck <[EMAIL PROTECTED]> wrote:
> That link is great!
>
> On Nov 13, 3:59 am, "Andy Matthews" <[EMAIL PROTECTED]> wrote:
>
> > That's still not the one he's thinking of. This is what you're 
> > looking for
> > Glen:
>
> >http://hosted.zeh.com.br/mctween/animationtypes.html
>
> > andy
>
> >   _
>
> > From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] 
> > On Behalf Of Marshall Salinger
> > Sent: Monday, November 12, 2007 8:45 PM
> > To: jquery-en@googlegroups.com
> > Subject: [jQuery] Re: Easing cheat sheet demo page
>
> > Hey Glen,
>
> > Here is a page that shows the curves. It's a custom easing tool for 
> > flash, but it is basically the same thing. It shows the different 
> > curves and you can see the effect by clicking on the ball and then 
> > on another point in the movie. I have been thinking about creating a 
> > page that explains how to create custom easing equations and then 
> > adding them to the easing plugin. I just haven't had the time to take
action.
>
> >http://timotheegroleau.com/Flash/experiments/easing_function_generato...
>
> > -Marshall
>
> > Glen Lipka wrote:
>
> > Thanks,
>
> > There was a dynamic chart that when you chose the different styles 
> > it showed a chart with a curve.
> > It was fancy schmancy.  I looked through penner's site and couldn't find
it.
> > :(
>
> > Glen
>
> > On Nov 12, 2007 6:01 PM, [EMAIL PROTECTED] <[EMAIL PROTECTED]>
wrote:
>
> > Nice work Glen,
>
> > Appreciated, and book marked.
>
> > I think the math link you were after could 
> > be:http://www.robertpenner.com/easing/
>
> > Cheers
> > Stephen




[jQuery] Re: OT: Somebody's spam filter is doing me wrong

2007-11-13 Thread Andy Matthews

Me three. Good to know that it's not the jQuery list itself marking me as
spam. 

-Original Message-
From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Rey Bango
Sent: Tuesday, November 13, 2007 3:07 PM
To: jquery-en@googlegroups.com
Subject: [jQuery] Re: OT: Somebody's spam filter is doing me wrong


Join the club Karl. :)

Rey

Karl Swedberg wrote:
> Hi everyone,
> 
> Sorry to have to post this to the whole list, but I'm not sure how 
> else to deal with this.
> 
> Every time I post to this list, I get an auto-reply[1] from 
> [EMAIL PROTECTED]  telling me "MDaemon 
> has identified your message as spam.  It will not be delivered."
> 
> Could whoever belongs to that domain (or maybe from [EMAIL PROTECTED]) 
>  please help me out by getting MDaemon to 
> stop identifying my messages as spam? I'd really appreciate it. Or, if 
> someone else has an idea of how I can stop this, that would be great.
> It's starting to make me reluctant to post anything here.
> 
> Thanks,
> 
> --Karl
> 
> [1] here is the full message body:
> 
> MDaemon has identified your message as spam.  It will not be delivered.
> 
> From  : [EMAIL PROTECTED] 
> 
> To: [EMAIL PROTECTED] 
> Subject   : [***SPAM*** Score/Req: 95.3/7.0] [jQuery] Re: [BUG-1.2.1] 
> css("...",function(){ return ...;})
> Message-ID: <[EMAIL PROTECTED]
> >
> 
> Yes, score=95.3 required=7.0 tests=BAYES_00,USER_IN_BLACKLIST 
> autolearn=no version=3.1.5
> **
> *  100 USER_IN_BLACKLIST From: address is in the blacklist * -4.7 
> BAYES_00 BODY: Bayesian spam probability is 0 to 1% *  [score: 0.]
> 
> : Message contains [1] file attachments
> 
> 
> 
> 
> 
> ==
> = The information contained in this email is 
> private & confidential. It is intended only for the use of the 
> person(s) named. If you are not the intended recipient, you are 
> notified that any dissemination or copying of this communication is 
> prohibited and kindly requested to notify the sender and then to 
> delete the message. JRG gives no representation or guarantee with 
> respect to the integrity of any emails or attached files and the 
> recipient should check the integrity of and scan this email and any 
> attached files for viruses prior to opening.
> ==
> =
> 
> 
> 
> 




[jQuery] Re: Find text in a list item, remove it and replace with an image tag.

2007-11-15 Thread Andy Matthews

Why would you want to keep the bold tag if it's just going to be wrapped
around an image? 

-Original Message-
From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of desmond
Sent: Thursday, November 15, 2007 1:00 PM
To: jQuery (English)
Subject: [jQuery] Find text in a list item, remove it and replace with an
image tag.


Hi all,

I am a bit stuck here, I've been looking around, but can't seem to find what
I'm after. I am fairly new to Jquery and Javascript, so not sure exactly
what to look for. Basically I have the following HTML:



Home
Development



I want to use Jquery to go through each list item, delete the text inside
the href (not the strong tag though, if there is one), then add an image tag
in it's place (whilst retaining the strong tag around the image if it's
there). So the generated code would look like this:








Now, I'm not sure if we can come up with a clever loop that uses the text to
create the image name and alt tag? There are only 5 fixed links in the full
version, so I can do manually if need be.

I've been trying to use the wrap/prepend/append methods described here
http://docs.jquery.com/Tutorials:Rounded_Corners, but really I need to strip
the text and replace it with the image tag. Also, there is a strong tag
inside the HREF sometimes to show a selected link. I need to keep that there
and have the image tag inside it.

I don't expect anyone to write the code for me, but if you can just send me
some links or point me in the direction of tutorials where I can learn from,
that would be great.

Thanks
Paul




[jQuery] Re: (this) question

2007-11-19 Thread Andy Matthews

Using the $ in a js variable (in the jQuery world) is generally a sign that
the variable contains a jQuery object. It's just a nice way of helping the
programmer know what to expect. 

-Original Message-
From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Feijó
Sent: Monday, November 19, 2007 12:40 PM
To: jquery-en@googlegroups.com
Subject: [jQuery] Re: (this) question


why do you use $ in JS variables? get used to after long years in php? :)


Feijó


- Original Message -
From: "Michael Geary" <[EMAIL PROTECTED]>
To: 
Sent: Monday, November 19, 2007 3:14 PM
Subject: [jQuery] Re: (this) question


>
> Every function call has its own "this" - that's just the way JavaScript
> works.
>
> To fix it, assign "this" - or better yet in your case, "$(this)" - into a
> variable outside the click function. We can also avoid the repeated calls 
> to
> the same selector by using another variable:
>
> $('.wallpaper').each(function(){
> var $wallpaper = $(this);
> var $anim = $wallpaper.find('.images > .anim').hide();
>
> $wallpaper.find('.buttons > .anim').click(function(event){
> $('p').toggleClass( 'rainbows' );
> $wallpaper.find('p').toggleClass('fraggle');
> // $anim.show();
> // $wallpaper.find('.images > .static').hide();
> return false;
> })
> });
>
> -Mike
> 




[jQuery] Re: [SITE SUBMISSION] songza.com

2007-11-20 Thread Andy Matthews

Whoah...

That's pretty freaking sweet! 

-Original Message-
From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of SeViR
Sent: Tuesday, November 20, 2007 2:27 AM
To: jquery-en@googlegroups.com
Subject: [jQuery] Re: [SITE SUBMISSION] songza.com


Cool site!!, I like it, playlist with draggables, the player with Flash and
JavaScript is easy :), embeded music using OpenLazslo Flash.

The original contextual menu is nice :)

Jake McGraw escribió:
> This is one of the first sites I saw and the following events took place:
>
> 1. "They've got to have some slick-ass library running underneath"...
> 2. Click "firebug"...
> 3. and what do you know jQuery.
>
> Enjoy it while it's still legal.
>
> - jake


--
Best Regards,
 José Francisco Rives Lirola 

 SeViR CW · Computer Design
 http://www.sevir.org
  
 Murcia - Spain




[jQuery] Re: Firing off a jQuery action ASAP - before document ready?

2007-11-21 Thread Andy Matthews

have you tried window.ready? 

-Original Message-
From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of zarino
Sent: Wednesday, November 21, 2007 8:20 AM
To: jQuery (English)
Subject: [jQuery] Firing off a jQuery action ASAP - before document ready?


Hi there!

I have a jQuery action which I'd like to run as soon as possible.
Currently it runs on (document).ready but that's too late, and I see a
flicker of the page before the action takes place (importing a new
stylesheet).

Is there a way to make an action happen before the doument is ready?
Will I have to use plain javascript (n!), rather than jQuery?

Thanks for any light you can shed.

Zarino Zappia




[jQuery] Re: Image Rotator Plugin?

2007-11-26 Thread Andy Matthews

By rotate, do you mean flipping through a group of images, displaying one at
a time? Or do you mean actually rotating the image in degrees so that you
could flip it upside down?

If you're just looking to flip through a group of images, then I'd look no
further than the Cycle plugin from Mike Alsup. It's superb:

http://www.malsup.com/jquery/cycle 

-Original Message-
From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Spencer
Sent: Monday, November 26, 2007 11:39 AM
To: jQuery (English)
Subject: [jQuery] Image Rotator Plugin?


I'm looking for a jQuery based image rotator plugin, does anyone know of one
that is light weight?  It really only needs to be able to rotate a group of
images as a set interval with basic fadein and fadeout transitions. If it
could rotate text along with the image that would be great, but right now
not a requirement.

Thanks in advance.




[jQuery] Re: Image Rotator Plugin?

2007-11-26 Thread Andy Matthews

My pleasure...but make sure to thank Mike too, he's on this list. 

-Original Message-
From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Spencer
Sent: Monday, November 26, 2007 1:57 PM
To: jQuery (English)
Subject: [jQuery] Re: Image Rotator Plugin?


Flipping through images is exactly what I need.  The Cycle plugin appears to
be what I'm looking for.  Thanks.


On Nov 26, 9:43 am, "Andy Matthews" <[EMAIL PROTECTED]> wrote:
> By rotate, do you mean flipping through a group of images, displaying 
> one at a time? Or do you mean actually rotating the image in degrees 
> so that you could flip it upside down?
>
> If you're just looking to flip through a group of images, then I'd 
> look no further than the Cycle plugin from Mike Alsup. It's superb:
>
> http://www.malsup.com/jquery/cycle
>
>
>
> -Original Message-
> From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] 
> On
>
> Behalf Of Spencer
> Sent: Monday, November 26, 2007 11:39 AM
> To: jQuery (English)
> Subject: [jQuery] Image Rotator Plugin?
>
> I'm looking for a jQuery based image rotator plugin, does anyone know 
> of one that is light weight?  It really only needs to be able to 
> rotate a group of images as a set interval with basic fadein and 
> fadeout transitions. If it could rotate text along with the image that 
> would be great, but right now not a requirement.
>
> Thanks in advance.- Hide quoted text -
>
> - Show quoted text-




[jQuery] Re: [SITE SUBMISSION] Genfavicon.com

2007-11-29 Thread Andy Matthews

VERY nice! 

-Original Message-
From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Rey Bango
Sent: Thursday, November 29, 2007 8:17 AM
To: jquery-en@googlegroups.com
Subject: [jQuery] [SITE SUBMISSION] Genfavicon.com


You can read about here: 
http://ajaxian.com/archives/genfavicon-a-favicon-generator

and see it in action here:

http://www.genfavicon.com/

It takes any pic and generates a favicon for it.

Rey




[jQuery] Re: [ANNOUNCE] New plugin - HeatColor

2007-11-29 Thread Andy Matthews

This is beautiful! I can see uses for this completely outside of data
presentation.

What about an interactive art map with invisible content. The user has no
clue what values are contained inside the cells, but sorting various columns
gives you a marvelous effect.


andy 

-Original Message-
From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Josh Nathanson
Sent: Thursday, November 29, 2007 2:46 PM
To: jquery-en@googlegroups.com
Subject: [jQuery] [ANNOUNCE] New plugin - HeatColor


HeatColor is a plugin that allows you to assign colors to elements, based on
a value derived from that element.  The derived value is compared to a range
of values, either determined automatically or passed in, and the element is
assigned a "heat" color based on its derived value's position within the
range.

It can be used in conjunction with the tablesorter plugin to bring your data
tables to life.

Other uses could be for a ratings display where higher values are assigned
"hot" colors dynamically.

Examples and downloads:
http://www.jnathanson.com/blog/client/jquery/heatcolor/heatcolor.html

Comments/suggestions welcome!

-- Josh 




[jQuery] Re: jQuery CoverFlow

2007-11-30 Thread Andy Matthews

But on his you can't drag it. Or at least I couldn't figure out how to in
FF2. 

-Original Message-
From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Kevin Scholl
Sent: Friday, November 30, 2007 9:50 AM
To: jQuery (English)
Subject: [jQuery] jQuery CoverFlow


Greetings, all!

Has anyone done a jQuery equivalent of Apple's coverflow navigation?
I've seen several Javascript implementations, SE51 (http://
www.se51.net/devnull/cover-flow/) being the nicest I've come across.
But no sign of a jQuery variant that I've seen. This is beyond my skills and
capabilities at present, but it would be a nice plugin to have in the
repository.

Anyone working on such a thing?




[jQuery] Re: Smoothly scroll to the anchor given in the URL

2007-12-03 Thread Andy Matthews

There are several plugins for this behavior:

http://www.freewebs.com/flesler/jQuery.LocalScroll/

http://www.freewebs.com/flesler/jQuery.ScrollTo/ 

-Original Message-
From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Maccer
Sent: Monday, December 03, 2007 8:30 AM
To: jquery-en@googlegroups.com
Subject: [jQuery] Smoothly scroll to the anchor given in the URL



Hi! 

I have a page with a imagemap with link areas. The hrefs look like this: 

href="?city=NameOfCity#memberlist" 

When one of those links are clicked, I would like the page to smoothly
scroll down to the anchor #memberlist. However, the page is reloaded and
processed by PHP when a link is clicked, so it seems that it is not possible
to use, say, a jquery plugin that scrolls to anchors on the same page - at
least not without modifications. 

I think that one solution would be to read the anchor name from the page URL
and then somehow smoothly scroll down to that anchor. But I can't get it to
work. Can anyone suggest how I can accomplish this?
--
View this message in context:
http://www.nabble.com/Smoothly-scroll-to-the-anchor-given-in-the-URL-tf49368
99s27240.html#a14131044
Sent from the jQuery General Discussion mailing list archive at Nabble.com.




[jQuery] Re: ExtJS

2007-12-03 Thread Andy Matthews

They're planning on releasing an updated version of jQuery UI on december 18th, 
one day after the next release of jQuery. 

-Original Message-
From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Kaare 
Rasmussen
Sent: Monday, December 03, 2007 10:58 AM
To: jquery-en@googlegroups.com
Subject: [jQuery] Re: ExtJS


Looks good, but perhaps not quite there yet. E.g. no edit option for the 
tablesorter.

Also, it was incredible slow on Konqueror (Safari engine).

> http://ui.jquery.com
>
> On 12月3日, 下午8时36分, "Kaare Rasmussen" <[EMAIL PROTECTED]> wrote:
> > Inspired by this Christmas Calendar
> > (http://catalyst.perl.org/calendar/2007/1) i want to ask for input 
> > regarding ExtJS vs. jQuery.
> >
> > The ExtJS overview and demos are very straight forward and rather 
> > impressive at a glance. I guess that what makes the biggest 
> > impression is that the library seems to fit together seamlessly. 
> > jQuery OTOH seems more like a toolbox where you choose plugins 
> > yourself with the risk that there are incompatibilities - but the tools can 
> > be more powerful.
> >
> > Is this a fair statement?
> >
> > The link above mentions these widgets (or plugins).
> >
> > * window
> > * layout
> > * tabs
> > * form
> > * toolbar
> > * menu
> > * tree
> > * combobox
> > * grid
> >
> > Can you put together a list of jQuery plugins that matches ExtJS and 
> > that plays well together?



-- 

Med venlig hilsen
Kaare Rasmussen, Jasonic

Jasonic Telefon: +45 3816 2582
Nordre Fasanvej 12
2000 Frederiksberg  Email: [EMAIL PROTECTED]




[jQuery] Re: Ann: Flot 0.1 released

2007-12-04 Thread Andy Matthews

Just off the top of my head.

1) I'd like to see some sort of background color for the labels in the top
right. The text overlaps the lines and make it a little tough to read. At
least an option for it.

That's really it. This is QUITE impressive and I can easily see uses for
this.

Thanks for releasing it to the community!


andy matthews

-Original Message-
From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Ole Laursen
Sent: Tuesday, December 04, 2007 6:04 AM
To: jQuery (English)
Subject: [jQuery] Ann: Flot 0.1 released


Hi!

I've just released Flot 0.1, a brand-new plot plugin for jQuery which
focuses on simple usage, attractive looks and interactive features like
zooming. It's like plotr and Plotkit, but hopefully a bit more intelligent
when it comes to auto-adjusting axes.

The project page is here:

  http://code.google.com/p/flot/

And examples are here:

  http://people.iola.dk/olau/flot/examples/

I also posted about the news on my blog:

  http://ole-laursen.blogspot.com/2007/12/flot-01-released.html

I'm in the midst of writing the API documentation, but the examples should
hopefully get you started and the available settings are documented in the
source code at the top of the file.

--
Ole Laursen
http://people.iola.dk/olau/




[jQuery] Re: Ann: Flot 0.1 released

2007-12-04 Thread Andy Matthews

I like the idea of plugin chart components. Have 2 or 3 built in types, then
release additional modules as requested. 

-Original Message-
From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Ole Laursen
Sent: Tuesday, December 04, 2007 12:22 PM
To: jQuery (English)
Subject: [jQuery] Re: Ann: Flot 0.1 released


On Dec 4, 7:11 pm, Karl Swedberg <[EMAIL PROTECTED]> wrote:
> This is absolutely brilliant stuff here. Wow! I can't tell you how 
> much I love this. At jQueryCamp07, John Resig and Bradley Sepos did a 
> presentation on canvas, and I was blown away by the possibilities.
> This plugin confirms my blown-away-edness. :-)

Thanks. :-)

The canvas is, although simple, quite pleasant to work with.

> Any plans for a pie chart type -- maybe by using arc(x, y, radius, 
> startAngle, endAngle, anticlockwise) ?

Currently not. Mostly because I'm a bit unsure how it would fit in with the
rest of the plugin. If there's almost no code sharing, it's probably better
to somehow separate it out so that those who just want the pie charts don't
have to have the rest of the package and vice versa. I'll give it a thought.

--
Ole Laursen
http://people.iola.dk/olau/




[jQuery] Re: So... Dating site using jQuery....

2007-12-05 Thread Andy Matthews

Looks fairly nice. Might I suggest that rather than using the user id in the
link like so:

http://www.lovedango.com/user/profile/21

that you at least add in their user name:

http://www.lovedango.com/user/profile/andymatthews

that makes the URL more human readable, and makes their "page" feel a little
more personal. Plus it's easier to remember.

Your goal though should be to get rid of the profile portion of the URL as
well:

http://www.lovedango.com/user/andymatthews

Or even better:
http://www.lovedango.com/andymatthews

I'd also suggest storing their search data in some sort of session variable.
http://www.lovedango.com/user/search

I did a search in my area, found no users, then hit the back button, and had
to type in my info all over again.

Just some thoughts off the top of my head.

-Original Message-
From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of [EMAIL PROTECTED]
Sent: Wednesday, December 05, 2007 8:05 AM
To: jQuery (English)
Subject: [jQuery] So... Dating site using jQuery


I posted a while back (a couple months or so ago) about the free dating site
(LoveDango) I was working on. Well, looks like I have all the most basic
features all ready to go. Basically, you can search, send/receive messages,
send winks, edit your profile, upload/view
photos+captions and a few more small things.

My basic rule of thumb was keep it simple, very very simple. I am adding new
things every day and starting today it will begin to grow fairly rapidly in
terms of feature set. I use jQuery a lot in the dating site, and if it
wasn't for jQuery I probably would not have been able to do quite the same
quality job as I have done (not saying it is spectacular or anything).

Like always, I wanted to share it with the jQuery community and ask whoever
is willing to help me test it out and let me know if the basic functionality
works for them and just get some feedback on all aspects.

Feel free to send me any comments, suggestions or critiques, I would love to
hear them :)

Thanks again to you folks developing jQuery, it is a truly awesome resource
:)

Ahh, I forgot to link to the site:

http://www.lovedango.com

- Anthony Bertolo




[jQuery] Re: [NEWS] Getting jQuery Adopted in Corporations

2007-12-06 Thread Andy Matthews
Dugg

  _  

From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Glen Lipka
Sent: Thursday, December 06, 2007 12:53 PM
To: jquery-en@googlegroups.com
Subject: [jQuery] Re: [NEWS] Getting jQuery Adopted in Corporations


Wow, the "digg this story" thing worked. :)

http://digg.com/programming/Getting_jQuery_into_Big_Corporations

Glen


On Dec 6, 2007 10:12 AM, Sean Catchpole <[EMAIL PROTECTED]> wrote: 



> 1. Is jQuery going to be here for the long term?

Yes, with a large and active community jQuery is in it for the long 
run. Help is always easy to find.


> 2. Why not use prototype, what are the benefits of jQuery over it?

jQuery simplifies and reduces code size, and offers a plugin system
that rapidly increases development time. 

~Sean





[jQuery] Re: jquery.ifixpng.js IE 7 Transparency is Black instead of transparent

2007-12-07 Thread Andy Matthews

Do you have a link? 

-Original Message-
From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of cfdvlpr
Sent: Friday, December 07, 2007 4:24 PM
To: jQuery (English)
Subject: [jQuery] Re: jquery.ifixpng.js IE 7 Transparency is Black instead
of transparent


Am I the only one with IE 7 that has noticed this problem?  I'm using IE
7.0.5730.11




[jQuery] Cross domain photo gallery using get().

2007-12-08 Thread Andy Matthews

I'm participating in an event in which you post photos of yourself
each day (http://www.whiskerino.org/2007/creole/). The organizer of
the event created RSS feeds for each participant. I thought it would
be fun, and a good challenge to write a photo gallery using the Cycle
plugin that could be used by any of the participants (http://
www.commadelimited.com/code/whiskerino/slideshow.cfm).

It works great on my server, but I mistakenly assumed that the local
reference data.cfm (the file that does the work) made in the JS file
would always be made on my server. I just tried it locally and I'm
getting the dreaded cross domain XmlHttpRequest error. I want this to
work without the user have to install any code, or even have a hosting
company that offers a scripting language. I wonder now if this is even
possible.

On data.cfm, I'm using ColdFusion to read in the RSS feed, then I'm
looping over the feed and outputting the contents into div tags. You
can see the results here:
http://www.commadelimited.com/code/whiskerino/data.cfm

Can any of you suggest an alternate method that would work?


[jQuery] Re: Cross domain photo gallery using get().

2007-12-08 Thread Andy Matthews

Erik...

What an excellent response, and in fact I rated it thusly. I'll look
more at this later, but I wanted to thank you for your time. Muchas
gracias amigo.

What an excellent reponse

On Dec 8, 2:42 pm, "Erik Beeson" <[EMAIL PROTECTED]> wrote:
> Hi Andy,
>
> Neat idea. What you want for remote data is JSONP, which just requires that
> your server produce a chunk of javascript that calls a function with a
> specified name and passes in your data as a JSON block. So instead of
> generating an HTML fragment, your data.cfm would take a parameter called
> jsoncallback, and generate code like:
>
> ({ data: "my html fragment"});
>
> Then in jQuery you do:
>
> $.getJSON("http://www.commadelimited.com/code/whiskerino/data.cfm?jsoncallback=?
> ",{
> username:options['username'],
> size:options['size']}, function(data){
>
> $targetDiv.html(data.data).cycle('fade');
>
> });
>
> However, having said all that, since your script is already a remote
> JavaScript, my suggestion is just to make your js file be dynamic and
> include the data in it directly. Then your users could just specify their
> options in the url to your javascript file, like so:
>
>  src="<a  rel="nofollow" href="http://www.commadelimited.com/code/whiskerino/whiskerino.js?username=">http://www.commadelimited.com/code/whiskerino/whiskerino.js?username=</a>...
> " type="text/javascript">
>
> And you would generate a script with the proper data already included
> directly in the script. Something like (in your generated whiskerino.js):
>
> $(document).ready(function(){
> $('#').html(" data.cfm>").cycle('fade');
>
> });
>
> Or if they didn't supply a username, you could render an error message
> instead:
>
> $(document).ready(function(){
> $('#').html('Please
> indicate your Whiskerino moniker.').cycle('fade');
>
> });
>
> Also, if you don't do it like I'm suggesting, I suggest that you at least
> wrap the whole thing in a function instead of requiring a global object
> called "options". In whiskerino.js have something like:
>
> function whiskerino(options) {
>   $(document).ready({
>/* your code */
>   });
>
> }
>
> And  then your users include your your script and call your function and
> pass in their options:
>
> 
>  src="<a  rel="nofollow" href="http://www.commadelimited.com/code/whiskerino/whiskerino.js"">http://www.commadelimited.com/code/whiskerino/whiskerino.js"</a>;
> type="text/javascript">
> 
> <!--
> whiskerino({
> username:'creole'
> //,size:'m' // options are t, s, m, l or o | defaults to 'm'.
> // ,divID:'whiskerino', // optional, but will look for a div called
> 'whiskerino'});
>
> //-->
> 
> 
>
> But the dynamic script way that I suggested would fix that too.
>
> Hope it helps.
>
> --Erik
>
> On 12/8/07, Andy Matthews <[EMAIL PROTECTED]> wrote:
>
>
>
>
>
> > I'm participating in an event in which you post photos of yourself
> > each day (http://www.whiskerino.org/2007/creole/). The organizer of
> > the event created RSS feeds for each participant. I thought it would
> > be fun, and a good challenge to write a photo gallery using the Cycle
> > plugin that could be used by any of the participants (http://
> >www.commadelimited.com/code/whiskerino/slideshow.cfm).
>
> > It works great on my server, but I mistakenly assumed that the local
> > reference data.cfm (the file that does the work) made in the JS file
> > would always be made on my server. I just tried it locally and I'm
> > getting the dreaded cross domain XmlHttpRequest error. I want this to
> > work without the user have to install any code, or even have a hosting
> > company that offers a scripting language. I wonder now if this is even
> > possible.
>
> > On data.cfm, I'm using ColdFusion to read in the RSS feed, then I'm
> > looping over the feed and outputting the contents into div tags. You
> > can see the results here:
> >http://www.commadelimited.com/code/whiskerino/data.cfm
>
> > Can any of you suggest an alternate method that would work?- Hide quoted 
> > text -
>
> - Show quoted text -


[jQuery] Re: Cross domain photo gallery using get().

2007-12-10 Thread Andy Matthews

Aldur...

That's how I'm doing it now. The JS resides on my server, as does the data
file which generates all of the HTML. The problem is that if I reference the
data file locally (as if it was on MY server) the JS tries to look on the
user's website for data.cfm. If I reference it absolutely, I get the XmlHttp
error. 

-Original Message-
From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of aldur
Sent: Saturday, December 08, 2007 2:30 PM
To: jQuery (English)
Subject: [jQuery] Re: Cross domain photo gallery using get().


can you put the Javascript on that server then  your external servers can
call it directly I think that they can then use ajax calls to that server.




[jQuery] Re: Performance of jquery

2007-12-11 Thread Andy Matthews

Here we go again. 

-Original Message-
From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Sharique
Sent: Tuesday, December 11, 2007 8:11 AM
To: jQuery (English)
Subject: [jQuery] Performance of jquery


Pls have a look at this test.
http://mootools.net/slickspeed/
Performance of JQuery of quite low as compare to other java script
libraries.
--
Sharique




[jQuery] OT: Browser history object and the back button

2007-12-11 Thread Andy Matthews
I recently implemented a mashup of client and server side detection used to
collect information about a user's environment:
OS, Browser, Bandwidth, JavascriptEnabled, etc.
 
When the user first visits the site, we first try to redirect them with JS:
location.href='mainfile.cfm?hasJS=true';
 
If they don't have JS, we default to a meta redirect:

 
The problem is that when users click the back button from mainfile, they're
instaly redirected right BACK to mainfile. They CAN get past it, but you
have to click the back button twice in quick succession. Anyway, we're
getting pinged by Google because of this change we made. We're considering
some sort of check using the History object to get around this issue. I
wonder if any of you have run into this situation, and how you handled it.
 
____
 
Andy Matthews
Senior ColdFusion Developer

Office:  877.707.5467 x747
Direct:  615.627.9747
Fax:  615.467.6249
[EMAIL PROTECTED]
www.dealerskins.com <http://www.dealerskins.com/> 
 
<>

[jQuery] Re: OT: Browser history object and the back button

2007-12-11 Thread Andy Matthews
As an addendum to this, I was doing some research and found the
location.replace method.
 
But it doesn't appear to work in either Firefox 2 or IE 7.
 
I'm guessing that it's been removed/deprecated due to potential security
issues?
 
Anyone have any input on that?

  _  

From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Andy Matthews
Sent: Tuesday, December 11, 2007 11:02 AM
To: [jQuery]
Subject: [jQuery] OT: Browser history object and the back button


I recently implemented a mashup of client and server side detection used to
collect information about a user's environment:
OS, Browser, Bandwidth, JavascriptEnabled, etc.
 
When the user first visits the site, we first try to redirect them with JS:
location.href='mainfile.cfm?hasJS=true';
 
If they don't have JS, we default to a meta redirect:

 
The problem is that when users click the back button from mainfile, they're
instaly redirected right BACK to mainfile. They CAN get past it, but you
have to click the back button twice in quick succession. Anyway, we're
getting pinged by Google because of this change we made. We're considering
some sort of check using the History object to get around this issue. I
wonder if any of you have run into this situation, and how you handled it.
 
____
 
Andy Matthews
Senior ColdFusion Developer

Office:  877.707.5467 x747
Direct:  615.627.9747
Fax:  615.467.6249
[EMAIL PROTECTED]
www.dealerskins.com <http://www.dealerskins.com/> 
 
<>

[jQuery] Re: OT: Browser history object and the back button

2007-12-11 Thread Andy Matthews

I'm actually trying that right now and it's not working in my basic testing.


-Original Message-
From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Michael Price
Sent: Tuesday, December 11, 2007 11:11 AM
To: jquery-en@googlegroups.com
Subject: [jQuery] Re: OT: Browser history object and the back button


Could you use location.replace instead of location.href? It'll do the same
thing but overwrites the current record in the browser history instead of
making a new one, AFAIK.

Regards,
Michael PRice




[jQuery] Re: OT: Browser history object and the back button

2007-12-11 Thread Andy Matthews

Ooops...

I was assigning a value to it:
location.replace = 'someurl.html';

rather than using it as a method:
location.replace('someurl.html');

it works when I use it right.

:) 

-Original Message-
From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Andy Matthews
Sent: Tuesday, December 11, 2007 11:31 AM
To: jquery-en@googlegroups.com
Subject: [jQuery] Re: OT: Browser history object and the back button


I'm actually trying that right now and it's not working in my basic testing.


-Original Message-
From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Michael Price
Sent: Tuesday, December 11, 2007 11:11 AM
To: jquery-en@googlegroups.com
Subject: [jQuery] Re: OT: Browser history object and the back button


Could you use location.replace instead of location.href? It'll do the same
thing but overwrites the current record in the browser history instead of
making a new one, AFAIK.

Regards,
Michael PRice





[jQuery] LavaLamp for jQuery 1.2.x?

2007-12-12 Thread Andy Matthews

I'm really wanting to use Ganeshki's excellent LavaLamp plugin (http://
www.gmarwaha.com/blog/?p=7) but it appears that it doesn't work with
the most current stable release of jQuery.

Does anyone know if there's an updated release somewhere that meets
the 1.2.x requirement? Or is there an alternate menu which gives the
same effect?


[jQuery] Re: LavaLamp for jQuery 1.2.x?

2007-12-13 Thread Andy Matthews
Ah look at that. I could have sworn I did a search on his demo page for that
version.
 
Thanks for pointing it out! Can't wait to use it.

  _  

From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Richard Shank
Sent: Wednesday, December 12, 2007 11:27 PM
To: jquery-en@googlegroups.com
Subject: [jQuery] Re: LavaLamp for jQuery 1.2.x?


Hey Andy, I just looked on that page and near the bottom on the comments, I
found this
 

This plugin is currently incompatible with jQuery 1.2.x. To make it
compatible, replace .each(function() { $.dequeue(this, "fx"); }) with
.stop() around line 84-85.

I haven't tried it, let us know if it works.



On Dec 12, 2007 11:21 PM, Andy Matthews <[EMAIL PROTECTED]> wrote:



I'm really wanting to use Ganeshki's excellent LavaLamp plugin (http://
www.gmarwaha.com/blog/?p=7) but it appears that it doesn't work with
the most current stable release of jQuery.

Does anyone know if there's an updated release somewhere that meets
the 1.2.x requirement? Or is there an alternate menu which gives the 
same effect?





[jQuery] Re: [PLUGIN] JAddTo

2007-12-13 Thread Andy Matthews

Mind you, I'm not deriding the plugin itself, which seems to work just
dandy. I'm just wondering why you chose to do it via JS vs straight code.

-Original Message-
From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Andy Matthews
Sent: Thursday, December 13, 2007 8:09 AM
To: jquery-en@googlegroups.com
Subject: [jQuery] Re: [PLUGIN] JAddTo


No offense, but why should this be done via Javascript? All it appears to be
is a series of icons linked to their respective websites. Wouldn't it just
be easier to have this as a server side include, or something like that? I
don't see anything in this plugin that should require client-side code.

Just curious. 

-Original Message-
From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Jason Levine
Sent: Wednesday, December 12, 2007 1:59 PM
To: jquery-en@googlegroups.com
Subject: [jQuery] [PLUGIN] JAddTo



This is my first JQuery plugin in awhile.  I needed to put up a series of
"Add To Digg"-style links on the  http://www.ShootingForACause.com/2008/
Shooting For A Cause  website.  After collecting the images and links, I
realized that this would make for a good JQuery plugin.  So I wrote it.

I hereby present  http://www.jasons-toolbox.com/JAddTo/ JAddTo 0.1 .  Enjoy!

And if you know of any links that should be added, let me know.  It would
help if you included an example link and the URL of an image that could be
included.
--
View this message in context:
http://www.nabble.com/-PLUGIN--JAddTo-tp14302539s27240p14302539.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.





[jQuery] Re: LavaLamp for jQuery 1.2.x?

2007-12-13 Thread Andy Matthews

Awesome! Thank you!! 

-Original Message-
From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Danny
Sent: Wednesday, December 12, 2007 11:26 PM
To: jQuery (English)
Subject: [jQuery] Re: LavaLamp for jQuery 1.2.x?


I modified it to run under 1.2, with the most recent easing plugin:
http://youngisrael-stl.org/inc/jquery.lavalamp.js

On Dec 12, 10:21 pm, Andy Matthews <[EMAIL PROTECTED]> wrote:
> I'm really wanting to use Ganeshki's excellent LavaLamp plugin 
> (http://www.gmarwaha.com/blog/?p=7) but it appears that it doesn't work
with the most current stable release of jQuery.
>
> Does anyone know if there's an updated release somewhere that meets 
> the 1.2.x requirement? Or is there an alternate menu which gives the 
> same effect?




[jQuery] Re: [PLUGIN] JAddTo

2007-12-13 Thread Andy Matthews

No offense, but why should this be done via Javascript? All it appears to be
is a series of icons linked to their respective websites. Wouldn't it just
be easier to have this as a server side include, or something like that? I
don't see anything in this plugin that should require client-side code.

Just curious. 

-Original Message-
From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Jason Levine
Sent: Wednesday, December 12, 2007 1:59 PM
To: jquery-en@googlegroups.com
Subject: [jQuery] [PLUGIN] JAddTo



This is my first JQuery plugin in awhile.  I needed to put up a series of
"Add To Digg"-style links on the  http://www.ShootingForACause.com/2008/
Shooting For A Cause  website.  After collecting the images and links, I
realized that this would make for a good JQuery plugin.  So I wrote it.

I hereby present  http://www.jasons-toolbox.com/JAddTo/ JAddTo 0.1 .  Enjoy!

And if you know of any links that should be added, let me know.  It would
help if you included an example link and the URL of an image that could be
included.
--
View this message in context:
http://www.nabble.com/-PLUGIN--JAddTo-tp14302539s27240p14302539.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.




[jQuery] Re: [PLUGIN] JAddTo

2007-12-13 Thread Andy Matthews

That's a perfect example of why to make it a plugin. For those people who
might not have access to server side programming, your JS is a perfect
solution.

Well done, and in fact I might use it on a site I'M building.


andy 

-Original Message-
From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Jason Levine
Sent: Thursday, December 13, 2007 8:38 AM
To: jquery-en@googlegroups.com
Subject: [jQuery] Re: [PLUGIN] JAddTo



>Mind you, I'm not deriding the plugin itself, which seems to work just 
>dandy. I'm just wondering why you chose to do it via JS vs straight code.


Well, part of it was the nature of the site I needed it for.  It was to
appear on a CafePress shop site and while CafePress gives some good options
for changing custom code, I still prefer using my local editor and uploading
the changes via (S)FTP.  After writing out the code normally, I thought
about how it could be generated programmatically.  With server-side
scripting not an option, I thought about linking to a JavaScript file hosted
on the main ShootingForACause.com server.  From there it was a short mental
hop to making a JQuery plugin.  And of course, once I have the plugin
written, there's all sorts of ways to expand it.  (Like my 0.2 release did.)

Plus, it was good experience in writing JQuery plugins.  You can never have
enough experience.  ;-)

Sure it's not the type of plugin that will see wide usage, but it helped me
learn a bit more, it served the purpose it was designed for and was fun to
write.

-Jason Levine
--
View this message in context:
http://www.nabble.com/-PLUGIN--JAddTo-tp14302539s27240p14317206.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.




[jQuery] Re: LavaLamp for jQuery 1.2.x?

2007-12-13 Thread Andy Matthews

FYI Danny...

I put your change in place, downloaded the most recent versions of
both jQuery (jquery-1.2.1.pack.js), and Easing (jquery.easing.1.3.js)
and now each time I mouseover a button I get about 100 js errors, all
saying:

E.easing[this.options.easing || (E.easing.swing ? "swing" : "linear")]
is not a function
http://localhost/downloads/lavalamp/jquery-1.2.1.pack.js
Line 11

Any ideas?



On Dec 12, 11:25 pm, Danny <[EMAIL PROTECTED]> wrote:
> I modified it to run under 1.2, with the most recent easing 
> plugin:http://youngisrael-stl.org/inc/jquery.lavalamp.js
>
> On Dec 12, 10:21 pm, Andy Matthews <[EMAIL PROTECTED]> wrote:
>
>
>
> > I'm really wanting to use Ganeshki's excellent LavaLamp plugin 
> > (http://www.gmarwaha.com/blog/?p=7) but it appears that it doesn't work with
> > the most current stable release of jQuery.
>
> > Does anyone know if there's an updated release somewhere that meets
> > the 1.2.x requirement? Or is there an alternate menu which gives the
> > same effect?- Hide quoted text -
>
> - Show quoted text -


[jQuery] Re: LavaLamp for jQuery 1.2.x?

2007-12-14 Thread Andy Matthews

Never mind...

I was using the 1.3 easing plugin rather than the one which came with the
lavalamp download. It's working now.

-Original Message-
From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Andy Matthews
Sent: Thursday, December 13, 2007 8:29 PM
To: jQuery (English)
Subject: [jQuery] Re: LavaLamp for jQuery 1.2.x?


FYI Danny...

I put your change in place, downloaded the most recent versions of both
jQuery (jquery-1.2.1.pack.js), and Easing (jquery.easing.1.3.js) and now
each time I mouseover a button I get about 100 js errors, all
saying:

E.easing[this.options.easing || (E.easing.swing ? "swing" : "linear")] is
not a function http://localhost/downloads/lavalamp/jquery-1.2.1.pack.js
Line 11

Any ideas?



On Dec 12, 11:25 pm, Danny <[EMAIL PROTECTED]> wrote:
> I modified it to run under 1.2, with the most recent easing 
> plugin:http://youngisrael-stl.org/inc/jquery.lavalamp.js
>
> On Dec 12, 10:21 pm, Andy Matthews <[EMAIL PROTECTED]> wrote:
>
>
>
> > I'm really wanting to use Ganeshki's excellent LavaLamp plugin 
> > (http://www.gmarwaha.com/blog/?p=7) but it appears that it doesn't work
with the most current stable release of jQuery.
>
> > Does anyone know if there's an updated release somewhere that meets 
> > the 1.2.x requirement? Or is there an alternate menu which gives the 
> > same effect?- Hide quoted text -
>
> - Show quoted text-




[jQuery] Re: Drop Shadow Plugin

2007-12-14 Thread Andy Matthews

Nice one Larry! 

-Original Message-
From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of McLars
Sent: Friday, December 14, 2007 2:29 PM
To: jQuery (English)
Subject: [jQuery] Drop Shadow Plugin


I have a new plugin that will create soft drop shadows on elements. It works
on text as well as block elements, and has options for the offset, blur,
opacity, and color. Please take a look at the demo page
(http://eyebulb.com/dropshadow) and let me know what you think.

You may download the plugin from there--complete usage documentation is
provided inside the script. I have also added it to the plugins section at
jQuery.com.

Thanks,

Larry




[jQuery] New jQuery release, but what about documentation

2007-12-17 Thread Andy Matthews
It's all well and good that the jQuery team is coming out with new release,
but what about the equally important documentation issue?
 
1.2.1 has been out since what Aug? Sept? And documentation still isn't much
help?
 
The API browser (http://jquery.com/api/) still references version 1.1.2.
 
Documentation in the wiki is also not that great:
http://docs.jquery.com/Main_Page
 
It's very difficult to use, the search isn't very user friendly, there's no
alphabetical listing of method names, and for some reason you guys chose to
use the tabs plugin to display content in the wiki. From a usability
standpoint, that's horrible. People using the docs are most likely looking
for an answer to something that they're working on. Forcing them to jump
through extra hoops just to get the info they need.
 
____
 
Andy Matthews
Senior ColdFusion Developer

Office:  877.707.5467 x747
Direct:  615.627.9747
Fax:  615.467.6249
[EMAIL PROTECTED]
www.dealerskins.com <http://www.dealerskins.com/> 
 
<>

[jQuery] Re: New jQuery release, but what about documentation

2007-12-17 Thread Andy Matthews

:)

Good reply John...

How can I help? I'd like to give back, but I'm not sure where to start. Do
you by chance have a list of ways in which people can give back to jQuer?
That might be a good means by which to draw users tigher into the community.


andy 

-Original Message-
From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of John Resig
Sent: Monday, December 17, 2007 8:52 AM
To: jquery-en@googlegroups.com
Subject: [jQuery] Re: New jQuery release, but what about documentation


The API browser will be updated when 1.2.2 is complete - it's just a beta
release right now.

As far as the rest: Are you offering to help? We're always looking for
volunteers.

--John

On Dec 17, 2007 9:38 AM, Andy Matthews <[EMAIL PROTECTED]> wrote:
>
>
> It's all well and good that the jQuery team is coming out with new 
> release, but what about the equally important documentation issue?
>
> 1.2.1 has been out since what Aug? Sept? And documentation still isn't 
> much help?
>
> The API browser (http://jquery.com/api/) still references version 1.1.2.
>
> Documentation in the wiki is also not that great:
> http://docs.jquery.com/Main_Page
>
> It's very difficult to use, the search isn't very user friendly, 
> there's no alphabetical listing of method names, and for some reason 
> you guys chose to use the tabs plugin to display content in the wiki. 
> >From a usability standpoint, that's horrible. People using the docs 
> are most likely looking for an answer to something that they're 
> working on. Forcing them to jump through extra hoops just to get the info
they need.
>
>
> 
>  Andy Matthews
> Senior ColdFusion Developer
>
> Office:  877.707.5467 x747
> Direct:  615.627.9747
> Fax:  615.467.6249
> [EMAIL PROTECTED]
> www.dealerskins.com
>




[jQuery] Cycle plugin and manually generated paging links?

2007-12-18 Thread Andy Matthews

I'm looking to use the excellent Cycle plugin for a product page I'm
building. I tried out the pager demo (http://www.malsup.com/jquery/
cycle/int2.html), but had some issues getting it working. I'd like to
generate the links myself as I'd like to put some custom title
attributes on each link.

Is this possible? How do I go about it?



[jQuery] Re: Cycle plugin and manually generated paging links?

2007-12-18 Thread Andy Matthews

A little clarification. I have a product details page which contains 4
images of various states (distance shot, closeup, artwork, etc.). I
will only ever have 4 shots, and so I'd like each link to be able to
trigger the appropriate slide from Cycle. The images will always be in
the same order.

I'm looking through the code for Cycle, and I don't see a method I can
call to specify which image to load. Just advance, reverse, etc.

On Dec 18, 8:49 pm, Andy Matthews <[EMAIL PROTECTED]> wrote:
> I'm looking to use the excellent Cycle plugin for a product page I'm
> building. I tried out the pager demo (http://www.malsup.com/jquery/
> cycle/int2.html), but had some issues getting it working. I'd like to
> generate the links myself as I'd like to put some custom title
> attributes on each link.
>
> Is this possible? How do I go about it?


[jQuery] Re: Cycle plugin and manually generated paging links?

2007-12-19 Thread Andy Matthews

That 3rd demo is exactly what I'm looking for Mike. Thanks!

You ever consider exposing a method by which a specific link can call a
specific slide, regardless of the order of the links?

$('li a.one').click(function(){
cycle.load(3);
});

Something along those lines?

andy 

-Original Message-
From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Mike Alsup
Sent: Tuesday, December 18, 2007 9:27 PM
To: jquery-en@googlegroups.com
Subject: [jQuery] Re: Cycle plugin and manually generated paging links?


Andy,

You can generate your own links by using the pagerAnchorBuilder option.

http://www.malsup.com/jquery/cycle/pager2.html
http://www.malsup.com/jquery/cycle/pager3.html

Mike


On Dec 18, 2007 10:15 PM, Andy Matthews <[EMAIL PROTECTED]> wrote:
>
> A little clarification. I have a product details page which contains 4 
> images of various states (distance shot, closeup, artwork, etc.). I 
> will only ever have 4 shots, and so I'd like each link to be able to 
> trigger the appropriate slide from Cycle. The images will always be in 
> the same order.
>
> I'm looking through the code for Cycle, and I don't see a method I can 
> call to specify which image to load. Just advance, reverse, etc.
>
>
> On Dec 18, 8:49 pm, Andy Matthews <[EMAIL PROTECTED]> wrote:
> > I'm looking to use the excellent Cycle plugin for a product page I'm 
> > building. I tried out the pager demo (http://www.malsup.com/jquery/ 
> > cycle/int2.html), but had some issues getting it working. I'd like 
> > to generate the links myself as I'd like to put some custom title 
> > attributes on each link.
> >
> > Is this possible? How do I go about it?
>




[jQuery] OT: Nashville, TN Flex User Group presents Flex 3 and AIR pre-release tour with Ben Forta

2007-12-19 Thread Andy Matthews
For any of you that might live in, or around Nashville, TN, the Nashville
Flex User Group is hosting the upcoming Flex 3 and AIR pre-release tour with
Adobe's Ben Forta on January 24th. More details can be found on the UG
website:
( <http://www.615flex.com/special-events/>
http://www.615flex.com/special-events/).
 
____
 
Andy Matthews
Senior ColdFusion Developer

Office:  877.707.5467 x747
Direct:  615.627.9747
Fax:  615.467.6249
[EMAIL PROTECTED]
www.dealerskins.com <http://www.dealerskins.com/> 
 
<>

[jQuery] Re: Stupid little game :)

2007-12-19 Thread Andy Matthews

Dammit Stefan! I'm not going to get anything done the rest of the day.

:) 

-Original Message-
From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Stefan Petre
Sent: Wednesday, December 19, 2007 2:41 PM
To: jquery-en@googlegroups.com
Subject: [jQuery] Stupid little game :)


Hi,

I did a small game (it was a test for a client), about 6kb of code. 
http://www.eyecon.ro/slotmachine/ 

Stefan




[jQuery] Re: BBC Redesign

2008-01-02 Thread Andy Matthews

Very nice...well done 

-Original Message-
From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of nathandh
Sent: Monday, December 31, 2007 11:51 PM
To: jQuery (English)
Subject: [jQuery] BBC Redesign


Looks like the long-overdue BBC redesign is using jQuery (and a metric ton
of whitespace and internal CSS):

http://www.bbc.co.uk/home/beta/




[jQuery] Re: BBC Redesign

2008-01-02 Thread Andy Matthews
Duh...so that you know what time it is.
 
:)

  _  

From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Jake McGraw
Sent: Wednesday, January 02, 2008 8:50 AM
To: jquery-en@googlegroups.com
Subject: [jQuery] Re: BBC Redesign


Can't stand that clock in the right hand corner... why on earth is it there?

- jake


On Jan 2, 2008 9:43 AM, Andy Matthews <[EMAIL PROTECTED]
<mailto:[EMAIL PROTECTED]> > wrote:



Very nice...well done


-Original Message- 
From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of nathandh
Sent: Monday, December 31, 2007 11:51 PM 
To: jQuery (English)
Subject: [jQuery] BBC Redesign


Looks like the long-overdue BBC redesign is using jQuery (and a metric ton
of whitespace and internal CSS):

http://www.bbc.co.uk/home/beta/







[jQuery] Re: Is there any slideshow plugin not only for images?

2008-01-02 Thread Andy Matthews
The Cycle plugin works with ANY element placed within the container. There's
actually a demo for plain old text here:
 
http://www.malsup.com/jquery/cycle/int2.html
 
bottom of the page.

  _  

From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Rafael Santos
Sent: Wednesday, January 02, 2008 10:51 AM
To: jquery-en@googlegroups.com
Subject: [jQuery] Is there any slideshow plugin not only for images?


What i mean is ... I have my unordered list and its content is a div with
more then a img inside. 
I tried ScrollShow but I couldn't managed adapting it.

Has anyone tried slideViewer for it? Or others?

-- 
Rafael Santos Sá :: webdeveloper
www.rafael-santos.com 


[jQuery] Re: [SITE SUBMISSION] Brightegg.com

2008-01-02 Thread Andy Matthews

One point on the password strength meter. The green of the "very strong" has
almost no contrast against the light blue of the field module. It's very
difficult to read. You might consider changing that green to something
darker. 

-Original Message-
From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Jörn Zaefferer
Sent: Wednesday, January 02, 2008 12:17 PM
To: jquery-en@googlegroups.com
Subject: [jQuery] Re: [SITE SUBMISSION] Brightegg.com


Ryan Rose schrieb:
>
> I would like to announce the launch of http://www.brightegg.com, a new 
> web platform for building/managing professional-looking websites built 
> with jQuery. Brightegg utilizes several popular jQuery plugins, 
> including blockUI, datePicker, cookie, corner, superfish, and 
> validate. jQuery is Brightegg’s primary toolkit, although the main 
> application uses a combination of Dojo and FCKeditor as well.
>
> Brightegg offers full-featured website building, including the 
> addition of forms and customization options for a myriad of design 
> themes. All of Brightegg’s design themes are provided by our growing 
> community of designers, and Brightegg also supports the use of custom 
> designs. All forms come with built-in client-side validation (using 
> the jQuery validate plugin) as well as server-side validation (the 
> server framework is developed with CakePHP). Date fields include an 
> AJAX calendar (jquery.datePicker) and all textareas are expandable 
> (using jQuery).
>
> I would like to personally thank John Resig for this wonderful toolkit 
> as well as the plugin authors. Keep up the great work!
>
> Thank you and Happy New Year!
>
Its always nice to see your own work in the wild. I took a look at the
registration page - I like combination of validation and password strength
meter, thats nice.
The message display leaves a lot to deserve. The one thing that you really
should fix is the padding on the error class (.error { ...;
padding: 10px }) which is also applied to the input, which is really
annoying. It should help to apply that padding only to label.error.
That should improve things, but still leaves the problem of those yellow
boxes popping up. I've got a few ideas on how to improve that generally, but
would require siginificant changes, so most likely needs a 2.x version...

Anyway, let me know if you find something you need improved on the
validation plugin. I'd be glad to help.

Regards
Jörn




[jQuery] Re: Is there an sample like iGoogle?

2008-01-03 Thread Andy Matthews

This might work for you:

http://host.sonspring.com/portlets/ 

-Original Message-
From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of ayeah
Sent: Wednesday, January 02, 2008 10:33 PM
To: jQuery (English)
Subject: [jQuery] Is there an sample like iGoogle?


I am making a page like iGoogle, all parts are customizable, I tried jquery
UI draggable and droppable, but confused with layout of dragged
items...anyone has simular samples?

iGoogle: http://www.google.com/ig




[jQuery] Re: jQuery.ScrollTo 1.3 released

2008-01-03 Thread Andy Matthews

This is KICKIN'! Well done Ariel!! 

-Original Message-
From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Alexandre Plennevaux
Sent: Thursday, January 03, 2008 7:16 AM
To: jquery-en@googlegroups.com
Subject: [jQuery] Re: jQuery.ScrollTo 1.3 released


veeery nice!


On Jan 3, 2008 1:29 PM, Ariel Flesler <[EMAIL PROTECTED]> wrote:
>
> Here's the link to the project, it includes the links to the demo, 
> changelog, etc.
>
> http://plugins.jquery.com/project/ScrollTo
>
> Thanks again :)
>
> Ariel Flesler
>
>
> On 3 ene, 09:27, Ariel Flesler <[EMAIL PROTECTED]> wrote:
> > Hi everyone
> >
> > jQuery.ScrollTo 1.3 is out, It includes a few fixes, some features 
> > and it went through a structural change.
> >
> > Fixed the behavior for Opera which seems to scroll on both  
> > and . This last change, requires some crossbrowser testing. It 
> > works well on FF 2.0.0.11, IE 6, Opera 9.22 and Safari 3 beta. All 
> > of them on Windows. I'd appreciate some feedback on this for other 
> > versions/ platforms.
> >
> > Now the scroll limits are checked, this solves 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 like $().animate. Now 
> > the duration can be specified as a number in the 2nd argument, and 
> > the settings hash as 3rd. Or the hash settings as 2nd argument, 
> > including the option 'duration' (or 'speed', backward compatibility 
> > is kept).
> >
> > Finally, I remade the demo, this version shows clearly what each 
> > option does, also what are all the ways to specify the targeted 
> > position (many!). I want to improve its look, but that can wait :)
> >
> > Thanks all.
> >
> > Ariel Flesler
>



--
Alexandre Plennevaux
LAb[au]

http://www.lab-au.com




[jQuery] Re: [ANNOUNCE] jQuery.ScrollTo 1.3 released

2008-01-03 Thread Andy Matthews

Oh...one thing I'd like to see on the demos is a code view. On the various
links that you can click, I'd like to see exactly what options you're using.


-Original Message-
From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Ariel Flesler
Sent: Thursday, January 03, 2008 6:28 AM
To: jQuery (English)
Subject: [jQuery] [ANNOUNCE] jQuery.ScrollTo 1.3 released


Hi everyone

jQuery.ScrollTo 1.3 is out, It includes a few fixes, some features and it
went through a structural change.

Fixed the behavior for Opera which seems to scroll on both  and
. This last change, requires some crossbrowser testing. It works well
on FF 2.0.0.11, IE 6, Opera 9.22 and Safari 3 beta. All of them on Windows.
I'd appreciate some feedback on this for other versions/ platforms.

Now the scroll limits are checked, this solves 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 like $().animate. Now the
duration can be specified as a number in the 2nd argument, and the settings
hash as 3rd. Or the hash settings as 2nd argument, including the option
'duration' (or 'speed', backward compatibility is kept).

Finally, I remade the demo, this version shows clearly what each option
does, also what are all the ways to specify the targeted position (many!). I
want to improve its look, but that can wait :)

Thanks all.

Ariel Flesler




[jQuery] Re: [ANNOUNCE] jQuery.ScrollTo 1.3 released

2008-01-03 Thread Andy Matthews

Ariel...

I know I could check the source...that would be easy. But it's also nice to
have a quick reference as to what I'm clicking on. Mike Alsup's Cycle demos
are a perfect example. With every single demo instance, the specific code
used to run that demo is right next to it. 

-Original Message-
From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Ariel Flesler
Sent: Thursday, January 03, 2008 9:04 AM
To: jQuery (English)
Subject: [jQuery] Re: [ANNOUNCE] jQuery.ScrollTo 1.3 released


Thanks to all of you for the quick and encouraging reply.

@Andy
I thought developers always checked the source ( asi in, View Source ).
I was told that the code, in former demo was not clear. So I made this one
very redundant and full of comments. Maybe I should add a sign saying "check
the demo source to see how it is done" ?

Ariel Flesler

On 3 ene, 11:56, "Andy Matthews" <[EMAIL PROTECTED]> wrote:
> Oh...one thing I'd like to see on the demos is a code view. On the 
> various links that you can click, I'd like to see exactly what options
you're using.
>
>
>
> -Original Message-
> From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] 
> On
>
> Behalf Of Ariel Flesler
> Sent: Thursday, January 03, 2008 6:28 AM
> To: jQuery (English)
> Subject: [jQuery] [ANNOUNCE] jQuery.ScrollTo 1.3 released
>
> Hi everyone
>
> jQuery.ScrollTo 1.3 is out, It includes a few fixes, some features and 
> it went through a structural change.
>
> Fixed the behavior for Opera which seems to scroll on both  and 
> . This last change, requires some crossbrowser testing. It works 
> well on FF 2.0.0.11, IE 6, Opera 9.22 and Safari 3 beta. All of them on
Windows.
> I'd appreciate some feedback on this for other versions/ platforms.
>
> Now the scroll limits are checked, this solves 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 like $().animate. Now the 
> duration can be specified as a number in the 2nd argument, and the 
> settings hash as 3rd. Or the hash settings as 2nd argument, including 
> the option 'duration' (or 'speed', backward compatibility is kept).
>
> Finally, I remade the demo, this version shows clearly what each 
> option does, also what are all the ways to specify the targeted 
> position (many!). I want to improve its look, but that can wait :)
>
> Thanks all.
>
> Ariel Flesler- Ocultar texto de la cita -
>
> - Mostrar texto de la cita-




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

2008-01-03 Thread Andy Matthews

I've used Charles and honestly I don't like it.

I use Firebug for FF, and for Flash dev, I use the Flash Net Debugger. A
co-worker uses Service Capture, but I've not tried it enough to know if it's
good or not. 

-Original Message-
From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of cfdvlpr
Sent: Thursday, January 03, 2008 11:59 AM
To: jQuery (English)
Subject: [jQuery] Debug Tools - Charles, DebugBar, Firebug Lite


What debug tools do you all use?  So far, I've just used firebug.
That really only seems to work well for me in Firefox and it works very well
- makes my life 100 times easier.  How about tools for IE?
Is there anything you'd reccomend?  As much as I hate coding for IE, it's
what 80% of our visitors use.  Hopefully, someday everyone on this planet
will use Firefox, but until that day I need to code for IE.




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

2008-01-03 Thread Andy Matthews

Larry...

I'm RIGHT there with you. Better to develop in IE, then move forward into
other browsers. Better than getting cool code working with a "fringe"
browser, then finding out it doesn't work correctly in the primary browser.
 

-Original Message-
From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of McLars
Sent: Thursday, January 03, 2008 1:59 PM
To: jQuery (English)
Subject: [jQuery] Re: Debug Tools - Charles, DebugBar, Firebug Lite


IEDeveloperToolbar is somewhat helpful, but kinda flaky. Honestly, though,
99% of the time I just use alert(). I have Firebug, but never use it since I
develop on IE. As you said, that's what the vast majority of (and all of our
intranet) users are on.

I know that is contrary to how many develop, but I feel it's better to
develop on the weaker and more popular platform. If it works on IE, FF,
Opera, and Safari are usually pretty close. It's better to find the bugs
while you work, rather than build a lot of stuff only to find it fail in
IE--where the debugging is limited.

That's just my personal choice, but I don't have very many bugs.  ;)

Larry

Jeffrey Kretz wrote:
> There's a bit more overhead, but the free Visual Studio Web Express 
> Edition has a very good debugger:
>
>
>
> http://www.microsoft.com/express/vwd/Default.aspx
>
>
>
> I use Firebug as well, but I feel that this is the best IE debugger 
> available.
>
>
>
> JK
>
>
>
>   _
>
> From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] 
> On Behalf Of Benjamin Sterling
> Sent: Thursday, January 03, 2008 10:19 AM
> To: jquery-en@googlegroups.com
> Subject: [jQuery] Re: Debug Tools - Charles, DebugBar, Firebug Lite
>
>
>
> In IE I use a combination of DebugBar, IEDevelopemnt toolbar and Opera 
> (IE and Opera use more or less that same javascript engine and Opera 
> has a nice Error console).  I also us the iLogger plugin[1]
>
> http://trac.asterisk2billing.org/cgi-bin/trac.cgi/browser/tags/1.3.1/A
> 2BCust
> omer_UI/javascript/jquery/ilogger.js?rev=462
>
> On 1/3/08, Christof Donat < [EMAIL PROTECTED]> wrote:
>
>
> Hi,
>
> > What debug tools do you all use?  [...] How about tools for IE?
> > Is there anything you'd reccomend?
>
> alert()
>
> Christof
>
>
>
>
> --
> Benjamin Sterling
> http://www.KenzoMedia.com
> http://www.KenzoHosting.com
> http://www.benjaminsterling.com




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

2008-01-03 Thread Andy Matthews
That's what I do. But I focus on making it work in IE first. Then I retrofit
any minor changes needed for Firefox.

  _  

From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Benjamin Sterling
Sent: Thursday, January 03, 2008 3:30 PM
To: jquery-en@googlegroups.com
Subject: [jQuery] Re: Debug Tools - Charles, DebugBar, Firebug Lite


Not trying to flame bait here, but I really don't see what so hard about
dealing with ALL browsers at once.  I hear all the time how hard it is to
code for IE and, although I dot come across issues that I need to adjust
for, I never feel that I can't do something with IE.  I guess if you know
the limitations going into a development of a site it is easier to deal
with.  I just don't get the "Build for IE and every other browsers will just
have to deal." 

I say grab a copy of each browser you want to support, open each up and test
in each as you go.  Stick to "basic" standards and everything should be
fine.

Just my two cents.


On 1/3/08, Andy Matthews <[EMAIL PROTECTED]> wrote: 


Larry...

I'm RIGHT there with you. Better to develop in IE, then move forward into
other browsers. Better than getting cool code working with a "fringe"
browser, then finding out it doesn't work correctly in the primary browser. 


-Original Message-
From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of McLars 
Sent: Thursday, January 03, 2008 1:59 PM
To: jQuery (English)
Subject: [jQuery] Re: Debug Tools - Charles, DebugBar, Firebug Lite


IEDeveloperToolbar is somewhat helpful, but kinda flaky. Honestly, though, 
99% of the time I just use alert(). I have Firebug, but never use it since I
develop on IE. As you said, that's what the vast majority of (and all of our
intranet) users are on.

I know that is contrary to how many develop, but I feel it's better to 
develop on the weaker and more popular platform. If it works on IE, FF,
Opera, and Safari are usually pretty close. It's better to find the bugs
while you work, rather than build a lot of stuff only to find it fail in 
IE--where the debugging is limited.

That's just my personal choice, but I don't have very many bugs.  ;)

Larry

Jeffrey Kretz wrote:
> There's a bit more overhead, but the free Visual Studio Web Express 
> Edition has a very good debugger:
>
>
>
> http://www.microsoft.com/express/vwd/Default.aspx
>
>
>
> I use Firebug as well, but I feel that this is the best IE debugger 
> available.
>
>
>
> JK
>
>
>
>   _
>
> From: jquery-en@googlegroups.com [mailto:
<mailto:jquery-en@googlegroups.com> [EMAIL PROTECTED]
> On Behalf Of Benjamin Sterling
> Sent: Thursday, January 03, 2008 10:19 AM
> To: jquery-en@googlegroups.com
> Subject: [jQuery] Re: Debug Tools - Charles, DebugBar, Firebug Lite 
>
>
>
> In IE I use a combination of DebugBar, IEDevelopemnt toolbar and Opera
> (IE and Opera use more or less that same javascript engine and Opera
> has a nice Error console).  I also us the iLogger plugin[1] 
>
> http://trac.asterisk2billing.org/cgi-bin/trac.cgi/browser/tags/1.3.1/A
> 2BCust
> omer_UI/javascript/jquery/ilogger.js?rev=462 
>
> On 1/3/08, Christof Donat < [EMAIL PROTECTED]> wrote:
>
>
> Hi,
>
> > What debug tools do you all use?  [...] How about tools for IE?
> > Is there anything you'd reccomend?
>
> alert()
>
> Christof
>
>
>
>
> --
> Benjamin Sterling
> http://www.KenzoMedia.com  <http://www.KenzoMedia.com> 
> http://www.KenzoHosting.com
> http://www.benjaminsterling.com







-- 
Benjamin Sterling
http://www.KenzoMedia.com
http://www.KenzoHosting.com
http://www.benjaminsterling.com  <http://www.benjaminsterling.com> 


[jQuery] SITE: http://glassbooth.org/ - jQuery in the wild

2008-01-03 Thread Andy Matthews

This is a site that appears to help you match up to a US presidential
candidate. It's got some nice interaction so checked under the hood
and sure enough...it's using jQuery.

Hoo-rah!


[jQuery] Re: jQuery.ScrollTo 1.3 released

2008-01-03 Thread Andy Matthews

Great job. I have only one more suggestion.

Set the overflow property of div.pane to hidden. It'll get rid of the
scrollbars on both target panes and make the demo look a little more
polished. Having the scrollbars is nice because you can drag it back
to the start, but with them gone it looks sweet.

On Jan 3, 5:08 pm, Ariel Flesler <[EMAIL PROTECTED]> wrote:
> There, now it shows an example of code when a link is clicked.
> I'd appreciate it, if some people could try it on different browser
> versions and platforms.
>
> Thanks
>
> Ariel Flesler
>
> On 3 ene, 12:36, Ariel Flesler <[EMAIL PROTECTED]> wrote:
>
>
>
> > Ok, sounds good, I'll try to add that ASAP.
>
> > Thanks!
>
> > Ariel Flesler
>
> > On 3 ene, 12:33, "Andy Matthews" <[EMAIL PROTECTED]> wrote:
>
> > > Ariel...
>
> > > I know I could check the source...that would be easy. But it's also nice 
> > > to
> > > have a quick reference as to what I'm clicking on. Mike Alsup's Cycle 
> > > demos
> > > are a perfect example. With every single demo instance, the specific code
> > > used to run that demo is right next to it.
>
> > > -Original Message-
> > > From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
>
> > > Behalf Of Ariel Flesler
> > > Sent: Thursday, January 03, 2008 9:04 AM
> > > To: jQuery (English)
> > > Subject: [jQuery] Re: [ANNOUNCE] jQuery.ScrollTo 1.3 released
>
> > > Thanks to all of you for the quick and encouraging reply.
>
> > > @Andy
> > >     I thought developers always checked the source ( asi in, View Source 
> > > ).
> > > I was told that the code, in former demo was not clear. So I made this one
> > > very redundant and full of comments. Maybe I should add a sign saying 
> > > "check
> > > the demo source to see how it is done" ?
>
> > > Ariel Flesler
>
> > > On 3 ene, 11:56, "Andy Matthews" <[EMAIL PROTECTED]> wrote:
> > > > Oh...one thing I'd like to see on the demos is a code view. On the
> > > > various links that you can click, I'd like to see exactly what options
> > > you're using.
>
> > > > -Original Message-
> > > > From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED]
> > > > On
>
> > > > Behalf Of Ariel Flesler
> > > > Sent: Thursday, January 03, 2008 6:28 AM
> > > > To: jQuery (English)
> > > > Subject: [jQuery] [ANNOUNCE] jQuery.ScrollTo 1.3 released
>
> > > > Hi everyone
>
> > > > jQuery.ScrollTo 1.3 is out, It includes a few fixes, some features and
> > > > it went through a structural change.
>
> > > > Fixed the behavior for Opera which seems to scroll on both  and
> > > > . This last change, requires some crossbrowser testing. It works
> > > > well on FF 2.0.0.11, IE 6, Opera 9.22 and Safari 3 beta. All of them on
> > > Windows.
> > > > I'd appreciate some feedback on this for other versions/ platforms.
>
> > > > Now the scroll limits are checked, this solves 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 like $().animate. Now the
> > > > duration can be specified as a number in the 2nd argument, and the
> > > > settings hash as 3rd. Or the hash settings as 2nd argument, including
> > > > the option 'duration' (or 'speed', backward compatibility is kept).
>
> > > > Finally, I remade the demo, this version shows clearly what each
> > > > option does, also what are all the ways to specify the targeted
> > > > position (many!). I want to improve its look, but that can wait :)
>
> > > > Thanks all.
>
> > > > Ariel Flesler- Ocultar texto de la cita -
>
> > > > - Mostrar texto de la cita-- Ocultar texto de la cita -
>
> > > - Mostrar texto de la cita -- Ocultar texto de la cita -
>
> > - Mostrar texto de la cita -- Hide quoted text -
>
> - Show quoted text -


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

2008-01-04 Thread Andy Matthews

You can give this a shot:

http://tredosoft.com/Multiple_IE

Allows you to install multiple versions of IE on your machine...all the way
back to IE 4. 

-Original Message-
From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of cfdvlpr
Sent: Thursday, January 03, 2008 5:08 PM
To: jQuery (English)
Subject: [jQuery] Re: Debug Tools - Charles, DebugBar, Firebug Lite


How do you test in both IE 6 and IE 7?  Are you able to install both these
on the same machine or do you have more than one machine?

We do most of our testing for IE 6 and IE 7 using browsercam.
Unfortunately, there's no debugging tools on their machines.  :(

On Jan 3, 2:20 pm, "Jeffrey Kretz" <[EMAIL PROTECTED]> wrote:
...
> But for me, it's no problem to test new applications in IE6, IE7, FF2, 
> Opera and (ever since I picked up a Mac) Safari.
>
...
> JK
>




[jQuery] Re: jQuery.ScrollTo 1.3 released

2008-01-04 Thread Andy Matthews

I'll see what I can come up with Ariel.

 

-Original Message-
From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Ariel Flesler
Sent: Friday, January 04, 2008 9:30 AM
To: jQuery (English)
Subject: [jQuery] Re: jQuery.ScrollTo 1.3 released


@Stosh
   Sure! actually, all the releases till this one, I uploaded as ZIP, I
chose RAR this time because it was a few KB smaller, that's all.
You can get the ZIP from here:
http://www.freewebs.com/flesler/jQuery.ScrollTo/jquery.scrollTo.zip.
Should I make them all ZIP again from now on ?

@Andy
   I do agree with you, that it would look better, but I think it's more
clear, for some that is not experienced with these stuff, if they see the
scrollbar. Someone could think it's just a absolute positioned div, that is
moved back and forth. IMO the scrollbar make it clear that you are actually
forcing the elements to scroll.
If you're good at design, I wouldn't mind some help :) I'm quite awful at
that. I'd really like the demo to look better :)

@All
  Someone with older versions of Firefox could confirm it works well ?
Also from Linux browsers. Thanks.

Ariel Flesler

On 4 ene, 10:52, Stosh <[EMAIL PROTECTED]> wrote:
> Ariel,
> Any chance we could get you to post the source in a format other than 
> rar?  Perhaps zip or a tarball?
>
> Pax,
> - Stan
>
> On Jan 3, 6:08 pm, Ariel Flesler <[EMAIL PROTECTED]> wrote:
>
>
>
> > There, now it shows an example of code when a link is clicked.
> > I'd appreciate it, if some people could try it on different browser 
> > versions and platforms.
>
> > Thanks
>
> > Ariel Flesler
>
> > On 3 ene, 12:36, Ariel Flesler <[EMAIL PROTECTED]> wrote:
>
> > > Ok, sounds good, I'll try to add that ASAP.
>
> > > Thanks!
>
> > > Ariel Flesler
>
> > > On 3 ene, 12:33, "Andy Matthews" <[EMAIL PROTECTED]> wrote:
>
> > > > Ariel...
>
> > > > I know I could check the source...that would be easy. But it's 
> > > > also nice to have a quick reference as to what I'm clicking on. 
> > > > Mike Alsup's Cycle demos are a perfect example. With every 
> > > > single demo instance, the specific code used to run that demo is
right next to it.
>
> > > > -Original Message-
> > > > From: jquery-en@googlegroups.com 
> > > > [mailto:[EMAIL PROTECTED] On
>
> > > > Behalf Of Ariel Flesler
> > > > Sent: Thursday, January 03, 2008 9:04 AM
> > > > To: jQuery (English)
> > > > Subject: [jQuery] Re: [ANNOUNCE] jQuery.ScrollTo 1.3 released
>
> > > > Thanks to all of you for the quick and encouraging reply.
>
> > > > @Andy
> > > >     I thought developers always checked the source ( asi in, View
Source ).
> > > > I was told that the code, in former demo was not clear. So I 
> > > > made this one very redundant and full of comments. Maybe I 
> > > > should add a sign saying "check the demo source to see how it is
done" ?
>
> > > > Ariel Flesler
>
> > > > On 3 ene, 11:56, "Andy Matthews" <[EMAIL PROTECTED]> wrote:
> > > > > Oh...one thing I'd like to see on the demos is a code view. On 
> > > > > the various links that you can click, I'd like to see exactly 
> > > > > what options
> > > > you're using.
>
> > > > > -Original Message-
> > > > > From: jquery-en@googlegroups.com 
> > > > > [mailto:[EMAIL PROTECTED]
> > > > > On
>
> > > > > Behalf Of Ariel Flesler
> > > > > Sent: Thursday, January 03, 2008 6:28 AM
> > > > > To: jQuery (English)
> > > > > Subject: [jQuery] [ANNOUNCE] jQuery.ScrollTo 1.3 released
>
> > > > > Hi everyone
>
> > > > > jQuery.ScrollTo 1.3 is out, It includes a few fixes, some 
> > > > > features and it went through a structural change.
>
> > > > > Fixed the behavior for Opera which seems to scroll on both 
> > > > >  and . This last change, requires some 
> > > > > crossbrowser testing. It works well on FF 2.0.0.11, IE 6, 
> > > > > Opera 9.22 and Safari 3 beta. All of them on
> > > > Windows.
> > > > > I'd appreciate some feedback on this for other versions/
platforms.
>
> > > > > Now the scroll limits are checked, this solves the problem 
> > > > > that arised when scrolling to the last elements within the 
> > > > > s

[jQuery] Re: jQuery.ScrollTo 1.3 released

2008-01-07 Thread Andy Matthews

I'd say that RAR is just fine. There's a free zip app called 7-zip that can
work with RAR files. It's a great little find. 

-Original Message-
From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Stosh
Sent: Saturday, January 05, 2008 9:03 PM
To: jQuery (English)
Subject: [jQuery] Re: jQuery.ScrollTo 1.3 released


Ariel,
Thanks! :)

Pax,
- Stan

On Jan 4, 10:29 am, Ariel Flesler <[EMAIL PROTECTED]> wrote:
> @Stosh
>    Sure! actually, all the releases till this one, I uploaded as ZIP, 
> I chose RAR this time because it was a few KB smaller, that's all.
> You can get the ZIP from
here:http://www.freewebs.com/flesler/jQuery.ScrollTo/jquery.scrollTo.zip.
> Should I make them all ZIP again from now on ?
>
> @Andy
>    I do agree with you, that it would look better, but I think it's 
> more clear, for some that is not experienced with these stuff, if they 
> see the scrollbar. Someone could think it's just a absolute positioned 
> div, that is moved back and forth. IMO the scrollbar make it clear 
> that you are actually forcing the elements to scroll.
> If you're good at design, I wouldn't mind some help :) I'm quite awful 
> at that. I'd really like the demo to look better :)
>
> @All
>   Someone with older versions of Firefox could confirm it works well ?
> Also from Linux browsers. Thanks.
>
> Ariel Flesler
>
> On 4 ene, 10:52, Stosh <[EMAIL PROTECTED]> wrote:
>
> > Ariel,
> > Any chance we could get you to post the source in a format other 
> > than rar?  Perhaps zip or a tarball?
>
> > Pax,
> > - Stan
>
> > On Jan 3, 6:08 pm, Ariel Flesler <[EMAIL PROTECTED]> wrote:
>
> > > There, now it shows an example of code when a link is clicked.
> > > I'd appreciate it, if some people could try it on different 
> > > browser versions and platforms.
>
> > > Thanks
>
> > > Ariel Flesler
>
> > > On 3 ene, 12:36, Ariel Flesler <[EMAIL PROTECTED]> wrote:
>
> > > > Ok, sounds good, I'll try to add that ASAP.
>
> > > > Thanks!
>
> > > > Ariel Flesler
>
> > > > On 3 ene, 12:33, "Andy Matthews" <[EMAIL PROTECTED]> wrote:
>
> > > > > Ariel...
>
> > > > > I know I could check the source...that would be easy. But it's 
> > > > > also nice to have a quick reference as to what I'm clicking 
> > > > > on. Mike Alsup's Cycle demos are a perfect example. With every 
> > > > > single demo instance, the specific code used to run that demo is
right next to it.
>
> > > > > -Original Message-
> > > > > From: jquery-en@googlegroups.com 
> > > > > [mailto:[EMAIL PROTECTED] On
>
> > > > > Behalf Of Ariel Flesler
> > > > > Sent: Thursday, January 03, 2008 9:04 AM
> > > > > To: jQuery (English)
> > > > > Subject: [jQuery] Re: [ANNOUNCE] jQuery.ScrollTo 1.3 released
>
> > > > > Thanks to all of you for the quick and encouraging reply.
>
> > > > > @Andy
> > > > >     I thought developers always checked the source ( asi in, View
Source ).
> > > > > I was told that the code, in former demo was not clear. So I 
> > > > > made this one very redundant and full of comments. Maybe I 
> > > > > should add a sign saying "check the demo source to see how it is
done" ?
>
> > > > > Ariel Flesler
>
> > > > > On 3 ene, 11:56, "Andy Matthews" <[EMAIL PROTECTED]> wrote:
> > > > > > Oh...one thing I'd like to see on the demos is a code view. 
> > > > > > On the various links that you can click, I'd like to see 
> > > > > > exactly what options
> > > > > you're using.
>
> > > > > > -Original Message-
> > > > > > From: jquery-en@googlegroups.com 
> > > > > > [mailto:[EMAIL PROTECTED]
> > > > > > On
>
> > > > > > Behalf Of Ariel Flesler
> > > > > > Sent: Thursday, January 03, 2008 6:28 AM
> > > > > > To: jQuery (English)
> > > > > > Subject: [jQuery] [ANNOUNCE] jQuery.ScrollTo 1.3 released
>
> > > > > > Hi everyone
>
> > > > > > jQuery.ScrollTo 1.3 is out, It includes a few fixes, some 
> > > > > > features and it went through a structural change.
>
> > > > > > Fixed the behavior for Opera which seems to scroll on 

[jQuery] Re: Is it possible to show a specific div on a distant page (same domain) ?

2008-01-07 Thread Andy Matthews

Karl...

I'm thinking he wants to show/hide a div on another page. Not pull content
into the current page from another. 

-Original Message-
From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Karl Swedberg
Sent: Monday, January 07, 2008 7:42 AM
To: jquery-en@googlegroups.com
Subject: [jQuery] Re: Is it possible to show a specific div on a distant
page (same domain) ?


Hi Dominique,

Check out this page in the documentation:

http://docs.jquery.com/Ajax/load#urldatacallback

It includes a nice example of doing just what you're attempting:

$("#links").load("/Main_Page #p-Getting-Started li");


--Karl
_
Karl Swedberg
www.englishrules.com
www.learningjquery.com



On Jan 7, 2008, at 5:14 AM, dme69 wrote:

>
> Hello all,
>
> First i want to say Happy new year to everybody.
> I'm from france so don't take too much attention on my english ;-)
>
> I think all is the title ...
>
> The ID is to make a kind of sitemap with preview mode.
>
> Dominique.




[jQuery] Re: [ANNOUNCE] Cornerz - Bullet Proof Curved Corners using Canvas/VML

2008-01-07 Thread Andy Matthews

This is VERY nice. Well done man...

One suggestion...

Since you say the user has to add that header declaration, why not make that
part of your plugin? Have the plugin add that line dynamically and you're
golden.


andy

-Original Message-
From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of weepy
Sent: Monday, January 07, 2008 10:01 AM
To: jQuery (English)
Subject: [jQuery] [ANNOUNCE] Cornerz - Bullet Proof Curved Corners using
Canvas/VML


Hi I'd like to announce my latest jQuery plugin. I hope you'll find it
useful.

FEATURES:

# Antialiased
# Very Fast
# Support for any size radius and border width with minimal performance
increase # No excanvas # Current layout is maintained # Works with all
tested positions/display/floats # Supports fluid layouts # Original div
still shows through, so can easily do hover/background effects # Script is
only 4.0k uncompressed

Issues
# IE6 has some slight problems with the VML in some cases # Mac/Safari
doesn't work (Windows Safari is fine)

You can see it in action here :

http://www.parkerfox.co.uk/cornerz

Look forward to your comments

Jonah




[jQuery] Re: [ANNOUNCE] Cornerz - Bullet Proof Curved Corners using Canvas/VML

2008-01-07 Thread Andy Matthews

Confusion?? One plugin has a z on the end of it.

That's totally different.

:) 

-Original Message-
From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Penner, Matthew
Sent: Monday, January 07, 2008 11:18 AM
To: jquery-en@googlegroups.com
Subject: [jQuery] Re: [ANNOUNCE] Cornerz - Bullet Proof Curved Corners using
Canvas/VML


Very nice!  I've been wanting antialiased corners for a while.

Any possibility of working with Dave Methvin and "merging" the two corner
plug-ins?  I can see this being a source of confusion for other users.

Good job!

Matt Penner
-Original Message-
From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of weepy
Sent: Monday, January 07, 2008 8:01 AM
To: jQuery (English)
Subject: [jQuery] [ANNOUNCE] Cornerz - Bullet Proof Curved Corners using
Canvas/VML


Hi I'd like to announce my latest jQuery plugin. I hope you'll find it
useful.

FEATURES:

# Antialiased
# Very Fast
# Support for any size radius and border width with minimal performance
increase # No excanvas # Current layout is maintained # Works with all
tested positions/display/floats # Supports fluid layouts # Original div
still shows through, so can easily do hover/background effects # Script is
only 4.0k uncompressed

Issues
# IE6 has some slight problems with the VML in some cases # Mac/Safari
doesn't work (Windows Safari is fine)

You can see it in action here :

http://www.parkerfox.co.uk/cornerz

Look forward to your comments

Jonah




[jQuery] Re: [ANNOUNCE] Cornerz - Bullet Proof Curved Corners using Canvas/VML

2008-01-08 Thread Andy Matthews

I think what was meant was the ability to have corner effects other than
just round.

Any chance of getting squared off corners too? Will you throw that into the
plugin when you get a chance?

;)
 

-Original Message-
From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of weepy
Sent: Monday, January 07, 2008 6:14 PM
To: jQuery (English)
Subject: [jQuery] Re: [ANNOUNCE] Cornerz - Bullet Proof Curved Corners using
Canvas/VML


> Hey, what happened to "bulletproof"??  :-)
It will be :) . In fact it now works on Mac/Safari

Regarding combining the 2 plugins - I don't think this will be possible,
since they both work in entirely different ways.




On Jan 7, 11:16 pm, "Mike Alsup" <[EMAIL PROTECTED]> wrote:
> Jonah,
>
> This looks really great!
>
> > Issues
> > # IE6 has some slight problems with the VML in some cases # 
> > Mac/Safari doesn't work (Windows Safari is fine)
>

>
> Mike




[jQuery] Re: [ANNOUNCE] Cornerz - Bullet Proof Curved Corners using Canvas/VML

2008-01-08 Thread Andy Matthews
You could probably simulate a drop shadow with some creative HTML.

  _  

From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Erik Beeson
Sent: Tuesday, January 08, 2008 8:19 AM
To: jquery-en@googlegroups.com
Subject: [jQuery] Re: [ANNOUNCE] Cornerz - Bullet Proof Curved Corners using
Canvas/VML


Your choice of colors aside, this plugin looks fantastic! Very smooth.

If this had gradients and drop shadows, I could replace my photoshop guy
with it :)

--Erik



On 1/7/08, weepy <[EMAIL PROTECTED]> wrote: 


Hi I'd like to announce my latest jQuery plugin. I hope you'll find it
useful.

FEATURES:

# Antialiased
# Very Fast
# Support for any size radius and border width with minimal
performance increase 
# No excanvas
# Current layout is maintained
# Works with all tested positions/display/floats
# Supports fluid layouts
# Original div still shows through, so can easily do hover/background
effects
# Script is only 4.0k uncompressed

Issues
# IE6 has some slight problems with the VML in some cases
# Mac/Safari doesn't work (Windows Safari is fine)

You can see it in action here :

http://www.parkerfox.co.uk/cornerz

Look forward to your comments

Jonah





[jQuery] Re: [ANNOUNCE] Cornerz - Bullet Proof Curved Corners using Canvas/VML

2008-01-08 Thread Andy Matthews

Weepy...

I was kidding. You get square corners if you don't do anything. That's the
default display. I was just messing around with you.

;) 

-Original Message-
From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of weepy
Sent: Tuesday, January 08, 2008 9:45 AM
To: jQuery (English)
Subject: [jQuery] Re: [ANNOUNCE] Cornerz - Bullet Proof Curved Corners using
Canvas/VML


> http://olaf-bosch.de/bugs/jquery/cornerz.gif
>
> > The element itself holds the canvas or VML. It can be whatever you 
> > want - whether it's invalid xml or not.
>
> Yes i understand this fact. I say it does not need. ;)
>
> Give the parent element position:relative; and the cornerz working 
> true,
> see:
>
> $('#bla').cornerz();
>
> 
>  
>  
>  
>  
>
> 
>
> I forget, thank you for this fine Plugin :)
>
> --
> Viele Grüße, Olaf
>
> ---
> [EMAIL PROTECTED]://olaf-bosch.dehttp://ohorn.infowww.akitafr
> eund.de
> ---




[jQuery] Re: Progress image swap

2008-01-08 Thread Andy Matthews
Also, consider that your image might be taking a while to load. Consider
preloading the image.

  _  

From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Benjamin Sterling
Sent: Tuesday, January 08, 2008 3:34 PM
To: jquery-en@googlegroups.com
Subject: [jQuery] Re: Progress image swap


T,
Keep you head up, we have all felt that way.

What I normally do is something like:

  $("#meter").attr("src","img/meter_on.gif") // change the src tag to the
animate gif
$.ajax({

url: 'myurl',
success : function(){//do processing},
error: function(){/process error},
complete : function(){$("#meter").attr("src","img/meter_off.gif")} // this
gets called after success and error callbacks are executed 
});

Let me know if that makes sense?


On 1/8/08, Trans <[EMAIL PROTECTED]> wrote: 


Hi--

I'm pulling my hair out trying to make this work. I want to change an
image to an animated gif to indicate progress while I pull down some
files via synchronous ajax, and then switch the image back to a static 
one when finished. Everything I try fails, invariably the animated gif
doesn't become visible until all the ajax loads complete, and then of
course it gone. HEre the basic code I have at them moment:

  $("#meter").attr("src","img/meter_on.gif").show('fast', function() {
load_stuff_with_ajax();
$("#meter").attr("src","img/meter_off.gif").show(); 
  });

Any help will is greatly appreciated. I can;t tell you how sick I am
of reading tutorials saying how easy AJAX is when the simple things
like seem impossible to figure out.

Thanks,
T.






-- 
Benjamin Sterling
http://www.KenzoMedia.com
http://www.KenzoHosting.com
http://www.benjaminsterling.com 


[jQuery] Re: MooTools 1.1

2007-05-08 Thread Andy Matthews
Holy crap. Those demos are freaking awesome!

  _  

From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Glen Lipka
Sent: Tuesday, May 08, 2007 11:48 AM
To: jquery-en@googlegroups.com
Subject: [jQuery] MooTools 1.1


Moo Tools 1.1 is out. Check out these demos.
http://demos.mootools.net
It's a great demo set.  Clean and understandable.  Very nice.
 
I need to find the time to do each one of these in js.commadot.com and the
jQuery equivelent.
 
Glen


[jQuery] Re: jQ Curvy Corners

2007-05-11 Thread Andy Matthews
I get a js error in IE7 Glen...
 
Could it be that the code isn't running at all?
 
 

  _  

From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Glen Lipka
Sent: Friday, May 11, 2007 1:12 AM
To: jquery-en@googlegroups.com
Subject: [jQuery] jQ Curvy Corners


http://cpns.kokopop.com/

In IE7, the top and bottom get clipped trying to make curved corners with a
white border.  Looks fine in FF.
Plus, I get a JS error on line 313 of jquery.curvycorners.js .

Any ideas what I am doing wrong?
Do the boxes being rounded need background-images?

Thanks,

Glen



[jQuery] Re: Suggestion - A | B | C | - Navigation container

2007-05-11 Thread Andy Matthews
This code gives you an arrary containing the first character of any string
inside a list item. You can then do whatever you want with it.
 
I only used the capStr var because I couldn't get indexOf working with the
capStr array. I'd also be interested in seeing if anyone has ideas to
improve the code.
 
JS CODE
---
 $(document).ready( function() {
  // declare an array
  capArr = [];
  capStr = '';
  $('li').each(function(){
   var cap = $(this).html().substring(0,1);
   if (capStr.indexOf(cap) != 1) {
capArr.push(cap.toUpperCase());
capStr += cap;
   }
  });
  alert(capArr.sort());
  delete capStr;
 });
 
LIST ITEMS
---
 jaime
 nacho
 noelle
 andy
 duncan

 
 

  _  

From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Mario Moura
Sent: Friday, May 11, 2007 3:21 PM
To: jquery-en@googlegroups.com
Subject: [jQuery] Suggestion - A | B | C | - Navigation container


Hi Folks

This email is a suggest to a new plugin.

Is it possible from a list  create a A/B/C Navigation container?

A | B | C | ...

Accessible Travel
Assisted Living
... 

If is possible please let me know, If not feel free to use it.

Regards

Mario



[jQuery] Re: Suggestion - A | B | C | - Navigation container

2007-05-11 Thread Andy Matthews
update the code part to actually write the letters to the screen:
 
JS CODE
--
 $(document).ready( function() {
  // declare an array
  var capArr = [];
  var capStr = '';
  $('li').each(function(){
   var cap = $(this).html().substring(0,1);
   if (capStr.indexOf(cap) != 1) {
capArr.push(cap.toUpperCase());
capStr += cap;
   }
  });
  capStr = '| ';
 
  for (i=0;i < capArr.sort().length;i++) {
   capStr += capArr[i] + ' | ';
  }
 
  $('#letters').html(capStr);
 });
 
 
HTML
---
 
 jaime
 nacho
 noelle
 andy
 duncan

  _  

From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Andy Matthews
Sent: Friday, May 11, 2007 4:18 PM
To: jquery-en@googlegroups.com
Subject: [jQuery] Re: Suggestion - A | B | C | - Navigation container


This code gives you an arrary containing the first character of any string
inside a list item. You can then do whatever you want with it.
 
I only used the capStr var because I couldn't get indexOf working with the
capStr array. I'd also be interested in seeing if anyone has ideas to
improve the code.
 
JS CODE
---
 $(document).ready( function() {
  // declare an array
  capArr = [];
  capStr = '';
  $('li').each(function(){
   var cap = $(this).html().substring(0,1);
   if (capStr.indexOf(cap) != 1) {
capArr.push(cap.toUpperCase());
capStr += cap;
   }
  });
  alert(capArr.sort());
  delete capStr;
 });
 
LIST ITEMS
---
 jaime
 nacho
 noelle
 andy
 duncan

 
 

  _  

From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Mario Moura
Sent: Friday, May 11, 2007 3:21 PM
To: jquery-en@googlegroups.com
Subject: [jQuery] Suggestion - A | B | C | - Navigation container


Hi Folks

This email is a suggest to a new plugin.

Is it possible from a list  create a A/B/C Navigation container?

A | B | C | ...

Accessible Travel
Assisted Living
... 

If is possible please let me know, If not feel free to use it.

Regards

Mario



[jQuery] Small delay in animate function - how can I fix it?

2007-05-15 Thread Andy Matthews
http://www.commadelimited.com/clients/haven/atkins/floor-plans.html
 
On this page, if you click any of the olive colored buttons on the left,
you'll see the text slide to the right as an indicator for which floor plan
is active. It also slides any other active item back to the left. When
clicked, there's a small delay before the plan slides right...I don't know
why this is happening. Can anyone help me out with this?
 
Also, is there a list of properties that can be animated using this
function? I tried animating the text-align property and it didn't work.
 
____
 
Andy Matthews
Senior Coldfusion Developer

Office:  877.707.5467 x747
Direct:  615.627.9747
Fax:  615.467.6249
[EMAIL PROTECTED]
www.dealerskins.com <http://www.dealerskins.com/> 
 
<>

[jQuery] Thickbox fade in / out...is this possible?

2007-05-15 Thread Andy Matthews
I'm using thickbox on a site I'm building:
http://www.commadelimited.com/clients/haven/atkins/photo-gallery.html
 
The client wants to know if I can fade the thickbox page in and out when
clicked instead of having it just pop into being. Is this possible? If so,
how might I accomplish it?
 
FYI: The large photos are crap right now as the client hasn't given me the
larger sizes yet
 
____
 
Andy Matthews
Senior Coldfusion Developer

Office:  877.707.5467 x747
Direct:  615.627.9747
Fax:  615.467.6249
[EMAIL PROTECTED]
www.dealerskins.com <http://www.dealerskins.com/> 
 
<>

[jQuery] Re: Small delay in animate function - how can I fix it?

2007-05-15 Thread Andy Matthews

Thanks for your help Scott...I'll give that a shot. I thought about doing
that, but didn't really know how.

Thanks for your comments too...I'm only the architect of the site, I'm doing
it for a local design house who doesn't know how to build...only design.


andy 

-Original Message-
From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Scott Sauyet
Sent: Tuesday, May 15, 2007 8:54 AM
To: jquery-en@googlegroups.com
Subject: [jQuery] Re: Small delay in animate function - how can I fix it?


Andy Matthews wrote:
> http://www.commadelimited.com/clients/haven/atkins/floor-plans.html
>  
> On this page, if you click any of the olive colored buttons on the 
> left, you'll see the text slide to the right as an indicator for which 
> floor plan is active. It also slides any other active item back to the
left.
> When clicked, there's a small delay before the plan slides right...I 
> don't know why this is happening. Can anyone help me out with this?

You are first animating it to the left slowly, and then animating it to the
right.  The left animation of all others includes the current one, and these
animations follow one after the other.  I think if you filter out the
current one from your list to return left, it should work:

 $('#buttons a span').not("#" + me.attr('id')).animate({left: 0},
"slow");

A nice site, by the way.

Cheers,

   -- Scott




[jQuery] Re: chaining question

2007-05-16 Thread Andy Matthews

Do you have an online example of both methods? 

-Original Message-
From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of bleen
Sent: Wednesday, May 16, 2007 9:55 AM
To: jQuery (English)
Subject: [jQuery] chaining question


If the function below (which is called in a mouseover event) is run too many
times, too quickly it doesn't work (i.e. the html in question is not
changed)

function loadedContentProcess(tab,result){
content[tab] = result;
$
("#popular_quicksearch_content").hide().html(content[tab]).fadeIn("slow");
}

However if I change the function this (below) it works great not matter how
many times (and how quickly) it is called. Why?

function loadedContentProcess(tab,result){
content[tab] = result;
$("#popular_quicksearch_content").hide();
$("#popular_quicksearch_content").html(content[tab]).fadeIn("slow");
}

--
Alex




[jQuery] Re: $(document).ready(function() {

2007-05-21 Thread Andy Matthews

It can be included. 

-Original Message-
From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of SamCKayak
Sent: Monday, May 21, 2007 2:52 PM
To: jQuery (English)
Subject: [jQuery] $(document).ready(function() {


Can

$(document).ready(function() {


appear in an included 

[jQuery] Javascript errors on site using jQuery

2007-05-22 Thread Andy Matthews
My company uses this page to do some research work.
 
http://vehix.dealerskins.com/
 
We just uploaded some new files that include the jQuery library. Now, all of
a sudden we're getting JS errors. It says "syntax error on line 2" and
references our doctype line:

 
Does anyone know why this is happening?
 
____
 
Andy Matthews
Senior Coldfusion Developer

Office:  877.707.5467 x747
Direct:  615.627.9747
Fax:  615.467.6249
[EMAIL PROTECTED]
www.dealerskins.com <http://www.dealerskins.com/> 
 
<>

[jQuery] Re: Javascript errors on site using jQuery

2007-05-22 Thread Andy Matthews
Great. Thanks Dan. I'll check that out.

  _  

From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Dan G. Switzer, II
Sent: Tuesday, May 22, 2007 8:59 AM
To: jquery-en@googlegroups.com
Subject: [jQuery] Re: Javascript errors on site using jQuery



Andy,

 

You've got multiple  tags in your output. You can only have 1
 tag an it must be the first element.

 

I see this problem again and again. Apps are build that generated invalid
HTML structures (multiple opening , , etc tags) and when they go
to specify the doctype, the app breaks. Browsers are very forgiving when
running in Quirks mode, but as soon as you specify a doctype, you must make
sure your HTML is valid (or at least that the core rules, one  and one
 block are used.)

 

-Dan

 

  _  

From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Andy Matthews
Sent: Tuesday, May 22, 2007 9:50 AM
To: jquery-en@googlegroups.com
Subject: [jQuery] Javascript errors on site using jQuery

 

My company uses this page to do some research work.

 

http://vehix.dealerskins.com/

 

We just uploaded some new files that include the jQuery library. Now, all of
a sudden we're getting JS errors. It says "syntax error on line 2" and
references our doctype line:



 

Does anyone know why this is happening?

 

____

 

Andy Matthews
Senior Coldfusion Developer

Office:  877.707.5467 x747
Direct:  615.627.9747
Fax:  615.467.6249

[EMAIL PROTECTED]
www.dealerskins.com <http://www.dealerskins.com/> 

 

<>

[jQuery] Re: Conventional JS/DOM to jQuery conversion help

2007-05-23 Thread Andy Matthews

To access a form element by name:

$('[EMAIL PROTECTED])

-Original Message-
From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of cliff
Sent: Wednesday, May 23, 2007 10:52 AM
To: jQuery (English)
Subject: [jQuery] Conventional JS/DOM to jQuery conversion help


I am new to jQuery and have several questions:

1. To access a form element, I use: document.forms[frmname] [elementname]
  What is the jQuery equivalent?
  Will there be any significant speed difference between the old and
jQuery way?

2. This is basically the same as #1. I am getting the hang of accessing
elements by id using $("#elementid"), but how do I access form elements by
name so I can avoid using ids.

3. I want to strip error messages after an input element -- essentially just
stripping DOM siblings after the input element. See function below:

function removeNextSiblings(elementid) {
var element = document.getElementById(elementid);
var parent = element.parentNode;
while (parent.lastChild) {
if (parent.lastChild == element)
break;
parent.removeChild(parent.lastChild);
}
}

Is there a shorter jQuery way to do this function. Ideally, it could start
with a reference to the source element object instead of an elementid so I
can avoid the use of ids in form elements.

And of course, what's the advantage to the jQuery way? Less code?
Slickers?
Cliff




[jQuery] Boolean value for if an element exists

2007-05-23 Thread Andy Matthews
I've got some multiple dropdowns that I'm trying to conditionalize. Our
designers can select one (or both) of two sets of code. I'd like to
conditionalize my jQuery code so that if the redline dropdowns exist, I can
run that code, or if the inventory dropdowns exist, I can run THAT code.
 
Is there a way of assigning a boolean value using a jQuery call? Something
like this maybe?
 
var redlineExists = $('#redlineSelect');
 
Where if the element is there, then redlineExists would be true, and false
if it did not?
 
How might I do that?
 
____
 
Andy Matthews
Senior Coldfusion Developer

Office:  877.707.5467 x747
Direct:  615.627.9747
Fax:  615.467.6249
[EMAIL PROTECTED]
www.dealerskins.com <http://www.dealerskins.com/> 
 
<>

[jQuery] Re: Boolean value for if an element exists

2007-05-23 Thread Andy Matthews

Thanks. I think I'm going to try a different tack. Ideally, I'd like to
check to see if an object exists AND store a reference to that object at the
same time. So I'll do this:

var redline = $('#redline'); 

if (!redline.size()) {
// do some stuff here
}

Thanks for the point to size() daemach. That's better than the idea I had.

-Original Message-
From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Daemach
Sent: Wednesday, May 23, 2007 12:35 PM
To: jQuery (English)
Subject: [jQuery] Re: Boolean value for if an element exists


var redlineExists = ($('#redlineSelect').size())

On May 23, 10:31 am, "Andy Matthews" <[EMAIL PROTECTED]>
wrote:
> I've got some multiple dropdowns that I'm trying to conditionalize. 
> Our designers can select one (or both) of two sets of code. I'd like 
> to conditionalize my jQuery code so that if the redline dropdowns 
> exist, I can run that code, or if the inventory dropdowns exist, I can run
THAT code.
>
> Is there a way of assigning a boolean value using a jQuery call? 
> Something like this maybe?
>
> var redlineExists = $('#redlineSelect');
>
> Where if the element is there, then redlineExists would be true, and 
> false if it did not?
>
> How might I do that?
>
> 
>
> Andy Matthews
> Senior Coldfusion Developer
>
> Office:  877.707.5467 x747
> Direct:  615.627.9747
> Fax:  615.467.6249
> [EMAIL PROTECTED]<http://www.dealerskins.co
> m/>
>
>  dealerskinslogo.bmp
> 6KDownload




[jQuery] Question about the context attribute of a jQuery call

2007-05-23 Thread Andy Matthews
Assume I have two form elements, both of which are identical in every way
(contents and all) except for their IDs. One named redlineSelect, and the
other named inventorySelect.
 


some options here


some options here


 
if I do a click function like so:
 
$('#make','#redlineSelect').click( do something here)
 
will that only apply to the make dropdown inside the redlineSelect form tag?
 
____
 
Andy Matthews
Senior Coldfusion Developer

Office:  877.707.5467 x747
Direct:  615.627.9747
Fax:  615.467.6249
[EMAIL PROTECTED]
www.dealerskins.com <http://www.dealerskins.com/> 
 
<>

[jQuery] Re: Question about the context attribute of a jQuery call

2007-05-23 Thread Andy Matthews
Looks like I answered my own question. Doesn't appear that this is possible.

  _  

From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Andy Matthews
Sent: Wednesday, May 23, 2007 1:01 PM
To: jquery-en@googlegroups.com
Subject: [jQuery] Question about the context attribute of a jQuery call


Assume I have two form elements, both of which are identical in every way
(contents and all) except for their IDs. One named redlineSelect, and the
other named inventorySelect.
 


some options here


some options here


 
if I do a click function like so:
 
$('#make','#redlineSelect').click( do something here)
 
will that only apply to the make dropdown inside the redlineSelect form tag?
 
____
 
Andy Matthews
Senior Coldfusion Developer

Office:  877.707.5467 x747
Direct:  615.627.9747
Fax:  615.467.6249
[EMAIL PROTECTED]
www.dealerskins.com <http://www.dealerskins.com/> 
 
<>

[jQuery] Re: Question about the context attribute of a jQuery call

2007-05-23 Thread Andy Matthews

Right...

I admit it's not the best, but I wanted to see about that possibility so as
to change as little code as possible.

I ended up giving each select it's own unique ID and of course that works
just fine. 

-Original Message-
From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Josh Nathanson
Sent: Wednesday, May 23, 2007 2:26 PM
To: jquery-en@googlegroups.com
Subject: [jQuery] Re: Question about the context attribute of a jQuery call


The OP has a case where there are two forms, each with its own ID, however,
the elements of each form are the same so there are duplicate ID's.

Perhaps this is not the best design pattern, and class or name could be used
for selection rather than IDs.  Or, set it up so the IDs are not duplicated.

-- Josh


- Original Message -
From: "Daemach" <[EMAIL PROTECTED]>
To: "jQuery (English)" 
Sent: Wednesday, May 23, 2007 11:46 AM
Subject: [jQuery] Re: Question about the context attribute of a jQuery call


>
> I think you can use a selector in a context attribute, but there isn't
> much point in this situation.  If all of your ID's are unique (and
> they should be), $('#make') is enough.  You don't need a context.
> When you use the #, it's the same as doing document.getElementByID();
>
> On May 23, 11:19 am, "Sean Catchpole" <[EMAIL PROTECTED]>
> wrote:
>> > $('#make','#redlineSelect').click( do something here)
>>
>> It's invalid to have a string as the second parameter to jQuery. Try
>> this instead:
>> $("#redlineSelect #make").click(...);
>>
>> ~Sean
> 




[jQuery] Re: off list RE: [jQuery] Re: What is up with the Coach Wei slam of jQuery?

2007-05-24 Thread Andy Matthews

I've always wondered about the backward facing trains.

/me waits with baited breath for a reply. 

-Original Message-
From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Chris W. Parker
Sent: Thursday, May 24, 2007 2:25 PM
To: jquery-en@googlegroups.com
Subject: [jQuery] off list RE: [jQuery] Re: What is up with the Coach Wei
slam of jQuery?


On Thursday, May 24, 2007 11:29 AM Jonathan Sharp <> said:

> Sir, in regards to your comments about jQuery being a car as opposed 
> to a train I desire to set you straight! jQuery is definitely more 
> like a train than a car!

[snip]

> The tools we're developing are at an
> enterprise level for mission critical applications and jQuery is at 
> the heart of it!

I bet this answer is a no but can we see some screenshots? Sounds pretty
awesome.


And now for some questions about trains. :)

1. The engines that are facing backwards, are those running in reverse to
help pull the load or are they just being towed like the other cars?

2a. If so, why don't they just face forward like the front engine?
2b. If so, does the engine work exactly the same forward as it does
backward?

3. How many tons per engine can be moved?

4a. What's the longest train ever?
4b. What's the average train length?

5. How many conductors are on each train?

6. What's the shortest and longest a train runs for one shipment (distance
and continuous operating hours)?


I guess that's enough for now. :)




[jQuery] Safari, Thickbox 3 and rolling over images = glitch?

2007-05-24 Thread Andy Matthews

I don't run a Mac, or have access to one, so I'm asking you all for a
little assistance please. A client running Safari had this to say
about my implementation of Thickbox:

When you roll over a certain area, mostly right on the outermost
border of each picture, then the header blinks in and out and looks
weird.

Here's a screencap he sent me:
http://www.commadelimited.com/uploads/safari_glitch.jpg

And here's the page itself:
http://www.atkinshomebuilders.com/photo-gallery.html

Does anyone have any idea why this might be happening? It works great
in IE and FF for the PC as well as FF for the Mac.



[jQuery] Re: Safari, Thickbox 3 and rolling over images = glitch?

2007-05-25 Thread Andy Matthews
Thanks. That makes me feel better that it's not just his puter.

  _  

From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Aaron Heimlich
Sent: Thursday, May 24, 2007 9:03 PM
To: jquery-en@googlegroups.com
Subject: [jQuery] Re: Safari, Thickbox 3 and rolling over images = glitch?


I can confirm your client's issue on Safari 2.0.4 (419.3).


On 5/24/07, Andy Matthews <[EMAIL PROTECTED]
<mailto:[EMAIL PROTECTED]> > wrote: 


I don't run a Mac, or have access to one, so I'm asking you all for a 
little assistance please. A client running Safari had this to say
about my implementation of Thickbox:

When you roll over a certain area, mostly right on the outermost
border of each picture, then the header blinks in and out and looks 
weird.

Here's a screencap he sent me:
http://www.commadelimited.com/uploads/safari_glitch.jpg

And here's the page itself:
http://www.atkinshomebuilders.com/photo-gallery.html

Does anyone have any idea why this might be happening? It works great
in IE and FF for the PC as well as FF for the Mac. 






-- 
Aaron Heimlich
Web Developer
[EMAIL PROTECTED]
http://aheimlich.freepgs.com  <http://aheimlich.freepgs.com> 


[jQuery] Re: Safari, Thickbox 3 and rolling over images = glitch?

2007-05-25 Thread Andy Matthews
Brian...
 
What a marvelous help you are! Thank you very much. My client isn't all that
picky so I'm sure that this fix will be acceptable to him.
 
Cheers!
 
andy matthews
 

  _  

From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Brian Cherne
Sent: Thursday, May 24, 2007 11:14 PM
To: jquery-en@googlegroups.com
Subject: [jQuery] Re: Safari, Thickbox 3 and rolling over images = glitch?


Andy,

There is a bug in Safari with rendering HTML elements (particularly anchor
tags that have a :hover pseudo-class) over a SWF. The solution to this issue
is to comment out line 21 thickbox.css. This will correct the reported
issue. 

Unfortunately, in this case, when that pseudo-class is removed another issue
(of the same SWF/HTML ilk) crops up intermittently in Safari. The issue is
that sometimes the overlay only extends to the width of the thickbox window
over the SWF (but extends over every other part of the HTML just fine). If
you can do without the overlay (or set it to 1% opacity) then visually this
would be solved as it only affects the overlay, not the thickbox window
element. 

Also in Safari, when closing a thickbox, the SWF pokes through the overlay
before the rest of the window. It looks a little odd, but lasts only a few
milliseconds. I don't know thickbox well enough to determine what's
happening... but this is hardly a show-stopper like the two issues above. 

Brian.



On 5/24/07, Andy Matthews <[EMAIL PROTECTED]> wrote: 


I don't run a Mac, or have access to one, so I'm asking you all for a
little assistance please. A client running Safari had this to say
about my implementation of Thickbox:

When you roll over a certain area, mostly right on the outermost 
border of each picture, then the header blinks in and out and looks
weird.

Here's a screencap he sent me:
http://www.commadelimited.com/uploads/safari_glitch.jpg
<http://www.commadelimited.com/uploads/safari_glitch.jpg> 

And here's the page itself:
http://www.atkinshomebuilders.com/photo-gallery.html

Does anyone have any idea why this might be happening? It works great 
in IE and FF for the PC as well as FF for the Mac.






<    1   2   3   4   5   6   7   8   9   10   >