Re: [jQuery] jQuery sites

2006-11-14 Thread jyl
Awesome looking sites!

I have a Q about your use of jquery...

script type=text/javascript
src=/payroll_includes/js/jquery-latest.pack.js;jsessionid=2DWFPTAN13NGECQIBMUBX1QKBAFSWF4K/script
script language=javascript type=text/javascript
src=/commerce/common/js/add_to_cart.js;jsessionid=2DWFPTAN13NGECQIBMUBX1QKBAFSWF4K/script

What is the purpose of having the sessionid like that in the src= attribute?

--Jacob

 Some sites we just launched using jQuery:

 1. http://www.payroll.com.  Used jQuery for manipulating the icons on the
 local nav and creating some visual effects.
 2. http://www.intuit.com. Currently running 3 tests.  2 with tons of
 jQuery
 and 1 with minimal. (delete cookies and refresh to see) I used jQuery for
 a
 bunch of visual effects.  Bottom right scrolling thingy (props to Karl
 Swedberg), tabs effect in the middle.  I used it to create shadow effects
 on
 several labels.  Some simple things like making the radio button labels
 clickable.  Other various items.

 Also across the intuit family of websites, we updated the checkout and
 recover password functionality.  All use jQuery extensively.

 Thanks to everyone.  The interactivity has helped our customers and the
 company.

 Feedback welcome, by the way. :)  I always want to improve.

 Glen
 ___
 jQuery mailing list
 discuss@jquery.com
 http://jquery.com/discuss/




___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


Re: [jQuery] jQuery sites

2006-11-14 Thread Laurent Yaish
probably to prevent the browser from using the same cached js file between sessionsOn 11/14/06, [EMAIL PROTECTED] 
[EMAIL PROTECTED] wrote:Awesome looking sites!
I have a Q about your use of jquery...script type=text/_javascript_src="">script language=_javascript_ type=text/_javascript_
src="">What is the purpose of having the sessionid like that in the src= "">--Jacob
 Some sites we just launched using jQuery: 1. http://www.payroll.com.Used jQuery for manipulating the icons on the local nav and creating some visual effects.
 2. http://www.intuit.com. Currently running 3 tests.2 with tons of jQuery and 1 with minimal. (delete cookies and refresh to see) I used jQuery for a
 bunch of visual effects.Bottom right scrolling thingy (props to Karl Swedberg), tabs effect in the middle.I used it to create shadow effects on several labels.Some simple things like making the radio button labels
 clickable.Other various items. Also across the intuit family of websites, we updated the checkout and recover password functionality.All use jQuery extensively. Thanks to everyone.The interactivity has helped our customers and the
 company. Feedback welcome, by the way. :)I always want to improve. Glen ___ jQuery mailing list 
discuss@jquery.com http://jquery.com/discuss/___jQuery mailing list
discuss@jquery.comhttp://jquery.com/discuss/
___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


Re: [jQuery] jQuery sites

2006-11-14 Thread Christof Donat
Hi,

 1. http://www.payroll.com.  Used jQuery for manipulating the icons on the
 local nav and creating some visual effects.

Works fine with Firefox, but in Konqueror (3.5.5) I don't even see the 
content. The tab-widget with its contents is simply not there.

Christof

___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


Re: [jQuery] jQuery sites

2006-11-14 Thread Chris W. Parker



Glen,

How did you implement the three different sites for 
Intuit.com on the server side? I'd really be interested in 
knowing.



Thanks,Chris.


From: [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED] On Behalf Of Glen 
LipkaSent: Tuesday, November 14, 2006 9:58 AMTo: jQuery 
Discussion.Subject: [jQuery] jQuery sites

Some sites we just launched using jQuery:

1. http://www.payroll.com. Used 
jQuery for manipulating the icons on the local nav and creating some visual 
effects.
2. http://www.intuit.com. Currently 
running 3 tests. 2 with tons of jQuery and 1 with minimal.(delete 
cookies and refresh to see)I used jQuery for a bunch of visual 
effects. Bottom right scrolling thingy (props to Karl Swedberg), tabs 
effectin the middle. I used it to create shadow effects on several 
labels. Some simple things like making the radio button labels 
clickable. Other various items. 

