Learning how to use the XML Serializer
Category: Languages > .net
Posted: 24 Jun 09
In this episode we will take a look at how to utilize the XML Serializer to make your life easier.
We will take a look at how you can simplify your coding efforts when you need to turn an object model into XML or your XML document into an object model
|
|
|
|
|
The Javascript Document Object Model - DOM
Category: Web Development > Javascript
Posted: 10 Jun 07
The Document Object Model is a representation of the whole document as nodes and attributes. You can access each of these nodes and attributes and change or remove them. You can also create new ones or add attributes to existing ones. In other words: the document is yours!
|
|
Joe Hewitt - FireBug
Category: Web Development > Plugin
Posted: 19 May 07
Joe Hewitt, Mozilla developer and author of DOM Inspector, speaks at Yahoo about his new debugging extension for Firefox. [Poor audio quality.]
|
|
|
|
|