Features

Back to Home

  • Coding for the mobile web by Chris Mills

    CSS Dev - 35 Comments

    March 5th, 2008

    Introduction
    Good evening — in this article I will aim to demystify the world of mobile web development, or in other words, developing web sites so that they will provide an acceptable user experience on mobile devices. I’ll run through how “the mobile web” differs from the normal web, the basics of techniques you can employ […]

    Features > CSS Features > Dev

    Read more

  • How to recreate Silverback’s parallax effect by Paul Annett

    Design CSS - 162 Comments

    February 27th, 2008

    When I was a lad, I remember being wowed by an effect in Sonic the Hedgehog known as parallax scrolling. Moving my little spiky friend to the right caused the foreground to move past the camera to the left faster than the background, creating a faux-3D view of Green Hill Zone.
    We can create a similar […]

    Features > Design Features > CSS

    Read more

  • Awesome up your design with A.B. by Drew Wilson

    Design - 48 Comments

    February 20th, 2008

    So you want to add some sweet savory flavor to you website, but you can’t place your cursor on what is lacking in your design and what needs to be added. May I suggest something I call Auroral Background (A.B. for short). It’s a great way to add depth and “awesomeness” to your design. With […]

    Features > Design

    Read more

  • Streamline your forms with widgets by Jason Long

    CSS JavaScript - 45 Comments

    February 12th, 2008

    “Advanced forms” are rarely that. A more fitting name would be “Overwhelming and confusing forms”. But with Jason Long’s clever approach to streamlining a screen full of checkboxes, you might just be able to once again look fondly on your forms.

    Features > CSS Features > JavaScript

    Read more

  • Stay on :target by Brian Suda

    CSS Dev - 35 Comments

    January 31st, 2008

    In this article, I want to introduce you to a really powerful CSS3 pseudo selector called :target. Much like :hover, :target is invoked during certain interactions with the website. Specifically, when applied to a fragment identifier. On a page such as http://example.com/index.html#hello-world, the id=”hello-world” element is the target and any matching :target styles would be […]

    Features > CSS Features > Dev

    Read more