Sphere: Related Content
Don’t waste your afternoon drawing UML Sequence Diagrams
November 18th, 2008 · 1 Comment · news
Tags:
Tags:

Java and JavaScript are very different languages, although the similarity in the names and the similar C-like syntax confuses people sometimes. Let's take a look at one pretty major difference and that is how objects are created. In Java, you have classes. Then objects, a.k.a. instances, are created based on those classes. In JavaScript, there are no classes and objects are more like hash tables of key-value pairs. Then what about inheritance? OK, one step at a time.
more...
PHP, JavaScript, Ruby, Perl, Python, and Tcl Today: The State of the Scripting Universe
Typography plays major role in graphic design and most of you always search for creative fonts to use in your fonts.
10 Handwritten fonts you can't miss and
10 Awesome typewriter fonts for web designers
contains some great fonts that you can use in your designs.
I have passion about learning new programming languages. I think most of you have. 'Eight tips to start with Python' is for you if you plan to learn Python programming.
© 2008 Milinda Pathirage’s Blog — Cutline modified by Milinda Pathirage
1 response so far ↓
1 thekindofme // Nov 18, 2008 at 9:48 am
thanks for posting this. i could really use this to draw some state diagrams for my project!
Leave a Comment