Also across the intuit family of websites, we updated the checkout and 
recover password functionality. All use jQuery extensively.

Thanks to everyone. The interactivity has helped our customers and 
the company.

Feedback welcome, by the way. :) I always want to improve.

Glen


___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


Re: [jQuery] jQuery sites

2006-11-14 Thread Glen Lipka
In a big corporation, sometimes you have the power of inertia. I can't find anyone who knows why those sessionIDs are on the link, nor can I find someone willing to change it. I would rather have a date/time stamp on them. Oh well.


The site uses ATG. Intuit is actually REALLY good about testing. A/B/C tests, multivariate tests using offermatica. Clicktracks, foresee user surveys. It's actually pretty astounding. The A/B/C test was set up using the ATG Dynamo server and it ties in the clicktracks and foresee results into a single view.


Regarding Konqueror. It is true. I did not test using it. We basically are testing in MSIE 5.5-7 and FF 1.5-2, plus Safari. If it works in that set, it's usually ok. But I imagine the konqueror audience is pretty annoyed with the site. :)
Glen

On 11/14/06, Christof Donat [EMAIL PROTECTED] wrote:
Hi, 1. http://www.payroll.com.Used jQuery for manipulating the icons on the
 local nav and creating some visual effects.Works fine with Firefox, but in Konqueror (3.5.5) I don't even see thecontent. The tab-widget with its contents is simply not there.Christof___
jQuery mailing listdiscuss@jquery.comhttp://jquery.com/discuss/
___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


Re: [jQuery] jQuery sites

2006-11-14 Thread Christian Bach
This is just off the top of my head.

I have used a number of java-web-frameworks and appending session id 
information to links are a way of storing a session when the client has 
turned of cockies.

Way this is happening on your site, i don't know.

Might give you some insight.

/christian


Glen Lipka wrote:
 In a big corporation, sometimes you have the power of inertia.  I can't 
 find anyone who knows why those sessionIDs are on the link, nor can I 
 find someone willing to change it.  I would rather have a date/time 
 stamp on them.  Oh well.
  
 The site uses ATG.  Intuit is actually REALLY good about testing.  A/B/C 
 tests, multivariate tests using offermatica.  Clicktracks, foresee user 
 surveys.  It's actually pretty astounding.  The A/B/C test was set up 
 using the ATG Dynamo server and it ties in the clicktracks and foresee 
 results into a single view.
  
 Regarding Konqueror.  It is true.  I did not test using it.  We 
 basically are testing in MSIE 5.5-7 and FF 1.5-2, plus Safari.  If it 
 works in that set, it's usually ok.  But I imagine the konqueror 
 audience is pretty annoyed with the site. :)
 
 Glen
  
 On 11/14/06, *Christof Donat* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] 
 wrote:
 
 Hi,
 
   1. http://www.payroll.com.  Used jQuery for manipulating the
 icons on the
   local nav and creating some visual effects.
 
 Works fine with Firefox, but in Konqueror (3.5.5) I don't even see the
 content. The tab-widget with its contents is simply not there.
 
 Christof
 
 ___
 jQuery mailing list
 discuss@jquery.com mailto:discuss@jquery.com
 http://jquery.com/discuss/
 
 
 
 
 
 ___
 jQuery mailing list
 discuss@jquery.com
 http://jquery.com/discuss/

___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


Re: [jQuery] jQuery sites

2006-11-14 Thread Alex Cook
Makes sure to force the browser to load the js file and not reuse whats
in the cache.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of [EMAIL PROTECTED]
Sent: Tuesday, November 14, 2006 9:56 AM
To: jQuery Discussion.
Subject: Re: [jQuery] jQuery sites

Awesome looking sites!

I have a Q about your use of jquery...

