Ajax

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.



Go Back   Webforumz.com > Main Forums > Program Your Website > JavaScript Forum

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old May 26th, 2006, 17:21
New Member
Join Date: May 2006
Location: DE
Age: 33
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Ajax

Is anyone using AJAX in their websites?
Reply With Quote

  #2 (permalink)  
Old May 26th, 2006, 17:41
Up'n'Coming Member
Join Date: Nov 2005
Location: England
Posts: 71
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Ajax

lots of people! what do you want to know?
Reply With Quote
  #3 (permalink)  
Old May 26th, 2006, 19:36
New Member
Join Date: Aug 2005
Location: Scotland, United Kingdom
Age: 20
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to stoney666
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.
Reply With Quote
  #4 (permalink)  
Old May 27th, 2006, 12:37
masonbarge's Avatar
Highly Reputable Member
Join Date: Jan 2006
Location: Atlanta GA
Posts: 631
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Ajax

If you want to see Ajax kick ass, use Google's map function. I'm in awe -- in awe of Google's coding team and in awe of seeing what an internet-connected computer can do. It makes MapQuest look like a horse and buggy.
Reply With Quote
  #5 (permalink)  
Old Jun 27th, 2006, 16:07
New Member
Join Date: Jun 2006
Location: Bristol, UK
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
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.
Reply With Quote
  #6 (permalink)  
Old Jul 1st, 2006, 22:17
Junior Member
Join Date: May 2006
Location: Manchester. UK
Age: 17
Posts: 37
Thanks: 0
Thanked 0 Times in 0 Posts
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.
Reply With Quote
  #7 (permalink)  
Old Jul 2nd, 2006, 10:14
New Member
Join Date: Jun 2006
Location: UK
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Thumbs down Re: Ajax

Quote:
Originally Posted by scorbett
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.
Your site doesn't work on a Mac. Bummer, I was looking forward to that.
Reply With Quote
  #8 (permalink)  
Old Jul 2nd, 2006, 10:29
New Member
Join Date: Jun 2006
Location: Bristol, UK
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
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 :-)
Reply With Quote
  #9 (permalink)  
Old Jul 2nd, 2006, 12:49
spinal007's Avatar
Moderator
Join Date: Mar 2004
Location: Good Ol'London
Age: 22
Posts: 1,620
Blog Entries: 1
Thanks: 0
Thanked 2 Times in 2 Posts
Send a message via ICQ to spinal007 Send a message via MSN to spinal007 Send a message via Yahoo to spinal007 Send a message via Skype™ to spinal007
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.
Reply With Quote
  #10 (permalink)  
Old Jul 2nd, 2006, 15:30
Reputable Member
Join Date: Mar 2005
Location: Margaritaville (a state of mind somewhere between Inebriation and San Diego), CA
Posts: 233
Thanks: 4
Thanked 0 Times in 0 Posts
Re: Ajax

I'm still trying to figure out what all the buzz is about. How is Ajax different than DHTML?
Reply With Quote
  #11 (permalink)  
Old Jul 4th, 2006, 08:10
spinal007's Avatar
Moderator
Join Date: Mar 2004
Location: Good Ol'London
Age: 22
Posts: 1,620
Blog Entries: 1
Thanks: 0
Thanked 2 Times in 2 Posts
Send a message via ICQ to spinal007 Send a message via MSN to spinal007 Send a message via Yahoo to spinal007 Send a message via Skype™ to spinal007
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)
Reply With Quote
  #12 (permalink)  
Old Jul 11th, 2006, 17:51
Reputable Member
Join Date: Mar 2005
Location: Margaritaville (a state of mind somewhere between Inebriation and San Diego), CA
Posts: 233
Thanks: 4
Thanked 0 Times in 0 Posts
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?
Reply With Quote
  #13 (permalink)  
Old Jul 12th, 2006, 07:13
spinal007's Avatar
Moderator
Join Date: Mar 2004
Location: Good Ol'London
Age: 22
Posts: 1,620
Blog Entries: 1
Thanks: 0
Thanked 2 Times in 2 Posts
Send a message via ICQ to spinal007 Send a message via MSN to spinal007 Send a message via Yahoo to spinal007 Send a message via Skype™ to spinal007
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)
Reply With Quote
Reply

Tags
ajax

Thread Tools

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

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

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


All times are GMT. The time now is 04:37.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43