The Truth about Dreamhost

Dreammhost is a great value as long as you know what you’re buying. For less than six dollars a month you get a fully-featured shared hosting account with extremely generous storage and bandwith limits. Understand, though, that you are not getting a fast or reliable web host.

THE GOOD: Dreamhost accounts have every feature you could imagine. FTP, SSH, and secure email are all supported. The latest versions of Perl, PHP, MySQL, and Python are there, as you’d expect. Ruby on Rails is also available and fully suported. Beyond the above, expected feature, Dreamhost also offers Subversion repositories, streaming media servers, Jabber servers, and more.


Who Pays for Reused Services?

Services cost quite a bit to create and deploy, but they are also expensive to maintain and scale. It is very tempting to audit the use of services and charge-back to the departments that are reusing your services. This approach can be very successful in an established, enterprise-scale SOA but it can be disastrous in a company’s early SOA years.


PicLens Almost Fixes Slideshows

PicLens is a plug-in for Safari and Firefox that adds full screen slideshows to a variety of popular online photo sharing sites. This is a great idea. The problem is, it doesn’t work very well.

I installed the plugin and went straight to the photo sharing site that most of my friends use, Smugmug. Piclens doesn’t work with Smugmug because they only support a list of six specific sites or any website using auto-discoverable Media RSS feeds. I couldn’t find any photo sharing site or software package using Media RSS, though all of the sites I checked are publishing some form of RSS feeds with image URLs.


Standalone List Items in IE and Firefox

I ran into an annoying diference in the way IE7 and Firefox render pages. List items (<li>) not enclosed in a numbered or unnumbered list (<ul>, <ol>) display differently when the list is of type “none.” In IE, each list item’s first line will be indented, while in Firefox there is no indent. Setting margin or padding does not change this. The below code sample demostrates this issue.

<HEAD>
<STYLE type=”text/css”>
li {list-style: none;}
</STYLE>
</HEAD>

<BODY>

<LI>foo
<LI>bar
<LI>foobar

</BODY>


Please Excuse the Mess

This website has been a mess recently. Up, down, errors on the main page. Random items showing up new in the feed. All the old posts showing up new in the feed. I apologize. I’m done messing around, and things should work properly from this point forward.


Close
E-mail It