PSD to HTML

The Ultimate Hand-Coding Toolbox

 | Posted in Css, Xhtml
March 27th, 2010

Text editor A good text editor is the heart of the hand-coding toolbox. You could use notepad or whatever plain text editor is bundled with your operating system, but there’s really no reason to settle. There are plenty of free alternatives with... Read more

IE9 Platform Preview available

 | Posted in Browsers
March 16th, 2010

In November last year, Microsoft revealed some of what will be new and improved in Internet Explorer 9 in the IEBlog post An Early Look At IE9 for Developers. Today, IE General Manager Dean Hachamovitch posted a follow-up: HTML5, Hardware Accelerated:... Read more

Optgroup element to group select options

 | Posted in Xhtml
October 18th, 2009

Sometimes it is useful to group the options of an HTML select element. Many developers use extra option elements and non-breaking spaces to create the visual appearance of hierarchical options, but there is another way: the often forgotten optgroup element. To... Read more

Is there a perfect web design width?

 | Posted in Web Design
October 11th, 2009

It’s hard for me to accept that visitors have the final say in how websites look. I like my designs to step into the world the way I envisioned them, but that’s just not possible on the web. People pop in with different sized monitors set to different... Read more

Border-image: using images for your border

 | Posted in Css
September 12th, 2009

Another exciting new border feature of CSS3 is the property border-image. With this feature you can define an image to be used instead of the normal border of an element. This feature is actually split up into a couple of properties: border-image and... Read more

New Opera 10.0 Released

 | Posted in Browsers
September 8th, 2009

We can download NEW Opera 10.0. Opera Software’s newest browser, Opera 10 with Turbo, was downloaded 10 million times during the first week of release. With record download rates, Opera 10 is already in use by millions of users around the world. New... Read more

Awesome Resources to Test Cross Browser Compatibility of Your Website

 | Posted in Browsers, Css, Xhtml
September 8th, 2009

When there are many browsers available for the users to surf the internet, it becomes evident for you to check the Cross Browser Compatibility of your website. Different people use different operating systems and browsers and you cannot control their... Read more

Firefox 3.5

 | Posted in Browsers
July 4th, 2009

WHAT IS NEW! Private Browsing Sometimes it’s nice to go undercover. When this feature is enabled, you won’t leave a single browsing fingerprint behind for others to discover. You can slip in and out of private browsing mode quickly, so it’s easy... Read more

Center and Middle Alignment for a Website using CSS

 | Posted in Css, Xhtml
May 31st, 2009

Different websites have different align position in the browser. Like top-centered, middle-centered and often left-top position. This is tutorial will show you how to align website to any part of the screen. I think i will be helpful for beginners. For... Read more

Simple CSS position drop text shadows

 | Posted in Css, Xhtml
May 10th, 2009

We have many major browsers like Internet Explorer, Opera, Firefox, Safari and SeaMonkey. I am really tired of using different CSS hacks and code for each of these browsers. So I want to offer you one universal CSS code which will help us to make shadows... Read more

Any Design to Xhtml Css