During a recent usability session, I came across to a form validation that displays the error message with a long sentence inside Read the rest of this entry »
Adding dynamically generated graphs and charts
March 27th, 2009If you are looking to add a graph or a pie chart on your web based application that will be dynamically generated Read the rest of this entry »
HTML Layer display problem on IE
March 26th, 2009Recently, I was working on an online testing tool where I needed to generate some content dynamically to display on top of the page Read the rest of this entry »
Highlight current link with JavaScript and CSS
March 19th, 2009It is always a time consuming issue to highlight current link page, specially if you are thinking of going to each page and set the style for the current link. Which is not a bad idea but the problem is Read the rest of this entry »
How to design effective, usable and accessible forms
March 18th, 2009On a library website, consider the following form for searching a book written by Richard Joiner Read the rest of this entry »
Browser detection with javascript
March 17th, 2009Web designers commonly target specific browsers that can support certain design feature, then write code to take advantage of these browsers’ added functionality. Therefore, if you determine which browser is visiting your page Read the rest of this entry »
Dithering
March 17th, 2009Dithering is approximation or reconciliation of colors between an image palette and the system palette. The dithering process works by placing two colors from the system’s palette next to each other in order to trick the eye into seeing Read the rest of this entry »
Testing a site in multiple browser
March 17th, 2009While designing a web site, it is very important to make sure to test your site in as many browser as possible. Even if you have variety of web browser installed on your computer for testing, Read the rest of this entry »
Image Interlacing
March 15th, 2009Interlacing is a techniques that allows an image to progressively display itself in a browser as it downloads. The image will appear in stages over the period of downloading time. This action makes your pages more Read the rest of this entry »
Culture and audience issues
March 15th, 2009Remember that the web pages and sites you help develop may be available to anyone in the world with a browser and an internet connection. Consider the following issues: Read the rest of this entry »