ZenCoding is a fun, fast, intuitive way to write html,css,xsl,xml and haml code. Consider this like the typewriter shorthand system, but only better. This kind of coding style has been around since the late 2009. ZenCoding is possible by adding the plugin for your favorite editor. Check here if your editor has a ZenCoding plugin. […]

Read More →

Javascript being a dynamically typed language, sometimes it helps to know the properties and functions of a given object. Anyone who has worked with javascript in an Object Oriented way would testify this. Here is a snippet of javascript code that would give the Type, member functions and properties of a given object. 1 2 […]

Read More →

To catch a thief, or for self defense you got to think like one. Google announces Jarlsberg, a web application that allows its users to publish snippets of text and store assorted files. “Unfortunately,” Jarlsberg has multiple security bugs ranging from cross-site scripting and cross-site request forgery, to information disclosure, denial of service, and remote […]

Read More →

“How to be a Programmer”. This is a very interesting book. In my opinion everyone who is involved in writing code(any code) must read this. Not a developer? even you have many things to learn from this book, especially part 3,4. Author: Robert L. Read Link To the Book: http://samizdat.mines.edu/howto/HowToBeAProgrammer.html Controlling complexity is the essence […]

Read More →

I have seen people abuse, overuse, bombard the most beautiful client side language, Javascript. I am not going to discuss the Dos and Dont’s of javascript programming. This is an absolute treasure that I found, please feel compelled to liberally pass this link to all your fellow developers, friends, (Web developers). Thanks to the people […]

Read More →