Search the web
Sign In
New User? Sign Up
AJAX_2-0 · AJAX 2.0 = XHTML DOM + Remote JavaScript
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 107 - 136 of 136   Newest  |  < Newer  |  Older >  |  Oldest
Messages: Show Message Summaries   (Group by Topic) Sort by Date v  
#136 From: "alok_3d" <alok_3d@...>
Date: Fri Nov 16, 2007 3:35 pm
Subject: Ruby on Rails developers
alok_3d
Offline Offline
Send Email Send Email
 
Hi,

Am not sure if this group is active anymore, nevertheless I am looking for
developers with
Ruby on Rails experience. We are building a software product and a looking for
people
interesting in freelancing.

Please send me your resume and fee details at alok.ajain1@... in case you
are
interested.

Cheers
Alok Jain

#135 From: R Krishnakumar <kkr_nair2000@...>
Date: Mon Aug 20, 2007 1:15 pm
Subject: Re: Digest Number 80
kkr_nair2000
Offline Offline
Send Email Send Email
 
Hi,

  Browsers are not legally allowed to do cross domain
scripting - some of them gives a warning message b4
accessing cross domain scripts.

Solution:-

Server side component accessing both different domains
abc.com & xyz.com.  Server needs configuration changes
to enable the same though.

cheers
KN


--- Amit Mahajan <amit.s.mahajan@...> wrote:

> If you are making cross domain request then you need
> to signed you JS with
> autheticated certificate.
> This is the best approach.
> Otherwise you have to follow things as mentioned in
>
http://www.simple-talk.com/dotnet/asp.net/calling-cross-domain-web-services-in-a\
jax/
> If you want to use signed scripts then you can find
> the info here
>
http://www.mozilla.org/projects/security/components/signed-scripts.html
> Hope this will help
> Thanks & Regards
> Amit
>
>
>
> On 14 Aug 2007 12:34:27 -0000,
> AJAX_2-0@yahoogroups.com <
> AJAX_2-0@yahoogroups.com> wrote:
> >
> >  AJAX 2.0 = XHTML DOM + Remote JavaScript
> >
>
<http://groups.yahoo.com/group/AJAX_2-0;_ylc=X3oDMTJlYWJxcTRwBF9TAzk3MzU5NzE1BGd\
ycElkAzE1ODU3NzY1BGdycHNwSWQDMTcwOTMzNDk5NwRzZWMDaGRyBHNsawNocGgEc3RpbWUDMTE4NzA\
5NDg2Nw-->
> >  Messages In This Digest (2 Messages)  1a. How to
> make AJAX request
> > between different
>
domains??<http://mail.google.com/mail/?view=page&name=gp&ver=sh3fib53pgpk#114646\
02f36fce68_1a>From:
> krishnakumar_08 1b.
> > Re: How to make AJAX request between different
>
domains??<http://mail.google.com/mail/?view=page&name=gp&ver=sh3fib53pgpk#114646\
02f36fce68_1b>From:
> Jeff Woodman
> > View All
>
Topics<http://groups.yahoo.com/group/AJAX_2-0/messages;_ylc=X3oDMTJnaHZ2ZjBoBF9T\
Azk3MzU5NzE1BGdycElkAzE1ODU3NzY1BGdycHNwSWQDMTcwOTMzNDk5NwRzZWMDZG1zZwRzbGsDYXRw\
YwRzdGltZQMxMTg3MDk0ODY3?xm=1&m=p&tidx=1>|
> Create
> > New
>
Topic<http://groups.yahoo.com/group/AJAX_2-0/post;_ylc=X3oDMTJnYW50NjUyBF9TAzk3M\
zU5NzE1BGdycElkAzE1ODU3NzY1BGdycHNwSWQDMTcwOTMzNDk5NwRzZWMDZG1zZwRzbGsDbnRwYwRzd\
GltZQMxMTg3MDk0ODY3>
> > Messages  1a.  How to make AJAX request between
> different domains??
> >
>
<http://groups.yahoo.com/group/AJAX_2-0/message/131;_ylc=X3oDMTJxaTdoZWY1BF9TAzk\
3MzU5NzE1BGdycElkAzE1ODU3NzY1BGdycHNwSWQDMTcwOTMzNDk5NwRtc2dJZAMxMzEEc2VjA2Rtc2c\
Ec2xrA3Ztc2cEc3RpbWUDMTE4NzA5NDg2Nw-->
> Posted
> > by: "krishnakumar_08" krishnakumar_08@...
> >
>
<krishnakumar_08@...?Subject=+Re%3AHow%20to%20make%20AJAX%20request%20betw\
een%20different%20domains%3F%3F>
> > krishnakumar_08
> <http://profiles.yahoo.com/krishnakumar_08> Mon
> > Aug 13, 2007 10:58 am (PST) Hi,
> > I am working on an application where I am reuired
> to make AJAX calls
> > between different domains.Below is the summary of
> my problem:
> >
> > Say there is a domain
> > abc.com
> > there is another domain called
> > xyz.com
> >
> > I want to make AJAX calls from abc.com to
> > xyz.com
> >
>
=======================================================
> > Sample code would be:
> > (this will be contained in any page of abc.com)
> > var url = "xyz.com?strCriteri
> <http://xyz.com/?strCriteri>a=testcriteria";
> > if (window.XMLHttpRequest) {
> > req = new XMLHttpRequest();
> > } else if (window.ActiveXObject) {
> > req = new ActiveXObject("Microsoft.XMLHTTP");
> > }
> > req.open("GET", url, true);
> > req.onreadystatechange = callback;
> > req.send(null);
> >
>
======================================================
> >
> > When I do this it gives me "Access is denied".
> > How do I do that?
> > Please suggest any AJAX or non AJAX solution.
> >
> >
> >  Back to top
> >
>
<http://mail.google.com/mail/?view=page&name=gp&ver=sh3fib53pgpk#11464602f36fce6\
8_toc>
> > Reply to sender
> >
>
<krishnakumar_08@...?Subject=Re%3AHow%20to%20make%20AJAX%20request%20betwe\
en%20different%20domains%3F%3F>|
> > Reply to group
> >
>
<AJAX_2-0@yahoogroups.com?Subject=+Re%3AHow%20to%20make%20AJAX%20request%20betwe\
en%20different%20domains%3F%3F>|
> > Reply via web post
> >
>
<http://groups.yahoo.com/group/AJAX_2-0/post;_ylc=X3oDMTJxMmZ0aDdrBF9TAzk3MzU5Nz\
E1BGdycElkAzE1ODU3NzY1BGdycHNwSWQDMTcwOTMzNDk5NwRtc2dJZAMxMzEEc2VjA2Rtc2cEc2xrA3\
JwbHkEc3RpbWUDMTE4NzA5NDg2Nw--?act=reply&messageNum=131>
> > Messages in this topic
> >
>
<http://groups.yahoo.com/group/AJAX_2-0/message/131;_ylc=X3oDMTM0cmU4ZmppBF9TAzk\
3MzU5NzE1BGdycElkAzE1ODU3NzY1BGdycHNwSWQDMTcwOTMzNDk5NwRtc2dJZAMxMzEEc2VjA2Rtc2c\
Ec2xrA3Z0cGMEc3RpbWUDMTE4NzA5NDg2NwR0cGNJZAMxMzE->(2)
> >
> > 1b.  Re: How to make AJAX request between
> different domains??
> >
>
<http://groups.yahoo.com/group/AJAX_2-0/message/132;_ylc=X3oDMTJxZmFzcWxiBF9TAzk\
3MzU5NzE1BGdycElkAzE1ODU3NzY1BGdycHNwSWQDMTcwOTMzNDk5NwRtc2dJZAMxMzIEc2VjA2Rtc2c\
Ec2xrA3Ztc2cEc3RpbWUDMTE4NzA5NDg2Nw-->
> Posted
> > by: "Jeff Woodman" sanctumvoid@...
> >
>
<sanctumvoid@...?Subject=+Re%3A%20How%20to%20make%20AJAX%20request%20betwe\
en%20different%20domains%3F%3F>
> > sanctumvoid
> <http://profiles.yahoo.com/sanctumvoid> Mon Aug 13,
> 2007
> > 2:12 pm (PST) My understanding is that most
> browsers won't allow
> > cross-domain ajax requests as a security
> precaution - some may allow you to
> > disable that, I dunno.
> >
> > One thing I've done in the past is develop a
> server-side proxy that would
> > exist (i.e.) on abc.com and act as a go-between
> between abc's AJAX scripts
> > and xyz's xml response.
> > -Jeff
> >
> > http://www.sanctumvoid.net
> >
> > ----- Original Message ----
> > From: krishnakumar_08
>
<krishnakumar_08@...<krishnakumar_08%40yahoo.com>
> > >
> > To: AJAX_2-0@yahoogroups.com
> <AJAX_2-0%40yahoogroups.com>
> > Sent: Monday, August 13, 2007 11:21:43 AM
> > Subject: [AJAX_2-0] How to make AJAX request
> between different domains??
> >
> > Hi,
> > I am working on an application where I am reuired
> to make AJAX calls
> > between different domains.Below is the summary of
> my problem:
> >
> > Say there is a domain
> > abc.com
> > there is another domain called
> > xyz.com
> >
> > I want to make AJAX calls from abc.com to
> > xyz.com
> > ============ ========= ========= =========
> ========= =======
> > Sample code would be:
> > (this will be contained in any page of abc.com)
> > var url = "xyz.com?strCriteri
> <http://xyz.com/?strCriteri> a=testcriteria"
> > ;
> > if (window.XMLHttpRequ est) {
> > req = new XMLHttpRequest( );
> > } else if (window.ActiveXObje ct) {
> > req = new ActiveXObject( "Microsoft. XMLHTTP") ;
> > }
> > req.open("GET" , url, true);
> > req.onreadystatecha nge = callback;
> > req.send(null) ;
> > ============ ========= ========= =========
> ========= ======
> >
> > When I do this it gives me "Access is denied".
> > How do I do that?
> > Please suggest any AJAX or non AJAX solution.
> >
> >
>
__________________________________________________________
> > Moody friends. Drama queens. Your life? Nope! -
> their life, your story.
> > Play Sims Stories at Yahoo! Games.
> > http://sims.yahoo.com/
> >  Back to top
> >
>
<http://mail.google.com/mail/?view=page&name=gp&ver=sh3fib53pgpk#11464602f36fce6\
8_toc>
> > Reply to sender
> >
>
<sanctumvoid@...?Subject=Re%3A%20How%20to%20make%20AJAX%20request%20betwee\
n%20different%20domains%3F%3F>|
> > Reply to group
> >
>
<AJAX_2-0@yahoogroups.com?Subject=+Re%3A%20How%20to%20make%20AJAX%20request%20be\
tween%20different%20domains%3F%3F>|
> > Reply via web post
> >
>
<http://groups.yahoo.com/group/AJAX_2-0/post;_ylc=X3oDMTJxaXYzZ21iBF9TAzk3MzU5Nz\
E1BGdycElkAzE1ODU3NzY1BGdycHNwSWQDMTcwOTMzNDk5NwRtc2dJZAMxMzIEc2VjA2Rtc2cEc2xrA3\
JwbHkEc3RpbWUDMTE4NzA5NDg2Nw--?act=reply&messageNum=132>
> > Messages in this topic
> >
>
<http://groups.yahoo.com/group/AJAX_2-0/message/131;_ylc=X3oDMTM0ZjZtN25nBF9TAzk\
3MzU5NzE1BGdycElkAzE1ODU3NzY1BGdycHNwSWQDMTcwOTMzNDk5NwRtc2dJZAMxMzIEc2VjA2Rtc2c\
Ec2xrA3Z0cGMEc3RpbWUDMTE4NzA5NDg2NwR0cGNJZAMxMzE->(2)
> >
> >  Recent Activity
> >
> >    -  2
> >    New
>
Members<http://groups.yahoo.com/group/AJAX_2-0/members;_ylc=X3oDMTJndTBzZHZuBF9T\
Azk3MzU5NzE1BGdycElkAzE1ODU3NzY1BGdycHNwSWQDMTcwOTMzNDk5NwRzZWMDdnRsBHNsawN2bWJy\
cwRzdGltZQMxMTg3MDk0ODY3>
> >
> > Visit Your Group
> >
>
<http://groups.yahoo.com/group/AJAX_2-0;_ylc=X3oDMTJmOHZyYTBqBF9TAzk3MzU5NzE1BGd\
ycElkAzE1ODU3NzY1BGdycHNwSWQDMTcwOTMzNDk5NwRzZWMDdnRsBHNsawN2Z2hwBHN0aW1lAzExODc\
wOTQ4Njc->
> > SPONSORED LINKS
> >
> >    - Business application
>
software<http://groups.yahoo.com/gads;_ylc=X3oDMTJkYzhvYzM1BF9TAzk3MzU5NzE1BF9wA\
zEEZ3JwSWQDMTU4NTc3NjUEZ3Jwc3BJZAMxNzA5MzM0OTk3BHNlYwNzbG1vZARzdGltZQMxMTg3MDk0O\
DY3?t=ms&k=Business+application+software&w1=Business+application+software&w2=Aja\
x&w3=Ajax+cleaner&w4=Ajax+cleanser&w5=Ajax+florist&c=5&s=100&g=3&.sig=lX-zq5YpfF\
KeRiCQBDD6MQ>
>
=== message truncated ===




