Ajax Whois WordPress Plugin
January 29th, 2012
Ajax Whois for WordPress is a plugin that allows you to add a domain name lookup form to your WordPress blog posts or pages. The Whois form is fully ajaxified for fast domain name lookups without the need for page reloads.
Custom Comments Notice WordPress Plugin
January 15th, 2012
Custom Comments Notice for WordPress is a plugin that allows you to add a custom message or notice to your WordPress comments form. You can set a single message for your entire site and/or choose to display notices on a per post/page basis. You can fully customize the appearance of your message including font and background colors, border and even shadow effects. The plugin comes with various icons that you can add to your message to increase its impact on your audience.
Converting a string to a number consistently using PHP
January 12th, 2012
Say you want to convert strings to numbers such that a string will always convert to the same number. So for example the string
“red” will always convert to 2 or the string “blue” will always convert to 1. You don’t know which strings you are going to get and the exact number they convert to doesn’t matter just that it always converts to the same number. The reason you want to do this is to pick a value from an array based on that string-converted-to-a-number i.e. you want to use the string-converted-to-a-number as the array’s index or key. How do you do that conversion using PHP?
Read more »»
Related Products from OpenCart for WordPress
December 20th, 2011
Related Products from OpenCart (RPOC) is a new plugin that I created for WordPress. Once installed, it displays contextually related products from your OpenCart store in your WordPress blog posts. This allows you to promote your OpenCart store using your WordPress blog.
Adding a simple gallery to your wordpress post or page
August 15th, 2011
WordPress has an excellent admin user interface. One of the best features is support for uploading and inserting images into your blog post or page. But what if you want to add a gallery of multiple images to your page. What is the easiest way to do that in wordpress?