Archive | Platforms RSS feed for this section

WordPress 2.7 Navigation

17. September 2008

0 Comments

WordPress 2.7 Navigation

ShareWordPress 2.7 is expected to be released in November 2008. The WordPress development team posted an entry on the WordPress development blog regarding the WordPress 2.7 navigation options. Go ahead and take the survey and make yourself heard.

Continue reading...

WordPress : Build a Thickbox plugin

14. September 2008

18 Comments

WordPress : Build a Thickbox plugin

ShareIn this guide/tutorial, I will show you how to build a WordPress Thickbox plugin which allows you to use the Thickbox library on your WordPress website and display images in an overlay on the front-end of your site.

Continue reading...

Install WordPress via Command Line

2. September 2008

3 Comments

Install WordPress via Command Line

ShareI wrote a useful article/tutorial over at BloggingRocket which guides you through the process of installing WordPress with Shell Access. Please feel free to check it out and comment.

Continue reading...

CakePHP : Change view file from controller

9. August 2008

15 Comments

ShareWith CakePHP, the controller core automatically detects the file name of the view file which needs to be rendered from a controller action. You might want to reuse an existent view for an action or specify a different file name.

Continue reading...

WordPress.com Stats Stopped Working

6. August 2008

4 Comments

ShareI recently integrated a blog and documentation base into the Tribulant.com website and noticed after a few days that my WordPress.com stats stopped working completely after switching the theme.

Continue reading...

WordPress Shopping Cart Plugin

5. August 2008

2 Comments

WordPress Shopping Cart Plugin

ShareThe WordPress Shopping Cart plugin gives you the ability to quickly and seamlessly integrate an online shop with a fully functional shopping cart interface into any WordPress website.

Continue reading...

WordPress : Using jQuery library with your plugin or theme

28. June 2008

10 Comments

ShareWhen 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

39 Comments

ShareFirst 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

32 Comments

ShareWhen 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...

WordPress : get_pages

4. May 2008

2 Comments

ShareThe WordPress get_pages function works similar to the get_posts function which fetches posts from the database by criteria. The get_pages function takes different arguments and allows you to take control of parent and child pages as you execute the function.

Continue reading...