2009
Scalable Vector Graphics and bitmap rendering using Flex
SVG (Scalable Vector Graphics) is one of the most important technologies in the graphics arena. Since Flex inherits most of its features from Flash, it has very good support for vector drawing. This article introduces you to the fascinating world of SVG in Flex. It teaches you how to create custom graphics and build appealing flashy components just by vector drawing.
2007
Ajax tradeoffs and the right XML encoding for you
When using XML in your Ajax apps you have to ask yourself what flavor of XML fits your needs best. Several tradeoffs are involved. Some of the obvious choices to pick from are (X)HTML, SVG or X3D if your data is graphical, Atom for snippets of data over time, OPML for simple outlines, and RDF for semantic graphs. This article gives you everything you need to decide which is the right way to encode your data for your Ajax application.
1
(2 marks)