<?xml version="1.0" encoding="utf-8"?>
			
			<rss version="2.0" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:cc="http://web.resource.org/cc/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd">

			<channel>
			<title>Adam Howitt&apos;s Blog - CSS</title>
			<link>http://www.webdevref.com/blog/index.cfm</link>
			<description>A blog for ColdFusion, iPhone Development and other musings</description>
			<language>en-us</language>
			<pubDate>Wed, 08 Sep 2010 06:07:53 -0400</pubDate>
			<lastBuildDate>Wed, 29 Oct 2008 16:50:48 -0400</lastBuildDate>
			<generator>BlogCFC</generator>
			<docs>http://blogs.law.harvard.edu/tech/rss</docs>
			<managingEditor>adamhowitt@gmail.com</managingEditor>
			<webMaster>adamhowitt@gmail.com</webMaster>
			<itunes:subtitle></itunes:subtitle>
			<itunes:summary></itunes:summary>
			<itunes:category text="Technology" />
			<itunes:category text="Technology">
				<itunes:category text="Podcasting" />
			</itunes:category>
			<itunes:category text="Technology">
				<itunes:category text="Tech News" />
			</itunes:category>
			<itunes:keywords></itunes:keywords>
			<itunes:author></itunes:author>
			<itunes:owner>
				<itunes:email>adamhowitt@gmail.com</itunes:email>
				<itunes:name></itunes:name>
			</itunes:owner>
			<itunes:image href="" />
			<image>
				<url></url>
				<title>Adam Howitt&apos;s Blog</title>
				<link>http://www.webdevref.com/blog/index.cfm</link>
			</image>
			<itunes:explicit>no</itunes:explicit>
			
			
			
			
			
			<item>
				<title>Back from the Dead with Eclipse</title>
				<link>http://www.webdevref.com/blog/index.cfm/2008/10/29/Back-from-the-Dead-with-Eclipse</link>
				<description>
				
				&lt;p&gt;This Halloween inspired post explains how to bring a file back from the dead if you&apos;ve ever looked at it in eclipse.&lt;/p&gt;&lt;p&gt;I have been playing with &lt;a href=&quot;http://www.blueprintcss.org/&quot; target=&quot;_self&quot; title=&quot;Blueprint CSS&quot;&gt;blueprintcss&lt;/a&gt; and pulled down source this morning. &amp;nbsp;It&apos;s genius to a developer with my *ahem* design skills, so I was thrilled to get it installed and running. But I was having trouble with one of their examples. &amp;nbsp;&lt;/p&gt;&lt;p&gt;The idea is that the page is divided into 24 columns so you can give a div a class of &amp;quot;span-24&amp;quot; and voila, you have a 24 column div. &amp;nbsp;You can create subdivs so that if your container is 12 columns you should be able to have subdivs marked span-8 and span-4 - gettit? &amp;nbsp;8+4=12. &amp;nbsp;But it didn&apos;t. &amp;nbsp;Somehow I was seeing funky layout wrapping. &lt;/p&gt;&lt;p&gt;Turns out I had the bleeding edge broken version but since I knew it was a github repo file, I could try out Git for the first time to pull down the fix (fixed minutes after I downloaded apparently). &amp;nbsp;I installed &lt;a href=&quot;http://code.google.com/p/msysgit/&quot; target=&quot;_self&quot; title=&quot;Msysgit - git for windows&quot;&gt;Msysgit&lt;/a&gt; and then went to my blueprint directory. &amp;nbsp;Tried a git pull from the command line within the repo directory but it said my local repo wasn&apos;t a repo. &amp;nbsp;Grabbed the &lt;a href=&quot;http://ktown.kde.org/%7Ezrusin/git/git-cheat-sheet-medium.png&quot; target=&quot;_self&quot; title=&quot;Git Cheat Sheet&quot;&gt;git cheat sheet&lt;/a&gt; and decided to do a &amp;quot;git init&amp;quot; and &amp;quot;git add .&amp;quot; &amp;nbsp;Looking good.&lt;/p&gt;&lt;div class=&quot;code&quot;&gt;git pull git://github.com/joshuaclayton/blueprint-css.git&lt;/div&gt; Seems to have grabbed latest... Switch to eclipse and refresh project. Crap! &amp;nbsp;My extensive client blueprint example vanishes before my eyes. &lt;br /&gt;&lt;p&gt;&lt;strong&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;Enter the Dragon&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;At this point I usually stare at the screen but since time is against me I recreate my lay_blueprint.cfm file and just as I right click for some reason I notice the &amp;quot;replace with&amp;quot; eclipse context menu item is there. &amp;nbsp;Hmm. I had clearly edited the file earlier today in Eclipse. &amp;nbsp;Could it be... Holy Stomping Mummys Batman - back from the dead. &amp;nbsp;My empty lay_blueprint.cfm fills with the lost code as my eyes fill with tears of joy. &amp;nbsp;Yay Eclipse!&lt;/p&gt;
				
				</description>
						
				
				<category>Eclipse</category>				
				
				<category>Git</category>				
				
				<category>CSS</category>				
				
				<category>Coldfusion</category>				
				
				<pubDate>Wed, 29 Oct 2008 16:50:48 -0400</pubDate>
				<guid>http://www.webdevref.com/blog/index.cfm/2008/10/29/Back-from-the-Dead-with-Eclipse</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>A Time to Post</title>
				<link>http://www.webdevref.com/blog/index.cfm/2006/2/2/A-Time-to-Post</link>
				<description>
				
				&lt;p&gt;Anyone who has been a regular reader may have noticed that I haven&apos;t been positng a great deal lately.&amp;nbsp; The cause for the lag has been a 3 month project to rewrite a web application for my local park district to handle registrations four times a year when traffic surges from 2000 visitors per day to 2000 visitors per minute.&lt;/p&gt;&lt;p&gt;The application launches this afternoon and has brought in several challenging new topics: AJAX (including advanced DOM scripting, browser considerations, state management and interaction modelling), Clustering JRun across multiple instances and multiple servers, Load testing, Project Management and scalable application architecture.&lt;/p&gt;&lt;p&gt;After today there will be a two week delay before the madness begins for the Spring registration on February 20th.&amp;nbsp; During this time I will be posting about each of the topics above to describe what happened, what I learned and what resources I found to help guide the application design.&amp;nbsp; You may also find a guest post from Design Jeff to describe how he tackled the new challenge of designing an application for AJAX.&lt;/p&gt;&lt;p&gt;The first post will point you at the finished application to dig around and see what it looks like.&amp;nbsp; Wish me luck!&lt;br /&gt;&lt;/p&gt;
				
				</description>
						
				
				<category>JavaScript</category>				
				
				<category>AJAX</category>				
				
				<category>CSS</category>				
				
				<category>Coldfusion</category>				
				
				<category>SQL</category>				
				
				<pubDate>Thu, 02 Feb 2006 10:46:27 -0400</pubDate>
				<guid>http://www.webdevref.com/blog/index.cfm/2006/2/2/A-Time-to-Post</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>CSS and Italics / Emphasis tags</title>
				<link>http://www.webdevref.com/blog/index.cfm/2005/5/27/CSS-and-Italics-/-Emphasis-tags</link>
				<description>
				
				&lt;p&gt;I just spent an hour looking thru stylesheets and HTML switching
