dynamic widgets with innerHtml
Note on how to get Dojo widgets, loaded via AJAX, to work.
Blog:
mHub -
Read More...
Alternate Ajax Techniques, Part 1
By now, nearly everyone who works in web development has heard of the term Ajax, which is simply a term to describe client-server communication achieved without reloading the current page. Most articles on Ajax have focused on using XMLHttp as the means to achieving such communication, but Ajax techniques aren't limited to just XMLHttp. There are several other methods; we'll explore some of the more common ones in this series of articles.
Blog:
mHub -
Read More...
New Javascript/Canvas Graph library
Dave Hoover and I have been working on a little library that can draw graphs. (Graphs, not charts). The overall goal is to provide similar functionality to Graphviz/Dot - running entirely in the browser - and with better interactive features. It's currently named Webdep and/or Graph.
Blog:
mHub -
Read More...
Rico rounded corners without all of Rico
I extracted and made very minimal changes to Rico's rounded corner implementation so I could use it without needing all of Rico. Currently I'm using Script.aculo.us in all of my projects and didn't need all of Rico, but Script.aculo.us doesn't have a Rounded Corners implementation. All credit to the talented guys over at OpenRico for this!
Blog:
mHub -
Read More...
Learn xajax in 10 Minutes
xajax is designed to be extremely easy to implement in both existing web applications as well as new projects. You can add the power of xajax to nearly any PHP script in seven easy steps.
Blog:
mHub -
Read More...
Very Dynamic Web Interfaces
One of the classic drawbacks to building a web application interface is that once a page has been downloaded to the client, the connection to the server is severed. Any attempt at a dynamic interface involves a full roundtrip of the whole page back to the server for a rebuild--a process which tends to make your web app feel inelegant and unresponsive. In this article, I'll be exploring how this problem can be tackled with the use of JavaScript and the XMLHttpRequest object.
Blog:
mHub -
Read More...
Alternatives to innerHTML
The focus of this article will be to show you ways of doing things commonly reserved for innerHTML with only DOM methods. In each example, the innerHTML method will be shown, followed by its DOM based alternative.
Blog:
mHub -
Read More...
Dynamic HTML and XML: The XMLHttpRequest Object
As deployment of XML data and web services becomes more widespread, you may occasionally find it convenient to connect an HTML presentation directly to XML data for interim updates without reloading the page. Thanks to the little-known XMLHttpRequest object, an increasing range of web clients can retrieve and submit XML data directly, all in the background. To convert retrieved XML data into renderable HTML content, rely on the client-side Document Object Model (DOM) to read the XML document node tree and compose HTML elements that the user sees.
Blog:
mHub -
Read More...
Drag & Drop Sortable Lists with JavaScript and CSS
In Web applications I've seen numerous, and personally implemented a few, ways to rearrange items in a list. All of those were indirect interactions typically involving something like up/down arrows next to each item. The most heinous require server roundtrips for each modification...boo.
Blog:
mHub -
Read More...
Mastering Ajax, Part 2
Make asynchronous requests with JavaScript and Ajax. In this article, you'll begin with the most fundamental and basic of all Ajax-related objects and programming approaches: The XMLHttpRequest object.
Blog:
mHub -
Read More...
Voyager
WebDev - AJAX Instant Tutorial
Blog:
mHub -
Read More...
sorttable
Make all your tables sortable
Blog:
mHub -
Read More...
Behaviour
Using CSS selectors to apply Javascript behaviours
Blog:
mHub -
Read More...
Guide to Using XMLHttpRequest
Using XMLHttpRequest with php and mysql
Blog:
mHub -
Read More...
« First < 2 3 4