Two cheese reviews

Right in the middle of a blog about corporate stuff, there’s some posts about cheese.

Two Gems From Neal’s Yard Diary

Its also here: http://www.ninemoons.typepad.com/the_cheese_forum/2005/08/two_gems_from_n.html

Posted by Tom Sat, 24 Sep 2005 06:48:00 GMT


Strange rendering in HTML forms

HTML forms have always had strange issues. Here’s one I came across today that I’ve not seen before.

I have some HTML that looks like this:

  <p>
    <label for="foo">Foo<label>
    <div class="error">
      <input type="text".... />
    </div>
  </p>

The Firefox browser renders this as if it was:

  <p>
    <label for="foo">Foo<label>
  </p>
  <div class="error">
    <input type="text".... />
  </div>

The div causes the p* element to be closed early. The Firefox DOM inspector shows this quite nicely.

This HTML was originally generated by Rails scaffold code, so I had to make changes to it to make it work with my styles.

My fix was to remove the *p tags and use CSS to get the layout the way I want.

Posted by Tom Sat, 24 Sep 2005 00:44:00 GMT


How to make cheese

Lisa and I are heading to Idaho next week to participate in this cheese making course.

Farmstead & Artisan Cheese Making

Posted by Tom Fri, 23 Sep 2005 18:09:00 GMT


Cheese wedding cake?

An unusual use for cheese.

Cheese Cake

Posted by Tom Fri, 23 Sep 2005 18:01:00 GMT


Favorite Cheese blogs

Here are the cheese related blogs that I read from time to time:

Big Cheese Stories

Pacific Northwest Cheese Project

The Cheese Diaries

The Cheese Guy

Posted by Tom Thu, 22 Sep 2005 02:53:00 GMT


My first public Rails deployment

I’ve been learning Ruby and Rails for 2 months now (since I quit my day job), and I’m liking it. This is my first live deployment of a Rails project – but not one that I’ve written code for (yet).

This blog is hosted at http://rubyonrailshost.com/, and is implemented by an installation of Typo. The main application isn’t in place yet, but the Blog is running great!

Posted by Tom Thu, 22 Sep 2005 00:59:00 GMT


My first public Rails deployment

I’ve been learning Ruby and Rails for 2 months now (since I quit my day job), and I’m liking it. This is my first live deployment of a Rails project – but not one that I’ve written code for (yet).

This blog is hosted at http://rubyonrailshost.com/, and is implemented by an installation of Typo. The main application isn’t in place yet, but the Blog is running great!

Posted by Tom Thu, 22 Sep 2005 00:59:00 GMT


Older posts: 1 ... 16 17 18