Now that the numbers for IE6 and IE7 usage are diminishing rapidly, more and more development teams are starting to weed out support for those older browsers.
Most readers will probably have removed IE6 completely from the equation and soon IE7 will follow. Despite IE8 still having the highest share of any single browser version, the demise of IE6/7 now allows us to be more creative with CSS selectors.
This post will provide a comprehensive review of support for CSS3 selectors in the most troublesome browsers (guess which ones?). Each selector links to the appropriate location in the CSS3 spec.
Because the web is built on links, how we style our links (i.e, anchors, or
A List Apart’s
If you’re fairly inexperienced with JavaScript but you’ve used jQuery, then its likely you’ve used
I was unsure of what to write about this week and then I remembered that I had been meaning to post something to promote and give away a hard copy of a book that No Starch Press was kind enough to give me for free.
Where would the web be without links? Links are what hold together what we know as the World Wide Web. Without links, the World Wide Web would be more appropriately called the World Wide Set Of Unrelated Pages, or, incidentally, WWSOUP.
In Divya Manian’s controversial post on Smashing Magazine
About a year and a half ago, I wrote about CSS3′s
Over the past month or so I’ve been slowly working on a redesign and revamp of my CSS3 Click Chart.
On a current project, I was trying to find a way to auto-resize a textarea according to some content that would be loaded in dynamically via Ajax. I didn’t know the height of the content and the textarea element doesn’t resize naturally like other HTML elements, so I needed to update the height of the element with JavaScript each time the content changed.