Thursday, April 15, 2004

Thu
15
Apr
2004

Today’s CSS Links

A CSS list tutorial at A List Apart.

A tutorial on Blogrolling at Neil’s World.

Wednesday, April 14, 2004

Wed
14
Apr
2004

HTML float elements

I found a neat piece of css to style initial caps at BigBaer.com. The article is mainly aobut applying CSS floats to HTML elements, such as h1, p, and blockquote. The code for styling a cap was:

span.cap-g {
  float: left; 
  font-size: 1.7em;
  padding: 0 0.15em;
  margin: 0 0.15em 0 0; 
  background: #90ee90;
  border: 3px outset #2e8b57;
  }
Wed
14
Apr
2004

Photoshop Shortcuts

As seen on TechTv's "Call for Help" program, Photoshop expert Deke McClelland has a PDF of photoshop shortcuts. Also, I need to check out a photoshop site called DvGarage.

Tuesday, April 13, 2004

Tue
13
Apr
2004

Hijack Help

Posting a link to article about computer hijacking for future reference.
Tue
13
Apr
2004

CSS Image Rollovers

An article about doing image rollers with CSS.