Archive for March, 2009


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.

(more…)

Java DB Connection With MS SQL Server

Sunday, March 15th, 2009

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.

(more…)

Make Your Own getElementsByClassName Function

Tuesday, March 10th, 2009

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.

(more…)

Multiple File Uploading in Safari 4

Friday, March 6th, 2009

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.

Very Cool 3D Eyetracking UI

Sunday, March 1st, 2009

Fancy mobile User Interface