<?xml version="1.0" encoding="utf-8"?>
			
			<rss version="2.0">
			<channel>
			<title>Lake David Fanclub Blog - Web</title>
			<link>http://www.lakedavid.com/index.cfm</link>
			<description>Life and Times...</description>
			<language>en-us</language>
			<pubDate>Thu, 09 Sep 2010 07:44:18 -0400</pubDate>
			<lastBuildDate>Fri, 05 Oct 2007 14:58:00 -0400</lastBuildDate>
			<generator>BlogCFC</generator>
			<docs>http://blogs.law.harvard.edu/tech/rss</docs>
			<managingEditor>david@lakedavid.com</managingEditor>
			<webMaster>david@lakedavid.com</webMaster>
			
			<item>
				<title>Chat with me!</title>
				<link>http://www.lakedavid.com/index.cfm/2007/10/5/Chat-with-me</link>
				<description>
				
				Want to chat with me but don&apos;t have IM software? Does your company firewall prevent you from saying a quick hello? Check out this new widget, courtesy of the creative folks at Meebo.com.
&lt;BR /&gt;&lt;BR /&gt;
Check out our &lt;a href=&quot;/page.cfm/visitors&quot;&gt;visitors page&lt;/a&gt;, where you can check if David is online and have a real-time conversation! 
				</description>
				
				<category>Misc</category>				
				
				<category>Web</category>				
				
				<pubDate>Fri, 05 Oct 2007 14:58:00 -0400</pubDate>
				<guid>http://www.lakedavid.com/index.cfm/2007/10/5/Chat-with-me</guid>
				
			</item>
			
			<item>
				<title>CSS - Centering a Page</title>
				<link>http://www.lakedavid.com/index.cfm/2007/6/28/CSS--Centering-a-Page</link>
				<description>
				
				Wasn&apos;t the point of CSS that it offers standards for formatting? I naively thought 
the idea was to eliminate some of the pains that people felt when coding in pure HTML,
specifically in regard to the appearance, formatting and layout aspects of pages. As 
web pages became more sophisticated over the last decade it would be logical that a more
sophisticated solution was needed?  
&lt;br /&gt;&lt;br /&gt;
As I&apos;ve begun to dabble a bit more with CSS I continue to discover browser-specific exceptions
to the rules that make little sense. For instance, I have a page with a large block of content, 
intended to be horizontally centered. I discover though the wonders if Mozilla&apos;s IETab plugin
(of course I&apos;d never actually OPEN IE) that to do this in Mozilla, it&apos;s easy. You designate the 
wrapper width and set the left and right margins to auto. This makes perfect, intuitive sense.
But IE shows the block left justified. Googling the topic, I quickly learned that IE and several
other browsers require you to treat the content as text and set text-align=center for the page
wrapper, thus creating an additional task of setting the rest of your IDs to left justify text. 
&lt;br /&gt;&lt;br /&gt;
Here is one page that mentions the issue and shows the solution.
&lt;a target=&quot;_new&quot; href=&quot;http://css-discuss.incutio.com/?page=CenteringBlockElement&quot;&gt;http://css-discuss.incutio.com/?page=CenteringBlockElement&lt;/a&gt;
&lt;br /&gt;&lt;br /&gt;
My question....
&lt;br /&gt;&lt;br /&gt;
&lt;B&gt;&lt;I&gt;Why?&lt;/I&gt;&lt;/B&gt;
&lt;br /&gt;&lt;br /&gt; 
				</description>
				
				<category>Web</category>				
				
				<pubDate>Thu, 28 Jun 2007 15:28:00 -0400</pubDate>
				<guid>http://www.lakedavid.com/index.cfm/2007/6/28/CSS--Centering-a-Page</guid>
				
			</item>
			</channel></rss>