This tutorial aims at teaching you how to make a simple "Web 2.0" design. Setup To start, let's create a new document in Photoshop, 1024px (width) by 700px (height). Guides Now, lets set up predefined areas (for areas like the header, and content) using guides. We will be creating four guides for now. First Guide: Horizontal, position: 160px Second Guide: Horizontal, [...]
This is an update to a previous post of mine which uses the RAND() method. Using the following code, you can retrieve a random row much, much faster (MySQL 4.1.x/5.0.x), with thanks to Jan Kneschke: SELECT <COLUMN> FROM <TABLE> AS r1 JOIN (SELECT ROUND( RAND( ) * ( SELECT MAX( id ) FROM <TABLE>) ) AS [...]
The life of a web application developer, called Ed.