Dr. Dobb's is part of the Informa Tech Division of Informa PLC

This site is operated by a business or businesses owned by Informa PLC and all copyright resides with them. Informa PLC's registered office is 5 Howick Place, London SW1P 1WG. Registered in England and Wales. Number 8860726.


Channels ▼
RSS

Creating Styles with Style Master


WebReview.com: Creating Styles with Style Master

By Eric Meyer
Rank: 3

Style Master 1.0

Publisher: Western Civilization

OS: Macintosh PPC/68K; MacOS 7.1.2 or later.

Price: $29 (intro. price; reduced prices for multiple licenses)

Pros: Basic, no-nonsense CSS editor. Browser hints a big plus.

Cons: Minor interface quirks detract from ease. A few browser hints are wrong.

I'll admit it right off the bat: I don't use point-and-click editors to write Web pages. For the past year or more, I've relied on my trusty copy of BBEdit, a great Macintosh text editing program, to help me with my Web authoring. It has an HTML Tools palette, but I rarely use it -- instead, I write nearly all of my HTML code by hand. That behavior has spilled over into my CSS authoring.

However, I can certainly understand why editors are so popular. Most people, I realize, don't have the time (or interest) to learn the entirety of HTML and CSS. And there's always those few things which an editor can make so much simpler. While I ignore most of BBEdit's tools, the one thing I definitely don't ignore is the Web-safe color palette it offers.

So it follows that a small industry should spring up around the creation of tools to make designer's lives easier. A recent entrant into the field of shareware CSS editors is Style Master 1.0 for the Macintosh. This stripped-down little application may not have a lot of chrome, but it more than makes up for it with useful features, a fairly straightforward interface, and helpful hints on how to avoid tripping over browser bugs.

It's got personality

The first thing you notice on launching Style Master is that it doesn't waste a lot of resources on unnecessary sparkle. A brief splash screen, and there you are with a tools palette and an empty stylesheet file. In less than 15 seconds, you're ready to go.


Starting out.

The interface can take a little getting used to, but of course that's true of any program the first few times you use it. A set of basic CSS tools are arranged in a vertical toolbar; unfortunately, you're stuck with that arrangement. In fact, Style Master offers no "Preferences" dialog, let alone settings. This is surprising, and perhaps a little annoying. However, it isn't something that will wear on you too heavily unless you really have to have control over everything (which isn't a good attitude for a CSS author to have anyway).

Anyway, the buttons in this toolbar are useless until you actually have some selectors which you can assign some styles to, so you'll need to define some. Once you've figured out how, it's pretty simple.

Selecting your styles

To set up some styles, you have to pick a selector, and then assign it some styles. Step one has you picking the command "New statement," which is only accessible via menu or keyboard shortcut. You are then asked what kind of selector you want to use, and are presented with a drop-down list of your choices: HTML selector, class selector, and contextual selector are some of your options.

Let's say you pick an HTML selector. You're presented with a list of possible selectors. You can restrict this list in a number of ways, but the fact remains that you have to pick the selector from a list -- you can't just type in anything you choose if you take this route.


Selector choices.

On the other hand, when you're working with one of these lists, you can type in the name of an HTML element, and the list will jump to that point, or one nearby. Since "H1" is the first selector that begins with the letter H, all you have to do is type H on the keyboard and then hit enter. However, if you type H1, you'll find yourself at the end of the list, just past "VAR," because not only does Style Master treat the 1 as being totally unrelated to the H, but it thinks that numbers come after letters. This was more than a bit annoying, but of course it would only come into play when trying to pick a heading element as a selector.

The only time you can directly type in anything you want is when you're defining a class or ID selector, or by picking the option "Any Selector," which lets you just type in whatever you want. Given my keyboard-oriented authoring style, I spent most of my time using this particular option, and it was nice to see that it had been included.

Creating your rules

Once you've defined your selector, you have to assign styles to it. If you highlight a given selector, all you have to do is select one of the aforementioned style buttons. Style Master will pop open one of its many dialog boxes, offering you the chance to set some of the possible styles for the given selector. For example, if you hit the top button in the toolbar, you'll open up the "Text Style Editor," and have the option to change the text's font, size, and weight, as well as its color, and many other properties. The third button down will bring up the "Background Styles Editor."


Editor windows.

One really nice feature of Style Master is the ability to leave one or more of these editor windows open while you examine different selectors. As you switch selectors, the settings in the editors will change to match the current styles for the highlighted selector. You could, in theory, leave all seven editor windows open at the same time, but only those with really high-resolution monitors should attempt this.

