May 2010
4 posts
2 tags
Javascript Objects
Today I’m about to tell you something about Javascript objects and how to use them properly. You can use rhino (javascript interpreter and shell) to test your scripts or you can throw it into your webbrowser. I prefer rhino over the webbrowser as I can test my code without firing up the webbrowser. Let’s start simple: Create an object with properties and print and access them: ...
May 31st
1 tag
May 30th
3 tags
Is Ada still useful?
When I talk about Ada, one can probably assume I’m about to tell something about the programming language Ada and he might be right. Ada is an object oriented programming language which was initially developed by the DoD because they needed a solid base to build on. They needed tested, compatible, and sane tools. They needed a standardized programming language that’s strongly typed, so...
May 30th
2 tags
May 29th