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...25. June 2008
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...21. June 2008
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...17. June 2008
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...13. June 2008
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...
28. June 2008
3 Comments