Blog

Helpful plugins for wordpress development.

Wordpress is a free web based software program that anyone can use to build and maintain a website or blog .However the core features provided by wordpress limits your options to manage the information in attractive fashion. It is no longer a bigger problem anymore....

Add .html in category and page url

It is natural for people to desire their sites be visited most in internet. People want their ideas and information to be shared  by maximum number of visitors in internet. But prior to this they have to understand the level of their users and then make easy access of...

Mobile theme for wordpress

Use  of smart phone has become widely popular over the world.People have started  browsing the web and blogging in the mobile it self because of the portability and flexibility it provides.Due to the popularity and growing use of phone for browsing/blogging it has...

Benifits of premium plugins

Blogging has become a common mean and probably the most desirable mean in the present world when it comes to the commercialization.Until the extensive development in the sector of the information technology; web development was considered to be the skill of highly...

Exclude Page From WordPress Search

Wordpress, by default search for post and pages. How ever you can add a filter to exclude page or post to make you search result effective. Open your functions.php from your active theme and use the following Code. function SearchFilter($query) { if...

Add widgets from shortcode in post/page

Wordpress Widgets can be easily customized and used in your theme using dynamic_sidebar('WIDGET NAME') function. But when the time comes to use it in page or post it is not that easy. As the page and post only accepts shortcodes,  you need to write a shortcode which...

How to use any font without image?

We always wanted to use custom fonts in web pages. But due to the limitation of fonts in visitors system. We were compelled to use certain fonts. But now you can generate your font files and use it in your web. Follow the following steps to use custom fonts in your...

Usefull firefox Add-ons for web development

Here is the list of Firefox add-ons which will help you in the web development. 1. Firebug With this addon you can edit, debug, inspect your html elements, css, javascript, ajax request/response. 2. MeasureIt Used to drag out a ruler to get the pixel height and width...

Add Skype Button to you web

Do you want to use skype button in your webpage to notify your skype status? You can get your skype button and embed in your webpage. Follow the link below to get your skype button. http://www.skype.com/intl/en-gb/tell-a-friend/wizard/ OR...

Create Submenu with jquery and css

Including Jquery <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js"></script> Structure <ul id="menu-main-menu"> <li><a href="#">Home</a></li> <li><a href="#">About...