Month: July, 2008

Web video and podcast music

31 July, 2008 (09:35) | Web Tools

I’m on the lookout for a good source of audio intros, stingers, loops and exits for use in online videos, presentations such as MS PowerPoint slide shows and podcasting. Aaron from The Business Commandos has recommended Mike Stewart’s Front and Back Music, although I wish I could hear more samples on that page before I […]

Override a CSS setting

6 July, 2008 (07:44) | Web Tips

On one of the web forums I regularly visit, the text setting (for my monitor resolution and platform) is a little too squashed together in the “line height” — even though when you did deep into the CSS, you find:
    line-height: normal;

in the relevant snippet of CSS values.
Hmmm, there must be a way […]