Cultured Code Things revs to 0.9

If you haven’t tried out Cultured Code’s Things yet, now is a good time. It’s my favorite task manager, and it’s better than ever. Yesterday, version 0.9 was released. You can download the public Beta preview for free. It’s a Beta, so you are encouraged to let the developers know what you think.

The big news about this Beta release? Recurring to-dos and projects. And there’s lots of other improvements as well. If you like Things, sign up for their newsletter for a 20 percent discount once 1.0 is released this Spring (you’ll be able to pick it up for $39; regular price will be $49).

If you read my review of Things, be sure to read the comments for this post, too. One of the developers of Things addressed many of the concerns I raised in the review.

RapidWeaver Vs. WordPress II: RapidWeaver review

Realmac’s RapidWeaver, a Mac-only web publishing tool.

Who is it for?

RapidWeaver targets people with little to no web design experience seeking a simple way to produce a professional-looking, standards-compliant, and highly customizable mixed-content website. By 'mixed-content,' I mean that it handles both static and dynamic content. But it's not just for those new to web publishing. It's used by experienced developers, too, because it's a handy way to quickly build and deploy a site with minimal fuss, and it's fairly easy to create custom templates.

What is it?

It's a stand-alone web design and Content Management System (CMS) that runs locally from your computer. As a content management tool, the built-in capabilities of this app are easy to use — and the user interface is much friendlier than most other web-based content management systems. It's also easier to set up since you don't have to worry about potentially complicated installation procedures. For instance, you don't have to set up a database on your server to get your blog up and running. The down side to this is that you can't manage your content remotely from a web browser (with a few caveats, which I'll go into later). For the most part, you need to be sitting at your Mac when you want to work on your site.

Like iWeb and WordPress (and other CMS solutions), RW is built around the assumption that it’s desirable to start out with well-built, professionally-designed, battle-tested templates. This is desirable because (a) most people don’t have the time, inclination or ability to produce a site design and (b) templates help ensure that sites meet web standards.

What I’ve just labeled a ‘template’ in the previous paragraph, RapidWeaver calls a ‘theme.’ What’s the difference? Themes are flexible templates. For most blogging tools or content management platforms, a user will find a theme he or she likes, apply it to their site and that’s pretty much it. The average user may change some basic colors and fonts for a given template, but they typically don’t have the ability or the inclination to readily modify much else. A RapidWeaver theme, on the other hand, empowers the user to really dig in and modify the template to make it his or her own.

For the novice, themes may be the killer feature of this program. With themes, some of the style variables that may be modified with ease include site colors, font families, page width (to include flexible and fixed width options within one theme), header image, and sidebar position. Most themes also offer several pre-defined styles from which you can choose as well, which is nice for those who have trouble picking complimentary colors or matching thematic elements.

The customization parameters of a theme are really only limited by how many options the theme developer builds into it. RapidWeaver comes with a slew of nice themes. If you don’t find what you like within these options, there are many top-notch third-party themes available (most will cost you around ten dollars or so, but many are free).

While most people will use a pre-designed theme, the RealMac developers provide a great tutorial and a software development kit for those who wish to create their own (for their own use, to give away, or to sell). Note for those of you who are interested in creating a theme: RapidWeaver works this magic by saving theme variables within an Apple property list (plist) file. It’s a standard XML file, which makes it a breeze to add to and modify theme properties.

Conceptually speaking, RapidWeaver places the design and management of your site in the background so you can concentrate on content, content, content. But that’s not to say that it doesn’t offer robust design/management tools. On the contrary, the app provides very effective management and customization tools, support for search engine optimization and advanced-user options (such as adding your own java, PHP, special assets, or custom CSS on a per-page or site-wide basis). Most of the configuration and customization options are deployed through a plethora of tabbed pop-up windows (commonly referred to as ‘inspectors’ in Mac parlance). You open them up when you need them; otherwise, you close them up and they stay out of your way.

