Archive for the ‘Engineering’ Category

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. [...]

I’ve just thought of a cool Web application debugging technique that allows me to see the value of something on the server side conveniently on the client side. Wherever I want to see the value of a variable in my server side script I can print a line of javascript that alert()s  the value of [...]

Seyret is quite possibly the best argument against outsourcing programming jobs to India. I can’t think of a worse product on any market. The author of Seyret (who’s name is Mustafa something) should be publically humiliated for selling this piece of shit even when he versions it at 0.2.x. The thing is so far from [...]

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.