Conditional styles for IE10
· 1 min read
As you probably know Internet Explorer 10 doesn't support the good-old IE CSS conditional comments. This means that the below...
· 1 min read
As you probably know Internet Explorer 10 doesn't support the good-old IE CSS conditional comments. This means that the below...
· 8 min read
Well you've just finished your glorious responsive web design, using all the latest trends and best practices, like mobile first,...
· 1 min read
Getting the selected element's tag name is very easy in jQuery. Just use the below code. Keep in mind that...
· 1 min read
I just released jPrefetch a nice little jQuery plugin that makes HTML5 prefetching a bit easier. You can very easily...
· 2 min read
Every now and then a friend/colleague of mine asks me to have a look at his latest masterpiece (aka site). In...
· 1 min read
We have all used (and most of us built) an autocomplete input element. There are thousands of plugins/widgets out there,...
· 1 min read
One of the most interesting, but not widely known features of HTML5 is prefetching. By using it you can start...
· 2 min read
HTML5 offers many new attributes that make our lives easier and our code more semantic. In many cases they even...
· 1 min read
Working on a recent project I found out the hard way that Firefox doesn't allow you to style a file...
· 1 min read
So, you've just build your latest responsive web design masterpiece and you're adding the final touches for the mobile viewport....
· 2 min read
Many people believe that Internet Explorer (especially 7 and 8) cannot render correctly responsive web sites. Well the truth is...
· 1 min read
At my latest presentation (at upNorth web conferce in Greece), people were impressed with some very trivial markup that can...