September 2003 Archives

Archive navigation
Home

Colour

Sep 1

Here are some very good online colour tools.
Ideal for chosing that all important colour scheme for your next web site design.


Filed under:
Misc

SOS Math

Sep 1

Just discovered a Math site which would have saved me hours of headaches during those Math lessons on subjects such as Advanced calculus, series and Homogeneous Linear Equations.

Its a bit late now but I will use this as a reference if I ever have to solve a fast fourier transform anytime soon.


Filed under:
Misc

Float misbehaviour

Sep 1

Eric Meyer shows us how to stop our floats from misbehaving in this article called "Containing Floats".

The article explains how we can prevent float elements from floating outside their parent element.


Filed under:
Standards

CSS image rollovers

Sep 1

Petr Stanicek's innovative article 'Fast rollovers, no preload needed' demonstrates how we can speed up CSS image rollovers using one image instead of three separate images to define state (normal, hover, active / visited).

The principle uses the one image and positions it differently depending upon the state of the button. This actually speeds up the rollover and removes the requirement for preloading.

See also these related articles from A List Apart, Sliding doors part 1 and sliding doors part 2 (Published in 2003).


Filed under:
Standards

Backup MySQL database

Sep 17

Ive logged this one for future reference, its a little batch file used to automate the mysqldump command. It uses the 7-zip utility to compress the sql files http://www.7-zip.org.

If you want to do this in 'nix simply write a BASH script using the tar tool to compress the sql files, and add the script to your cron list.

#!/bin/sh
mysqldump -uroot -ppwd --opt db1 > /sqldata/db1.sql
mysqldump -uroot -ppwd --opt db2 > /sqldata/db2.sql

cd /sqldata/
tar -zcvf sqldata.tgz *.sql


Continue reading
Filed under:
Misc

Creating a photo album with Movable Type

Sep 19

Movable Type does not come with the functionality to upload batches of images, however there are a number of tips and hacks available to create a Photo-Log type gallery.


Continue reading
Filed under:
Misc

More CSS tricks

Sep 25

Try out these rollovers, 3 column alignment and rounded corners all implemented using CSS.


Filed under:
Standards

Making your site search engine frendly

Sep 25

Here is an article at scribbling.net that looks at ways to aid googlebot's ability to find your website.


Filed under:
Misc
Flickr
The last sunset
madCarrot
madCarrot
madCarrot
madCarrot
madCarrot
Recent Posts
Making your site search engine frendly
More CSS tricks
Creating a photo album with Movable Type
Backup MySQL database
CSS image rollovers
Noteworthy
Film and Digital Camera Simulator - Simulate photography, camera simulator designed to teach basic photographic principles including shutter speed, aperture, film speed, exposure and camera shake.
Windows Pictures: Windows Evolution. From 1.0 to Vista. - Walk down memory lane, a visual history of the Window Operating System
Windows Vista - Backup tool fails to impress - A review of Windows Vista Backup tools, Usability and functionality.
Forget the film, watch the titles - Collection of great movie title sequences.
BT Digital Vault - BT Digital Vault - Allows BT customers to backup their important files

Powered by MT Blogroll
Archives
February 2008
July 2007
June 2007
May 2007
July 2006
April 2006
November 2005
September 2005
August 2005
July 2005
June 2005
May 2005
March 2005
February 2005
January 2005
December 2004
November 2004
June 2004
May 2004
April 2004
March 2004
February 2004
January 2004
December 2003
November 2003
October 2003
September 2003
July 2003
June 2003
May 2003
April 2003
February 2003
January 2003
December 2002
September 2002
August 2002
July 2002
April 2002