lava.alt 0 Report post Posted July 28, 2005 Know that that google is bringing new services like gmail, google suggest, maps and earth it would be interesting to know how it was done ... i was reading an article in a magazine and what they use is AJAX that means Asynchoronous Javascript + XML and it refers to the combination of Document Object Model (DOM), XHTML, CSS, XMLHttpRequest and Javascript AJAX is not a new technology, is just the combination of some other powerfull technologies ... the idea of AJAX is to make an application run from the web like if it is running in the owners pc ... to forget that sand clock when loading a web service ... This is just and introduction and the basics because i think it is interesting to know how google maps and all those dynamic sites works ... but if you want to know more try a search in google ... Share this post Link to post Share on other sites
ashiezai 0 Report post Posted July 28, 2005 Wow .. is it true? but i think google maps and earth use much more than AJAX ... From the combination i can only see those language that were used for internet ... They sure have used some other language like C++ Share this post Link to post Share on other sites
lava.alt 0 Report post Posted July 28, 2005 Wow .. is it true? but i think google maps and earth use much more than AJAX ... From the combination i can only see those language that were used for internet ... They sure have used some other language like C++ 166706[/snapback] mm i dont know if the use an alternative language like C++ y also read an article in the magazine information week and the dont mention anything of support of C++, C # or something like that ... Share this post Link to post Share on other sites
patelg 0 Report post Posted July 29, 2005 Ajax is nice but like any other technology there advantages and disadv.. Like: --Javascript is mandatory, which depends on user broser. --++It will take little longer to load for first time them it is very fast, as it has to load all scripts and contents but then it saves network bandwidth and server load by reducing the server calls. --For accessibility, it is lacking. So, it depends the way you implements it. Overall, it is best way to do web app. As the examples has been mention before like google applications. I love this "AJAX" concept and wants to try in development... Thank You..for starting this topic, it is interesting.. Share this post Link to post Share on other sites
BlaqueMajik 0 Report post Posted August 5, 2005 AJAX also used to be my nickname.Anyway, this seems like a cool concept. I will have to read some tutorials and stuff and learn it and start using it. Share this post Link to post Share on other sites
Adamrosso 0 Report post Posted August 8, 2005 Im a rookie at AJAX. i need to know it for certain coding stuff =D. It's easy to learn =) Share this post Link to post Share on other sites
Yipster 0 Report post Posted August 18, 2005 Ajax, all I know about it is its a word we banned from our geography game. ie. ONe person says something related to geography. Second persons says another geography related thing, but the thing must start with the last letter in the thing said by the first person.Can't think of anything starting with X off the the top of your head, eh?(I am Canadian)Well that was off topic. Anyways you said: the idea of AJAX is to make an application run from the web like if it is running in the owners pcSecurity risk I think so. But it would be quite interesting on how google goes through billions of pages. Share this post Link to post Share on other sites
astraesboi 0 Report post Posted August 20, 2005 somebody teach mi wats xml first.i onli noe html.and wats the dif btwn html and htm?? Share this post Link to post Share on other sites
brawler 0 Report post Posted August 20, 2005 I think Ajax is great technology. It helps out alot at work you know having to scrub them counters and stuff, it really cuts through the stains and stuff so there is no need for hard scrubbing. OH, you mean te other Ajax, oh right.Well Ajax was a great man, isn't he he one that holds up earth? Oh no that's Atlas, that's why they called Atlas's Atlas's (if that makes sense) because Atlas has so much to do with the Earth and stuff.Anyway back on to Ajax - he was really strong, see that's why the really strong cleaning agent is called Ajax - because they're both really strong!By The Way: I don't know anything about this new Ajax fella made up of other guys. Sounds complex. Share this post Link to post Share on other sites
Tyssen 0 Report post Posted August 20, 2005 somebody teach mi wats xml first.and wats the dif btwn html and htm??XML stands for EXtensible Markup Language is used to describe data. XML tags are not predefined - you have to define your own tags.There's no difference between HTML and HTM - they're both file extensions for HTML documents. Share this post Link to post Share on other sites
karlo 0 Report post Posted August 20, 2005 Ok, let's say AJAX is the best. But let's face it, in one country, probably 25% of the people there uses Windows 98 with Internet Explorer 5.5 installed, how they will be able to view AJAX-based websites? Or you can make an HTML-only version of your AJAX website. It takes time, but at least you are sure that your website is 100% compatible. Share this post Link to post Share on other sites
Static_Fury 0 Report post Posted September 19, 2005 AJAX seems to be more of a concept, much like googles new features. They are all in the"beta" or experimental stages....they are feeling things out and getting peoples reactions. If the new google is built on AJAX than i would say its going over VERY well. Share this post Link to post Share on other sites
tillo 0 Report post Posted January 18, 2006 If you say AJAX to me, I'm thinking of the dutch soccer club. Soccer is sport number 1 in the Netherlands and many people are supporting AJAX (http://english.ajax.nl/). The best soccer players of AJAX and other dutch team players are put in the dutch national team to play in the football league. Share this post Link to post Share on other sites
michaelper22 0 Report post Posted March 7, 2006 I like the new AJAX applications. I would want to make a small application that uses AJAX for reducing page loads. Ok, let's say AJAX is the best. But let's face it, in one country, probably 25% of the people there uses Windows 98 with Internet Explorer 5.5 installed, how they will be able to view AJAX-based websites? Or you can make an HTML-only version of your AJAX website. It takes time, but at least you are sure that your website is 100% compatible. As far as I know, IE 6, which supports AJAX, does run on Windows 98. I don't know how exactly, but there is a way to check if the user's browser supports AJAX; it's a few lines of JavaScript that looks for either Microsoft.XMLHTTPRequest or the XMLHTTPRequest() object (correct me on either of the above), and if both don't exist, then it will foward to HTML only version. For example, Gmail works on non-AJAX browsers. Share this post Link to post Share on other sites
Tyssen 0 Report post Posted March 7, 2006 But let's face it, in one country, probably 25% of the people there uses Windows 98 with Internet Explorer 5.5 installed That figure's a bit high. There's less than 10% of people using IE5 now. Share this post Link to post Share on other sites