All things considered, the developers have created a clean interface to manage just about all aspects of a site — which will especially appeal to those new to web development. The idea is that you won’t ever need to get at the code behind the scenes (if you don’t want to, that is). RW is so confident that most users will never have to mess with underlying code that the developers don’t even present an option to view the code through the application’s user interface ( actually, they used to have an option to view the code in earlier versions of the program, but no longer do. This was a good choice because the displayed code in the earlier versions was not directly editable. That was just annoying). Not to worry though — you can get to the code if you need to. UPDATE: I’ve learned from the RW forums that you can still toggle the code view by invoking the shortcut ⌘-Alt-U.

If you’re used to directly editing style sheets and web code, you may find the ‘RapidWeaver method’ a little awkward and limiting; the developers took many of the common things you would normally do ‘under the hood’ and gave them their own front-end user interface. If you’ve never hand-coded anything, no need to worry: RW’s built-in tools allow even the most novice user to jump right in and start modifying site colors, fonts, sidebar position, site metadata, etc. without ever needing to access the code. There are also some third-party tools you can buy to help you access images for easy modification (see RWmultitool). Alternatively, you can modify a theme by locating it’s associated package at /Your User Account/Library/Application Support/RapidWeaver/ and opening up the associated HTML and CSS files in the editor of your choice

 

The workflow

The RW workflow is simple: you choose a template, you add pages, you publish it to your web host. All you need to get started is a copy of RW, a remote web host and an FTP or .Mac account. What makes it special is how easy it is to do this, the good looks of the resulting site and the versatility of the 'theme' framework. RW also stands out in terms of how quickly you can deploy a site. How fast is it? It depends on how much customization you want to do. I was able to launch a site with a blog, multiple static pages and a photo album page in about 30 minutes. That's not too bad. I set up a fairly complex website for my wife that features a blog, dozens of static pages, customized graphics, and a highly modified template in about 6 hours of non-contiguous work. That's pretty good, too.

The core of this editing area (the main place where you add your content) is the RW page. You can add a variety of pages, ranging from a fully-featured blog to straight HTML code. Each page type you choose defines how you add content to that element. If you choose to create a blog page, for instance, the content area is specialized with fields unique to things you need to add for blog entries. Makes sense. If you choose a photo album page, you get a totally different content area, specialized for iPhoto integration and drag-and-drop simplicity. The designers have obviously put a lot of thought into creating simple interfaces for a wide variety of page types. Chances are that you will not need to refer to the manual very often, except when it comes to understanding all of the options in the RW Inspector panes. That is, each page type is associated with a specific inspector pane, and each inspector pane is chock full of customization options.

While this equates to a platform that allows users to quickly and easily deploy a site, there is a downside. Since RW makes it so easy to publish a site, many users won’t bother to (or won’t know that they should) fill in site metadata and other details. I have a suggestion for the RealMac developers: it it would be a good idea to provide some tooltips or otherwise-integrated instructions to better explain the myriad customization options available for each page type, the page inspector, and the site inspector.

For example, it’s very quick and easy to create a page. However, it may not be readily apparent to users with no web design experience that you also need to name the folder and file for that page. It would be helpful if the developers built in some sort of warning message when users hit the ‘Publish’ button as a heads up that some of the parameters have not yet been defined.

In the example above, for instance, a helpful message might say ‘Wait! Before you publish your site, you should name your folders and files for the pages you’ve created. This is an important step that will make your site easier to index by search engines. It’s also necessary for blog entries so your permalinks are meaningful.' Or something like that…

There are many other examples of instances where tips and other helpful messages would be helpful to ensure the site is properly set up. Imagine you’ve never published a website before. You may wonder: What’s a meta tag? Why should I worry about this meta stuff? What’s ‘page expiration?’ What’s the difference between optimized, tidied, and default code? And so on. I think the program would really benefit from some additional cues to help users along. This, of course, assumes that most people won’t read the manual or dig into the forums. I think that’s a safe assumption, especially for an app that draws so many people with little knowledge of these things precisely because it’s supposed to be so simple to use.

