Jump to content

Css Builder - Comments Please


Guest FirefoxRocks

Recommended Posts

Guest FirefoxRocks

This is my site/program: http://portal.trap17.com/sandbox/cssBuilderJq/I have spent quite a bit of time on this project lately. There are some things I need to work on still (to do list), but I think it is stable enough for me to launch version 1. I have yet to figure out how to make the program keyboard-accessible.This site allows you to create CSS rules and check browser compatibility of the CSS rules you create. See site for more details. It is built using jQuery, there is no document.getElementById anywhere in the JavaScript.I hope that you will find it somewhat useful (towards new CSS users at the least). Please tell me what you think.

Link to comment
Share on other sites

Well, I think you need to fix it a little... I skipped a few steps, went back and changed a few, and then it wouldn't respond to anything I did. Other than that, the layout is nice, and the interface is easy to use, maybe make the output box a static textarea. I find my self moving it out of the way a lot. Maybe you could squash it in on the side, or above / below the main content. But any ways, it looks great so far!

Link to comment
Share on other sites

In the "classes, IDs, and attributes" section, there are more attribute selectors than what you list - http://www.w3.org/TR/css3-selectors/#attribute-selectors.No validation for number, etc. seem to be present (except on the "tag" page).Otherwise, it works.

Link to comment
Share on other sites

Guest FirefoxRocks

How do you suggest that I implement a function that allows people to build entire style sheets instead of 1 rule at a time?

Link to comment
Share on other sites

Well you would need some knowledge of HTML before using your site for CSS, but overall an interesting concept. Switching between pages seemed to work alright for me. I'd second what CloneTrooper said, I had to move the output box around some as well in order to go to the next page. Also, I'm not very familiar with Java at all (and your most recent question should probably be posted in that forum), but could you simply make the browser compatibility an automatic thing? PS the CSS on your site does not validate. I noticed you were working to make sure all your CSS was valid, and it might be good to make sure the site's CSS is valid as well. http://jigsaw.w3.org/css-validator/validat...FcssBuilder.php

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...