Tweet #dr_clue
Server
-=<()>=-
Clicking the [Goozle] logo leads to an old, but interesting Xbrowser element that provides a drag-n-drop
interface to various Google search properties in the theme of a puzzle. Not only
is this unit cross browser, but has remained functional through years of browser gyrations.
Here is another ancient Inmformation out of date, yet interesting example of early dynamic HTML
featuring an interactive map , dynamic fare tables etc. This demo is from 1999 and leveraged
an early browser normalization library shaerd by a few other demos and projects of that era as well.
CalTrain trip planner
This little demo is of a programmable web trainset, which can be almost as much fun as the one under the Christmas tree. :)
Here too that same DHTML library was used.
Animated web toy train set.
Using that same decade old libray from the CalTrain demo gets this classic Outer Limits TV animation.
Outer Limits TV animation
CSS
Very adept at extrapolating design goals from minimal information , or
coding pixel perfect HTML/CSS from design images for elastic,fixed
and platform adaptive designs. Can also exploit and make fallbacks for) CSS3
animation features.
If one looks closely, this page uses several CSS3 items, including this tabbed box
and the starburst animation!
Since some of the earliest browsers , conducting transactions with a back end after page load
has been standard development fare, be it XHR,Script elements,iframes,websockets or other methods of
post load communications.
Typically when given a choice, data is delivered as either XML or JSONized XML, although
many other formats have been encountered and supported.
These days, the absolute best post-load communications technique is IMHO WebSockets, which
are faster,event driven, and extremely low overhead and most importantly NO POLLING!