Dynamic Graphics in the Browser
Mahemoff has just pubblished an article over at Software As She’s Developed comparing the different ways of client side rendering images:
Technorati Tags: javascript, web2.0, ajax
The ability to create rich graphics on the fly is one of the critical gaps in Ajax. There are indeed techniques to do it, albeit far from perfect, and some are do-able today if you take a pragmatic view of things and keep graceful degradation in mind.He covers a total of eight different techniques and goes into detail about the problems and advantages of:
Here I list all the techniques I can think of to create graphics and images dynamically when you’re creating an Ajax/DHTML/Javascript web app, with varying degrees of portability and usability. Starting with the obvious and ending with the obscure. Please submit any other techniques you’re aware of!!!
- SVG
- Canvas
- Dynamic images from the server
- VML
- Richer Plugin (e.g. Flash)
- CSS/DOM
- data: resource
- XBM
Technorati Tags: javascript, web2.0, ajax