________________________________________________________________________________\
____
Yahoo! oneSearch: Finally, mobile search
that gives answers, not web links.
http://mobile.yahoo.com/mobileweb/onesearch?refer=1ONXIC

#134 From: "Amit Mahajan" <amit.s.mahajan@...>
Date: Tue Aug 14, 2007 1:04 pm
Subject: Re: Digest Number 80
amsm_in
Offline Offline
Send Email Send Email
 
If you are making cross domain request then you need to signed you JS with autheticated certificate.
This is the best approach.
Otherwise you have to follow things as mentioned in
If you want to use signed scripts then you can find the info here
Hope this will help
Thanks & Regards
Amit
 


On 14 Aug 2007 12:34:27 -0000, AJAX_2-0@yahoogroups.com <AJAX_2-0@yahoogroups.com > wrote:

Messages In This Digest (2 Messages)

Messages

1a.

How to make AJAX request between different domains??

Posted by: "krishnakumar_08" krishnakumar_08@...   krishnakumar_08

Mon Aug 13, 2007 10:58 am (PST)

Hi,
I am working on an application where I am reuired to make AJAX calls
between different domains.Below is the summary of my problem:

Say there is a domain
abc.com
there is another domain called
xyz.com

I want to make AJAX calls from abc.com to
xyz.com
=======================================================
Sample code would be:
(this will be contained in any page of abc.com)
var url = " xyz.com?strCriteria=testcriteria";
if (window.XMLHttpRequest) {
req = new XMLHttpRequest();
} else if (window.ActiveXObject) {
req = new ActiveXObject("Microsoft.XMLHTTP");
}
req.open("GET", url, true);
req.onreadystatechange = callback;
req.send(null);
======================================================

When I do this it gives me "Access is denied".
How do I do that?
Please suggest any AJAX or non AJAX solution.

 
1b.

Re: How to make AJAX request between different domains??

Posted by: "Jeff Woodman" sanctumvoid@...   sanctumvoid

Mon Aug 13, 2007 2:12 pm (PST)

My understanding is that most browsers won't allow cross-domain ajax requests as a security precaution - some may allow you to disable that, I dunno.

One thing I've done in the past is develop a server-side proxy that would exist ( i.e.) on abc.com and act as a go-between between abc's AJAX scripts and xyz's xml response.
-Jeff

http://www.sanctumvoid.net

----- Original Message ----
From: krishnakumar_08 <krishnakumar_08@... >
To: AJAX_2-0@yahoogroups.com
Sent: Monday, August 13, 2007 11:21:43 AM
Subject: [AJAX_2-0] How to make AJAX request between different domains??