Remote management (for Bloggers only)

I mentioned that there were a couple of caveats to the statement that "you can't manage your site remotely." There are two exceptions that I know of. The first is with the built-in RW blog: while you can't manage your blog posts remotely, you can manage your comments remotely. That's because RealMac partners with HaloScan, a third-party commenting system, to deliver blog comments.

If you want comments on your blog posts, you need to sign up for this service. And if you sign up for this service, you can manage your comments via HaloScan’s web-based interface. You don’t need to be at home to do that.

The other exception? You can buy a third-party blog plugin called RapidBlog from Loghound.com. RapidBlog is basically a front-end for Google’s Blogger that seamlessly integrates into RapidWeaver. Using it requires you to sign up for a Blogger account. The only weird thing about it is that your posts will appear both on your website and on your newly-created Blogger site (you can choose to hide your Blogger posts, or you can just leave them there — who knows, it may generate more readership for your primary site). If you use RapidBlog, you can remotely edit your posts or email a post from a remote location.

The Small Print

RapidWeaver has been around since 2004 (the same year that WordPress hit the streets, incidentally). It's now at version 3.6.5. Note that this app is not free or open-source (like WordPress). RW costs $49 per license. That's pretty cheap, but if you want to really take it to another level, you're going to want some third-party add-ons. And when you decide to buy some, you'll soon discover that it's not as cheap as it first appears.

In my opinion, you need to buy some third-party plugins to really get the most out of this application. And one thing I really ike about RW is how well it integrates with third-party plugins, add-ons and themes. I mentioned earlier that the RealMac team offers a SDK for themes. Well, they also offer a SDK for anyone who wishes to try their hand at creating a plugin as well. What fun. True, there are many, many great third-party themes out there. But there are also some killer plugins.

Two complaints I’ve heard from RW users is that (a) some plugins should be part of the application from the start and (b) the cost of the plugins quickly exceeds the costs of a RW license. My view? There are some plugins that are so essential, I wouldn’t consider RW complete without them. They are just too handy to pass up. I could complain that RealMac should include some of these plugins as core parts of the application, but I honestly don’t mind paying for some third-party extended options (note that most of these plugins are different page types, each with their own Inspector pane full of options and choices). The app is still quite cost-effective, and it’s definitely generating some very great third-party software development.

Conclusion

I think RapidWeaver is a tool with a great future. It offers slick themes, powerful customization options, ease of use, a dedicated user base (check out the RW User Forum when you get stuck), and top-notch third party add-ons. It's cheap. It's easy for novices to use. It's fun for more experienced people to use.

What’s not to like? Well, as I mentioned, a case can be made that RW is feature-weak and not powerful enough, evidenced by all of the third-party plugins. Do you really need these plugins? No, but they will make life easier for you and they are pretty cool. I wouldn’t be surprised if the RealMac team bought out a few of the add-ons in the future. Yourhead Blocks, for instance, adds WYSIWYG freeform layout functionality to RapidWeaver. I know that my wife, for one, could not live without it for her site. She’s so used to using Blocks, in fact, that she forgot that it’s not actually a part of RW.

Speaking of my wife, I quizzed her on her RW experience as she’s the primary user of the app in our household. She reports that the program is, on the whole, a great tool. However, she has faced some problems with the app crashing while she’s trying to publish changes to her site. She’s taken to closing down all other running programs on the Mac when she’s uploading content, which she says helps. She also notes that publishing times can be quite slow, and the site itself is pretty slow on the initial load. These issues have gotten worse as her site has grown. It raises the question of scalability. How big can a RW file get before it becomes unreliable? I trust the developers will keep refining the loading/publishing issues as development moves forth.

