<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.2" -->
<rss version="0.92">
<channel>
	<title>treevis</title>
	<link>http://treevis.com</link>
	<description>building your branch on the web</description>
	<lastBuildDate>Sat, 29 Mar 2008 17:23:38 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Delivering the right experience to the right device</title>
		<description>I came across this article from the folks at Filament Group last week and have been considering it as an augmentation of my progressive enhancement approach to front-end development.

The idea is that you use JavaScript to manipulate the DOM to test for correct implementation of some advanced CSS stuff (box ...</description>
		<link>http://treevis.com/2008/03/delivering-the-right-experience-to-the-right-device/</link>
			</item>
	<item>
		<title>Question Your Work</title>
		<description>Jason Fried gave a rather inspiring talk (to me at least) at SxSW this year about the 10 things they've learned at 37Signals. He's posted one of his slides up on the SVN blog. </description>
		<link>http://treevis.com/2008/03/question-your-work/</link>
			</item>
	<item>
		<title>Clearfix is Dead, Long Live Clearfix</title>
		<description>The peeps at Nclud came up with a revision to the clearfix method of clearing floats.


.clear {
  display:inline-block; /* or anything that triggers hasLayout in IE */
}
.clear:after {
  clear:both;
  display:block; 
  content: "."; 
  height:0; 
  visibility:hidden; 
}


Valid CSS 2.1 and a bit cleaner ...</description>
		<link>http://treevis.com/2008/02/clearfix-is-dead-long-live-clearfix/</link>
			</item>
	<item>
		<title>sxsw.2007</title>
		<description>I'm off to SxSW on Friday. I went last year and it lived up to all the hype and is hands down the best conference I have ever attended. Rife with folks who love the web and are passionate to make it the best it can be. It'll be great ...</description>
		<link>http://treevis.com/2007/03/sxsw2007/</link>
			</item>
	<item>
		<title>Back to Normal</title>
		<description>Yesterday I noticed that my site was spewing out a couple database errors (who knows how long that's been happening!). I repaired the tables and seems it's back to normal. </description>
		<link>http://treevis.com/2007/02/back-to-normal/</link>
			</item>
	<item>
		<title>JS-only CSS</title>
		<description>Do you have CSS that is only used when you have JS enabled? Are you trying to avoid some flickering of pre-JS-ified content? Then put that CSS in its own JavaScript-specific CSS file and write it to your HTML via one of two options.


Good ol' document.write()


&#60;script type=&#34;text/javascript&#34;&#62;
//&#60;![CDATA[
document.write('&#60;link rel=&#34;stylesheet&#34; href=&#34;js.css&#34; type=&#34;text/css&#34; ...</description>
		<link>http://treevis.com/2006/11/js-only-css/</link>
			</item>
	<item>
		<title>IE 6 and attribute selectors</title>
		<description>On a recent project, I came across an interesting bit of behavior from Windows Internet Explorer 6 that I wasn't expecting. I created the following CSS rule:

input.text,
input[type="text"] {
    border: 1px solid #555; color: #555;
}

I initially created this rule to pass browsers who understand attribute selectors the CSS ...</description>
		<link>http://treevis.com/2006/07/ie-6-and-attribute-selectors/</link>
			</item>
	<item>
		<title>Let&#8217;s Get Naked</title>
		<description>Dustin Diaz has embraced nudity full on. First SxSW, now he proposes that we all get naked on April 5.


    In the spirit of promoting Web Standards along with good semantic markup and proper hierarchy structures, April 5th will be a day of nakedness for all webmasters ...</description>
		<link>http://treevis.com/2006/04/lets-get-naked/</link>
			</item>
	<item>
		<title>Clear vs. Overflow</title>
		<description>For the past couple months, I've been using the Modular CSS and CSS Framework developed by Mike Stenhouse over at Content with Style. I find it to be a rather powerful approach that has served me pretty well so far.

Recently, I came across Alex Walker's Site Point article about Simple ...</description>
		<link>http://treevis.com/2006/02/clear-vs-overflow/</link>
			</item>
	<item>
		<title>What&#8217;s with Wired&#8217;s RSS?</title>
		<description>A couple days ago, my feed for Wired resumed updating and pulling in posts. One thing I noticed right off is that NetNewsWire indicated that each entry has an eclosure of an image. I opened up one of them and it revealed itself as a thumbnail to the post. Given ...</description>
		<link>http://treevis.com/2006/02/whats-with-wireds-rss/</link>
			</item>
</channel>
</rss>