script type=text/javascript
src=/payroll_includes/js/jquery-latest.pack.js;jsessionid=2DWFPTAN13NGE
CQIBMUBX1QKBAFSWF4K/script
script language=javascript type=text/javascript
src=/commerce/common/js/add_to_cart.js;jsessionid=2DWFPTAN13NGECQIBMUBX
1QKBAFSWF4K/script

What is the purpose of having the sessionid like that in the src=
attribute?

--Jacob

 Some sites we just launched using jQuery:

 1. http://www.payroll.com.  Used jQuery for manipulating the icons on
the
 local nav and creating some visual effects.
 2. http://www.intuit.com. Currently running 3 tests.  2 with tons of
 jQuery
 and 1 with minimal. (delete cookies and refresh to see) I used jQuery
for
 a
 bunch of visual effects.  Bottom right scrolling thingy (props to Karl
 Swedberg), tabs effect in the middle.  I used it to create shadow
effects
 on
 several labels.  Some simple things like making the radio button
labels
 clickable.  Other various items.

 Also across the intuit family of websites, we updated the checkout and
 recover password functionality.  All use jQuery extensively.

 Thanks to everyone.  The interactivity has helped our customers and
the
 company.

 Feedback welcome, by the way. :)  I always want to improve.

 Glen
 ___
 jQuery mailing list
 discuss@jquery.com
 http://jquery.com/discuss/




___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


Re: [jQuery] jQuery sites

2006-11-14 Thread Andy Matthews
A little overkill don't you think? How likely is it that the jquery file
will change during a user's session?

!//--
andy matthews
web developer
certified advanced coldfusion programmer
ICGLink, Inc.
[EMAIL PROTECTED]
615.370.1530 x737
--//-

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Behalf Of Alex Cook
Sent: Tuesday, November 14, 2006 2:02 PM
To: jQuery Discussion.
Subject: Re: [jQuery] jQuery sites


Makes sure to force the browser to load the js file and not reuse whats
in the cache.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of [EMAIL PROTECTED]
Sent: Tuesday, November 14, 2006 9:56 AM
To: jQuery Discussion.
Subject: Re: [jQuery] jQuery sites

Awesome looking sites!

I have a Q about your use of jquery...

script type=text/javascript
src=/payroll_includes/js/jquery-latest.pack.js;jsessionid=2DWFPTAN13NGE
CQIBMUBX1QKBAFSWF4K/script
script language=javascript type=text/javascript
src=/commerce/common/js/add_to_cart.js;jsessionid=2DWFPTAN13NGECQIBMUBX
1QKBAFSWF4K/script

What is the purpose of having the sessionid like that in the src=
attribute?

--Jacob

 Some sites we just launched using jQuery:

 1. http://www.payroll.com.  Used jQuery for manipulating the icons on
the
 local nav and creating some visual effects.
 2. http://www.intuit.com. Currently running 3 tests.  2 with tons of
 jQuery
 and 1 with minimal. (delete cookies and refresh to see) I used jQuery
for
 a
 bunch of visual effects.  Bottom right scrolling thingy (props to Karl
 Swedberg), tabs effect in the middle.  I used it to create shadow
effects
 on
 several labels.  Some simple things like making the radio button
labels
 clickable.  Other various items.

 Also across the intuit family of websites, we updated the checkout and
 recover password functionality.  All use jQuery extensively.

 Thanks to everyone.  The interactivity has helped our customers and
the
 company.

 Feedback welcome, by the way. :)  I always want to improve.

 Glen
 ___
 jQuery mailing list
 discuss@jquery.com
 http://jquery.com/discuss/




___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


Re: [jQuery] jQuery sites

2006-11-14 Thread Ⓙⓐⓚⓔ
one reason: Proxy servers could send the same script to different
people. they can't with the extra query param.

