![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#11 |
|
Resident Grouch
![]() ![]() ![]() ![]() ![]() ![]() Join Date: Jun 2005
Posts: 6,453
Rep Power: 10
![]() |
And here I thought Ajax was a foaming cleanser....
. I guess I need to get down to the nitty-gritty.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code. Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers |
|
|
|
|
|
#12 |
|
Expert Programmer
Join Date: Aug 2005
Location: Rotterdam, the Netherlands
Posts: 942
Rep Power: 4
![]() |
In the Netherlands it's a soccerclub as well
![]() |
|
|
|
|
|
#13 | |
|
Hobbyist Programmer
|
Quote:
![]() Widely used technology, not true. Yes it uses javascript but you need a plug-in to run it on the server. First thing from microsoft that appear to be open source. Like I said... I'll tell you if its worth it. |
|
|
|
|
|
|
#14 | |
|
Hobbyist Programmer
Join Date: Nov 2005
Posts: 122
Rep Power: 3
![]() |
Plugin? I think not, baby-puppy...
Quote:
__________________
"I'm going to become rich and famous when I invent a device that allows you to stab people in the face over the internet" |
|
|
|
|
|
|
#15 |
|
Hobbyist Programmer
|
Maybe plug-in istent the right term... You need to add 2 new dll files to the bin folder. I already use a pure java script based one but I want to see what asp.net has to offer.
|
|
|
|
|
|
#16 | |
|
Programming Guru
![]() Join Date: Oct 2004
Location: namespace std
Posts: 1,246
Rep Power: 5
![]() |
Quote:
a good foundation in html, css, and javascript can do amazing things (along with a good image editor).
__________________
i put on my robe and wizard hat... Have you ever heard of Plato, Aristotle, Socrates?...Morons. |
|
|
|
|
|
|
#17 | |
|
Professional Programmer
|
Quote:
You said you need a plug in to run it on a server. No. You don't. If you want to develop AJAX with a framework, then you need that framework installed on the server (ie, Ruby on Rails or whatever MS is coming out with (atlas I think is the name of it)). The idea is to make it easier to develop by providing helper functions, etc, much like any other framework (.NET for example). |
|
|
|
|
|
|
#18 | |
|
Professional Programmer
Join Date: Mar 2005
Location: Student of University of Mumbai, Maharashtra State, India
Posts: 344
Rep Power: 4
![]() |
Quote:
__________________
Visit: http://www.somaiya.edu |
|
|
|
|
|
|
#19 | |
|
Programming Guru
![]() |
Quote:
All Ajax is is Asynchronous Javascript that uses the the XML objects in Javascript to synchronize data with the webserver, a webserver can serve these XML objects already with a language like PHP to update them... http://en.wikipedia.org/wiki/AJAX
__________________
|
|
|
|
|
|
|
#20 |
|
Resident Grouch
![]() ![]() ![]() ![]() ![]() ![]() Join Date: Jun 2005
Posts: 6,453
Rep Power: 10
![]() |
The benefit of using client-side script for things like this is that one can make short http requests of the server without reloading an entire page that might be very heavy with images and whatnot (and isn't cached). It reduces the demands on the server and the infrastructure, as well as the bandwidth. It's why Google Maps doesn't have to reload everything when you do some small something that needs some server attention. Obviously, much of the to-do about it is, nevertheless, marketing-related.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code. Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|