Archive | June, 2008

Wordpress : Using jQuery library with your plugin or theme

28. June 2008

3 Comments

When you develop a Wordpress plugin or theme, you might want to make use of the jQuery library included and distributed with the Wordpress package.

Continue reading...

Wordpress : Translate a Plugin

25. June 2008

1 Comment

First off, you have to know that not all Wordpress plugins can be translated. The plugin developer(s) had to take the necessary steps such as using the Wordpress __() and _e() functions and load_plugin_textdomain() in order to parse the strings/text of the plugin through the localization system.

Continue reading...

WordPress : Using Javascript libraries with your plugin or theme

21. June 2008

13 Comments

When you develop a Wordpress plugin or theme, you might want to make use of some of the Javascript libraries distributed with the Wordpress package such as Prototype, Scriptaculous and jQuery.

Continue reading...

PHP : Date difference in days

17. June 2008

3 Comments

You might need to calculate the date difference in days using PHP. You can easily calculate the days difference by using something like the code below.

Continue reading...

Hash sign/symbol on the Macbook

13. June 2008

1 Comment

Hash sign/symbol on the Macbook

I had to get a new notebook yesterday after spilling a cup of green tea on my Macbook pro. I’ve spilled some liquids on it before, but this time the keyboard and trackpad stopped working completely.

Continue reading...