07th September 2011
When you group elements in flash, you can manipulate them as one equity. Drawing and desktop publishing programs offer the ability to group objects, so if you are accustomed to working in a program such as this, grouping objects will be a familiar task. ...
Read >
15th August 2011
The .NET platform provides a way for programmers to embed additional metadata into an assembly using attributes. In a nutshell, attributes ate nothing more than code annotations that can be applied to a given type, member, assembly, or module. The idea of...
Read >
01st July 2011
In Summary XML looks like such a trivial thing, but it will probably have more impact on the evolution of computing then any technology since the advent of HTML.XML is fundamentally a language to manage resources, whether those resources are documents, da...
Read >
24th June 2011
Consider the following sequence: A query against a database generates an XML object but that object may not be in quite the form that you need. So you transform that object with an XSL transform and send the resultant data across the wire to another proce...
Read >