Affiliate Programs
 
Search affiliate programs for: 
Affiliate Categories
» Affiliate Networks
» Ad Networks
» 2 Tier Programs
» Pay Per Sale
» Pay Per Lead
» Residual Income
» Datafeeds
» Multi Tier Programs
» Business Opps
» Other Programs

Newsletter
Get newly added affiliate programs by email. Enter your email here:
Article Categories
» Affiliate Marketing
» Business
» Ecommerce
» Hosting
» Marketing
» Sales
» Web Designing
» Webmasters
» SEO & Promotion
» Working At Home
» Other Articles
» Affiliate Glossary


Go Back   AffiliateSeeking Forum > Website Creation, Design & Maintenance > Programming

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

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 05-27-2007, 09:31 AM
subodh subodh is offline
Member
 
Join Date: May 2007
Posts: 61
subodh is on a distinguished road
Default What is ajax?

This terms now a days lot repeating web site programming. I can't understand it properly. Can anyone please tell me that what is ajax? And what it's uses in website development.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 05-28-2007, 07:43 AM
kingjacob's Avatar
kingjacob kingjacob is offline
Senior Member
 
Join Date: May 2007
Posts: 138
kingjacob is on a distinguished road
Its using javascript and other client side languages for site functionality instead of accessing a database with php. The most common example is expandable "tables" or how you see the number increase instantly when you digg something.
__________________
Support Open Science
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 05-28-2007, 07:10 PM
1mak 1mak is offline
Senior Member
 
Join Date: May 2007
Location: Vienna, Austria
Posts: 109
1mak is on a distinguished road
i am not an expert but a noob in programming.

what i have heard is that it allowes the server to communicate (eg load something on your page) without refreshing the page.


but i dont know exactly.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 05-28-2007, 10:23 PM
RovingCalypso RovingCalypso is offline
Senior Member
 
Join Date: May 2007
Posts: 100
RovingCalypso is on a distinguished road
Simply put, Ajax bring the web applications one step closer to your, say, windows applications. Drag and drop, instant changes, no refreshes. (gmail and google talk integrated into that).
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 05-29-2007, 04:08 AM
MarkDp MarkDp is offline
Junior Member
 
Join Date: May 2007
Posts: 23
MarkDp is on a distinguished road
Send a message via Yahoo to MarkDp
I think ajax makes the webpages more responsive. By not reloading the webpages every time you click it also speeds up whatever you are doing.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 05-29-2007, 08:45 PM
kingjacob's Avatar
kingjacob kingjacob is offline
Senior Member
 
Join Date: May 2007
Posts: 138
kingjacob is on a distinguished road
For an example of ajax, click here thats FAQ at adgridwork, how the answer appears when you click the question is ajax.
__________________
Support Open Science
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 05-31-2007, 08:00 AM
SSJJ SSJJ is offline
Member
 
Join Date: May 2007
Posts: 41
SSJJ is on a distinguished road
www dot ajaxinfo dot com / default~viewart~5 dot htm

Please visit this URL
Hope this helps
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 06-05-2007, 04:26 PM
joshua joshua is offline
Senior Member
 
Join Date: Jun 2007
Posts: 100
joshua is on a distinguished road
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.
Ajax is a major base for web 2.0
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 02-19-2009, 12:04 PM
the ssl store the ssl store is offline
Junior Member
 
Join Date: Feb 2009
Posts: 4
the ssl store is on a distinguished road
Thumbs up Asynchronous JavaScript and XML

AJAX(Asynchronous JavaScript and XML), now a days this word comes when we talk about web development, not going into much technical detail this technology is used for partial postback.
Confused, as we all know that we need to control the rapidly growing traffic over internet, so experts have found this technology that instead of sending the whole page back to the server there must be some technique to post some part of the page that needs to be refreshed, and this can be achieved using AJAX......
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 04-30-2009, 11:47 AM
Kamelo Kamelo is offline
Junior Member
 
Join Date: Jan 2009
Posts: 3
Kamelo is on a distinguished road
Ajax is quite new web development technology, it became quickly very popular, but still a lot of people do not know what it is and how to make a use of it.

To understand when to use Ajax, you need to know what it is and what it does. Ajax is acronym of Asynchronous JavaScript and XML, this name may be confusing because we can use Ajax without XML, so i guess XML means here only some kind of markup language to describe processed data by JavaScript, not necessary XML data that we know it can be HTML code as well.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #11 (permalink)  
Old 08-27-2009, 08:43 PM
tanja tanja is offline
Senior Member
 
