Posts Tagged Plugins

Top 10 Must have WordPress plugins

Top 10 WordPress plugins

Top 10 WordPress plugins

Here is the list of top 10 WordPress plugins which I have setup on Blogs@DiGiTSS, why they are good and why you should install them if you're using WordPress Blog. If you use and choose them wisely these plugin will help you make most of your WordPress blog by making it more search engine friendly, will help you spread the word and to keep visitor busy on your website.

Google XML Sitemaps: It generates XML sitemaps for your WordPress blog automatically based on configuration you specify. It will help search engines like google, yahoo, bing or ask.com and many others who use Google XML sitemap format to crawl your website/blog. It is a kind of must have plugin for any WordPress blog.

All in One SEO Pack: This plugin provides out-of-the-box SEO for WordPress blog. You can specify different title, keywords and meta-description for any post. So that title of the post can be different than the meta-title under head tag which can help in SEO. As well as it will build custom keywords for post-lists by collecting keywords from each post. (For example home or any category list - it will collect list of keywords from each post and build a keyword list).

WP Super Cache: WP Super Cache is the best plugin if you want your posts to load faster as once loaded your blog-page will be cached as html file so that subsequent requests will be served by that html file only avoiding database query, which will improve the performance of your WordPress blog and let you serve more requests per second. :)

Similar Posts: This plugin brings list of similar posts for any blog post. It is highly configurable in terms of functionality and it can configurable by # of keywords used in posts or tags or categories etc. Similar Posts will help you retain your blog visitors on your blog for more time and reduce bounce rate. I am sure that once you'll install this plugin you'll observe your bounce rate going down with your analytics tool.

WordPress Popular Posts: Show your most popular posts on your blog, where visitors have commented on your posts. Just need to paste a function call and it can be placed in any of the text-widgets of your WordPress blog. Read the rest of this entry »

Tags: , ,

jQuery Fancy Custom Radio-button and Checkbox

Fancy Radio-button and Checkbox

Fancy Radio/ Checkbox

I have written a jQuery Plugin for Fancy Custom Checkbox and Radio-buttons. To make form elements visually more expressive. I required this for one of my project and later on I have rewritten it completely to make it more generic and easier for jQuery Lovers. I am great fan of jQuery and I am inspired by http://ryanfait.com/resources/custom-checkboxes-and-radio-buttons/ to write this plugin.

It's fairly easy to use just like any other jQuery plugin you just have to write couple of lines of javascript code and add some CSS to your html.

Javascript You need:

$(document).ready(function(){
	$(".radio").dgStyle();
	$(".checkbox").dgStyle();
});

Read the rest of this entry »

Tags: , , ,

Radio-button with Checkbox behavior

Ever wanted Radio-button group which could be deselected once you click on any of the choice from given radio button group?

Then here is my simple jQuery plugin which you can use to make all your radio-buttons in the form behave like checkbox. Here by checkbox I mean to give Click to select and click-again to de-select kind of functionality.

How to use?

$(document).ready(function(){
    $(":radio").behaveLikeCheckbox();
});

For more details checkout live demo or goto jQuery plugin repository.

Update: Radio-buttons with Checkbox behavior - a jQuery Plugin 1.2.5

Tags: , , , ,

Paying the bills.!