|
In quite a few answers to questions related to sending requests to servers, I see the use of Javascript/AJAX being advocated.
I'm still kind of a purist, in the sense that I try to develop sites that fully work without the use of Javascript/AJAX first...
Started by fireeyedboy on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
You could load content through AJAX - users with JS on will get it faster, and users.
Software on will benefit from.
Web sites are software.
It's perfectly fine to require users to have a browser that supports ajax.
|
|
I would like to how much JavaScript & AJAX can effect the performance of a website and many people prefer to use AJAX rather than using flash slide shows? What are your views about it/
Started by joe12joe on
, 13 posts
by 13 people.
Answer Snippets (Read the full thread at webcosmoforums):
Use of javascript and ajax in your website....
Hello,
AJAX is asynchronous javascript and xml.
AJAX is use to send the case.
Of javascript program where as javascript is a client side programming language.
|
|
Hi!
I am trying to obtain the url from the innerHTML of a web page using javascript.
This is what I'm doing:
var goog = newTabBrowser.contentDocument.getElementsByTagName("pre")[0].innerHTML; alert(goog.responseData.results[0].url);
BUT it wont work :...
Started by Lily on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
For example, (using the json2.js JSON library):
var googString.
Into a JavaScript object.
|
Ask your Facebook Friends
|
I'm working on my first Ruby on Rails aplication and it's quite big (at least for me ;) - database has about 25 tables). I'm still learning Ruby and Rails and I never wrote anything in Javascript nor Ajax. Should I add Ajax to my application from the ...
Started by klew on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
For example, action links that use AJAX should with a traditional....
Also consider how to make it work without AJAX (or javascript at all), too so that your design, but that important functionality works in the absence of javascript.
|
|
Should I avoid JavaScript , jQuery, flash, Ajax, Silverlight if i want to make my site cross platform compatible (PC, iPHONE other mobiles, PDA) and Accessible(screen reader compatible)?
Should i only use xhtml css with server side language for wider ...
Started by jitendra on
, 9 posts
by 9 people.
Answer Snippets (Read the full thread at stackoverflow):
No, with gracefull degradation you build the website to work without javascript, and put be to make a basic site devoid of any fancy stuff (JavaScript, Flash, etc.) and make that site JavaScript (WEBAIM) http://www.webaim....
The iPhone.
|
|
Hi,
I am writing a software for a website where people can manage the website content. The interface is similar to Windows with all those windows floating around, click-able components, type-able text fields, etc. The admin interface is written in JavaScript...
Started by Tower on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
I rarely separate the AJAX....
For custom JS, with AJAX calls a two-tier architecture would be more than sufficient.
Version 2 is jQuery based so you'll get the power of that fantastic an architecture .
For front end JavaScript applications.
|
|
I have a unique idea for a browser based application that I'm considering developing and selling. The only problem is that it would all be HTML/Javascript based code. It is not a web-based service that I would host and others would use. It is something...
Started by Jakobud on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
But someone could probably crack the application in ....
Source code in a Ajax/HTML app you should be using a tool like use YUI JavaScript and Css compressor of is to obfuscate the production version of your HTML and Javascript code.
|
|
I want to write ajax code in java i.e. i want use the functionality of ajax without using ajax. I'm looking for some API of JAVA which can do so.
Like we post data of a web page through JAVA program similarly I want to perform operation of ajax through...
Started by Ritesh Sharma on
, 11 posts
by 11 people.
Answer Snippets (Read the full thread at stackoverflow):
If your application is running on browser and its that doesn't require developers to write HTML or JavaScript
GWT - Java software development framework javascript ....
To generate JavaScript (AJAX) code is not natural.
|
|
It seems that the sites and applications that use AJAX are growing rapidly. And probably one of the major reasons for using AJAX is to enhance the user experience. My concern is that just because the project CAN use AJAX, doesn't mean that it SHOULD.
...
Started by Randell on
, 9 posts
by 9 people.
Answer Snippets (Read the full thread at stackoverflow):
And if you don't expect software to drive the requests, I sure hope you have, then you could make a good case ....
You definitely should avoid AJAX when you are sure that your clients will be using "not javascript without AJAX.
|
|
Http://blog.urbantastic.com/post/81336210/tech-tuesday-the-fiddly-bits
Heath from Urbantastic writes about his HTML generation system:
All the HTML in Urbantastic is completely static. All dynamic data is sent via AJAX in JSON format and then combined...
Started by mannicken on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
All dynamic data is sent via AJAX in JSON format and then combined with the HTML using Javascript....
Div>
And then in JavaScript:
var response = // <- AJAX response var container"All the HTML in Urbantastic is completely static.
|