I’ve personally noticed that RW can be limiting when it comes to adding or creating complex mixed content on a page. In addition, some things are tricky to do if you want to push the boundaries of a theme or mix up how your content is presented. I can best explain what I’m talking about here by way of example. Say you want to add a third column to only one page of a site. This isn’t so easy. One solution that many people use is to add a ‘faux’ column on a Blocks page. That works, but it would be nice to have some themes with one, two, or no column options per page. I’m not aware of any limitations that would prevent this.

As for mixed content, I’m referring to the ability to, say, mix in some static content with posts. For example, imagine you want your home page to list your top three newest posts. Above and below this, you wish to add some static content — but you still want your main blog to be a separate page in your site. This isn’t easy to do. Or imagine that you want to add two columns of static text and maybe some sort of additional javascript to go with your Photo Album page. There are work-arounds to issues such as these (and most rely on third-party plugins!), but I would like to see RealMac push towards more and more flexibility and more choices in the future when it comes to page customization (mixing multiple page types on one page, for example). I’d also like a way to open up the core theme files from within the application for quick edits. Of course, that’s a tall order since they are also trying to keep things simple with this app. My suggestion? How about two versions set at two different price points: RapidWeaver Standard and Pro?

I’ll close by noting that it’s a tool that certainly rewards the patient user — I mentioned that RW has a good user forum, and this is where you should head first to answer any questions you have, or to see if anyone has already posted a fix for a vexing problem you may be having. It’s a vibrant, friendly community and if you have an issue, chances are it’s already being discussed.

For the next installment in this series, I’ll present an overview of Wordpress. Then, in the final post, I’ll compare the two based on some criteria of my invention. Cheers.

Postscript: A forgot to mention Snippets! This is one of the coolest parts of RapidWeaver. This is a simple but powerful feature: open up your Snippets inspector pane to reveal stored bits of code. Drag and drop these ‘snippets’ directly onto your page. RapidWeaver includes many handy snippetized code bits, you can easily create your own, or you can download third party snippets from the RW site. If you find yourself typing bits of code over and over, this can be a huge time saver. Added to that, many people are integrating snippets functionality to create unique add-ons. For example, I just used Snippets yesterday to place social bookmarks on my wife’s blog. I works great. By the way, if you use the social bookmark snippet referenced here, be sure to check out this thread on the RW forums. Happy weaving.

RapidWeaver Vs. WordPress: Part I

Thanks to Google Analytics, I’ve discovered that many people reach this site upon searching for ‘RapidWeaver vs WordPress.’ I offer my apologies if you are one of these people: I posted some short comments on this topic last November, promising to follow up with a complete comparison…but I’m only getting to it now. Why the long delay? I’ve needed this gestation period to think about what I wanted to say.

Comparisons of these two publishing platforms are scarce (my proof: it’s the only search term that I’m aware of for which this blog appears near the top of the charts on Google).

Perhaps this is because they are quite different tools. Perhaps it’s because review sites, in general, don’t offer much in terms of application comparisons.

At first glance, it appears that WP and RW serve different audiences. WordPress is specialized for blogging; RapidWeaver does blogging too, but it’s more of a complete website design tool. WordPress offers web-based content management (server-side); RapidWeaver is managed locally, from the user’s computer (client-side). WP is a free, open-source tool. RW is an application that costs money.

Should they be compared? I think so. That so many people have searched for comparisons of the two to reach this site is a testament to this.

I’ve used both WordPress and RapidWeaver to develop many sites. Despite their apparent differences, I’ve found that both platforms can do just about anything I want them to do when I need to develop a personal (or even small business) site. Both offer great blogging support. Both can handle static/mixed content. Both can be used to create complex, great looking sites for people with little to no web development experience. Yet, these tools remain radically different in many ways. What differentiates the two? Which is best?

I want to start by defining the problem. What are people looking for when they seek a comparison of RW and WP?

Here’s my best guess:

You’re in the market for a good, inexpensive tool to create a website. You want your site to be flexible, easy to use and easy to maintain. You want it to look like it was designed by a professional, but you don’t have the time, inclination, or experience to create something from scratch. Still, you’d like to be able to customize your site with relative ease. Moreover, you want the ability to create, tweak and modify at will, should you decide you want to ‘get under the hood’ at some point in the future.

