jQuery is not always as it appears. There’s a lot of cool stuff going on under the surface, and there are many methods just waiting to be discovered, and many potential usages of jQuery’s API that you may not have considered before. In this article I’ll be taking you through a few of the not-so-obvious [...]
Continue reading...mandag, marts 8, 2010
Kommentarer slået fra
HTML5 is definitely the flavor of the month, with everyone in the design community getting excited about its release. In this tutorial we’ll get a taste of what’s to come by building a cool iPhone app website using a HTML5 structure, and visual styling with some CSS3 effects. HTML5 isn’t here just yet, but the Working [...]
Continue reading...onsdag, marts 3, 2010
Kommentarer slået fra
Graceful Degradation Since HTML5 and CSS3 aren’t going to be supported in all the browsers, especially not older ones like IE6, we can try and make it work in everything, but it won’t look the same in all of the browsers. For instance, rounded corners wont work in IE or Opera, but it wont affect the [...]
Continue reading...torsdag, februar 18, 2010
Kommentarer slået fra
Web development is an area in which you have to keep up with the latest technologies and techniques, so that you are at the top of your game. And no wonder – this is an area which changes with an amazing pace. What is the standard now will be obsolete in just a couple of [...]
Continue reading...lørdag, februar 13, 2010
Kommentarer slået fra
Often, in your design or development tasks, you are presented with challenges that require a different approach than just plunging head over heels in coding. Research and experiments are a vital part of this process. This is why this week’s tutorial is structured in a slightly different manner than usual. First we are presented with the [...]
Continue reading...lørdag, februar 13, 2010
Kommentarer slået fra
What is the Pseudo Class? The pseudo class is a way for you to select elements in various states. You may be familiar with this in the form of links, when you can set a set of styles for when someone hovers over a link like so: a:hover { color: #e3e3e3; } This serves two [...]
Continue reading...
tirsdag, marts 9, 2010
Kommentarer slået fra