Home-Based Entrepreneur

March 2004
Sun Mon Tue Wed Thu Fri Sat
  1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 31      
Jan   May


 Monday, March 22, 2004
2RSS.com: Source for software and links regarding RSS.  First, an Atom-to-RSS converter:  "As you know, many sites offer Atom feeds instead of RSS. Most noticeable Blogger.com [and therefore, Google's blogger]. .. Converting Atom XML feed to RSS feed is a new service our site offers, for free. You even don't have to register. All you have to do is to use a link to atom2rss.php page and pass your Atom URL in atom parameter. " Also, a big directory of news readers, and libraries of ASP and PHP functions for processing RSS. [Ken Novak: XML and software]
9:12:41 AM    
  
Markup vs Markdown.

John Gruber has written an interesting piece on, amongst other issues covered, markdown. Markdown is the opposite of markup (cf. HTML markup) and attempts to reclaim readability and simplicity in weblog post by eschewing non-essential HTML tags. I can identify with a lot of what John says in his post but with my own posts there are a couple of areas where I feel I must use HTML markup, so this got me thinking about my own weblogging work flow.

I used to type directly into the edit box for a new post. As I'm on a Mac I can't use the clever WYSIWYG editor features that come with my weblogging software (those features are Windows only) so any HTML I want to include in my post I had to add manually. This got to be too much of a pain, so in that respect I can totally sympathise with John's markdown principle. But then I discovered the joys of using a stand-alone WYSIWYG HTML editor, specifically Adobe GoLive. This application takes all of the headache out of writing a post and allows for simultaneous write/edit/preview.

Now here's the bit of my own work flow that'd be just too darned tedious to do by hand, embedded images and links. I tend to use a lot of these and to do them properly e.g. add ALT tags to images and assign titles to links is just too time consuming without an editor. Now, with the exception of posts sent straight from my mobile phone, I try to correctly use ALT tags and link titles as I think it provides a better reading experience and is probably more compliant in terms of accessability.

Lastly, I noticed another advantage of writing in a stand-alone HTML editor such as GoLive. If I want to write about writing HTML i.e. include HTML tags in my posts as part of an illustrative code listing for example, then this is all taken care of for me as GoLive automatically converts the tags I write in WYSIWYG mode into encoded tags. For example, <br> in WYSIWYG mode becomes &lt;br&gt; in source mode and therefore doesn't confuse the browser.

Taken together with other useful editor features such as spell checking and a drag-and-drop library of HTML objects, I'm very happy with my present work flow.

[David Davies' Weblog]
9:02:18 AM