On 11/14/06, Andy Matthews [EMAIL PROTECTED] wrote:
 A little overkill don't you think? How likely is it that the jquery file
 will change during a user's session?

 !//--
 andy matthews
 web developer
 certified advanced coldfusion programmer
 ICGLink, Inc.
 [EMAIL PROTECTED]
 615.370.1530 x737
 --//-

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
 Behalf Of Alex Cook
 Sent: Tuesday, November 14, 2006 2:02 PM
 To: jQuery Discussion.
 Subject: Re: [jQuery] jQuery sites


 Makes sure to force the browser to load the js file and not reuse whats
 in the cache.

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
 Behalf Of [EMAIL PROTECTED]
 Sent: Tuesday, November 14, 2006 9:56 AM
 To: jQuery Discussion.
 Subject: Re: [jQuery] jQuery sites

 Awesome looking sites!

 I have a Q about your use of jquery...

 script type=text/javascript
 src=/payroll_includes/js/jquery-latest.pack.js;jsessionid=2DWFPTAN13NGE
 CQIBMUBX1QKBAFSWF4K/script
 script language=javascript type=text/javascript
 src=/commerce/common/js/add_to_cart.js;jsessionid=2DWFPTAN13NGECQIBMUBX
 1QKBAFSWF4K/script

 What is the purpose of having the sessionid like that in the src=
 attribute?

 --Jacob

  Some sites we just launched using jQuery:
 
  1. http://www.payroll.com.  Used jQuery for manipulating the icons on
 the
  local nav and creating some visual effects.
  2. http://www.intuit.com. Currently running 3 tests.  2 with tons of
  jQuery
  and 1 with minimal. (delete cookies and refresh to see) I used jQuery
 for
  a
  bunch of visual effects.  Bottom right scrolling thingy (props to Karl
  Swedberg), tabs effect in the middle.  I used it to create shadow
 effects
  on
  several labels.  Some simple things like making the radio button
 labels
  clickable.  Other various items.
 
  Also across the intuit family of websites, we updated the checkout and
  recover password functionality.  All use jQuery extensively.
 
  Thanks to everyone.  The interactivity has helped our customers and
 the
  company.
 
  Feedback welcome, by the way. :)  I always want to improve.
 
  Glen
  ___
  jQuery mailing list
  discuss@jquery.com
  http://jquery.com/discuss/
 



 ___
 jQuery mailing list
 discuss@jquery.com
 http://jquery.com/discuss/

 ___
 jQuery mailing list
 discuss@jquery.com
 http://jquery.com/discuss/


 ___
 jQuery mailing list
 discuss@jquery.com
 http://jquery.com/discuss/



-- 
Ⓙⓐⓚⓔ - יעקב   ʝǡǩȩ   ᎫᎪᏦᎬ
___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


Re: [jQuery] jQuery sites

2006-11-14 Thread jyl
Wait... does ';' function like '?' -- if yes, I learned something :)

--Jacob

 A little overkill don't you think? How likely is it that the jquery file
 will change during a user's session?

 !//--
 andy matthews
 web developer
 certified advanced coldfusion programmer
 ICGLink, Inc.
 [EMAIL PROTECTED]
 615.370.1530 x737
 --//-

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
 Behalf Of Alex Cook
 Sent: Tuesday, November 14, 2006 2:02 PM
 To: jQuery Discussion.
 Subject: Re: [jQuery] jQuery sites


 Makes sure to force the browser to load the js file and not reuse whats
 in the cache.

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
 Behalf Of [EMAIL PROTECTED]
 Sent: Tuesday, November 14, 2006 9:56 AM
 To: jQuery Discussion.
 Subject: Re: [jQuery] jQuery sites

 Awesome looking sites!

 I have a Q about your use of jquery...

 script type=text/javascript
 src=/payroll_includes/js/jquery-latest.pack.js;jsessionid=2DWFPTAN13NGE
 CQIBMUBX1QKBAFSWF4K/script
 script language=javascript type=text/javascript
 src=/commerce/common/js/add_to_cart.js;jsessionid=2DWFPTAN13NGECQIBMUBX
 1QKBAFSWF4K/script

 What is the purpose of having the sessionid like that in the src=
 attribute?

 --Jacob

 Some sites we just launched using jQuery:

 1. http://www.payroll.com.  Used jQuery for manipulating the icons on
 the
 local nav and creating some visual effects.
 2. http://www.intuit.com. Currently running 3 tests.  2 with tons of
 jQuery
 and 1 with minimal. (delete cookies and refresh to see) I used jQuery
 for
 a
 bunch of visual effects.  Bottom right scrolling thingy (props to Karl
 Swedberg), tabs effect in the middle.  I used it to create shadow
 effects
 on
 several labels.  Some simple things like making the radio button
 labels
 clickable.  Other various items.

 Also across the intuit family of websites, we updated the checkout and
 recover password functionality.  All use jQuery extensively.

 Thanks to everyone.  The interactivity has helped our customers and
 the
 company.

 Feedback welcome, by the way. :)  I always want to improve.

 Glen
 ___
 jQuery mailing list
 discuss@jquery.com
 http://jquery.com/discuss/




 ___
 jQuery mailing list
 discuss@jquery.com
 http://jquery.com/discuss/

 ___
 jQuery mailing list
 discuss@jquery.com
 http://jquery.com/discuss/


 ___
 jQuery mailing list
 discuss@jquery.com
 http://jquery.com/discuss/




