Archive for category: Web designing


Semi-disabled form text fields with CSS

14 July, 2008 (19:37) | CSS, Web designing | By: Rohan Shenoy

The other day on the DigitalPoint webmaster forums, I had somebody ask this question “How to half-disable a form field”.
From all the HTML I knew, it was not possible in a straight-forward way! But we can manipulate with CSS.
The HTML-CSS

[-]View Code HTML<span style="border: 2px inset;">
<input style="border: none; text-align: right;" name="half_1" size="3" type="text" [...]

Photofiltre: Creating a Star icon with rounded corners

9 July, 2008 (19:11) | Graphic designing/Image editing, Web designing | By: Rohan Shenoy

With Web 2, those simple icons are outdated. Icons should be polished with gradient, look cute if they have rounded corners. One such icon I needed recently was the ‘Star’ icon, like the one that resembles ‘Favorites icon’ in Internet Explorer.
In this tutorial, we will use Photofiltre an excellent freeware image processing tool. Install Photofiltre [...]