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
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
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
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
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
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
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
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
8 matches
Mail list logo