___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


Re: [jQuery] jQuery sites

2006-11-14 Thread mrkris
The menu on the top right of payroll.com is broken under FF-2.0 on Linux 
for me. Position is way off. Otherwise, good looking sites.

Ⓙⓐⓚⓔ wrote:
 one reason: Proxy servers could send the same script to different
 people. they can't with the extra query param.

 On 11/14/06, Andy Matthews [EMAIL PROTECTED] wrote:
   
 A little overkill don't you think? How likely is it that the jquery file
 will change during a user's session?

 !//--
 andy matthews
 web developer
 certified advanced coldfusion programmer
 ICGLink, Inc.
 [EMAIL PROTECTED]
 615.370.1530 x737
 --//-

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
 Behalf Of Alex Cook
 Sent: Tuesday, November 14, 2006 2:02 PM
 To: jQuery Discussion.
 Subject: Re: [jQuery] jQuery sites


 Makes sure to force the browser to load the js file and not reuse whats
 in the cache.

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
 Behalf Of [EMAIL PROTECTED]
 Sent: Tuesday, November 14, 2006 9:56 AM
 To: jQuery Discussion.
 Subject: Re: [jQuery] jQuery sites

 Awesome looking sites!

 I have a Q about your use of jquery...

 script type=text/javascript
 src=/payroll_includes/js/jquery-latest.pack.js;jsessionid=2DWFPTAN13NGE
 CQIBMUBX1QKBAFSWF4K/script
 script language=javascript type=text/javascript
 src=/commerce/common/js/add_to_cart.js;jsessionid=2DWFPTAN13NGECQIBMUBX
 1QKBAFSWF4K/script

 What is the purpose of having the sessionid like that in the src=
 attribute?

 --Jacob

 
 Some sites we just launched using jQuery:

 1. http://www.payroll.com.  Used jQuery for manipulating the icons on
   
 the
 
 local nav and creating some visual effects.
 2. http://www.intuit.com. Currently running 3 tests.  2 with tons of
 jQuery
 and 1 with minimal. (delete cookies and refresh to see) I used jQuery
   
 for
 
 a
 bunch of visual effects.  Bottom right scrolling thingy (props to Karl
 Swedberg), tabs effect in the middle.  I used it to create shadow
   
 effects
 
 on
 several labels.  Some simple things like making the radio button
   
 labels
 
 clickable.  Other various items.

 Also across the intuit family of websites, we updated the checkout and
 recover password functionality.  All use jQuery extensively.

 Thanks to everyone.  The interactivity has helped our customers and
   
 the
 
 company.

 Feedback welcome, by the way. :)  I always want to improve.

 Glen
 ___
 jQuery mailing list
 discuss@jquery.com
 http://jquery.com/discuss/

   

 ___
 jQuery mailing list
 discuss@jquery.com
 http://jquery.com/discuss/

 ___
 jQuery mailing list
 discuss@jquery.com
 http://jquery.com/discuss/


 ___
 jQuery mailing list
 discuss@jquery.com
 http://jquery.com/discuss/

 


   


___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/