HTML
The future of HTML (HyperText Markup Language)
Tuesday, January 31st, 2006
Category: Ajax
, CSS
, HTML
, PHP
DevArticles.com has posted all three parts of a series over on their site – “Sending Email with Ajax”. It follows a step by step process of building up the client-side interface (with Ajax’s help) and the server-side code that interacts with it (in this case PHP). Part one starts the process off, talking about the Read the rest…
Monday, January 30th, 2006
Category: Editorial
, HTML
Edd Dumbill got down and wrote a two-part series on The future of HTML In this two-part series, Edd Dumbill examines the various ways forward for HTML that Web authors, browser developers, and standards bodies propose. This series covers the incremental approach embodied by the WHATWG specifications and the radical cleanup of XHTML proposed by Read the rest…
Monday, March 14th, 2005
Category: Ajax
, HTML
, JavaScript
, Ruby
, XmlHttpRequest
James Britt has written an article titled Getting started with Orbjson (PDF). Orbjson is a JSON-RPC object request broker for JavaScript/Ruby RPC interaction. Communication between client and server is done using JSON, the JavaScript object notation Orbjson takes JSON-RPC requests, locates the correpsonding server-side object, deserializes the requrst, and invokes the method call. Orbjson then Read the rest…
Wednesday, November 30th, -0001
Category: HTML
, Sound
Thomas Sturm continues to add great content to his HTML5 stories in flight. His latest talks on HTML 5 Audio and goes into a tactic to implement rotating channels: Here is one solution to overcome the single-channel limitation of the audio tag: Use multiple rotating audio channels and assign new sounds to currently unused channels. Read the rest...