March 27th, 2008

Microformats are an increasingly common way to embed semantic information in a human-readable web page. By using classes to annotate the markup, you can call out information allowing a web browser or add-on to utilize it. For instance, using the hCard microformat, a human-readable address written in HTML can be downloaded and added into a user’s address book.
I’ve been offering restaurant addresses using microformats in UVFood.com, and more and more sites are providing support for them.
Read the rest of this entry »
Tag: microformats
Email This Post
|
Print This Post
| 120 Views
Posted in HTML | Comments Off
§§
August 31st, 2007
Earlier this week I opened my web site UVFood.COM, the latest (well, second, not counting the blogs) Blue Forest Research site.
UVFood is a food reporting and review web site dedicated to food in the Connecticut River Upper Valley area of Vermont and New Hampshire (towns like Hanover, Lebanon, Norwich, White River Junction, Windsor, Quechee, Claremont, Enfield, Plainfield, Cornish and more). Currently its database is stuffed with restaurants but I’m slowly adding more non-restaurants to it as well; my goal is to get all the local food producers and retailers in it.
The software is still evolving as well; there are many social networking and blogging features to come to it, and I hope that it will come to a point where it will be a good piece of software to pick up and transplant to more urban areas.
Technically, it’s written in Perl using the Catalyst Framework and HTML::Mason; it uses the standard platform of Apache, MySQL and Linux.
It uses tags to help organize businesses. Rather than have categories or types of cuisines for restaurants, businesses are tagged. So a Chinese restaurant would have the tag “chinese”, and one of those odd hybrid Chinese restaurant/sushi bars would also carry the tag for “sushi”, as would any Japanese restaurants and any markets that sell sushi. Click on the “sushi” tag and you get a quick list of all your alternative sources for raw fish. Eventually you might get a blog article or two on sushi as well. At this time tags are only “editorial”, put in by the system administrators (me) but my aim is to allow all users to tag as well.
Read the rest of this entry »
Tags: catalyst, hcard, html::mason, microformats, restaurants, rss, tags, upper valley, uvfood, vcard
Email This Post
|
Print This Post
| 357 Views
Posted in Business, Apache, HTML::Mason, Catalyst, Perl | Comments Off
§§