You want to start a blog, but you also want a system that easily allows you to add static content. You want lots of template and plugin options to expand the functionality and appeal of your site. You want a platform that is powerful, but you don’t want to be overloaded with options. You abhor the notion of navigating a complex user interface. You abhor the notion of reading a long user manual even more. Most of all, you want your site to look beautiful.

You’ve searched the web and are overwhelmed by the many choices out there from which to choose. You want to make the right choice the first time. You look at Blogger and other basic web-based personal blogging solutions, but you think these are a bit too simplistic. You want something more robust. So you look at open source Content Management System solutions like Drupal or Joomla, but these solutions are just too complex for your needs. You consider DreamWeaver, but it’s too expensive, bloated and complicated. You try iWeb, but it doesn’t quite fit the bill. It’s nice, but you feel that it’s just a bit too limited, too tied to .Mac and perhaps tries so hard to be drag-and-drop simple that you worry that it may limit your future options as your site (and your experience) grows.

Enter RapidWeaver or WordPress. Both platforms are very popular. Both have dedicated, passionate users and solid documentation. Both are capable of producing great looking sites and offer the flexibility and ease-of-use you seek. Both offer tons of great-looking templates and plugins.

For my next post, I’ll start the comparison with an overview of each publishing platform. I’ll follow this up with a post on the strengths and weaknesses of each. Finally, I’ll offer my opinions and conclusions about which tool I think is best for which type of user. If you have any specific issues, needs or considerations you’d like to see addressed in this comparison, let me know.

 

Novel uses for VoodooPad

I’ve been off the grid for the past several days getting ready for a job interview. Now that it’s over, I want to share a tip about a tool I used to help me prepare.

First, I’ll define the problem. I typically prepare for an interview by writing out potential questions that may be asked. I then add some ‘answers’ after each question in a bulleted list. I then sit in front of my Mac and practice answering my fictitous questions. This works fairly well — and I own several programs that handle simple bulleted lists with flair (Pages, Tinderbox, and OmniOutliner, for instance).

But I wanted something a little different this time around. Instead of viewing my questions and answers all on one page, I wanted the ability to view my questions separately from my answers. In other words, I wanted to see the questions without the ‘answer’ bullet points. Then, after I practiced responding to the question, I wanted to compare what I said with the bullet points. It dawned on me that what I was looking for was a simple ‘flash card’ system.

Enter VoodooPad. If you’ve never used this tool, it’s worth trying out (especially considering that the developers offer a free Lite version that is surprisingly capable and feature-rich). What is it? Essentially, it’s a tool for taking freeform notes that gives you the power to quickly and easily create links to new pages of information. It’s like having a little stand-alone I’ve previously noted that VoodooPad is a nice tool for fiction. Create a character sketch for a person named ‘Tim,’ for example, then link this character information to a sub-page named ‘Tim.’ Once you create this sub-page, every time you type the name ‘Tim,’ VoodooPad automatically links this character name to the character sketch sub-page. It’s a handy way to track and develop people, places, and things when writing a story.

It’s also a handy way to create hypertext fiction. It’s certainly not as robust as Eastgate’s StorySpace, but it’s a heck of a lot cheaper. StorySpace is $295 (to be fair, StorySpace is a very specialized writing tool designed for very long and complicated hypertext stories). My point is that VoodooPad Lite is free and does a fine job if you’re looking for a simple tool to try out non-linear writing.

VoodooPad works very well as a ‘flash card’ system, too. It was the perfect tool, in fact, to help me practice for my interview. All I had to do was type out a question, create a new link to it and paste my bullet points for that question in my newly created sub-page. I listed all of my practice interview questions on my main ‘index’ page and linked to sub-pages for each answer. I also created some links to hold background information about the job for quick reference. My interview ‘prep package’ was easy to set up. It was convenient to have all my interview notes contained within one little stand-alone VoodooPad file.