between IE6 and Firefox looking for the cause of my layout woes.&amp;nbsp;
The two browsers were rendering the same piece of content very
differently.&amp;nbsp; A div was wrapping below the sub-navigation in IE6
but displaying fine in Firefox.&lt;br /&gt;
&lt;/p&gt;&lt;p&gt;Pure coincidence had one of my coworkers walk past my cube to
the window by my desk while I was in the middle of my search and he saw
it immediately.&amp;nbsp; On a previous project they had tracked down a
formatting problem.&amp;nbsp; Essentially, the presence of some HTML where
text surrounded by an emphasis tag wraps onto a new line, IE increases
the width of the containing box by 1 or 2 pixels but firefox
*correctly* lets the errant text lean outside of it&apos;s container.&lt;/p&gt;&lt;p&gt;The
fix for me was to reduce the width of the parent div containing the
errant text by 2 pixels to allow it some breathing room in IE.&amp;nbsp; I
scanned all the remaining layouts and it all looks fine.&amp;nbsp; Crazy
stuff though.&amp;nbsp; &lt;br /&gt;
&lt;/p&gt;
				
				</description>
						
				
				<category>CSS</category>				
				
				<category>Coldfusion</category>				
				
				<pubDate>Fri, 27 May 2005 17:45:16 -0400</pubDate>
				<guid>http://www.webdevref.com/blog/index.cfm/2005/5/27/CSS-and-Italics-/-Emphasis-tags</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Google Done Good!</title>
				<link>http://www.webdevref.com/blog/index.cfm/2005/4/7/Google-Done-Good!</link>
				<description>
				
				For my last post about the site redesign, Google Ads showed a &lt;a href=&quot;http://visibone.com/html/?via=google440&quot; target=&quot;_blank&quot;&gt;link to a product page for Visibone&lt;/a&gt;.&amp;nbsp; In case you haven&apos;t seen it, they provide a simple CSS cheatsheet.&amp;nbsp; I think I&apos;m going to order one.&lt;br /&gt;
				
				</description>
						
				
				<category>CSS</category>				
				
				<pubDate>Thu, 07 Apr 2005 20:14:29 -0400</pubDate>
				<guid>http://www.webdevref.com/blog/index.cfm/2005/4/7/Google-Done-Good!</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>A Time for Change</title>
				<link>http://www.webdevref.com/blog/index.cfm/2005/4/7/A-Time-for-Change</link>
				<description>
				
				&lt;p&gt;Here are the &amp;quot;cliff notes&amp;quot; of the design changes this blog received last week in Jeff&apos;s own words.&amp;nbsp; The &lt;a href=&quot;oblogjeff&quot; target=&quot;_blank&quot;&gt;old design&lt;/a&gt; is still available for those of you who preferred it.&amp;nbsp; Personally I love the new design since it&lt;br /&gt;
 &lt;/p&gt;