Hi,
I am working on an application where I am reuired to make AJAX calls
between different domains.Below is the summary of my problem:

Say there is a domain
abc.com
there is another domain called
xyz.com

I want to make AJAX calls from abc.com to
xyz.com
============ ========= ========= ========= ========= =======
Sample code would be:
(this will be contained in any page of abc.com)
var url = " xyz.com?strCriteri a=testcriteria" ;
if (window.XMLHttpRequ est) {
req = new XMLHttpRequest( );
} else if (window.ActiveXObje ct) {
req = new ActiveXObject( "Microsoft. XMLHTTP") ;
}
req.open ("GET" , url, true);
req.onreadystatecha nge = callback;
req.send(null) ;
============ ========= ========= ========= ========= ======

When I do this it gives me "Access is denied".
How do I do that?
Please suggest any AJAX or non AJAX solution.

__________________________________________________________
Moody friends. Drama queens. Your life? Nope! - their life, your story. Play Sims Stories at Yahoo! Games.
http://sims.yahoo.com/
Recent Activity
Visit Your Group
SPONSORED LINKS
Yahoo! Finance

It's Now Personal

Guides, news,

advice & more.

Y! Messenger

PC-to-PC calls

Call your friends

worldwide - free!

New web site?

Drive traffic now.

Get your business

on Yahoo! search.

Need to Reply?

Click one of the "Reply" links to respond to a specific message in the Daily Digest.

Internet is the computer !


#133 From: "krishnakumar_08" <krishnakumar_08@...>
Date: Tue Aug 14, 2007 7:19 pm
Subject: Re: How to make AJAX request between different domains??
krishnakumar_08
Offline Offline
Send Email Send Email
 
Hi All,
I found the solution myself.Here is a summary of what I have done:-
I have a tomcat and Jboss installed on two different machines.I am
making a call from a web application deployed on tomcat to a web
service deployed on JBoss App Server.
This is not possible through AJAX because XMLHttp doesnt allow you to
make ajax calls between different domains.
There is a little known javascript trick called script tag monkeying
where you insert javascript from one domain to another domain.Through
this technique we can make javascript calls between different domains.
Below mentioned link is a very good link to understand this concept.

http://www.javaworld.com/javaworld/jw-11-2006/jw-1115-json.html?page=2

The implementation provided on javaworld is based on JSON but this
implementation is possible without JSON as well.

Let me know should you need any more help.

Thanks









--- In AJAX_2-0@yahoogroups.com, Jeff Woodman <sanctumvoid@...> wrote:
>
> My understanding is that most browsers won't allow cross-domain
ajax requests as a security precaution - some may allow you to
disable that, I dunno.
>
> One thing I've done in the past is develop a server-side proxy that
would exist (i.e.) on abc.com and act as a go-between between abc's
AJAX scripts and xyz's xml response.
>  -Jeff
>
> http://www.sanctumvoid.net
>
>
>
> ----- Original Message ----
> From: krishnakumar_08 <krishnakumar_08@...>
> To: AJAX_2-0@yahoogroups.com
> Sent: Monday, August 13, 2007 11:21:43 AM
> Subject: [AJAX_2-0] How to make AJAX request between different
domains??
>
> Hi,
> I am working on an application where I am reuired to make AJAX
calls
> between different domains.Below is the summary of my problem:
>
> Say there is a domain
> abc.com
> there is another domain called
> xyz.com
>
> I want to make AJAX calls from abc.com to
> xyz.com
> ============ ========= ========= ========= ========= =======
> Sample code would be:
> (this will be contained in any page of abc.com)
> var url = "xyz.com?strCriteri a=testcriteria" ;
> if (window.XMLHttpRequ est) {
> req = new XMLHttpRequest( );
> } else if (window.ActiveXObje ct) {
> req = new ActiveXObject( "Microsoft. XMLHTTP") ;
> }
> req.open("GET" , url, true);
> req.onreadystatecha nge = callback;
> req.send(null) ;
> ============ ========= ========= ========= ========= ======
>
> When I do this it gives me "Access is denied".
> How do I do that?
> Please suggest any AJAX or non AJAX solution.
>
>
>
>
>
>
>
______________________________________________________________________
______________
> Moody friends. Drama queens. Your life? Nope! - their life, your
story. Play Sims Stories at Yahoo! Games.
> http://sims.yahoo.com/
>

#132 From: Jeff Woodman <sanctumvoid@...>
Date: Mon Aug 13, 2007 9:05 pm
Subject: Re: How to make AJAX request between different domains??
sanctumvoid
Offline Offline
Send Email Send Email
 
My understanding is that most browsers won't allow cross-domain ajax requests as a security precaution - some may allow you to disable that, I dunno.
 
One thing I've done in the past is develop a server-side proxy that would exist (i.e.) on abc.com and act as a go-between between abc's AJAX scripts and xyz's xml response.
 -Jeff
 
http://www.sanctumvoid.net


----- Original Message ----
From: krishnakumar_08 <krishnakumar_08@...>
To: AJAX_2-0@yahoogroups.com
Sent: Monday, August 13, 2007 11:21:43 AM
Subject: [AJAX_2-0] How to make AJAX request between different domains??

Hi,
I am working on an application where I am reuired to make AJAX calls
between different domains.Below is the summary of my problem:

Say there is a domain
abc.com
there is another domain called
xyz.com

I want to make AJAX calls from abc.com to
xyz.com
============ ========= ========= ========= ========= =======
Sample code would be:
(this will be contained in any page of abc.com)
var url = "xyz.com?strCriteri a=testcriteria" ;
if (window.XMLHttpRequ est) {
req = new XMLHttpRequest( );
} else if (window.ActiveXObje ct) {
req = new ActiveXObject( "Microsoft. XMLHTTP") ;
}
req.open("GET" , url, true);
req.onreadystatecha nge = callback;
req.send(null) ;
============ ========= ========= ========= ========= ======

When I do this it gives me "Access is denied".
How do I do that?
Please suggest any AJAX or non AJAX solution.




Need a vacation? Get great deals to amazing places on Yahoo! Travel.

#131 From: "krishnakumar_08" <krishnakumar_08@...>
Date: Mon Aug 13, 2007 5:21 pm
Subject: How to make AJAX request between different domains??
krishnakumar_08
Offline Offline
Send Email Send Email
 
Hi,
I am working on an application where I am reuired to make AJAX calls
between different domains.Below is the summary of my problem:

Say there is a domain
abc.com
there is another domain called
xyz.com

I want to make AJAX calls from abc.com to
xyz.com
=======================================================
Sample code would be:
(this will be contained in any page of abc.com)
  var url = "xyz.com?strCriteria=testcriteria";
    if (window.XMLHttpRequest) {
        req = new XMLHttpRequest();
    } else if (window.ActiveXObject) {
        req = new ActiveXObject("Microsoft.XMLHTTP");
    }
    req.open("GET", url, true);
    req.onreadystatechange = callback;
    req.send(null);
======================================================

When I do this it gives me "Access is denied".
How do I do that?
Please suggest any AJAX or non AJAX solution.

#130 From: "Leonardo Ghigliani" <yahoogroups@...>
Date: Wed Jul 4, 2007 5:48 am
Subject: AJAX - ASP.NET empty response problem
leonardog
Offline Offline
Send Email Send Email
 
