[jQuery] Re: Ajax application history

2007-04-27 Thread Nathan Young -X \(natyoung - Artizen at Cisco\)
Hi. The original link I sent: http://codinginparadise.org/projects/dhtml_history/README.html Had callbacks as well. In other words, your application would log history waypoints where each waypoint represented a state change in the application. These waypoints would consist of a name for the

[jQuery] Re: Best way to determine if a user has Javascript enabled?

2007-04-26 Thread Nathan Young -X \(natyoung - Artizen at Cisco\)
? Rick -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Nathan Young -X (natyoung - Artizen at Cisco) Sent: Tuesday, April 24, 2007 3:48 PM To: jquery-en@googlegroups.com Subject: [jQuery] Re: Best way to determine if a user has

[jQuery] Ajax application history

2007-04-26 Thread Nathan Young -X \(natyoung - Artizen at Cisco\)
Hi. We've learned over time to build in backbutton functionality and bookmarkability to our DHTML widgets or at least try to ascertain what our clients will want ahead of time... Just because although people usually don't think to ask up front, often when they use the application a bit and they

[jQuery] Re: Best way to determine if a user has Javascript enabled?

2007-04-24 Thread Nathan Young -X \(natyoung - Artizen at Cisco\)
Hi. There is another surefire solution to getting a site that works with JS and non-js usage, and that is to bifurcate the experience quite early on and send the two sets of users down very different paths. In that case, JS users see one set of pages and non-js users see another.

[jQuery] Re: Library showdowns

2007-04-19 Thread Nathan Young -X \(natyoung - Artizen at Cisco\)
thinking of the dojo curry function, which is based on one from a certain language.) I don't follow it exactly when it does this, but it makes me leery of using it. On Apr 17, 2007, at 6:38 PM, Nathan Young -X ((natyoung - Artizen at Cisco)) wrote: Hi

[jQuery] Re: Library showdowns

2007-04-17 Thread Nathan Young -X \(natyoung - Artizen at Cisco\)
Hi. Can you describe a problem whose solution becomes much easier by using currying? -Nathan From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Sean Catchpole Sent: Monday, April 16, 2007 8:17 PM To:

[jQuery] Re: JavaScript Hijacking - Jquery among the vulnerable ones

2007-04-16 Thread Nathan Young -X \(natyoung - Artizen at Cisco\)
Hi. In reality, I have yet to see any evidence that this problem actually exists in the wild. I'd caution against dismissing this possibility out of hand. A potential hacker would need to find a site that delivers private data in this very specific fashion, build a page to exploit that,

[jQuery] Re: Moving to Google Groups (Finally)

2007-04-05 Thread Nathan Young -X \(natyoung - Artizen at Cisco\)
Bullets and numbering!!! Front Page 97!!! For my serious vote: top post with the whole thread quoted. N The worst thing ever?? Come on. Have you tried Microsoft Bob? On 4/4/07, Chris W. Parker [EMAIL PROTECTED] wrote: On Wednesday, April 04, 2007 2:48 PM Glen Lipka

[jQuery] Re: Body Browser Classes

2007-04-05 Thread Nathan Young -X \(natyoung - Artizen at Cisco\)
Hi. I love this idea, it's inventive and the need is there. The only feedback I have is that CSS that depends on JS will absolutely not fly where I work and play. Nathan Feedback desired: Lately, I have been developing CSS and HTML for a deep Web 2.0 complex app. Usually, I avoid

[jQuery] Re: Web 2.0 is vulnerable to attack

2007-04-03 Thread Nathan Young -X \(natyoung - Artizen at Cisco\)
Hi. I know you asked for code but what you're getting is more talk. Sorry. You can't produce the secret in pure client side JS, you need the server to round trip the secret to itself with the cooperation of the JS. Also note that as stated before, creating mashups and securing your service in

[jQuery] Re: Test for a function being defined

2007-04-03 Thread Nathan Young -X \(natyoung - Artizen at Cisco\)
if (typeof(modify)==function){} .:||:._.:||:._.:||:._.:||:._.:||:._.:||:._.:||:._.:||:._.:||:._.:||:._.: ||:. Nathan Young Cisco.com-Interface Development A: ncy1717 E: [EMAIL PROTECTED] -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of

[jQuery] Re: Dealing with incremental page rendering and ready events

2007-04-02 Thread Nathan Young -X \(natyoung - Artizen at Cisco\)
Hi. I can't give much super targeted help with the info you provide. I have a couple thoughts that may or may not be helpful. Although there are exceptions, usually javascript that fails because the page is not loaded will still fail even if your network connection is very fast (in other