Archive | Wordpress Plugins RSS feed for this section

WordPress: Using Really Simple Captcha

1. June 2010

3 Comments

ShareAll WordPress plugin developers, you can integrate a security captcha image into your own WordPress plugin using the Really Simple Captcha plugin. It is a plugin in itself but it serves as an API and doesn’t have any purpose on its own without other plugins using it. This is an example of how to use [...]

Continue reading...

WordPress Plugins 2009

28. November 2008

36 Comments

WordPress Plugins 2009

ShareI’ve decided to recommend 5 universal, essential plugins for WordPress so that you can start the year of 2009 on the right foot with your WordPress websites. If you haven’t tried these, go ahead and put them on your WordPress website!

Continue reading...

WordPress Whois Plugin

23. November 2008

10 Comments

WordPress Whois Plugin

ShareDownload a free WordPress WHOIS plugin which will allow you to insert a domain WHOIS search form into any WordPress post or page.

Continue reading...

WordPress Image Gallery

22. November 2008

61 Comments

WordPress Image Gallery

ShareBuilding WordPress image galleries is a rather painless process and allows you to display a set of photos/images to your users inside posts/pages related to an event or topic.

Continue reading...

WordPress : Banner Ad Embedding

23. September 2008

19 Comments

WordPress : Banner Ad Embedding

ShareDo you feel the need to earn revenue from your WordPress blog or website but you haven’t found the appropriate solution to convert traffic into ROI? If your answer is YES, then it is probable that this post is aimed at you.

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

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