<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.8.6" -->
<rss version="0.92">
<channel>
	<title>Blue Forest Blog</title>
	<link>http://blog.blueforestresearch.com</link>
	<description>Software development at Blue Forest Research, LLC.</description>
	<lastBuildDate>Sat, 14 Jun 2008 00:10:04 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>No More Google Browser Sync</title>
		<description><![CDATA[ Aw... this was a really useful tool that helped me keep my copies of Firefox on my portable and desktop machine synchronized.    It never made a lot of sense to me that it was a Google offering, but it was there and it just worked... no hassles beyond the occasional credential verification. ...  Unfortunately, the people who worked on it have moved on and rather than find new people to make it work with Firefox 3 (out next week), Google has decided to discontinue the project. ...  Mozilla's  Weave  project is supposed enable similar sync services, but it's still in the early stages.
]]></description>
		<link>http://blog.blueforestresearch.com/2008/06/13/no-more-google-browser-sync/</link>
			</item>
	<item>
		<title>Microformat Cornucopia</title>
		<description><![CDATA[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. ...  If you're considering working with microformats I'm sure you'll want to check it out.  &#160;  [From   Virtual Hosting Blog Â» Microformats University: 100+ Articles and Resources  ]   &#160;  [tags]microformats[/tags]]]></description>
		<link>http://blog.blueforestresearch.com/2008/03/27/microformat-cornucopia/</link>
			</item>
	<item>
		<title>Lint Your Javascript</title>
		<description><![CDATA[
Lint started life as a C program checker, going beyond the errors and warnings that the regular UNIX C compiler would issue. The idea spread and many other languages have had &#8216;lint&#8217; programs written for them.
Most web developers need to be able to do at least a little bit of Javascript work, but I&#8217;d be [...]]]></description>
		<link>http://blog.blueforestresearch.com/2008/03/13/lint-your-javascript/</link>
			</item>
	<item>
		<title>Improving Food Photography</title>
		<description><![CDATA[One thing I have to do in developing UVFood is provide photographs of&#8230; food. Also restaurants, but they&#8217;re relatively easy. It&#8217;s the food that&#8217;s difficult.
You want photographs of food to look appealing. You want them to look like you&#8217;d want to eat the food! But a lot of food photography is just plain awful looking. [...]]]></description>
		<link>http://blog.blueforestresearch.com/2008/02/20/improving-food-photography/</link>
			</item>
	<item>
		<title>Work on UVFood &#8211; Refactor, Refactor, Refactor</title>
		<description><![CDATA[I haven&#8217;t done much with UVFood in the last few weeks. Partly because we were traveling for two weeks, but we&#8217;ve been back for a while now.
The main reason is that I&#8217;ve been doing the dreaded refactoring of the code.
I&#8217;ve used Catalyst as the framework for building the web app. Catalyst apps use the Model-View-Controller [...]]]></description>
		<link>http://blog.blueforestresearch.com/2008/02/13/work-on-uvfood-refactor-refactor-refactor/</link>
			</item>
	<item>
		<title>Disabling Image Hotlinking with Apache</title>
		<description><![CDATA[I had a big bump in ad clicks on one of my blogs earlier, and I was wondering if something in particular was driving it (the answer is, not that I can tell). I hadn&#8217;t check the logs for the blogs in quite a while, and man are there are lot of people hotlinking to [...]]]></description>
		<link>http://blog.blueforestresearch.com/2008/01/28/html-basix-htaccess-code-generator-disable-hotlinking/</link>
			</item>
	<item>
		<title>Apple WebClib Bookmark Icons</title>
		<description><![CDATA[
Software update 1.1.3 for the Apple iPhone introduced the &#8220;WebClip icon&#8221;, which gives you a convenient shortcut button from your iPhone to a web site. There are now over 4 million iPhones in the hands of users&#8230; probably not all 4 million of those people want to go to your web site, but if they [...]]]></description>
		<link>http://blog.blueforestresearch.com/2008/01/23/apple-webclib-bookmark-icons/</link>
			</item>
	<item>
		<title>F&#8217;ing Microsoft: IE8</title>
		<description><![CDATA[
Microsoft acknowledges that there were many bugs in IE6 and IE7, and promises IE8 will be much more standards-compliant. In order to make it act in a more standards-compliant way, however, you will have to include a non-standard tag in your HTML HEAD section. Otherwise it will continue to act like the pieces of bloated [...]]]></description>
		<link>http://blog.blueforestresearch.com/2008/01/22/fing-microsoft-ie8/</link>
			</item>
	<item>
		<title>CSS Primer on Centering</title>
		<description><![CDATA[Here&#8217;s a handy primer on centering things using CSS.
Remember, the &#60;center&#62; tag is sooo 20th century.
Horizontal centering isn&#8217;t very difficult, though vertical centering could use a little better support.
Via: CSS: centering things
[tags]css, center, html, align, alignment[/tags]
Copyright &#169; 2008 This feed is for personal, non-commercial use only.  The use of this feed on other websites [...]]]></description>
		<link>http://blog.blueforestresearch.com/2007/12/11/css-primer-on-centering/</link>
			</item>
	<item>
		<title>Building DBD::mysql under MacOS X</title>
		<description><![CDATA[
There&#8217;s a glitch when you try to build Perl&#8217;s DBD::mysql under MacOS X. 
When I tried to build it, I got a lot of errors that looked like this:

t/40numrows............install_driver(mysql) failed: Can't load '/Users/admin/src/CPAN/build/DBD-mysql-4.005-C3W6F2/blib/arch/auto/DBD/mysql/mysql.bundle' for module DBD::mysql: dlopen(/Users/admin/src/CPAN/build/DBD-mysql-4.005-C3W6F2/blib/arch/auto/DBD/mysql/mysql.bundle, 2): Library not loaded: /usr/local/mysql/lib/mysql/libmysqlclient.15.dylib
  Referenced from: /Users/admin/src/CPAN/build/DBD-mysql-4.005-C3W6F2/blib/arch/auto/DBD/mysql/mysql.bundle
  Reason: image not found at /System/Library/Perl/5.8.8/darwin-thread-multi-2level/DynaLoader.pm line 230.

It [...]]]></description>
		<link>http://blog.blueforestresearch.com/2007/12/07/building-dbdmysql-under-macos-x/</link>
			</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.531 seconds -->
