Features

Back to Home

Entries within the 'Dev' category

  • Building a web app the Microsoft way by Jeremy Baines

    .net Web Apps Dev - 32 Comments

    May 8th, 2008

    Think fast, feature-rich and affordable web app development and Microsoft may not be the first thing that springs to mind. But one agency put any prejudices aside and built a web app from top to bottom with MS tools. Here’s what happened…

    Features > .net Features > Web Apps Features > Dev

    Read more

  • Developing with Google App Engine, Part I by Adam Howell

    Web Apps Dev - 14 Comments

    April 22nd, 2008

    It’s only getting easier to build a scalable web app. In Part I of this article Adam Howell talks about the basics of getting an app up and running on Google App Engine.

    Features > Web Apps Features > Dev

    Read more

  • Subversion for Designers by Chris Nagele

    Design Dev - 48 Comments

    March 20th, 2008

    There’s no question that developers need version control when working on an app. But what about designers? In this article Chris Nagele, founder of Beanstalk, talks about the benefits and basics of Subversion for designers.

    Features > Design Features > Dev

    Read more

  • Coding for the mobile web by Chris Mills

    CSS Dev - 34 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

  • Stay on :target by Brian Suda

    CSS Dev - 33 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