baggyeyes: Dreamwidth -Color pencils (Dreamwidth - I believe in Dreamwidth-4)
Baggyeyes ([personal profile] baggyeyes) wrote in [site community profile] dreamscapes2009-10-12 03:14 pm
Entry tags:

Resources for Designers

I thought more than a few people might get some use out of these links/utilities.

For CSS3 styling, while it is a new set of tools that are coming down the Intertubes, it's also a good idea to keep up on the new technologies.

To that end:
CSS3.info is a blog built around exploring CSS3 and the cool things you can do with it.

One of the tricks to keep in mind - to keep your style sheet relevant after the CSS3 spec becomes standardized, is to include a vanilla declaration:

box-shadow: 4px 4px 2px #EAEBF5; padding: 2px 2px 2px 6px;
-moz-box-shadow:4px 4px 2px #EAEBF5; padding: 2px 2px 2px 6px;
-webkit-box-shadow:4px 4px 2px #EAEBF5; padding: 2px 2px 2px 6px;



Also, you can check out the Opera Developer site for their articles on CSS. They have a ton of great articles and ideas you can use. If you use Opera, don't forget to use the Dragonfly Debug tool. Something I didn't know: Opera supports Speech in their browser. Some links:

Visit XHTML Voice in Style using Opera, the page should talk to you. This is because of the specification in XHTML and CSS for VoiceXML, or Speech in web apps and pages. This is going to open up at least some of the Accessibility of pages. So far, Opera is the only one that supports this. You can find more information here:
Add Voice interactivity to your site,

Another way to make sure your layout/theme stands up to the standards is to use EM instead of PX for font-size. Using EM ensures that the text will look correct no matter what size the user's monitor or resolution. It will scale well, in other words. There are several tools on the web to help out in this, but I'll include two:

Aloe Studios EM Chart, a downloadable tool you can use offline and in any web browser.

PXtoEM.com, a popular site that not only will help you get your conversion, generate the CSS code you need, but also help you learn along the way.

There are more, and maybe I'll add them in in the future. If anybody else has resources of their own they'd like to add, please do so.

Friendly Neighborhood Tester
afuna: Cat under a blanket. Text: "Cats are just little people with Fur and Fangs" (Default)

[personal profile] afuna 2009-10-13 02:31 am (UTC)(link)
Great links -- I've found pxtoem very useful, but I hadn't heard of the others until now. Thanks!
turlough: castle on mountain top in winter, Burg Hohenzollern ((mcr) keeping busy)

[personal profile] turlough 2009-10-13 03:18 pm (UTC)(link)
Thank you for these!! I really should convert my layouts from px/pt to em but I keep "forgetting" because it's always seemed like such a hassle. These convertion tools will hopefully make me actually do it :-)
turlough: castle on mountain top in winter, Burg Hohenzollern ((dw) dreaming of music)

[personal profile] turlough 2009-10-15 03:22 pm (UTC)(link)
I'm completely self-taught when it comes to CSS and I've got an annoying habit of forgetting the correct names of things so I would be completely lost without being able to check CSS Reference. And without the Web Developer add-on I don't think I would ever have the courage of tackling new things - like making Stylish scripts for my favourite websites to change formatting that irritates me :-) I've got Firebug too and I keep trying to use it but it's just too confusing for me.
nostariel: Rogue from the X-Men, captioned "Don't touch me." (Default)

[personal profile] nostariel 2009-10-21 12:16 am (UTC)(link)
Something I didn't know: Opera supports
Supports what?

I've found [community profile] stylemakers to be a great resource here.