Theming image buttons in Drupal

Here is a simple code snippet for those who want to make some of the submit buttons on their Drupal website image buttons: The above code goes into your template.php file in your theme folder. Make sure to rename MYTHEME with your theme name. You can look up $element[‘#value’] from the page code, it is […]

WebOS 2.0 further integrates JavaScript, Node.js built-in.

While the iPhone dominates the smartphone market and Android is improving by leaps and bounds, there are other platforms out there that may surprise us with some elegant solutions in coming years. RIM and Nokia are the big players in the game and Nokia just replaced its CEO with a senior Microsoft executive, Stephen Elop. […]

Will JavaScript ever make it to the server-side?

We all know that today’s revolution in web apps is fueled by JavaScript and such libraries as JQuery, Dojo and Prototype. Pages nowadays load a ton of JavaScript in order to implement features that reside in a responsive client-side environment. Slideshows and other fancy effects of today are built with a few lines of code utilizing a […]