|
|
Tuesday, October 08, 2002 |
| Tricks of the Print Trade | |
I always enjoy Joel on Software. One of the reasons I enjoy it has nothing to do with content - I love the layout. It requires very little eye strain. The serif fonts allow the eye to recognize shapes of familiar words. More importantly, the article text forms a column that is narrow. The narrow column of text surrounded by blocks of whitespace keep the eye from being overwhelmed, and the reader is able to stay focused. Since Nick Fink was recently quoted in CityDesk News, we learn that Joel's format is a trade secret of the Print profession: Nick Finck: “There is an unspoken rule in print which states that text should not exceed four inches in width on a page. Any text less than four inches is more readable than any text over four inches — the reader's whiplash will speak for itself.” How to do it: (well, one way to do it, there are many): | |
|
|
Sunday, September 29, 2002 |
| How to include apostrophes | |
(In response to this Radio discussion thread) The numeric code for an apostrophe is 39 (according to the W3C HTML Coded Character Set page). Edit your post in "Source" mode, where you can see the HTML tags. Position your cursor where you would like the apostrophe to appear. Type the following five characters:
Thanks to Jeff's Radio Weblog for showing me how to distribute code snippets without the recipient unintentionally picking up invisible characters which render the code inoperable. Josef Tornick's weblog can be found at http://radio.weblogs.com/0111492/. | |
|
|
Sunday, September 22, 2002 |
How to draw a box: .roll { | |
|
|
Saturday, September 21, 2002 |
|
|
Friday, September 20, 2002 |
| HTML 1-A Lesson: Anchors | |||
Al Macintyre has been adding so many great sources to his article Understanding Radio Categories, the page has grown into nine (yes, I counted) screen lengths of information. One of his eRadio ideas is to accomodate the multitude of information by updating the presentation: "It would be really nice if each of the summary questions up top was a link to the detail answer down below." "Down the road I hope to learn Radio Outlining..." I can't help out with the outlining, but I do know how to make anchors. Imagine a hyperlink that does not jump to another webpage, but jumps to another heading on the same webpage. Here is the code: Here is how it will look: Ok, Al - when you learn of Outlining, will you explain it to the rest of us? :) | |||