You can also see the styles in a portion of the stylesheet file's window. Here, they're written out as they would appear in a .css file. You can also see the entire stylesheet all at once by selecting the "Style Sheet Text" option in one of the menus (no keyboard shortcut is offered to do this).

For all its simplicity about some things, Style Master is also pretty robust. For example, simply Command-clicking on a selector will open up the selector dialog, giving you the chance to modify the selector. Similarly, Command-clicking on a given rule will open the appropriate editor window. For example, if you Command-clicked the rule background-color: green;, Style Master would open up the "Background Styles Editor" for you.

Lending a helping hand

There is one other major feature of Style Master, and that's its extensive safety net. Instead of simply letting you write styles with no hint of how well they'll work in today's browser environment, the author of Style Master has taken the extra step of building browser help right into the application.

You may have noticed in the previous screenshots that there was a pop-up list, right there at the top of the stylesheet file's window, which is labelled: "Target which Web browsers?" You can choose to stick to either Explorer 4, Navigator 4, both, or allow anything in CSS1 and CSS-P (positioning).


A friendly warning.

Should you choose one of the first three options I listed, then you'll notice little caution flags in the various editor windows, right next to each property. Clicking on any of them will pop-up a small window containing caveats regarding that particular property. Should you select the caution flag next to the options for text-decoration, for example, you'll get the hints shown in this section's screenshot.

However, if you choose to select a single browser as your target, then you'll only see warnings related to that browser. If you choose to target both, then you'll see warnings relating to both, not to mention little caution flags all over the place. Picking the option "CSS1 & CSS-P" you won't receive any warnings. In this case, Style Master assumes that you know what you're doing, and want to write standards-compliant code without any thought to coddling half-baked implementations.

The only drawback to these hints is that their very brevity can make them a bit misleading, and on occasion, I've seen hints and warnings that are flat-out wrong. For example, the warning regarding text-align states that Navigator does not support the value justify, when in fact it does. The inaccuracy of this hint could be simply that Navigator added support for this value since the application's hints were written, or it could be a simple mistake on the author's part. I can personally attest to the monumental task which tracking browser support can be. For the most part, though, the hints are dead-on, and greatly helpful.

Works For Me

Despite the little interface quirks and occasional mistakes in browser support, Style Master is a well-organized program. Its lack of flash and sparkle is, in my book, a bonus, mainly because I find that the more an application sparkles at you, the harder it is to use. Most of the dialog boxes and windows are supported by helpful text, and the addition of the browser-related warnings, for all they may contain a few flaws, are a feature you won't find anywhere else.

For someone who doesn't particularly like WYSIWYG programs, I found Style Master pleasant to use, and could easily see myself using it from time-to-time. With only a $29 shareware registration fee, it's well worth the price.


Disclaimer: In the spirit of complete disclosure which seems to be sweeping my country of late, I should admit that I helped out with the beta-testing of Style Master; in fact my name appears in the "Thanks" dialog. I don't feel that this has biased my review in any way; however, you may wish to take this fact into account.


Related Reading


More Insights






Currently we allow the following HTML tags in comments:

Single tags

These tags can be used alone and don't need an ending tag.

<br> Defines a single line break

<hr> Defines a horizontal line

Matching tags

These require an ending tag - e.g. <i>italic text</i>

<a> Defines an anchor

<b> Defines bold text

<big> Defines big text

<blockquote> Defines a long quotation

<caption> Defines a table caption

<cite> Defines a citation

<code> Defines computer code text

<em> Defines emphasized text

<fieldset> Defines a border around elements in a form

<h1> This is heading 1

<h2> This is heading 2

<h3> This is heading 3

<h4> This is heading 4

<h5> This is heading 5

<h6> This is heading 6

<i> Defines italic text

<p> Defines a paragraph

<pre> Defines preformatted text

<q> Defines a short quotation

<samp> Defines sample computer code text

<small> Defines small text

<span> Defines a section in a document

<s> Defines strikethrough text

<strike> Defines strikethrough text

<strong> Defines strong text

<sub> Defines subscripted text

<sup> Defines superscripted text

<u> Defines underlined text

Dr. Dobb's encourages readers to engage in spirited, healthy debate, including taking us to task. However, Dr. Dobb's moderates all comments posted to our site, and reserves the right to modify or remove any content that it determines to be derogatory, offensive, inflammatory, vulgar, irrelevant/off-topic, racist or obvious marketing or spam. Dr. Dobb's further reserves the right to disable the profile of any commenter participating in said activities.

 
Disqus Tips To upload an avatar photo, first complete your Disqus profile. | View the list of supported HTML tags you can use to style comments. | Please read our commenting policy.