Posts Tagged ‘Web Development’

oDesk Sucks

Posted: July 17, 2009 in Freelance, Software
Tags: , ,

I have been a Web applications developer for five years. I’ve worked on enormous projects, small projects and everything in between for the likes of NBC, and MTV as well as small companies and freelance work. Anyone familiar with this sort of work knows quite well that the earnings can be quite significant, and rewarding. [...]

Debugging JavaScript code in Firefox is easy, but what to do with poor old Internet Explorer? Well here’s your answer. To debug JavaScript in MSIE follow these steps:

After always wondering if it was possible to create private members somehow in JavaScript, I finally took it upon myself to investigate. Due to a concept of ‘closures’ relating a symbol’s scope it is possible to create private class instance members/methods.