VoodooPad comes in three different flavors depending on your needs. I’m currently getting by with the free Lite version, but I’m getting ready to upgrade. Why? I’ve come to depend on it. And I keep finding new ways to use it. This is not to say that I find the Lite version of this app lacking for my simple needs — it’s more about supporting Flying Meat (the developers).

I could have written that last sentence differently, but I may never get the chance to use the phrase “supporting Flying Meat” again…

Get your Mac ready for the Lunar Eclipse

If the skies are clear where you live tomorrow night (or tonight, depending on your time zone), don’t miss your chance to witness the last lunar eclipse until Dec. 2010.

lunar-eclipse

Here in Hawaii, I’ll be heading out to the beach around 11 p.m. While I won’t be bringing my Mac with me, this event marks a great occasion to highlight a few of the astronomy programs available for OS X. These tools are excellent teaching aids and are just plain enjoyable. If you don’t have a Mac, no worries: each of these apps run on Mac, Windows, and Linux.

If you go outside to watch for the eclipse, keep an eye out for Saturn (if you have a telescope the rings will be visible) and Regulus (the 22nd brightest star in the night sky, in the Leo constellation).

Saturn and Regulus will be the brightest points in the sky nearest to the eclipsed moon. Exactly where they will appear relative to you, of course, will depend on your location and the time you go outside to have a look — but they will appear to be close to the moon.

Cloudy out? View the solar system on your Mac

1. StellariumFree. This planetarium application specializes on views of the sky from an earthly perspective. Enter your coordinates to see what's going on in your sky on a given night. This is my app of choice for casual desktop sky-gazing; it's also a great learning aid. I enjoy setting the program to fast-forward so I can watch the sky come to life in quicktime. There are many user-contributed scripts available to enhance your Stellarium experience which make an already interesting program even more engaging. This is a great program to keep on your Mac for those times when you want to quickly identify a star or constellation.
  1. Google EarthFree. It isn’t just for earth-browsing any more. Check out the ‘Sky’ view mode for a full-featured astronomy package chock full of user-contributed goodness. I’ve lost many hours engrossed in the ‘Sky’ view; this Google Earth expansion is still a pretty new feature, but it keeps getting better and better.

  2. CelestiaFree. Celestia doesn’t confine you to viewing stars from an earth-bound perspective. You are free to fly around the visible universe in dizzying three dimensions. There are many, many expansions available for Celestia that make it even more fun and valuable as a learning tool. The one thing about Celestia is that it’s not quite as easy to use as the other programs; still, it’s an amazing tool with a dedicated user base and it’s a joy to use.

  3. Starry NightExpensive. I own an old Mac OS 9 version of Starry Night Pro and I still use it on my old iBook G4 in Classic mode (note that Classic only runs on Tiger and earlier versions of Mac OS X). It’s come a long way since then and is worth checking out if you really enjoy astronomy and want a feature-rich package with many great animations and photo-realistic imagery. Even the old version of Starry Night that I own is visually very beautiful. It’s a great teaching aid to view the solar system in motion from any perspective, watch eclipses, find satellites, view the earth from distant planets, and more. If you go for the Pro package, you can hook up your Mac to your telescope to track distant objects. My only problem with Starry Night is that it seems to have gone overboard a bit with commercialization — there are now at least six SN packages to choose from, and all of them are pricey.

My favorite experience with Starry Night? Heading out in a canoe late at night with my old iBook back in my home state of Maine on Nicatous Lake (far, far away from any light pollution), turning on Starry Night’s ‘night vision mode’ and spending a few hours looking up at the sky. Note that this is only enjoyable in the summer while doused with about one gallon of bug spray to keep the mosquitos away.

More Mac astronomy links

If Mac astronomy software interests you, check out Pure Mac's comprehensive list of astronomy apps for more ideas. Hope the skies are clear wherever you may live.