CSS3 calc() coming to Firefox
This article explains it all. Take a look and see what CSS3 calc() can do. Pretty nifty stuff! Firefox 4: CSS3 calc()
Firefox 3.5 – Fonts, clean and crisp
I found an article relating to @font-face css rules, read it in Firefox 3, and then decided to look at the same page in my VM instance of Firefox 3.5. The difference was staggering, and yet very slight. Firefox 3 looks very grainy and even pixelated where Firefox 3.5 looks crisp, like an Arial font should look.
Are you afraid of Shadows? Part 2
So now one must wonder if Internet Explorer will try to catch up, or if we will continue to require our web developers to handicap the abilities and speed of their websites just to appease the MANY users of Microsoft’s always behind browser.
Are you afraid of shadows?
Have you ever wondered how iTunes manages all those cool effects with the iPhone App images? The neat text shadows and box shadows for images, the curved corners… I thought it was something they were using an image tool for, but the more I looked at the feeds, the more I noticed that the the [...]
Debugging with Firebug
Cool article to print out and keep handy on debugging using Firebug. Sadly, I’ve still been using Alert. Call me dinosaur, but it’s worked for me — but I’m trying to change that! An in depth look at the future of JavaScript debugging with Firebug Firebug Tutorial This code snippet will help out with browsers [...]
Cross Browser DOM Ready
This is an interesting post about cross browser DOM Ready… Reinventing the wheel, cross browser DOM ready There are different techniques to have DOM ready functionality. Some techniques are faster,smarter than the other (or a combination of both). Having it working in various of browser has always been an issue, with HTML 5 they introduced [...]
Hiding and showing scroll bars with JavaScript
Have you received a requirement that says “We want to see this many elements before you add a scroll bar, we don’t care about the height of the elements, just the number”? If you are using YUI, there is a VERY easy way to handle this! YUI has the following 2 CSS classes which you [...]

