My Blogs

Posts about JavaScript

When, while the lovely valley teems with vapour around me, and the meridian sun strikes the upper surface of the impenetrable foliage of my trees.

JavaScript

Generate Constructor, Getters and Setters in NetBeans PHP IDE

This morning I have committed a feature to the NetBeans PHP support that will be part of NetBeans IDE 6.5, which offers generating of constructor, getters and setters in a PHP class. To invoke the functionality, the caret position has to be inside a PHP class and you have to press shortcut ALT+Insert (CTLRL+I on Mac). After invoking the shortcut, all possible generators are offered. Let’s explain on a simple example.

Read More →
JavaScript

How to add ‘Facebook LIKE’ button to website content

Facebook introduced more social interactions with their new “Like” or “Recommend” Button. This Facebook button enables the user to interact with a site or page. Additionally share it with his/her friends at their own Facebook profile. Well, Facebook does made it pretty easy to Implement the “Like” button code on your site. The complexity comes when it is not a single page website.

Read More →
Pages...