UX, Javascript, WordPress, Drupal, more..

Author Web Design Colors

WebDesignColors is a popular blog among web designers and developers, maintained by experienced designers and developers. Follow WDC @WebDesignColors. Join WDC on Facebook, and WDC on Pinterest.

Scrollbar on iPhone – Issue and Solution

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 →

Important .htaccess configuration

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 →

Customizing wp_list_pages() WordPress Menu

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 →

Displaying WordPress Post Author, Photo, links and information

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 →

Bypassing or Removing ‘/category/’ from WordPress URL

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 →

Embedding Google Map in webpage

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: Free hosting, Ads, Solutions

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 →

Displaying element(s) using select drop-down with multiple NULL options

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 →

IE6 offsetTop : issue and solution

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 →

Programming languages and the Natural languages

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 →

« Older posts Newer posts »

© 2024 Web Design Colors — Powered by WordPress

Theme by Anders NorenUp ↑