Join Date: Dec 2008
Posts: 1,667
tanja is on a distinguished road
Dudes, 4ek it out: 5 years ago I thought that AJAX is a soccer team
__________________
software development | designer clothes
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #12 (permalink)  
Old 09-29-2009, 06:29 PM
Symbyo SEM Symbyo SEM is offline
Junior Member
 
Join Date: Oct 2008
Posts: 28
Symbyo SEM is on a distinguished road
Like DHTML, LAMP, or SPA, Ajax is not a technology in itself, but a term that refers to the use of a group of technologies together. In fact, derivative/composite technologies based substantially upon Ajax, such as AFLAX, are already appearing. The Term AJAX refers to, Asynchronous JavaScript and XML.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #13 (permalink)  
Old 10-12-2009, 08:18 AM
justin11 justin11 is offline
Member
 
Join Date: Oct 2009
Posts: 32
justin11 is on a distinguished road
Ajax or Asynchronous JavaScript and XML is a way of programming for the Web for faster accessing. Data, content, and design are merged together. When your customer clicks on something on an Ajax driven application, there is very little lag time. The page simply displays what they're asking for.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #14 (permalink)  
Old 05-18-2010, 04:46 AM
robertgilbart robertgilbart is offline
Junior Member
 
Join Date: May 2010
Posts: 17
robertgilbart is on a distinguished road
Ajax (Asynchronous JavaScript and XML) is a method of building interactive applications for the Web that process user requests immediately. Ajax combines several programming tools including JavaScript, DHTML, Extensible Markup Language, cascading style sheets, the Document Object Model, and the Microsoft object, XMLHttpRequest. Ajax allows content on Web pages to update immediately when a user performs an action, unlike an HTTP request, during which users must wait for a whole new page to load.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #15 (permalink)  
Old 05-19-2010, 12:24 PM
scroozlewis scroozlewis is offline
Junior Member
 
Join Date: May 2010
Posts: 17
scroozlewis is on a distinguished road
AJAX stands for Asynchronous JavaScript and XML. AJAX is a technique for creating fast and dynamic web pages. AJAX allows web pages to be updated asynchronously by exchanging small amounts of data with the server behind the scenes. This means that it is possible to update parts of a web page, without reloading the whole page. Classic web pages, must reload the entire page if the content should change.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #16 (permalink)  
Old 05-26-2010, 07:46 AM
andrikcode andrikcode is offline
Junior Member
 
Join Date: May 2010
Posts: 17
andrikcode is on a distinguished road
The name AJAX is short for Asynchronous JavaScript and XML. It uses the JavaScript XML Http Request function to create a tunnel from the client's browser to the server and transmit information back and forth without having to refresh the page. Ajax applications, can send requests to the web server to retrieve only the data that is needed, usually using SOAP or some other XML-based web services dialect.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #17 (permalink)  
Old 05-26-2010, 10:00 PM
doblo7 doblo7 is offline
Junior Member
 
Join Date: May 2010
Posts: 23
doblo7 is on a distinguished road
A number of platforms require AJAX or at least help applications run better & more smoothly - DNN is one.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #18 (permalink)  
Old 06-03-2010, 11:20 AM
iimmdeepak iimmdeepak is offline
Senior Member
 
Join Date: May 2010
Location: Indore,india
Posts: 250
iimmdeepak is on a distinguished road
AJAX is base for the WEB 2.0 it uses the combination of javascript and XML and provide better results
Thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #19 (permalink)  
Old 06-04-2010, 06:56 AM
greighuge greighuge is offline
Junior Member
 
Join Date: May 2010
Posts: 17
greighuge is on a distinguished road
AJAX is 'Asynchronous Java and XML' and in plain English. AJAX, is a group of interrelated web development techniques used for creating interactive web applications or rich Internet applications. With Ajax, web applications can retrieve data from the server asynchronously in the background without interfering with the display and behavior of the existing page.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #20 (permalink)  
Old 07-19-2010, 11:36 AM
ndrewstrauss ndrewstrauss is offline
Junior Member
 
Join Date: Jan 2010
Posts: 18
ndrewstrauss is on a distinguished road
Asynchronous JavaScript and XML or Ajax for short is new web development system used for the development of most interactive website. Ajax is to offer easy and normal revenue for a web page to converse with the server without a complete page refresh.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 06:01 PM.


Powered by vBulletin® Version 3.6.7
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.0.0
© 2004-2011 AffiliateSeeking. All rights reserved.