I was trying to make one of our web application, which was in Java, run properly, without any UI issue on various browsers on different platforms ie. Windows, Mac, Linux (Firefox, Safari, Chrome, Internet Explorer 7/8) including mobile devices (iPhone,… Continue Reading →
Create your .htaccess file in root and add following configurations: 1. Redirect sitename.com to http://www.sitename.com <IfModule mod_rewrite.c> Options +FollowSymlinks # for bluehost hosting it should be: # Options +SymLinksIfOwnerMatch RewriteEngine on RewriteCond %{http_host} ^sitename.com [NC] #case-insensitive RewriteRule ^(.*)$ http://www.sitename.com/$1 [R=301,L]… Continue Reading →
The WordPress wp_list_pages() menus are really easy to customize. Sometime developer want to add another link or to redirect a link to another page or URL from one of the pages. For example I have a website http://www.navayan.com and having… Continue Reading →
Sometimes we need to show the information of the author of WordPress blog post. Like author name, author photo, author’s favorite links, author’s list of posts, author’s brief information etc. Install ‘Profile-Pic‘ to upload, store photo in system, and show… Continue Reading →
Single plugin fix 1. Install ‘WP No Category Base‘ WordPress plugin. You will not require to configure any settings. Dual plugin fix 1. Install and activate ‘Redirection‘ wordpress plugin 2. Install and activate ‘Decategorizer‘ wordpress plugin 3. Go to Tools… Continue Reading →
Follow below steps and you are done with embedding Google Map in your webpage. Go to http://maps.google.com Type the address you are looking for in Google’s search field After clicking on search button you will be able to see various… Continue Reading →
GoDaddy has a vast domain registration and hosting. They can give us a free hosting if we register our domain on their server. It is good to save money instead hosting separately with huge expense. But in a real world… Continue Reading →
I had used the jQuery form validation plugin to validate a form with jQuery ‘rules’ in one of my Ruby on Rails projects. It worked fine but I was stuck when it comes to display a DIV block on ‘onchange’… Continue Reading →
Most of the developers feel pain when it comes to IE6. Actually it is a positive result for a developer to handle IE6 related issues through either CSS or Javascript or any server side language. Here we will focus on… Continue Reading →
In the information technology field, every time one question always raised ‘Who is great in what?’. The truth is ‘No One!’. Lets see how… When a child gets its birth he/she speaks nothing but just cries. Day by day after… Continue Reading →
© 2024 Web Design Colors — Powered by WordPress
Theme by Anders Noren — Up ↑