Thursday, February 02, 2006

New Programming Project: CSS Designer

So, I started making this CSS designer with simple options like changing background color, text color, etc... Then I looked at http://www.w3schools.com/css/ and noticed that CSS is more complicated then I thought. So I scraped the old verson, and started a new one. I already added the web browser within the program, and added my own Color Dialog, since I wanted the Hues to be grouped together. I could of just used the default ColorDialog and FontDialog, but there are too many options that are not needed for web design, and other style choices that are not available.

To do:

  1. Make Font Dialog,
  2. Add options for each Basic CSS and Advanced CSS design.
  3. Write output to a file with an extension of .css
  4. Make menu work.
  5. etc....

This might take more then a week or two to make.

No comments: