How to make a responsive wordpress theme using twitter bootstrap


responsive wordpress theme layout

Getting started responsive wordpress theme Before you begin with creating a twitter bootstrap enabled responsive wordpress theme layout, you need to create the basic theme layout using css/html. In this scenario we are going to use twitter bootstrap framework, therefor we need to download the latest bootstrap version. Once you download it, extract it into [...]

WordPress Themes Add Multiple Menu Locations


How to add multiple menu locations in your themes If you are creating a new theme your theme will not support any menu areas. But if look at the default themes link twentyten or twentyelevan the option is enabled only at the primary location, which in the header section. But there is no control over [...]

Missing WordPress Links Manager in version 3.5


wordpress-link-manager-missing

Recently I installed WordPress 3.5 in my local machine and found out that wordpress links manager menu is missing in the dashboard menus. WordPress links manager is a very handy tool used to categorized and create external links on the wordpress site and display them in the links widget. The WordPress links manager allows users [...]

PHP Errors developer should Report


Any developer needs to handle php errors regardless of the language they use. Lets talk about the error handling capabilities of php. One of the key features of php scripting language is it’s detail error-handling functionality. Developers could control many aspects of how errors are occurred and handled. In this article we will find out [...]

load Razor view into modal dialog in ASP.NET MVC3


In this tutorial we are going to find out how to load a ASP.NET MVC3 Razor view into Jquery modal dialog. Why use JQuery modal dialog load a ASP.NET MVC3 Razor view? There are situations where you want to display certain information on the web to the user without disturbing the existing view. Such cases [...]

Add Jquery modal dialogs to ASP.NET MVC3 Views


Let’s find out how to add JQuery popup dialog box to ASP.NET MVC3 Razor view. We assume you have setup necessary MVC3 environment. If not visit ASP.NET official website and download necessary components for your development environment. For this article I’ve used Visual Studio 2010. Open your developer environment and create a new ASP.NET MVC3 [...]

How to install WordPress Blog in IIS


Introduction Installing a WordPress website is a very simple and easy task. It takes less than five minutes to create your own WordPress site. This article will guide you step-by step how to install WordPress Blog in IIS. Prerequisites IIS should run on you local machine PHP should be configured and running on your IIS [...]

JQuery Client side Validation – Input Text


Introduction In this article, we are going to look at using Jquery, how perform client side validation for input text on HTML forms. Client side validation is highly regarded when it comes to form input data validations. HTML forms collect user inputs, ultimately saved in Databases. This process will need to filter the garbage pumping [...]