Archive for September, 2008

jQuery VS Prototype

Both are the most popular javascript library framework to assist developer to build more interactive UI to meet web 2.0 standard nowadays.

Which framework you prefer and why?

Personally I prefer jQuery instead of prototype. Why? Because it is more elegant and solid code. I feel it is very flexible when code with jQuery comparing to prototype.

Let’s discuss your favourite and tell us why you like it

exabytes_xtudent_web_hosting

Best Web Hosting and Malaysia Domain Name Registration by ExaBytes

In the new age century, computer is part of our life to getting task done or even we facebook/chatting online regulary. More and more demanding on IT profesional specialist. Malaysia as IT development hub in asia, having huge potential to learn IT knowledge here.

If you are Malaysian or a student currently studying in Malaysia, dont miss your change to grab a package from Exabytes. Currently, they are having promotion on web hosting for students named “Xtudent Web Hosting”. 

wpf_combobox_data_bidning_code

WPF ComboBox Data Binding

Traditional way of binding data into ComboBox in C# .net 2.0 is by assigning data into property of ComboBox called “DataSource” and we set DataKey and DataValue and it is done.

In WPF, the naming of these properties has changed to very weird name and the sample code below will do the same job: