<?xml version="1.0" encoding="iso-8859-1"?>

<rdf:RDF 
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns="http://purl.org/rss/1.0/"
>
		
	<channel rdf:about="http://illequipped.com/blog/index.cfm">
	<title>Illequipped - Experiments in Futility </title>
	<description>Experiments in Futility </description>
	<link>http://illequipped.com/blog/index.cfm</link>
	
	<items>
		<rdf:Seq>
			
			<rdf:li rdf:resource="http://illequipped.com/blog/index.cfm?mode=entry&amp;entry=30DAD9A2-3048-71C2-17E647E5604813E2" />
			
			<rdf:li rdf:resource="http://illequipped.com/blog/index.cfm?mode=entry&amp;entry=30D3344C-3048-71C2-17F90BAE8CA7A023" />
			
		</rdf:Seq>
	</items>
	
	</channel>
		
  	<item rdf:about="http://illequipped.com/blog/index.cfm?mode=entry&amp;entry=30DAD9A2-3048-71C2-17E647E5604813E2">
	<title>I sux at blogging</title>
	<description>Thanks to this blog I didnt do a damn thing this weekend.  I promised myself going into it I would work on some outstanding client projects and spend whatever time left with my family, house work and the xbox.  Maybe not in that order.

I cant really blame the blog. It&apos;s actually css&apos;s fault.  Truth be told, Ive never really liked the stuff.  I&apos;ve wasted too many late nites trying to achieve what html could have accomplished during regular working hours.  

This weekend, I finally got the chance to enjoy a positive css experience, and I think I might be hooked.  Experimenting with how far you can push a  layout without altering the core of an application is a rewarding challenge.  I learned more about css in the last 3 days than I have in the past year.  

As I get time I&apos;ll continue to write skins for blogCFC.  Regardless if anyone uses them or not, It&apos;s giving me an excuse to brush up on some new skills and take coding a little less serious. Its a symbiotic relationship for me.  Without the blog, I wouldne have bothered with css.  Without css, i wouldnt have much reason to blog, because honestly... I sux at blogging.</description>
	<link>http://illequipped.com/blog/index.cfm?mode=entry&amp;entry=30DAD9A2-3048-71C2-17E647E5604813E2</link>
	<dc:date>2005-05-30T23:44:00-04:00</dc:date>
	<dc:subject>CSS</dc:subject>
	</item>
		
  	<item rdf:about="http://illequipped.com/blog/index.cfm?mode=entry&amp;entry=30D3344C-3048-71C2-17F90BAE8CA7A023">
	<title>Lets turn the page.</title>
	<description>or... Its the end of the line.

The HR tag sure is convenient.  Unfortunatley Its also a major pain in the ass when your dealing with external layouts.  Every browser supports a background-image: attribute for hr styles.  Unfortunately IE still thinks it should show the line.  Theres really only one work around and thats to surround the hr with a div and style the div.  Not really a solution since you could just use the div.  Thats why I propose the end of the HR tag!!!  Its not so difficult to use border-bottom in its place. Then you can swap out craptacular images like this binder pic any time you want.  Unfortunately I had to modify index.cfm for this effect.  

If your reading this Ray, my list of css suggestions is getting longer :)</description>
	<link>http://illequipped.com/blog/index.cfm?mode=entry&amp;entry=30D3344C-3048-71C2-17F90BAE8CA7A023</link>
	<dc:date>2005-05-30T23:14:00-04:00</dc:date>
	<dc:subject>CSS</dc:subject>
	</item>
		</rdf:RDF> 