Life's random bits By b1thunt3r (aka Ishan Jain)…

Category: Web

Accessibility?

Accessibility?

Lately I have been reading/hearing a lot about accessibility. And on some level I do agree with some, a new site toady should at least have WCAG 2.0 AA validation. But in today's world, the design wins over needs of the minority!
9 jQuery Mistakes

9 jQuery Mistakes

Everyone makes mistakes, even the ones who think they cannot. But some of the mistakes can be prevented with a little before thought.
Favicons, the understanding

Favicons, the understanding

With so many browsers to think about, one need to adjust a site so it looks almost same (identical would be miracle) in all of the major modern browsers. And favicons are not an exception.
Learning HTML and CSS

Learning HTML and CSS

HTML and CSS is not just for web designers. As a web developer you need to able to get your hands dirty with things like HTML and CSS.
Drop IE rather of older IEs

Drop IE rather of older IEs

Is it worth dropping the support for old Internet Explorer, I don't really know. What I know is, making sites for just Gecko (Firefox), Presto (Opera) and Webkit (Chrome, Safari) is easier.
Failed to access IIS metabase

Failed to access IIS metabase

I was trying to get on ASP.NET application to run on IIS5, but i got an error "Failed to access IIS metabase".
Browser specific CSS

Browser specific CSS

Load only the CSS for the current browser to reduce the bandwidth usage.