Interested in learning web development, new language or just want to keep yourself updated with what's happening in information technologies? This site brings you the vast collection of screencast / video from net that can help you learn new technology, keep you informed of what's new, provide how to video tutorials and help you advance in information technology field. Not to mention seeing is better then reading or listening.

Conquering XML with LINQ in Visual Basic 9.0

In Visual Basic 9.0, XML becomes a built-in data type with a rich editing experience that completely eliminates the conceptual barrier between the code...

Prince XML: Generating High Quality PDFs from HTML + CSS

Prince is a computer program that converts XML and HTML into PDF documents. Prince can read many XML formats, including XHTML and SVG. Prince formats d...

YAML

What is YAML? YAML = YAML Aint Markup Language! YAML is great for quickly exporting and importing data to and from your Ruby application. There seem to be many pros and cons on when to use YAML vs. XML. My rule of thumb is to use YAML when everything is controlled by your application. Use XML is you ...

XML-RPC

Before SOAP and REST, there were Remote Procedure Calls. Ruby ships with native RPC support and I'll show you how to built powerful remote API queries with 3 lines of Ruby code!

Using the XmlTextReader Class

The XmlTextReader class provides a fast, forward-only API for parsing XML documents. In this video tutorial you will see how to use the XmlTextReader to parse RSS feeds, combine it with the XmlTextWriter class and how it can be used to generate different XML formats such as Scalable Vector Graphics (...