&lt;ul&gt;
  &lt;li&gt;prints out really well&lt;br /&gt;
  &lt;/li&gt;
  &lt;li&gt;doesn&apos;t kick out the formatting if I include a large code sample&lt;/li&gt;
  &lt;li&gt;provides more whitespace&lt;/li&gt;
  &lt;li&gt;looks darn good!&lt;/li&gt;
&lt;/ul&gt;
That said, over to you &lt;a href=&quot;http://www.duoconsulting.com/index.cfm/fuseaction/about.peopledetail/object_id/18516b94-0fc3-4cd0-a15f-ae5adc52526f/Kenny.cfm&quot; target=&quot;_blank&quot;&gt;Jeff&lt;/a&gt;&lt;br /&gt;
&lt;h3&gt;Why the redesign?&lt;/h3&gt;

&lt;p&gt;Other than Adam being a friend of mine, I actually read his blog
fairly often as I find a lot of the posts to be helpful or insightful.
I&apos;ve subscribed to the main RSS feed and find myself clicking through
to the site more often than not. There are a few reasons I wanted to
redesign his blog. First, if you&apos;ve ever had the pleasure of knowing
Adam you&apos;d know straight away that the old blog design did not reflect
his personality in any way (except for the fact that he lives in code
and not in design and that was stiflingly apparent). He&apos;s professional,
thorough and anal (in the good way, like me) and the old blog just
looked kind of hobbled together. Second, it was impossible to scan. You
couldn&apos;t distinguish between the different posts because there was no
real visual distinction between them (and no, a plain old &amp;lt;hr&amp;gt;
does not make a visual distinction). And because. like I said, Adam is
thorough - his posts tend to lean on the longer side (especially
lately) which made his main page pretty long which made the scanability
of it degrade even more. Lastly, I just got tired of looking at it -
which was most likely due to the three points I just made. &lt;/p&gt;

&lt;h3&gt;What was the reasoning behind the changes?&lt;/h3&gt;

&lt;p&gt;So the biggest thing that bothered me about his old blog was that it
was a big ol&apos; table-based layout which basically means your data and
presentation are all jumbled together. I personally think it is wicked
cool to be able to view the site unstyled (or &amp;quot;in the browser&apos;s default
style&amp;quot; as Joe Clark would say) and have it look like a normal document
structure, with headings and lists and all that fun stuff. (Yes, this
is still a work in progress, so please don&apos;t get on me about the
sidebar links not being in unordered lists, I&apos;m getting there.) While
some could argue that table-based layouts are &amp;quot;easier&amp;quot; I would argue
that it&apos;s not what they were intended for. I could also argue that once
you get comfortable in a CSS-P world, table-based layouts become very
limiting. It&apos;s also wicked cool to be able to change the styles (layout
included) without having to change a lick of the underlying HTML.&lt;/p&gt;

&lt;h3&gt;Some of the techniques employed&lt;/h3&gt;

&lt;p&gt;The easiest thing to do is to view the source and look at the
different stylesheets. There&apos;s a lot of talk about how best to
structure your stylesheets - I say use whatever works for you. What
works for me is this: I typically use one main stylesheet
(basestyles.css) that I import into the different, media-specific
sheets. This base file contains the very basics, nothing position or
layout related. I use two basic media-related stylesheets (screen.css
and print.css -- Adam already had &amp;quot;style.css&amp;quot; so I opted to not rename
his) in which I import said basestyles.css and then the custom styles
for each media. As for my approach on screen and print, I typically
focus primarily on the screen version - this is the web after all - and
then duplicate it and being removing/editing it down for the print
version. This is what works for me, and my process has morphed a few
times already, so like I said - do what works for you.&lt;/p&gt;

&lt;h3&gt;The feedback (so far)&lt;/h3&gt;

