Simple XML Movie CMS In C#
Saturday, March 28th, 2009
Quick Note on reading and writing XML documents in C#. This can be done in many ways, some of them are sure easier and some are harder. I’m going to build a simple XML Movie CMS.

Quick Note on reading and writing XML documents in C#. This can be done in many ways, some of them are sure easier and some are harder. I’m going to build a simple XML Movie CMS.

I have developed a fully Ajax enabled web application using Java Servlets and JSON. It’s working great, but the only issue I’m having is that the main server we are using for our project is a MS SQL server.
I have all my other web apps for the main project written in .NET C#. This admin web app is important, and plays a big part in the project. The reason why I did not write it in C# is because I wanted to experiment in Java and increase my Java skills.
This is a quick note on how to connect your Java app to a MS SQL server.

I do allot of JavaScript, and I sometimes like to get elements by their class names and not by their id or tag. The JavaScript “API” does not provide you that.
So I wrote my own function that returns all elements in your document, by checking it’s class name. If it matches then the object is returned.

The new beta release of Safari 4 allows you to select multiple files at once when uploading.
try it out with Safari 4 here:
I hope other browsers like FireFox, Chrome and Opera will enable this also.
Fancy mobile User Interface