|
|
| Programming Get help with creating your scripts/software or help others. Discuss anything relating to programming. Includes PHP, Perl, C++, ColdFusion, etc. |

07-20-2010, 07:05 AM
|
|
Junior Member
|
|
Join Date: Jul 2010
Posts: 18
|
|
|
Ajax is acronym for Asynchronous JavaScript. It is one of the mediums of programming for the Web. It ensures a beautiful blend of data, content and design.
|

08-03-2010, 01:09 PM
|
|
Junior Member
|
|
Join Date: Aug 2010
Posts: 25
|
|
|
AJAX stands for Asynchronous JavaScript. Ajax is not a proprietary technology or a packaged product. It permits content on Web pages to update instantly when a user performs an action.
|

12-15-2010, 12:58 PM
|
|
Member
|
|
Join Date: Jul 2010
Location: South Delhi
Posts: 83
|
|
|
i agree give above post by MarkDp. He has give nice tips for Ajax.
|

12-23-2010, 05:13 AM
|
|
Banned
|
|
Join Date: Dec 2010
Posts: 16
|
|
|
Ajax is a method to develop web applications that combines XHTML and CSS standards based presentation that interaction with the page DOM, exchange data with XML and XSLT, asynchronous data retrieval with XMLHttpRequest JavaScript to tie it all together.
|

01-06-2011, 02:11 PM
|
 |
Member
|
|
Join Date: Dec 2010
Posts: 53
|
|
|
ajax is very good on database site or kind of that, but not good for SEO
|

01-14-2011, 07:17 AM
|
|
Member
|
|
Join Date: Jan 2011
Posts: 55
|
|
|
They are like the fancy sportscar of Web sites. Web applications allow the designer and developer to get together and solve a problem for their customers that the customers might not have even know they had. That's how the blogging tools like MovableType and Blogger came about after all.
|

01-28-2011, 11:31 AM
|
|
Member
|
|
Join Date: Jan 2011
Posts: 55
|
|
|
The Ajax engine works within the Web browser (through JavaScript and the DOM) to render the Web application and handle any requests that the customer might have of the Web server. The beauty of it is that because the Ajax engine is handling the requests, it can hold most information in the engine itself, while allowing the interaction with the application and the customer to happen asynchronously and independently of any interaction with the server...
|

02-05-2011, 05:34 PM
|
 |
Senior Member
|
|
Join Date: Dec 2010
Location: 1 King Street, 1 King Street,Altofts, Wakefieldd, West Yorshire
Posts: 296
|
|
|
AJAX stands for asynchronous java script and XML can be implemented with any web development and scripting language to increase interactivity in a website.
|

05-05-2011, 04:11 AM
|
|
Junior Member
|
|
Join Date: May 2011
Posts: 17
|
|
|
Really impressed! Everything is very open and very clear explanation of issues. It contains truly information. Your website is very useful. Thanks for sharing. Looking forward to more!
|

05-05-2011, 02:11 PM
|
|
Junior Member
|
|
Join Date: May 2011
Posts: 5
|
|
|
ajax is very good
i use him and i work with him
|

05-13-2011, 07:09 AM
|
 |
Member
|
|
Join Date: May 2011
Location: Earth
Posts: 48
|
|
Ajax
AJAX = Asynchronous JavaScript and XML.
AJAX is not a new programming language, but a new way to use existing standards.
AJAX is the art of exchanging data with a server, and update parts of a web page - without reloading the whole page.
You want to learn more about AJAX then open below link:
w3schools.com/Ajax/Default.Asp 
|

05-13-2011, 07:51 AM
|
|
Member
|
|
Join Date: Apr 2011
Posts: 39
|
|
|
Ajax is a way of developing Web applications that combines:
XHTML and CSS standards based presentation
Interaction with the page through the DOM
Data interchange with XML and XSLT
Asynchronous data retrieval with XMLHttpRequest
JavaScript to tie it all together
|

05-25-2011, 05:32 PM
|
|
Senior Member
|
|
Join Date: May 2011
Posts: 392
|
|
|
you may have seen at some registration form, check username validity, thats the purpose of AJAX. it does not send the whole page to server, only a single field is validated from the server and response is forwarded back to the html page without refreshing it.
|

05-26-2011, 04:24 PM
|
 |
Senior Member
|
|
Join Date: Dec 2010
Location: 1 King Street, 1 King Street,Altofts, Wakefieldd, West Yorshire
Posts: 296
|
|
|
AJAX stands for Asynchronouns JavaScript and XML which is used to integrate different java script patterns in a webpage to make it attractive.
|

06-01-2011, 01:05 PM
|
|
Senior Member
|
|
Join Date: May 2011
Posts: 392
|
|
|
when you have a small area of your site page which you want to communicate with the server and you dont want to send or refresh the whole page, e.g. in Captcha images this is done through the AJAX, which takes the response of a small portion of your site page and displays on the site.
|

06-07-2011, 11:41 AM
|
|
Member
|
|
Join Date: May 2011
Posts: 70
|
|
|
You are right" MarkDp " ajax makes the webpages more responsive. By not reloading the webpages every time you click it also speeds up whatever you are doing.
|

06-07-2011, 07:45 PM
|
|
Junior Member
|
|
Join Date: Jun 2011
Posts: 6
|
|
|
AJAX is a technique to fetch the data from the server asynchronously without reloading the entire page.
|

06-08-2011, 08:43 AM
|
|
Senior Member
|
|
Join Date: May 2011
Posts: 392
|
|
|
you may have used Captcha images while creating accounts on some sites, AJAX is used to communicate a small portion of a web page with the server without refreshing the whole page.
|

06-08-2011, 09:52 AM
|
|
Member
|
|
Join Date: May 2011
Posts: 70
|
|
Quote:
Originally Posted by tylerlongtw
you may have used Captcha images while creating accounts on some sites, AJAX is used to communicate a small portion of a web page with the server without refreshing the whole page.
|
I think it is also necessary to use captcha images while creating accounts on sites.
|

06-21-2011, 01:38 PM
|
|
Member
|
|
Join Date: Jun 2011
Posts: 33
|
|
|
According to me, Ajax is not a new language but a combination of Javascript and XML. It basically allows the server to communicate with the browser without refreshing the page.
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT +1. The time now is 06:04 PM.
|