&lt;p&gt;One of the most interesting things (to me at least) happened when
Adam make the big switch from the old design to the new design. The
first two (non-Adam) comments that came through were about the
&amp;quot;big-ass&amp;quot; skyline image as I fondly refer to it. One was about it being
an &amp;quot;ugly gif&amp;quot; &lt;em&gt;now&lt;/em&gt; and the other was about liking the warmer
colors of the old image. While both of these comments are perfectly
valid they&apos;re also perfectly subjective. My guess is because the old
gigantic image was so gigantic it was a fairly gigantic part of the the
old design which made it the easiest thing to actually notice when
looking at the new design. If nothing else, I can chalk it up to
&amp;quot;interesting.&amp;quot;&lt;/p&gt;
				
				</description>
						
				
				<category>CSS</category>				
				
				<pubDate>Thu, 07 Apr 2005 15:42:53 -0400</pubDate>
				<guid>http://www.webdevref.com/blog/index.cfm/2005/4/7/A-Time-for-Change</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>New Site Design</title>
				<link>http://www.webdevref.com/blog/index.cfm/2005/3/30/New-Site-Design</link>
				<description>
				
				&lt;p&gt;In the next couple of days you will see a post from a co-writer called Jeff (formerly known as the &lt;a href=&quot;index.cfm?mode=search&amp;search=jeff&quot; target=&quot;_self&quot;&gt;MacHead&lt;/a&gt;).&amp;nbsp;
He refused to participate without some graphical intervention and he
has redesigned the site with real design principles. &lt;/p&gt;&lt;p&gt;He is going to explain some aspects of the rework in depth so look for some top CSS tips!&amp;nbsp; The old version is still &lt;a href=&quot;http://www.knowmysize.com/oblogjeff/index.cfm&quot; target=&quot;_blank&quot;&gt;visible&lt;/a&gt;.&amp;nbsp; Questions?&amp;nbsp; Comments?&lt;br /&gt;
&lt;/p&gt;
				
				</description>
						
				
				<category>CSS</category>				
				
				<category>Coldfusion</category>				
				
				<category>Blogging</category>				
				
				<pubDate>Wed, 30 Mar 2005 15:52:04 -0400</pubDate>
				<guid>http://www.webdevref.com/blog/index.cfm/2005/3/30/New-Site-Design</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Popup alternative</title>
				<link>http://www.webdevref.com/blog/index.cfm/2005/3/17/Popup-alternative</link>
				<description>
				
				&lt;p&gt;I want to share a little trick Jeff and I have employed for a new
