|
So lately I've been catching a lot of crap from a junior developer whenever I use the term "dHTML". I know the term is dated, but it's descriptive of what the task is: changing rendered markup on the client. I cringe whenever i see the term Ajax applied...
Started by Sasha Sklar on
, 18 posts
by 18 people.
Answer Snippets (Read the full thread at stackoverflow):
It's ....
/shrug
Or Javascript
I just call language.
They could be Ajax based UI which is still DHTML with Ajax but in the end, call it what it is.
:)
DHTML still fits in and has in my peer groups.
I call it jQuery.
|
|
Could anybody give me a url to where I can find some nice web UI stuff like the ones this website has? Ajax, dhtml, web 2.0 etc...
thanks!
Started by Bruno on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
It appears that the majority of the UI here is pretty simple and hand coded, with the fancier UI stuff.
|
|
This is a rephrase of a post I made last week . I was surprised I didn't get more of a response, thinking maybe I didn't describe/title it very well.
Simplest possible way to describe it:
Is there something like spring:bind for javascript/dhtml?
The high...
Started by morgancodes on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Adding a new element and associating data with it might... .
I do not know about libraries of the kind you described, but jQuery offers the very useful data() function which allows you to associate an arbitrary piece of data with a DOM element, using a key .
|
Ask your Facebook Friends
|
Can anyone point to a good unified comparison of various AJAX libraries? I've read about a dozen different ones, I'm about to start a project, and I'm just not confident I've explored the space of possibilities yet.
PLEASE NOTE I'm not asking for "I think...
Started by Charlie Martin on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
There are also server-side oriented platforms and wrappers....
Others still are js UI frameworks, like Dojo or extjs.
Honestly, comparing ajax frameworks is difficult, and it's impossible to get a thorough comparison and make manipulation easier.
|
|
I have to start using AJAX in a project and I don't know where to start. Can someone please help?
Started by Michael John on
, 22 posts
by 22 people.
Answer Snippets (Read the full thread at stackoverflow):
Ajax is also reffered to as "the new approach to the applicationhttp://en.wikipedia.org/wiki/....
"Ajax original "DHTML" used to be.
Term introduced back in 2005 to replace the the older term "DHTML" that did not stick well.
|
|
I have a game on Google App Engine that's based on a 25x20 HTML table (the game board). Every 3 seconds the user can "move," which sends an AJAX request to the server, at which time the server rerenders the entire HTML table and sends it to the user.
...
Started by Brandon Thomson on
, 4 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Prototype.js and jQuery make creating dhtml....
You can render that array into a table, divs or whatever you like .
The server calculates the same array and sends it back to the UI.
Be the "contract" you send to the server via ajax as JSON.
|
|
Microsoft WPF? Adobe AIR/Flex? Adobe Flash? Curl programming language?
How does AJAX fit in?
Given a server written in C++ .NET.
Started by Paul on
, 9 posts
by 9 people.
Answer Snippets (Read the full thread at stackoverflow):
Create a DHTML/Ajax app and use Google Gears to persist data so it can still about Silverlight?
Also XAML based solutions with MVP pattern applied could be very good, when UI that gave you a Web-base ....
Technology or framework.
|
|
I'm building a website where many of the pages are very interactive without having any communication with the web server. Basically, a page represents a kind of DHTML interface, where users can click on various divs to move them around and perform other...
Started by Milan Babuškov on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
If you do that, it's entirely acceptable to have lots with JavaScript:
Respond to an event... .
Save JS for UI sugar.
So, consider packaging your javascript (a la Java) into separate folders with logical of trust out of JS entirely .
An AJAX.
|
|
I am writing an ASP.NET 3.5 web app that displays a list of items. I want to be able to display a non-modal popup with details when the user selects an item. I want to be able to display several detail popups simultaneously. (i.e., the user can click ...
Started by Sisiutl on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
You can then use jQuery's AJAX API to do your server dirty work :)
jQuery Dialog UI
--
Bill Konrad
Devtacular....
See the jQuery dialog library here.
Creating a popup has very little to do with AJAX, and a lot more to do with JavaScript.
|
|
So what I'm looking for is a javascript framework I can use that has several UI controls. I have taken a look at jQuery but those controls are very basic compared to ExtJS. Are there any other competitive alternatives?
Started by fuentesjr on
, 11 posts
by 11 people.
Answer Snippets (Read the full thread at stackoverflow):
The target of Rialto is corporate web applications and not internet, the UI project has some basic components and compared to extJS there are missing lot of things plugins for most of the common....
Or understand DHTML, Ajax or DOM code.
|