![]() |
|
|
|
| ||||||
|
Welcome to the The ProgrammersTalk Community forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
| Tags: ajax, javascript, questions |
![]() |
![]() | | LinkBack | Thread Tools | Display Modes | ![]() |
| |
| ||||
| Javascript is just good old javascript, AJAX is: Quote:
I found that and i thought it answered your question ![]() |
| |||
| AJAX is javascript the acronym should be a clue. Asynchronous JavaScript and XML. and the quote Lee posted is right, there is nothing new about AJAX techniques. It's simply that a few high profile sites used the techniques and made it appear "cool & trendy" __________________ Chris Indifference will be the downfall of mankind, but who cares? Code Samples | People Counting System |
| |||
| Nope; there are quite a lot of "uncool" things that can be done using AJAX methods. here's one for example, Send Email When An Hyperlink Is Clicked - High Rankings Search Engine Optimization Forum that I put together. Another functional use is the "Fast Reply" text boxes on many forums. Urchin (Google Analytics) is another example. AJAX methods got something of a revival when Gmail appeared on the scene, from then on it became trendy to use it for just about everything. Just don't use it for including any content that you want the Search Engines to see. __________________ Chris Indifference will be the downfall of mankind, but who cares? Code Samples | People Counting System |
| ||||
| Quote:
![]() Yeah, that's true.. Google is using many of their web applications using AJAX ![]() |
| |||
| As with all javascript if it is not enabled on the user agent / client it won't run and you should provide a alternative means for these UAs to access the content/data. eg: With Gmail there is a standard webmail style interface that uses form submission and querystrings to access the interface and messages if the AJAX version does not start. __________________ Chris Indifference will be the downfall of mankind, but who cares? Code Samples | People Counting System |
| ||||
| There is a way that one can employ Ajax while preserving functionality for users without javascript enabled, search engines for example. I've written a 2 part series on my site about this at TeraTask Technologies, LLC - see "Search Engine Friendly Ajax Websites" and "SEO Friendly Web 2.0 Sites - Part 2" for details. The only "new" thing with Ajax is the ability to call back to the server using Javascript without having to load a whole new page. There were ways around this before (frames, for example), but now it is easier than ever and supported by most of the major and minor browsers which have support for javascript. As with all technologies, improper applications are to be found everywhere (take Flash designers for a great example). Ajax does have a very important place in the future; it would have been nice for it to have been properly named however so as not to attempt to usurp Javascript. |
| |||
| AJAX is such a funny thing... I've been using it for many many years before it became popular... but give it a cool name like AJAX and BAM! It's the talk of the town. XMLHttpRequest has been here for a long long time which is the engine that allows Client-Side to hit/scrape another url with JavaScript. Definitely some hardcore "Ajax" shiznit out there now though, lol __________________ Day Cares | Golf Courses | Disc Golf Courses | Campgrounds | Ice Rinks | Paintball Fields | Dentists | Plastic Surgeons | Aging Jokes Catholic Churches | Lutheran Churches | Methodist Churches | Episcopal Churches | Clean Jokes |
![]() |
| Thread Tools | |
| Display Modes | |
| |