[jQuery] thoughts ? Announcing AJAX Libraries API: Speed up your Ajax apps with Google’s infrastructure

2008-05-27 Thread Scottus
http://ajaxian.com/archives/announcing-ajax-libraries-api-speed-up-your-ajax-apps-with-googles-infrastructure http://code.google.com/apis/ajaxlibs/ I just got to announce the Google AJAX Libraries API which exists to make Ajax applications that use popular frameworks such as Prototype, Script.ac

[jQuery] Re: Loading Javascript Dynamically (in other words, as needed)

2007-07-22 Thread Scottus
there are many ways to do it. the most common is probably loading the script as text ajax style the using eval() to turning the text into javascript. I personally don't like using eval. what I prefer to do is to use the dom to add a script tag. You have to use dom methods innerhtml doesn

[jQuery] POW the Web Server in Firefox

2007-07-19 Thread Scottus
As a what feels like a long time Jquery user. I would like to introduce to you a very useful from my tool box. The tools is call Pow (Plain old Webserver). Its a cross platform web server that is a 63k Firefox plug in. Since its a full featured web server you can work locally on all of your dy

[jQuery] Re: Dealing with Non existent nodes

2007-06-17 Thread Scottus
TECTED]> wrote: On Jun 17, 2:52 pm, "Scottus " <[EMAIL PROTECTED]> wrote: > I am using > > var title = document.getElementsByTagName('title').item(0).innerHTML; > > to get the content of a pages title tag. > > But if the page has no title tag

[jQuery] Dealing with Non existent nodes

2007-06-16 Thread Scottus
I am using var title = document.getElementsByTagName('title').item(0).innerHTML; to get the content of a pages title tag. But if the page has no title tag I get "Error: document.getElementsByTagName("title").item(0) has no properties" and the script craps out. any ideas about how to deal wi

[jQuery] Re: Obsolete xml data islands

2007-04-25 Thread Scottus
i don't really understand you question but look to see if you can use xslt for your needs. On 4/25/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: I am starting an asp.net project, and I would like to use javascript and client-side xml processing to make for a more responsive interface. Init

[jQuery] For the promotion people another list of Ajax tools - where Jquery is not listed

2007-04-25 Thread Scottus
http://wiki.osafoundation.org/bin/view/Projects/AjaxLibraries -- Scott Wickham Everyone is equal and everyone is the best at everything. --- Principal Skinner "Success is a lousy teacher. It seduce

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

2007-04-16 Thread Scottus
My reading of these "security" warnings is that they are FUD pure and simple. NO ONE but YOU can put any malicious JavaScript on to your web application. The single take away (true point) they don't point out is that if you use any javascript hosted on a remote server (google adwords for exa