The "web design" Tag

  1. Installing Apache, PHP and CURL on Windows

    I got tired of having to upload every little change to the code of my web designs to the server to see if they even work at all, so I decided I'd run a local web server with PHP on my computer. If they ran Linux, this would be extremely simple. Unfortunately, I run Windows XP on both my ...

  2.  
  3. Google Wave announced at Google I/O 2009

    At the keynote this morning, Google announced a brand new product that they're calling Wave which is flat out amazing.

    Imagine combining gmail, chat, and docs and turning them into one all-encompassing real-time collaborative tool. Yeah, that's just the beginning.

    Everyone invited to the Wave can edit simlutaneously without conflicts.

    All the changes appear on everyone's screen ...

  4.  
  5. Great Design: StackOverflow.com

    I've known about stackoverflow.com for a while... anybody that uses Google as their reference for coding lands on solutions there pretty regularly.

    I signed up as a user two days ago after learning more about them at Google I/O and I have to say, there are are some excellent design features at work on their site.

    1. They ...

  6.  
  7. XFN Relationship Tags For Designers and Businesses

    I've decided to start adding rel="designer" to the little "Designed by" links that go into sites I work on. That's right.

    As the whole XFN movement continues to grow (slowly), I can't help but notice that there's no place in the spec for businesses. Identity is just as crucial for businesses as it is for ...

  8.  
  9. Docuwebisode Website Launch

    One of Zero Coordinate's recent web design projects is now live online.

    "Where Are You Online?" is an online docuwebisode project exploring the shift from "entertainment" to "intertainment", and all that it entails.

    For those of you that aren't in the know, a docuwebisode is a documentary-web-episode. The Where Are You Online series is exploring the change in ...

  10.  
  11. New California Revels Website Is Live!

    With limited fanfare, I'm very happy to say that the new website for the California Revels has gone live in a "soft launch" side-by-side with their existing site!

    Take a look at the new California Revels website.

    Come see the show this year! And tell your friends and family! And write reviews for the show online. Your word of ...

  12.  
  13. Extensionless URLs with .htaccess

    How to use mod rewrite and htaccess to do URL rewriting. Code to make extensionless URLs by passing variables to PHP or other scripts.