client in this world of banned popups.&amp;nbsp; A popup used to mean a
dialog for the user to present important information without them
navigating off a specific page and allow them to return to what they
were doing.&amp;nbsp; Without this useful tool the user experience gets
broken up so with my javascript magic and Jeff&apos;s CSS skills we put
together this code snippet.&lt;/p&gt;&lt;p&gt;There
is an example on this page of the technique so you can see if you even
like the approach.&amp;nbsp; The search box used to take up valuable screen
space so I removed it and used this technique to move it to a link
under the recent posts section as &amp;quot;Search Archives&amp;quot;.&amp;nbsp; Click the
link and you see a yellow popup form.&lt;br /&gt;
&lt;/p&gt;&lt;p&gt;Assuming you thought the search box looked good I&apos;ll procede
with the tutorial.&amp;nbsp; First you need to create a div for the
information you would ordinarily show in a popup:&lt;/p&gt;&lt;p&gt;&amp;lt;div id=&amp;quot;whyWeAsk&amp;quot; class=&amp;quot;popperHid&amp;quot;&amp;gt;&lt;br /&gt;
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Phasellus
suscipit mauris ut nunc. Phasellus volutpat quam a nisl. Etiam ante.
Nunc odio lacus, fringilla nec, lacinia sit amet, cursus sed, lectus.
Cras urna felis, gravida egestas, convallis vel, viverra nec, diam.
Morbi consequat, tellus nec consectetuer rutrum, lectus diam pulvinar
metus, sit amet sodales pede nisl ut nulla. Cras pretium lectus vitae
mauris. Morbi lorem. Mauris pretium placerat tellus. Proin in metus.
Pellentesque nec orci. Nunc velit mi, pharetra eget, suscipit non,
suscipit id, sem. Nunc sit amet nulla a dolor pharetra hendrerit. Class
aptent taciti sociosqu ad litora torquent.&lt;br /&gt;
&amp;lt;div id=&amp;quot;closebutton&amp;quot;&amp;gt;&amp;lt;input type=&amp;quot;button&amp;quot; value=&amp;quot;close this message&amp;quot; onClick=&amp;quot;showWhy();&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt; &lt;/p&gt;&lt;p&gt;Without
any other modifications this should display
inline wherever you placed it on your page.&amp;nbsp; Next we want to style
the content to look pretty and also to hide onload so we add two styles
for the &amp;quot;popper&amp;quot; itself and then style the buttons too.&amp;nbsp; Either
add the following styles to your site.css file or use the in page style
tag:&lt;br /&gt;
&lt;/p&gt;&lt;p&gt;&amp;lt;style&amp;gt;&lt;br /&gt;
.popperHid {&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; display:none;&lt;br /&gt;
}&lt;br /&gt;
.popperShow {&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; position: absolute;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; z-index: 99;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; padding: 10px;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; border: 1px solid #600;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; width: 385px;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; left: 46%;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; top: 360px;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; margin: 0 0 0 -200px;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; background: #ffc;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; display:block;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; font-size: 90%;&lt;br /&gt;
}&lt;br /&gt;
.popperShow #closebutton {&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; display: block;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; text-align: center;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; clear: both;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; margin: .5em 0 0 0;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;
.popperShow #closebutton input {&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; font-size: 70%;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;
&amp;lt;/style&amp;gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Refresh
your page and the popper becomes invisible since we have set the
display property to &amp;quot;none&amp;quot;.&amp;nbsp; The alternate style we defined uses
&amp;quot;display:block&amp;quot; and there is some other wizardry to position the popper
in the middle of your page regardless of browser width.&amp;nbsp; &lt;/p&gt;&lt;p&gt;Finally
we add the following JavaScript function we mentioned in the initial
popper div block and an href tag which, when clicked will call the
toggling JavaScript function.&lt;/p&gt;&lt;p&gt;&amp;lt;script language=&amp;quot;JavaScript&amp;quot;&amp;gt; &lt;br /&gt;
function showWhy() {&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; document.getElementById(&amp;quot;whyWeAsk&amp;quot;).className ==
&apos;popperHid&apos; ? document.getElementById(&amp;quot;whyWeAsk&amp;quot;).className =
&apos;popperShow&apos; : document.getElementById(&amp;quot;whyWeAsk&amp;quot;).className =
&apos;popperHid&apos;;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; return false;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/script&amp;gt; &lt;br /&gt;
&amp;lt;a href=&apos;&apos; onclick=&apos;return showWhy();&apos;&amp;gt;(Why we ask)&amp;lt;/a&amp;gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Put
it all together and you end up with a handy tool to give a user context
sensitive help on the page without navigating away from their current
page.&lt;/p&gt;
				
				</description>
						
				
				<category>JavaScript</category>				
				
				<category>CSS</category>				
				
				<category>Coldfusion</category>				
				
				<pubDate>Thu, 17 Mar 2005 14:27:55 -0400</pubDate>
				<guid>http://www.webdevref.com/blog/index.cfm/2005/3/17/Popup-alternative</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>My theory on Google and CSS ignorance</title>
				<link>http://www.webdevref.com/blog/index.cfm/2005/1/18/My-theory-on-Google-and-CSS-ignorance</link>
				<description>
				
				&lt;P&gt;I am currently conducting an experiment to prove whether the use of CSS unordered list elements to display your page navigation prevents the discovery of the pages it refers to.&lt;/P&gt;
&lt;P&gt;I launched two sites a month ago: one was the &lt;A href=&quot;http://www.cflunch.com&quot;&gt;cflunch.com&lt;/A&gt;&amp;nbsp;site which has regular href tags to refer to the other pages in the site;&amp;nbsp; the other site was &lt;A href=&quot;http://www.pittmanguitarrepair.com/index.cfm?mode=entry&amp;amp;entry=100C098D-9E1D-2003-099BBC48283D5826&quot;&gt;Pittman Guitar Repair&lt;/A&gt;&amp;nbsp;which has no inline hrefs on the front page with unordered lists being used with hrefs as the list items to provide site navigation and sub-navigation.&amp;nbsp; &lt;/P&gt;
&lt;P&gt;Since launch, Google has happily discovered the front page of each site but for the guitar site, it has stopped indexing at the front page, like it doesn&apos;t recognize the hrefs embedded in the unordered list.&amp;nbsp; The CFLunch site has been fully indexed by Google during the same period so I have a clear benchmark.&amp;nbsp; &lt;/P&gt;
&lt;P&gt;Here is the list in question:&lt;/P&gt;
&lt;P&gt;&lt;FONT face=&quot;courier new, courier, mono&quot; size=1&gt;&amp;lt;&lt;SPAN class=start-tag&gt;ul&lt;/SPAN&gt;&lt;SPAN class=attribute-name&gt; id&lt;/SPAN&gt;=&lt;SPAN class=attribute-value&gt;&quot;navtext&quot;&lt;/SPAN&gt;&amp;gt;&lt;BR&gt;&amp;lt;&lt;SPAN class=start-tag&gt;li&lt;/SPAN&gt;&amp;gt;&amp;lt;&lt;SPAN class=start-tag&gt;a&lt;/SPAN&gt;&lt;SPAN class=attribute-name&gt; href&lt;/SPAN&gt;=&lt;SPAN class=attribute-value&gt;&quot;index.cfm?mode=entry&amp;amp;amp;entry=100C098D-9E1D-2003-099BBC48283D5826&quot;&lt;/SPAN&gt;&amp;gt;HOME&amp;lt;/&lt;SPAN class=end-tag&gt;a&lt;/SPAN&gt;&amp;gt;&amp;lt;/&lt;SPAN class=end-tag&gt;li&lt;/SPAN&gt;&amp;gt;&lt;BR&gt;&amp;lt;&lt;SPAN class=start-tag&gt;li&lt;/SPAN&gt;&amp;gt;&amp;lt;&lt;SPAN class=start-tag&gt;a&lt;/SPAN&gt;&lt;SPAN class=attribute-name&gt; href&lt;/SPAN&gt;=&lt;SPAN class=attribute-value&gt;&quot;index.cfm?mode=entry&amp;amp;amp;entry=0FF1DA5D-029D-BE39-CCB5D59ED056BAE2&quot;&lt;/SPAN&gt;&amp;gt;ABOUT US&amp;lt;/&lt;SPAN class=end-tag&gt;a&lt;/SPAN&gt;&amp;gt;&amp;lt;/&lt;SPAN class=end-tag&gt;li&lt;/SPAN&gt;&amp;gt;&lt;BR&gt;&amp;lt;&lt;SPAN class=start-tag&gt;li&lt;/SPAN&gt;&amp;gt;&amp;lt;&lt;SPAN class=start-tag&gt;a&lt;/SPAN&gt;&lt;SPAN class=attribute-name&gt; href&lt;/SPAN&gt;=&lt;SPAN class=attribute-value&gt;&quot;index.cfm?mode=entry&amp;amp;amp;entry=BEAE0EAD-D610-A6A8-65B5137E3A88990B&quot;&lt;/SPAN&gt;&amp;gt;PHOTO GALLERY&amp;lt;/&lt;SPAN class=end-tag&gt;a&lt;/SPAN&gt;&amp;gt;&amp;lt;/&lt;SPAN class=end-tag&gt;li&lt;/SPAN&gt;&amp;gt;&lt;BR&gt;&amp;lt;&lt;SPAN class=start-tag&gt;li&lt;/SPAN&gt;&amp;gt;&amp;lt;&lt;SPAN class=start-tag&gt;a&lt;/SPAN&gt;&lt;SPAN class=attribute-name&gt; href&lt;/SPAN&gt;=&lt;SPAN class=attribute-value&gt;&quot;index.cfm?mode=entry&amp;amp;amp;entry=0FF7E695-B3B8-C5B4-46DFD11113F433AB&quot;&lt;/SPAN&gt;&amp;gt;TESTIMONIALS&amp;lt;/&lt;SPAN class=end-tag&gt;a&lt;/SPAN&gt;&amp;gt;&amp;lt;/&lt;SPAN class=end-tag&gt;li&lt;/SPAN&gt;&amp;gt;&lt;BR&gt;&amp;lt;&lt;SPAN class=start-tag&gt;li&lt;/SPAN&gt;&amp;gt;&amp;lt;&lt;SPAN class=start-tag&gt;a&lt;/SPAN&gt;&lt;SPAN class=attribute-name&gt; href&lt;/SPAN&gt;=&lt;SPAN class=attribute-value&gt;&quot;index.cfm?mode=entry&amp;amp;amp;entry=0FF9695D-95BD-6065-DA4B9670F449E7A2&quot;&lt;/SPAN&gt;&amp;gt;REPAIR TIPS&amp;lt;/&lt;SPAN class=end-tag&gt;a&lt;/SPAN&gt;&amp;gt;&amp;lt;/&lt;SPAN class=end-tag&gt;li&lt;/SPAN&gt;&amp;gt;&lt;BR&gt;&amp;lt;&lt;SPAN class=start-tag&gt;li&lt;/SPAN&gt;&amp;gt;&amp;lt;&lt;SPAN class=start-tag&gt;a&lt;/SPAN&gt;&lt;SPAN class=attribute-name&gt; href&lt;/SPAN&gt;=&lt;SPAN class=attribute-value&gt;&quot;index.cfm?mode=entry&amp;amp;amp;entry=F2482C7E-07BC-2494-5D2E849583584719&quot;&lt;/SPAN&gt;&amp;gt;CONTACT US&amp;lt;/&lt;SPAN class=end-tag&gt;a&lt;/SPAN&gt;&amp;gt;&amp;lt;/&lt;SPAN class=end-tag&gt;li&lt;/SPAN&gt;&amp;gt;&lt;BR&gt;&amp;lt;&lt;SPAN class=start-tag&gt;li&lt;/SPAN&gt;&amp;gt;&amp;amp;&lt;SPAN class=entity&gt;nbsp;&lt;/SPAN&gt;&amp;lt;/&lt;SPAN class=end-tag&gt;li&lt;/SPAN&gt;&amp;gt;&lt;BR&gt;&amp;lt;/&lt;SPAN class=end-tag&gt;ul&lt;/SPAN&gt;&amp;gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;Two days ago I decided to switch from the use of the unordered list of hrefs on the guitar site and am now eagerly awaiting the return of Google.&amp;nbsp; &lt;/P&gt;
&lt;P&gt;Here is the new format:&lt;/P&gt;
&lt;P&gt;&lt;!--StartFragment --&gt;&lt;FONT face=&quot;courier new, courier, mono&quot; size=1&gt;&amp;lt;&lt;SPAN class=start-tag&gt;div&lt;/SPAN&gt;&lt;SPAN class=attribute-name&gt; id&lt;/SPAN&gt;=&lt;SPAN class=attribute-value&gt;&quot;newNav&quot;&lt;/SPAN&gt;&amp;gt;&lt;BR&gt;	&amp;lt;&lt;SPAN class=start-tag&gt;a&lt;/SPAN&gt;&lt;SPAN class=attribute-name&gt; href&lt;/SPAN&gt;=&lt;SPAN class=attribute-value&gt;&quot;index.cfm?mode=entry&amp;amp;entry=100C098D-9E1D-2003-099BBC48283D5826&quot;&lt;/SPAN&gt;&amp;gt;&amp;amp;&lt;SPAN class=entity&gt;nbsp;&lt;/SPAN&gt;HOME&amp;lt;/&lt;SPAN class=end-tag&gt;a&lt;/SPAN&gt;&amp;gt;&amp;lt;&lt;SPAN class=start-tag&gt;br&lt;/SPAN&gt;&amp;gt;&lt;BR&gt;	&amp;lt;&lt;SPAN class=start-tag&gt;a&lt;/SPAN&gt;&lt;SPAN class=attribute-name&gt; href&lt;/SPAN&gt;=&lt;SPAN class=attribute-value&gt;&quot;index.cfm?mode=entry&amp;amp;entry=0FF1DA5D-029D-BE39-CCB5D59ED056BAE2&quot;&lt;/SPAN&gt;&amp;gt;&amp;amp;&lt;SPAN class=entity&gt;nbsp;&lt;/SPAN&gt;ABOUT US&amp;lt;/&lt;SPAN class=end-tag&gt;a&lt;/SPAN&gt;&amp;gt;&amp;lt;&lt;SPAN class=start-tag&gt;br&lt;/SPAN&gt;&amp;gt;&lt;BR&gt;	&amp;lt;&lt;SPAN class=start-tag&gt;a&lt;/SPAN&gt;&lt;SPAN class=attribute-name&gt; href&lt;/SPAN&gt;=&lt;SPAN class=attribute-value&gt;&quot;index.cfm?mode=entry&amp;amp;entry=BEAE0EAD-D610-A6A8-65B5137E3A88990B&quot;&lt;/SPAN&gt;&amp;gt;&amp;amp;&lt;SPAN class=entity&gt;nbsp;&lt;/SPAN&gt;PHOTO GALLERY&amp;lt;/&lt;SPAN class=end-tag&gt;a&lt;/SPAN&gt;&amp;gt;&amp;lt;&lt;SPAN class=start-tag&gt;br&lt;/SPAN&gt;&amp;gt;&lt;BR&gt;	&amp;lt;&lt;SPAN class=start-tag&gt;a&lt;/SPAN&gt;&lt;SPAN class=attribute-name&gt; href&lt;/SPAN&gt;=&lt;SPAN class=attribute-value&gt;&quot;index.cfm?mode=entry&amp;amp;entry=0FF7E695-B3B8-C5B4-46DFD11113F433AB&quot;&lt;/SPAN&gt;&amp;gt;&amp;amp;&lt;SPAN class=entity&gt;nbsp;&lt;/SPAN&gt;TESTIMONIALS&amp;lt;/&lt;SPAN class=end-tag&gt;a&lt;/SPAN&gt;&amp;gt;&amp;lt;&lt;SPAN class=start-tag&gt;br&lt;/SPAN&gt;&amp;gt;&lt;BR&gt;	&amp;lt;&lt;SPAN class=start-tag&gt;a&lt;/SPAN&gt;&lt;SPAN class=attribute-name&gt; href&lt;/SPAN&gt;=&lt;SPAN class=attribute-value&gt;&quot;index.cfm?mode=entry&amp;amp;entry=0FF9695D-95BD-6065-DA4B9670F449E7A2&quot;&lt;/SPAN&gt;&amp;gt;&amp;amp;&lt;SPAN class=entity&gt;nbsp;&lt;/SPAN&gt;REPAIR TIPS&amp;lt;/&lt;SPAN class=end-tag&gt;a&lt;/SPAN&gt;&amp;gt;&amp;lt;&lt;SPAN class=start-tag&gt;br&lt;/SPAN&gt;&amp;gt;&lt;BR&gt;	&amp;lt;&lt;SPAN class=start-tag&gt;a&lt;/SPAN&gt;&lt;SPAN class=attribute-name&gt; href&lt;/SPAN&gt;=&lt;SPAN class=attribute-value&gt;&quot;index.cfm?mode=entry&amp;amp;entry=F2482C7E-07BC-2494-5D2E849583584719&quot;&lt;/SPAN&gt;&amp;gt;&amp;amp;&lt;SPAN class=entity&gt;nbsp;&lt;/SPAN&gt;CONTACT US&amp;lt;/&lt;SPAN class=end-tag&gt;a&lt;/SPAN&gt;&amp;gt;&amp;lt;&lt;SPAN class=start-tag&gt;br&lt;/SPAN&gt;&amp;gt;&lt;BR&gt;&amp;lt;/&lt;SPAN class=end-tag&gt;div&lt;/SPAN&gt;&amp;gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;To check the progress, take a peak at this &lt;A href=&quot;http://www.google.com/search?hl=en&amp;amp;lr=&amp;amp;client=firefox-a&amp;amp;rls=org.mozilla%3Aen-US%3Aofficial&amp;amp;q=site%3Awww.pittmanguitarrepair.com+guitar&amp;amp;btnG=Search&quot;&gt;Google Search&lt;/A&gt;&amp;nbsp;and compare it to this &lt;A href=&quot;http://www.google.com/search?q=site:www.cflunch.com+duo&amp;amp;hl=en&amp;amp;lr=&amp;amp;client=firefox-a&amp;amp;rls=org.mozilla:en-US:official&amp;amp;filter=0&quot;&gt;Google Search&lt;/A&gt;.&amp;nbsp; &lt;/P&gt;
&lt;P&gt;We have examples of the unordered list being used successfully elsewhere here at Duo Consulting but I believe that the spiders are finding regular inline hrefs to make their way through the site.&amp;nbsp; I&apos;ll write a follow up when I have some evidence either way.&lt;/P&gt;
				
				</description>
						
				
				<category>CSS</category>				
				
				<category>Coldfusion</category>				
				
				<pubDate>Tue, 18 Jan 2005 12:57:59 -0400</pubDate>
				<guid>http://www.webdevref.com/blog/index.cfm/2005/1/18/My-theory-on-Google-and-CSS-ignorance</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Yahoo! Does CSS</title>
				<link>http://www.webdevref.com/blog/index.cfm/2004/9/30/Yahoo!-Does-CSS</link>
				<description>
				
				Yahoo! has a &lt;a href=&quot;http://www.yahoo.com/beta&quot;&gt;CSS front page&lt;/a&gt; in Beta mode.  Thanks to Jeff from work for the link to &lt;a href=&quot;http://9rules.com/whitespace/css_redesigns/yahoo_css_redesign.php&quot;&gt;WhiteSpace&lt;/a&gt; where they dig deep into the high and low points of the redesign.  

One of the most interesting points for me in the article comes from the comments where &lt;a href=&quot;http://9rules.com/whitespace/css_redesigns/yahoo_css_redesign.php#6842&quot;&gt;Rimantas&lt;/a&gt; explains precisely when it is appropriate to include an external css (and presumably js) file versus including it inline.  

I didn&apos;t realise that it is as simple as the size of the css or js chunk.  Simply put: over 500 bytes including whitespace put it in a separate file else include it on the page.  Why?  500 bytes is all that is required for a request to determine from the header if the page has changed.  If your CSS/JS is larger than that you save {filesize_in_bytes-500} bytes per request thru this mechanism.

To verify that this is the case I was looking around and found an excellent reference on page caching with HTTP requests by &lt;a href=&quot;http://www.mnot.net/cache_docs/#META&quot;&gt;Mark Nottingham&lt;/a&gt;.  I scanned through the &lt;a href=&quot;http://www.w3.org/Protocols/rfc2616/rfc2616.html&quot;&gt;RFC2616&lt;/a&gt; to try to get to the bottom of the max HTTP header size but couldn&apos;t find it anwhere.  If anyone could provide a reference for me that would be great.
				
				</description>
						
				
				<category>JavaScript</category>				
				
				<category>CSS</category>				
				
				<pubDate>Thu, 30 Sep 2004 18:34:05 -0400</pubDate>
				<guid>http://www.webdevref.com/blog/index.cfm/2004/9/30/Yahoo!-Does-CSS</guid>
				
			</item>
			
		 	
			</channel></rss>