10.04.08

PrintWhatYouLike

Posted in freeware, internet tagged , , , at 3:41 am by itisanillusion

Ever print a webpage only to find your printout is full of ads, empty space and other junk you don’t want? PrintWhatYouLike is a free webpage editor that gives you control of how webpages look when printed.

10.01.08

Useful tools for hacking CSS

Posted in development tools, internet tagged , , , , , at 3:22 pm by itisanillusion

I was whacking CSS stuff for the Flo Tuition website. Below are some useful tools I found that has aided me in the process.

  • ShadedBorder – JavaScript Round Corners with Drop Shadow: This script helps to give my CSS boxes round corners, including the borders. This reduces the effort of generating a lot of corner images if you have a lot of different boxes to apply to.
  • CSS Color Chart: I used this as a reference for colors. They have a nice chart with the actual colors and hexadecimal codes.
  • 3 Column Layouts: This page tells me how to have a column fluid layout with minimal fuss and the pictures made it easy to understand.