This is a discussion on "Ajax" within the JavaScript Forum section. This forum, and the thread "Ajax are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
Ajax
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
Ajax
Is anyone using AJAX in their websites?
|
|
|
|
|||
|
Re: Ajax
lots of people! what do you want to know?
|
|
|||
|
Re: Ajax
Check out the live search at Ordered List by Steve Smith for a good example of someone using AJAX. There's lots more, but thats the only website that came to mind.
|
|
|||
|
Re: Ajax
I'm using it on my new site at www.yapura.net too. I perform async searches against Amazon's ecommerce web service to find products matching your search criteria. The UI is really responsive - much better than paging through loads of pages of results waiting for each new page to be loaded like you have to using Amazon's own web site.
|
|
|||
|
Re: Ajax
Currently learning this awesome thing in-depth although I know quite a lot of the basic implementations, I will be coding part of my upcoming Content Management System in AJAX for cool dynamic looks.
|
|
|||
|
Quote:
|
|
|||
|
Re: Ajax
OK - thanks for letting me know - I'll try to fix the problem!!!
I'll post here again when I manage to sort it out. Steve :-) |
|
||||
|
Re: Ajax
I'm sorry to all you graphic designers but I HATE MACS!
Come to it, I hate Windows too... I just put up with it! AJAX: I'm just getting started with Ajax myself. I'm using it to improve user experience in my content management system (back-end). It helps you do the little things that make the user's life that little bit easier...
Last Blog Entry: Random String in Javascript (Apr 21st, 2008)
Last edited by spinal007; Jul 2nd, 2006 at 12:51. |
|
|||
|
Re: Ajax
I'm still trying to figure out what all the buzz is about.
|
|
||||
|
Re: Ajax
for starters,
DHTML is a markup language. Java Script is a scripting language. Ajax is a java script "platform" (I prefer to call it a methodology). The idea is that, rather than requesting a new page everytime, you send small requests to the server and dynamically update sections of the page. It's Java script, only it works in real time with live data directly from the server. Want an example? The quickly reply function on this site uses ajax... Have you noticed how you don't have to leave the page?
Last Blog Entry: Random String in Javascript (Apr 21st, 2008)
|
|
|||
|
Re: Ajax
Does anyone else use the personalized home page (http://www.google.com/ig?hl=en) on Google? The means by which you drag and drop to arrange the content you've selected is extremely cool. Is that Ajax?
|
|
||||
|
Re: Ajax
Yes and no.
Don't mistake Ajax with standard Javascript... It's a very crude misconception I've been reading around the web (and it's really begining bugging me, lol). The drag/drop effect is just Javascript. Nothing to do with Ajax. You don't "need Ajax" for it. Ajax comes in when saving your page settings. It's is nothing but the method used to send a small piece of information to the server. You modify the page locally with Javascript. The script sends a request to the Google server (Ajax), which the stores your settings.
Last Blog Entry: Random String in Javascript (Apr 21st, 2008)
|
![]() |
| Tags |
| ajax |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| AJAX Help | alexgeek | JavaScript Forum | 3 | Oct 16th, 2007 07:04 |
| What is Ajax? | Daniel | Other Programming Languages | 17 | Apr 4th, 2007 14:50 |
| Ajax Messages (Ajax Demonstration) | iMarc | JavaScript Forum | 1 | Mar 21st, 2007 22:48 |
| PHP AJAX HOW-TOs | nuk | PHP Forum | 1 | Jan 5th, 2007 15:29 |
| CSS and AJAX | magicmarc | Web Page Design | 7 | Aug 6th, 2006 13:21 |