Hi. I am new in this group.
I am having a problem with AJAX with ASP.NET (both Framework 1.1 and
2.0)
I have some custom controls (such a Grid) that uses reflection to
get data form buness objects (such as the ObjectdataSource does, but
this is my implementation).
When it finishes rendering all contents, it stores it self in
session to be retreived in later AJAX refresh calls.
AJAX calls (which code I paste below) calls a "GridRemote.aspx" page
that gets the parameters to retreive the grid from session, then
render it, and finally returns the contents to be returned by the
ajax call. Then a JS function replaces the grid code with the new
one and that's it... magic is done ;-)
The problem is that after certain time or after several calls (I am
not sure which events starts producing the error. Surely the time
the most cases) I receive an empty AJAX response. Every other AJAX
call behaves the same after that.
Debugging Javascript, the call is made ok. I get the 4 redystate and
the 200 request status, but the responsetext is ''   nothing...
Debugging ASP.NET, the AJAX request is detected in global.asax, but
no other code is executed. Neither the GridRemote.aspx Sub New, nor
any other peace of code (that's why AJAX gets nothing).
Afer refreshing the whole page, I check the session Id and it's the
same... so... no wonder what's going on...
The only action that fix this situation y restarting IIS.
żAny help please?
Thanks

AJAX Code:
Ajax.getDataReturnText = function(url, callback)
{
   var XMLHttpRequestObject = false;
   if (window.XMLHttpRequest)
   {
     XMLHttpRequestObject = new XMLHttpRequest();
   }
   else if (window.ActiveXObject)
   {
     XMLHttpRequestObject = new ActiveXObject("Microsoft.XMLHTTP");
   }

   if(XMLHttpRequestObject)
   {
     XMLHttpRequestObject.open("GET", url, true);
     XMLHttpRequestObject.onreadystatechange = function()
     {
       if (XMLHttpRequestObject.readyState == 4 &&
XMLHttpRequestObject.status == 200)
       {
		 callback(XMLHttpRequestObject.responseText);
		 delete XMLHttpRequestObject;
		 XMLHttpRequestObject = null;
       }
     }
	 XMLHttpRequestObject.send(null);
   }
}

#129 From: "Jeff" <sanctumvoid@...>
Date: Thu Apr 5, 2007 2:12 pm
Subject: Re: ajax in mozilla fire fox
sanctumvoid
Offline Offline
Send Email Send Email
 
--- In AJAX_2-0@yahoogroups.com, jajaka_subang <no_reply@...> wrote:
>
> dear all.
>
> when i used AJAX in MOZILLA FIRE FOX there are a bug the result is not
> exists cause i used <div >in HTML tag is there anybody can help me
>

Can you post the code? I'm not sure what you mean. :-)

#128 From: jajaka_subang
Date: Thu Apr 5, 2007 9:52 am
Subject: ajax in mozilla fire fox
jajaka_subang
Offline Offline
 
dear all.

when i used AJAX in MOZILLA FIRE FOX there are a bug the result is not
exists cause i used <div >in HTML tag is there anybody can help me

#127 From: Abin Jaik Antony <abinjaik@...>
Date: Wed Dec 20, 2006 8:30 am
Subject: Re: PHP AJAX
abinjaik
Offline Offline
Send Email Send Email
 
think  asp.net  is more  flexible than  PHP... .Net  has  its own  intregration  with  AJAX..  there  ASP.NET  AJAX BETA 1.0  download  to integrate  your application  with AJAX.No Crowdy Coding is needed  while  using AJAX WITH ASP.NET

Infoligence Associates <gurudatta_raut-infoligence@...> wrote:

Try to think about answer to this post and u may get clues to your questions answer,
http://tech.groups.yahoo.com/group/AJAX_2-0/message/122




Zeeshan Ali <ali_zeeshan786@yahoo.com> wrote:
Dear Members,

How will you rate php,mysql,Ajax and asp.net,SQL,Ajax ?

Actually I want to develop a website using Ajax, so tell me which
language I should use and which language has variety of support available?

Also the comparison using php and asp.net with AJAX.

Please mention the resources on AJAX.

Thanks,



Internet is the computer !
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/AJAX_2-0/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo.com/group/AJAX_2-0/join
(Yahoo! ID required)

<*> To change settings via email:
mailto:AJAX_2-0-digest@yahoogroups.com
mailto:AJAX_2-0-fullfeatured@yahoogroups.com

<*> To unsubscribe from this group, send an email to:
AJAX_2-0-unsubscribe@yahoogroups.com

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/




- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

http://groups.yahoo.com/group/IT_Union
 
( No one can Fight the Plight of those who stand by the Right,
without having a big powerful Might )
Send free SMS to your Friends on Mobile from your Yahoo! Messenger. Download Now! http://messenger.yahoo.com/download.php

__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com


#126 From: Infoligence Associates <gurudatta_raut-infoligence@...>
Date: Wed Dec 20, 2006 5:33 am
Subject: Re: PHP AJAX
logical_genius
Offline Offline
Send Email Send Email
 

Try to think about answer to this post and u may get clues to your questions answer,
http://tech.groups.yahoo.com/group/AJAX_2-0/message/122




Zeeshan Ali <ali_zeeshan786@...> wrote:
Dear Members,

How will you rate php,mysql,Ajax and asp.net,SQL,Ajax ?

Actually I want to develop a website using Ajax, so tell me which
language I should use and which language has variety of support available?

Also the comparison using php and asp.net with AJAX.

Please mention the resources on AJAX.

Thanks,



Internet is the computer !
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/AJAX_2-0/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo.com/group/AJAX_2-0/join
(Yahoo! ID required)

<*> To change settings via email:
mailto:AJAX_2-0-digest@yahoogroups.com
mailto:AJAX_2-0-fullfeatured@yahoogroups.com

<*> To unsubscribe from this group, send an email to:
AJAX_2-0-unsubscribe@yahoogroups.com

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/




- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

http://groups.yahoo.com/group/IT_Union
 
( No one can Fight the Plight of those who stand by the Right,
without having a big powerful Might )

Send free SMS to your Friends on Mobile from your Yahoo! Messenger. Download Now! http://messenger.yahoo.com/download.php


#125 From: "Zeeshan Ali" <ali_zeeshan786@...>
Date: Tue Dec 19, 2006 10:24 am
Subject: PHP AJAX
ali_zeeshan786
Offline Offline
Send Email Send Email
 
Dear Members,

How will you rate php,mysql,Ajax and asp.net,SQL,Ajax ?

Actually I want to develop a website using Ajax, so tell me which
language I should use and which language has variety of support available?

Also the comparison using php and asp.net with AJAX.

Please mention the resources on AJAX.

Thanks,

#124 From: Abin Jaik Antony <abinjaik@...>
Date: Tue Nov 14, 2006 11:45 am
Subject: PLZ HELP DOUBT ON AJAX BETA1.0
abinjaik
Offline Offline
Send Email Send Email
 
hi am  a begginner in using  ajax....  currently am  working  with asp.net  ajax beta 1.0(Former Atlas)...  i have some doubts on  UPDATE PANEL AND SCRIPT MANAGER ....my scenario i svery simple. but i dint know how to do that.. i have 2 dropdownlists  2ND dropdown Should be Populated when we select a value in 1st dropdown and without any postback flickering.. i have dragedd 2 dropdowns into updatepanel accompanied by a script manager.
Population or Databinding  of 2nd dropdown doing well,but thre is flickering due to  Post back..  can any one help me 2 use these UPDATE PANEL AND SCRIPT MANAGER CONTROLS FOR  PARTIAL  POSTBACKING...


Want to start your own business? Learn how on Yahoo! Small Business.

#123 From: Jeff Woodman <sanctumvoid@...>
Date: Tue Nov 7, 2006 5:04 pm
Subject: Re: Re: Is this ASP.Net statement correct, tell me if its All Right
sanctumvoid
Offline Offline
Send Email Send Email
 


----- Original Message ----
From: Infoligence Associates <gurudatta_raut-infoligence@...>
To: AJAX_2-0@yahoogroups.com
Sent: Monday, November 6, 2006 11:40:07 PM
Subject: Re: [AJAX_2-0] Re: Is this ASP.Net statement correct, tell me if its All Right


Hello everyone,

Thank god out of so many member one got time to respond.
And saved the face of this group from being a failed one.

Ok, so u mean its very easy in ASP.net to do this :

Generate a code block of JavaScript , send it to the webpage after some user interaction and use it to manipulate the existing HTML elements on the page (including creating some new ones). This is useful  when we dont want to refresh a big heavy HTML page and we even dont want to load all the javascript at the start of the page load (inorder to speed up things); which gives us the power to use as much as Javascript as we want at runtime whenever the user interaction demands; storing it in the users web page for further use as we go on uploading it.

I hope i didnt goofup, i am not ASP.net expert though i was fan of ASP3.0, which i had to abandon after M$ broke it with .Net.

Waiting for each one of your comments on this utmost important cutting edge topic of Web Science.


Jeff <sanctumvoid@ yahoo.com> wrote:

--- In AJAX_2-0@yahoogroup s.com, "Logically Genius"
infoligence@ ...> wrote:
>
>
>
> I have just added the green text in our homepage
> http://tech. groups.yahoo. com/group/ AJAX_2-0
>
>
>
> Tell me if thats true, for thats what i think happens in ASP.Net.
>
> Please reply only about the green text, create another thread for
other
> comments.
>

Typically in ASP.Net, I will code .ASPX pages that output XML according
to my specifications. So, in that sense, the webserver gives me exactly
what I ask for.




Internet is the computer !
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups. yahoo.com/ group/AJAX_ 2-0/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups. yahoo.com/ group/AJAX_ 2-0/join
(Yahoo! ID required)

<*> To change settings via email:
mailto:AJAX_ 2-0-digest@ yahoogroups. com
mailto:AJAX_ 2-0-fullfeatured @yahoogroups. com

<*> To unsubscribe from this group, send an email to:
AJAX_2-0-unsubscrib e@yahoogroups. com

<*> Your use of Yahoo! Groups is subject to:
http://docs. yahoo.com/ info/terms/



Yep, you can register client script blocks with .Net to dynamically include script. With .Net 2.0, AJAX is a little easier with the new support for XHTML. And your pages are pretty much guaranteed to render in standards-compliance mode. There are instances that working with the HTML can be difficult, such as within ASP.Net controls like   repeaters and grids, because some elements are given IDs dynamically.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

http://groups. yahoo.com/ group/IT_ Union
 
( No one can Fight the Plight of those who stand by the Right,
without having a big powerful Might )


Find out what India is talking about on - Yahoo! Answers India
Send FREE SMS to your friend's mobile from Yahoo! Messenger Version 8. Get it NOW




#122 From: Infoligence Associates <gurudatta_raut-infoligence@...>
Date: Tue Nov 7, 2006 6:40 am
Subject: Re: Re: Is this ASP.Net statement correct, tell me if its All Right
logical_genius
Offline Offline
Send Email Send Email
 

Hello everyone,

Thank god out of so many member one got time to respond.
And saved the face of this group from being a failed one.

Ok, so u mean its very easy in ASP.net to do this :

Generate a code block of JavaScript , send it to the webpage after some user interaction and use it to manipulate the existing HTML elements on the page (including creating some new ones). This is useful  when we dont want to refresh a big heavy HTML page and we even dont want to load all the javascript at the start of the page load (inorder to speed up things); which gives us the power to use as much as Javascript as we want at runtime whenever the user interaction demands; storing it in the users web page for further use as we go on uploading it.

I hope i didnt goofup, i am not ASP.net expert though i was fan of ASP3.0, which i had to abandon after M$ broke it with .Net.

Waiting for each one of your comments on this utmost important cutting edge topic of Web Science.


Jeff <sanctumvoid@...> wrote:
--- In AJAX_2-0@yahoogroups.com, "Logically Genius"
infoligence@...> wrote:
>
>
>
> I have just added the green text in our homepage
> http://tech.groups.yahoo.com/group/AJAX_2-0
>
>
>
> Tell me if thats true, for thats what i think happens in ASP.Net.
>
> Please reply only about the green text, create another thread for
other
> comments.
>

Typically in ASP.Net, I will code .ASPX pages that output XML according
to my specifications. So, in that sense, the webserver gives me exactly
what I ask for.




Internet is the computer !
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/AJAX_2-0/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo.com/group/AJAX_2-0/join
(Yahoo! ID required)

<*> To change settings via email:
mailto:AJAX_2-0-digest@yahoogroups.com
mailto:AJAX_2-0-fullfeatured@yahoogroups.com

<*> To unsubscribe from this group, send an email to:
AJAX_2-0-unsubscribe@yahoogroups.com

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/





- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

http://groups.yahoo.com/group/IT_Union
 
( No one can Fight the Plight of those who stand by the Right,
without having a big powerful Might )


Find out what India is talking about on - Yahoo! Answers India
Send FREE SMS to your friend's mobile from Yahoo! Messenger Version 8. Get it NOW

#121 From: "Jeff" <sanctumvoid@...>
Date: Mon Nov 6, 2006 10:59 pm
Subject: Re: Is this ASP.Net statement correct, tell me if its All Right
sanctumvoid
Offline Offline
Send Email Send Email
 
--- In AJAX_2-0@yahoogroups.com, "Logically Genius" <gurudatta_raut-
infoligence@...> wrote:
>
>
>
> I have just added the green text in our homepage
> http://tech.groups.yahoo.com/group/AJAX_2-0
> <http://tech.groups.yahoo.com/group/AJAX_2-0>
>
>
> Tell me if thats true, for thats what i think happens in ASP.Net.
>
> Please reply only about the green text, create another thread for
other
> comments.
>

Typically in ASP.Net, I will code .ASPX pages that output XML according
to my specifications. So, in that sense, the webserver gives me exactly
what I ask for.

#120 From: Infoligence Associates <gurudatta_raut-infoligence@...>
Date: Fri Nov 3, 2006 8:55 am
Subject: Re: poblem using post in ajax
logical_genius
Offline Offline
Send Email Send Email
 

Wont Iframe work for that purpose ?

but then that will mean first loading the Iframe form and then submitting it; sort of slow.

What else could be the answer ? 

what if we generate the page in the Iframe and then submit ?



christopher andrada <chrisandrada@...> wrote:
Hi all,
is there any way i can send the parameter data instead
of concatinating all name of the element and value of
element in "url" below. I mean sort of like a submit
to post in which the receiving end will request as
request.form something... because what if i have
thousands of elements/parameters to send to
"ajax_validateMove.aspx", do i have to concatinate
them all with the varialble name "url"? Please help.
thanks.

url="ajax_validateMove.aspx" + toConCat;
http.open("GET", url, true);
isWorking = true;
http.onreadystatechange = function(){
if (http.readyState == 4) {
isWorking = false;
if (http.responseText.indexOf('invalid') == -1) {
isWorking = false;
}
if (http.responseText == "Valid"){
... do something
}
else{
... do somthing
}
}
}
http.setRequestHeader("If-Modified-Since", "Sat, 1 Jan
2000 00:00:00 GMT");
http.send();



__________________________________________________________________________________________
Check out the New Yahoo! Mail - Fire up a more powerful email and get things done faster.
(http://advision.webevents.yahoo.com/mailbeta)



Internet is the computer !
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/AJAX_2-0/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo.com/group/AJAX_2-0/join
(Yahoo! ID required)

<*> To change settings via email:
mailto:AJAX_2-0-digest@yahoogroups.com
mailto:AJAX_2-0-fullfeatured@yahoogroups.com

<*> To unsubscribe from this group, send an email to:
AJAX_2-0-unsubscribe@yahoogroups.com

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/




Find out what India is talking about on - Yahoo! Answers India
Send FREE SMS to your friend's mobile from Yahoo! Messenger Version 8. Get it NOW

#119 From: "Logically Genius" <gurudatta_raut-infoligence@...>
Date: Fri Nov 3, 2006 9:51 am
Subject: Is this ASP.Net statement correct, tell me if its All Right
logical_genius
Offline Offline
Send Email Send Email
 


I have just added the green text in our homepage
http://tech.groups.yahoo.com/group/AJAX_2-0


Tell me if thats true, for thats what i think happens in ASP.Net.

Please reply only about the green text, create another thread for other comments.

#118 From: christopher andrada <chrisandrada@...>
Date: Thu Nov 2, 2006 11:25 pm
Subject: poblem using post in ajax
chrisandrada
Offline Offline
Send Email Send Email
 
Hi all,
is there any way i can send the parameter data instead
of concatinating all name of the element and value of
element in "url" below.  I mean sort of like a submit
to post in which the receiving end will request as
request.form something...  because what if i have
thousands of elements/parameters to send to
"ajax_validateMove.aspx", do i have to concatinate
them all with the varialble name "url"?  Please help.
thanks.

url="ajax_validateMove.aspx" + toConCat;
http.open("GET", url, true);
isWorking = true;
http.onreadystatechange = function(){
	 if (http.readyState == 4) {
		 isWorking = false;
		 if (http.responseText.indexOf('invalid') == -1) {
			 isWorking = false;
		 }
		 if (http.responseText == "Valid"){
			 ... do something
		 }
		 else{
			 ... do somthing
		 }
	 }
}
http.setRequestHeader("If-Modified-Since", "Sat, 1 Jan
2000 00:00:00 GMT");
http.send();



________________________________________________________________________________\
__________
Check out the New Yahoo! Mail - Fire up a more powerful email and get things
done faster.
(http://advision.webevents.yahoo.com/mailbeta)

#117 From: christopher andrada <chrisandrada@...>
Date: Thu Nov 2, 2006 7:42 pm
Subject: Re: problem on validating
chrisandrada
Offline Offline
Send Email Send Email
 
yeah... that's probably the only way... good idea tho.
  thanks

--- "Sreeni .A" <sreeniaphpcoder@...> wrote:

> hi Crhistopher,
>  you make the button to 'button' type rather
> 'submit'
>
>  call the validate function on 'onclick' event
> rather 'onsubmit'
>
>  use javascript submit() function after your
> response it ok to proceed the
> form submission.
>
>  Hope this solves your problem
>
> -Sreeni.A
>
> On 10/27/06, christopher andrada
> <chrisandrada@...> wrote:
> >
> >   hi all,
> >
> > i need help on my code. when i submit the form
> > onsubmit... i call ajax to fetch if the inputs are
> > valid... but before ajax makes a round trip... the
> > onsubmit function already returned true and went
> ahead
> > and submitted the page for porcessing. i how do i
> > make the javascript onsubmit wait for the response
> of
> > the ajax call then proceed with other task within
> the
> > onsubmit call.
> >
> > thanks in advance.
> >
> > __________________________________________________
> > Do You Yahoo!?
> > Tired of spam? Yahoo! Mail has the best spam
> protection around
> > http://mail.yahoo.com
> >
> >
>




________________________________________________________________________________\
____
Get your email and see which of your friends are online - Right on the New
Yahoo.com
(http://www.yahoo.com/preview)

#116 From: "Mark Holloway" <sapporomark@...>
Date: Thu Nov 2, 2006 1:23 am
Subject: online quote form (using ColdFusion)
sapporomark
Offline Offline
Send Email Send Email
 
I want users to enter a how many words they want translated then have
this multiplied by 25 yen (the rate per word trans)

Is this possible with ajax (using coldfusion)?

example

(word count) text box - enter 100
quoute box below total appears 2500yen
of course without refresh

Im working on the sql at the moment but could someone be kind enough
explain the steps (or code)

Many thanks
Mark

#115 From: "Sreeni .A" <sreeniaphpcoder@...>
Date: Mon Oct 30, 2006 8:25 am
Subject: Re: problem on validating
sreeniaitist
Offline Offline
Send Email Send Email
 
hi Crhistopher,
 you make the button to 'button' type rather 'submit'

 call the validate function on 'onclick' event rather 'onsubmit'

 use javascript submit() function after your response it ok to proceed the form submission.

 Hope this solves your problem

-Sreeni.A

On 10/27/06, christopher andrada <chrisandrada@... > wrote:

hi all,

i need help on my code. when i submit the form
onsubmit... i call ajax to fetch if the inputs are
valid... but before ajax makes a round trip... the
onsubmit function already returned true and went ahead
and submitted the page for porcessing. i how do i
make the javascript onsubmit wait for the response of
the ajax call then proceed with other task within the
onsubmit call.

thanks in advance.

__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com



#114 From: christopher andrada <chrisandrada@...>
Date: Fri Oct 27, 2006 5:47 am
Subject: problem on validating
chrisandrada
Offline Offline
Send Email Send Email
 
hi all,

i need help on my code.  when i submit the form
onsubmit... i call ajax to fetch if the inputs are
valid... but before ajax makes a round trip... the
onsubmit function already returned true and went ahead
and submitted the page for porcessing.  i how do i
make the javascript onsubmit wait for the response of
the ajax call then proceed with other task within the
onsubmit call.

thanks in advance.



__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

#113 From: "wisdomarena.com" <wisdomarena.com@...>
Date: Tue Oct 3, 2006 2:09 pm
Subject: Fw: Urgent help needed in Chat program...
wisdomarena
Offline Offline
Send Email Send Email
 
hi friends
 
    I have a simple problem. like i have a small chat box in my project (ASP.NET with C#) where i am using AJAX

XMLHttpRequest object.

i have two function one for getChatdata and another for sendChatdata.

i am using this syntax for sending data

var dataSource ="XMLHttpData.aspx?Typ="+Typ + "&Msg="+Msg;

XMLHttpRequestObject.open('GET',dataSource,true);

 

and for receving data i am using same XMLHttpRequestobject 's Get Method.

and my GetChatData is refreshing after every two second.

window.setTimeout("getChatData('"+ Typ +"','"+ divID +"')",2000);

 

now the problem is  my functions working fine but GetChatData function is getting only first time data..when i have started that browser.not any other message which i send later.  but it works fine in my local system. but on another system it is not working

i have also tried

window.setTimeout("new getChatData('"+ Typ +"','"+ divID +"')",2000);

but same result.

could you please tell me what may be a problem ?


Thanks & Regards.
Rajesh Soni
Yahoo :  wisdomarena@...
Msn  :  wisdomarena.com@...
Web  : www.wisdomarena.com


#112 From: "Logically Genius" <gurudatta_raut-infoligence@...>
Date: Mon Oct 2, 2006 4:01 am
Subject: 126 Ajax Tutorials
logical_genius
Offline Offline
Send Email Send Email
 

126 Ajax Tutorials 

Getting Started

  1. An Ajax Hello World project to Get You Going : First program at Mike On Code
  2. Rasmus 30 second AJAX Tutorial : first program using Ajax at CoderLab
  3. Instant Tutorial : Quick tutorial at AleemBawany
  4. Ajax Toybox : Simple first programs including, Hello, World, Dynamic City, State Lookup, Ajax to Clean Your Clock, Ajax Calculator and an RSS News Ticker.
  5. A simple Ajax example : a simple program demo for Ajax at MD Groves
  6. Ajax Toolbox / XMLHttpRequest AjaxRequest Library Examples : Ajax examples including Error Handing, Time Out, Simultaneous Requests, Activity Monitoring, Form Submittal, Event Handlers, Queued Requests, Request Parameters
  7. An Introduction to Ajax : introduction to Ajax at Prokata
  8. Implementing simple Ajax interaction in your Web Application using XMLHttpRequest object : Intro + explanatory diagram at JavaReference
  9. Nitty Gritty Ajax : Intro and Tutorial at WebMonkey
  10. A List Apart: Articles: Getting Started with Ajax : An excellent intro ; Chapter 27 of Web Design in a Nutshell at A List Apart
  11. Ajax Beginners Tutorial : Intro at AjaxProjects
  12. Guide to Using XMLHttpRequest : Using XMLHttpRequest with PHP and MySQL at WebPasties
  13. Ajax : Tutorial at YourHTMLSource
  14. Javascript Remote Scripting with PHP : Tutorial at SimpleTutorials
  15. How To: Learn AJAX in 20 minutes : Intro at Sematopia
  16. Take Command with Ajax : Intro tutorial; at SitePoint
  17. Ajax Tutorial : Ajax tutorial at W3Schools.com
  18. Ajax Tutorial : at Tizag.com
  19. Ajax Hello World : at Jot.com
  20. Fundations of Ajax (PDF : by Ryan Asleson
  21. All Request, All The Time : XMLHttpRequest explanation at WebMonkey
  22. Very Dynamic Web Interfaces via Ajax : at XML.com
  23. A Simpler Ajax Path : at OnLamp
  24. Alternate Ajax Techniques, Part 1 : Detailed intro at WebReference
  25. Ajax:Getting Started : Long intro at Mozilla Developer Center
  26. Dynamical HTML and XML: The XMLHttpRequest Object : at Apple.com
  27. Mastering Ajax Part 1 : Introduction to Ajax : at IBM
  28. Mastering Ajax Part 2 : Make asynchronous requests with JavaScript and Ajax : at IBM
  29. Mastering Ajax Part 3 : Advanced requests and responses in Ajax : at IBM
  30. Mastering Ajax Part 4: Exploiting DOM for Web response : at IBM
  31. How to Develop Web Applications with Ajax, Pt. 1 : App Development Series at WebReference
  32. How to Develop Web Applications with Ajax: Pt. 2 : App Development Series at WebReference
  33. Developing Web Applications with Ajax, Pt. 3 : App Development Series at WebReference
  34. Ajax Workshop 1: Ajax basics & building a simple email verification with prototype.js. : at AjaxLessons
  35. Ajax Workshop 2: Building Tabbed Content : at AjaxLessons
  36. Ajax Workshop 3: Shopping Cart using Script.aculo.us : at AjaxLessons
  37. Ajax Workshop 4: Live Data with JSON & Prototype.js : at AjaxLessons
  38. AJAX Was Here - Part 1: Client Side Framework : at CodeProject
  39. AJAX Was Here - Part 2: ASP.NET Integration : at CodeProject
  40. AJAX WAS Here - Part 3 : Auto Complete TextBox : at CodeProject
  41. Step by Step to AJAX : at DevArticles
  42. The AJAX Revolution. Join in. : Five-part detailed tutorial ; at telerik.com
  43. Very Dynamic Web Interfaces : at XML.com
  44. Ajax from Scratch: Implementing Mutual Exclusion in JavaScript : Basic tutorial at Developer
  45. AdvancedAJAX 1.1 : at Anakin

Bookmarklets

  1. Creating Huge Bookmarklets : Create bookmarklets; bypass various bytes/characters/size restrictions.

Chat

  1. Ajax Chat Sources Code for Download : chat using PHP and MySQL
  2. Building an AJAX-Based Chat: The Barebones Structure : at DevArticles
  3. Lace - Ajax Chat : free web chat application ;demo; download.
  4. Most Simple Ajax Chat Ever : at LinuxUser.at

Drag and Drop

  1. Drag & Drop Sortable Lists with JavaScript and CSS : sorting for lists and sorting in two dimensions
  2. Easy Ajax in symfony : creates a drg-and-drop shopping cart; with demo
  3. Building a Drag-and-Drop Shopping Cart with Ajax : at Sys-Con Brasil
  4. Scriptaculous Lists with PHP : drag-and-drop at GregPhoto
  5. Fun with Drag and Drop with RICO : drag-and-drop with RICO demo
  6. Rico Drag n'Drop p2: Rico.Draggable : drag-and-drop with RICO details

Dynamically Content Loading

  1. Ajax Dynamic Content : at DHTMLGoodies
  2. Dynamically loaded articles : at DHTMLGoodies

Forms and Autocomplete

  1. Accessible Forms and Unobtrusive Javascript : at DotVoid
  2. Submit a form with Ajax : at CakeBaker
  3. Niceforms : at BadBoy
  4. Alter data with Ajax forms : at Symphony-Project
  5. Ajax Dynamic List : at DHTMLGoodies
  6. Chained Select Boxes : at DHTMLGoodies
  7. Dynamic Client Lookup : at DHTMLGoodies

File Uploader

  1. Better File Uploads with Ajax and JavaServer Faces : file upload with progress-bar; at Java.net

Image/Display/Edit/Gallery/Lightbox/Slideshow

  1. Prototype Javascript Lightboxes : window on any page; at Xilinus
  2. Lightbox JS : at HuddleTogether
  3. Lightbox Gone Wild : at ParticleTree
  4. Building aB: Customizing Lightbox : at AlwaysBeta
  5. Ajax: What is it Good For? : Ajax powered Fading Image Gallery at DHTML Nirvana.
  6. minishowcase : simple php/javascript online photo gallery, powered by AJAX/JSON at frwrd
  7. Zen Photo : a simpler web photo album
  8. Ajax Image Gallery : ajax gallery demo at StrangerThanFiction
  9. Ajax Image Gallery : A very basic Ajax image gallery example
  10. S5: A Simple Standards-Based Slide Show System : at MeyerWeb
  11. Ajax-S : at RobertNyman
  12. Slide Show with Controls : at Zapatec
  13. Miniature slideshow for DIVs using Scriptaculous : at BigBold
  14. Ajax flickr Slideshow : at Fettig
  15. Live Thumbnails: Watch em Grow : at WebMonkey
  16. Canvas Reflection Demo : at NeonDragon
  17. iPhoto-like image resizing using Javascript : at AgilePartners
  18. Ajax Banner Rotation : PHPied
  19. Image crop - DHTML user interfaceat DHTMLGoodies

Keyword Suggest

  1. Creating an Autosuggest Textbox with JavaScript, Part 1 : at WebReference
  2. Creating an Autosuggest Textbox with JavaScript, Part 2 : at WebReference
  3. Creating an Autosuggest Textbox with JavaScript, Part 3 : at WebReference
  4. How to create the Google Suggest feature with ASP.NET 2.0 : at DotNetJunkies

Live Search

  1. HOWTO: Animated Live Search / Ordered List : at OrderedList
  2. Live search explained : at JustAddWater

Misc/General

  1. Ajax Using ASP.NET 1.1 : Ajax and ASP.NET; at AjaxProjects
  2. What Is Ajax? : Ajax and ColdFusion ; at Sys-Con
  3. Kick-start your Java apps : Ajax and Java : at IBM
  4. Ajax for Java developers: Build dynamic Java applications : at IBM
  5. AJAX: Asynchronous Java + XML? : at Developer.com
  6. Kick-start your Java apps, Part 2 : Ajax and Java : at IBM
  7. AJAX in action : Ajax and Java Technology : 15-minute video on AJAX and Java technology at Sun.com
  8. Using JavaServer Faces Technology with AJAX : at Java.net
  9. Ajax using XMLHttpRequest and Struts/ : by Frank Zammetti
  10. Building a Shelf in WordPress : More-tab-slideout-area tutorial; at Asymptomatic
  11. A Tale of Two IFrames or, How To Control Your Browsers History : iframes tutorial; at CodingParadise
  12. Saving Session Across Page Loads Without Cookies, On The Client Side : saving state tutorial; at CodingParadise
  13. Simple Ajax Functions - Snippets : common functions; at AjaxTutorial
  14. Building a Spy : Digg Spy tutorial ; at StromCode
  15. Create Your Own Ajax Effects : animated text; at ThinkVitamin
  16. XMLHttpRequest Tracing for Ajax debugging : Ajax Debugger

Progress Bars

  1. CakeTimer - An Ajax File Uploads Progress Bar : This is a demonstration of an Ajax powered progressbar to monitor file uploads with (Cake)PHP.

Rounded Corner

  1. Rico rounded corners without all of Rico : at encytemedia

RSS

  1. RSS Ticker with Ajax feed ticker; : at AjaxProjects
  2. Simple Ajax RSS ticker script : feed ticker; at DHTMGoodies
  3. Slide In RSS items : feed slide in animation; at DHTMGoodies
  4. Dragable RSS boxes : drag-and-drop boxes; at DHTMGoodies
  5. Ajax RSS reader : at IBM

Shopping Cart

  1. Flexstore on Rails Tutorial : by Christophe Coenraets
  2. Fly to basket : shopping cart; at DHTMGoodies

Lists/Sorting

  1. How to Make Sortable Lists : lists and drag-and-drop- tutorial; at Symphony-Projects
  2. Creating sortable lists with PHP and Ajax : at PHPRiot
  3. Make all your tables sortable : at Kryogenix

Tabbed Pages

  1. Building Tabbed Content : at AjaxLessons
  2. Ajax Design Patterns : at Snyke

Trees

  1. List based folder tree : at DHTMLGoodies
  2. Update a tree with Ajax : at DHTMLGoodies

Username Availability

  1. Ajax username availability checking : check username ; at MDGroves

Voting

  1. Ajax Poller : at DHTMLGoodies
  2. Digg-like Ajax Voting : at Symphony-Project

#111 From: "wisdomarena.com" <wisdomarena.com@...>
Date: Mon Sep 18, 2006 9:55 am
Subject: Is it possible to bind Asp.net Datagird with XMLhttp object ?
wisdomarena
Offline Offline
Send Email Send Email
 
hi every one
 
could you please tell me
 
Is it possible to bind Asp.net Datagird with XMLhttp object ?
 
 
 
Thanks & Regards.
Rajesh Soni
Yahoo : 
wisdomarena@...
Msn  :  wisdomarena.com@...
Web  : www.wisdomarena.com

#110 From: "Logically Genius" <gurudatta_raut-infoligence@...>
Date: Sat Sep 16, 2006 4:27 am
Subject: Latest update to Mastering AJAX (for Rookies)
logical_genius
Offline Offline
Send Email Send Email
 

Mastering Ajax, Part 6: Build DOM-based Web applications
Continue to explore how DOM programming fits into interactive Ajax applications as Brett McLaughlin completes his trilogy of articles on DOM programming with a DOM application in practice.
 
Mastering Ajax, Part 5: Manipulate the DOM
Last month Brett introduced the Document Object Model, whose elements work behind the scenes to define your Web pages. This month he dives even deeper into the DOM. Learn how to create, remove, and change the parts of a DOM tree, and take the next step toward updating your Web pages on the fly!
 
Mastering Ajax, Part 4: Exploiting DOM for Web response
The great divide between programmers (who work with back-end applications) and Web programmers (who spend their time writing HTML, CSS, and JavaScript) is long standing. However, the Document Object Model (DOM) bridges the chasm and makes working with both XML on the back end and HTML on the front end possible and an effective tool. In this article, Brett McLaughlin introduces the Document Object Model, explains its use in Web pages, and starts to explore its usage from JavaScript.
 
Mastering Ajax, Part 3: Advanced requests and responses in Ajax
For many Web developers, making simple requests and receiving simple responses is all they'll ever need, but for developers who want to master Ajax, a complete understanding of HTTP status codes, ready states, and the XMLHttpRequest object is required. In this article, Brett McLaughlin will show you the different status codes and demonstrate how browsers handle each and he will showcase the lesser-used HTTP requests that you can make with Ajax.
 
Mastering Ajax, Part 2: Make asynchronous requests with JavaScript and Ajax
Most Web applications use a request/response model that gets an entire HTML page from the server. The result is a back-and-forth that usually involves clicking a button, waiting for the server, clicking another button, and then waiting some more. With Ajax and the XMLHttpRequest object, you can use a request/response model that never leaves users waiting for a server to respond. In this article, Brett McLaughlin shows you how to create XMLHttpRequest instances in a cross-browser way, construct and send requests, and respond to the server.
 
Mastering Ajax, Part 1: Introduction to Ajax
Ajax, which consists of HTML, JavaScript, DHTML, and DOM, is an outstanding approach that helps you transform clunky Web interfaces into interactive Ajax applications. The author, an Ajax expert, demonstrates how these technologies work together -- from an overview to a detailed look -- to make extremely efficient Web development an easy reality. He also unveils the central concepts of Ajax, including the XMLHttpRequest object.


#109 From: Infoligence Associates <gurudatta_raut-infoligence@...>
Date: Thu Aug 24, 2006 7:08 pm
Subject: Re: need samples Ajax with Postgresql
logical_genius
Offline Offline
Send Email Send Email
 

why do u think i created this group ?

http://groups.yahoo.com/group/AJAX_PHP_PostgreSQL_Apache_Linux


angelblade17 <no_reply@yahoogroups.com> wrote:
Hi!
Please,
Someone know where i can see samples of Ajax using as database PostgreSQL??
 
Thanks
 
 
 


Here's a new way to find what you're looking for - Yahoo! Answers
Send FREE SMS to your friend's mobile from Yahoo! Messenger Version 8. Get it NOW

#108 From: angelblade17
Date: Tue Aug 22, 2006 11:38 pm
Subject: need samples Ajax with Postgresql
angelblade17
Offline Offline
 

Hi!

Please,

Someone know where i can see samples of Ajax using as database PostgreSQL??

 

Thanks

 

 

 


#107 From: Infoligence Associates <gurudatta_raut-infoligence@...>
Date: Tue Aug 15, 2006 6:08 pm
Subject: Fwd: Re: File - AJAX2.0 building block.html
logical_genius
Offline Offline
Send Email Send Email
 
Someone please reply him , he mailed me intead of our group.

Note: forwarded message attached.


Here's a new way to find what you're looking for - Yahoo! Answers
Send FREE SMS to your friend's mobile from Yahoo! Messenger Version 8. Get it NOW
Hi,
     I am new here and have not yet played with AJAX.
 
I am PC programmer who has migrated net based software such as DHTML, PHP MySQL etc.
 
I am interested in creating custom 'Web 2.0' web sites but I don't want to be tied into the limitations of a particular package such as AJAX.
 
I tried the code below and it is functional but I have some issues with it.
 
1) 'id' is not a valid DOM property of 'script' I was thinking of doing things this way myself but I want to stay within the DOM so as not to have compatibility issues.
 
2)  CreateElement and AppendChild may not work as expected.
 
You can create an element and then there is a need to AppendChild.
 
Does RemoveChild actually DELETE the element or just remove it association with it's parent?
 
I suspect that RemoveChild only removes the association and not the actual element. This would result in ever growing resources being consumed on the client as more dynamic content has been transferred?
 
Having said that,I will play with this code until I get the results I want.
 
I was intending to have the head.script element in the original HTML and just change the src attribute.
 
For data in the other direction client>>server, I was playing with events dynamically linking to
 
<img src="SomePhpScriptThatOutputsAnImage.jpg?mydata=09902183">
OR
<script src="PhpUpdateData.js?mydata=887382">
OR
<script src="PhpUpdateData.PHP?mydata=887382">
 
It seems that browsers don't care what the extension is as long as the server sends back the correct header.
 
One tool I would like to have is a debugging script that shows all active nodes on the current document.
 
This would help me in those tricky instances where there are two <head> elements in one document.
 
Was anyone seen such a script of do I have to write it from scratch?
 
Thanks, Rob.
 
The scripts I used for testing -
--------------------------------
Filename testjs.htm
<html>
<head>
</head>
<body>
<script>
function test1(){
var script = document.createElement('script');
script.src = 'servertest1.js';
script.type = 'text/javascript';
script.defer = true;
var head = document.getElementsByTagName('head').item(0);
head.appendChild(script);
}
function test2(){
var script = document.createElement('script');
script.src = 'servertest2.js';
script.type = 'text/javascript';
script.defer = true;
var head = document.getElementsByTagName('head').item(0);
head.appendChild(script);
}
</script>
<span onmouseover="test1();">(Test 1) Mouse over here</span>
<span onmouseover="test2();">(Test 2) Mouse over here</span>
</body>
</html>
--------------------------------
Filename servertest1.js
alert('Hello client, I am server(1)');
--------------------------------
Filename servertest2.js
alert('Hello client, I am server(2)');
----------------------
 
Original code.
 
var script = document.createElement('script');
script.src = 'server.js';
script.type = 'text/javascript';
script.defer = true;
 
var head = document.getElementsByTagName('head').item(0);
head.appendChild(script);
 
var head = document.getElementsByTagName('head').item(0);
script.id = 'lastLoadedCommands';
var old = document.getElementById('lastLoadedCommands');
if (old) head.removeChild(script');
 

Messages 107 - 136 of 136   Newest  |  < Newer  |  Older >  |  Oldest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help