Nov 12
Last Nov 5, 2009 The internet giant Google has release its JavaScript tool to the open source world. That is the Closure , a JavaScript toolkit that Google considers as powerful and efficient which can help Web developers build rich web applications.
Closure includes a JavaScript Compiler, a Comprehensive JavaScript library and Templates.
Following the release of Google’s Closure Tools, Google has also release a new programming language named GO last Tuesday Nov 10, to the open source world. With the hopes that it will solve some of the problems with existing languages such as Java and C++, Go has been released.
Tagged with: Google • JavaScript • Programming
Jun 29
I was working on a minor project which includes a list of records and i need to add a feature where it will allow me to change the status of some or aentire list. Also im learning jquery and decide make use of it here. So here is what i have come-up.
This is just a simple code which checks or uncheck the checkbox for each record if i check or uncheck the main check box at the top of the list.
Continue reading »
Apr 23
This is already an old article but i just would like to repost it. This points out things that can help us adjust our code on PHP to run a bit more faster than the usual.
# echo is faster than print.
# Use echo’s multiple parameters instead of string concatenation.
Continue reading »
Tagged with: PHP • Web Development