<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	>
<channel>
	<title>Comments on: Take Back the Web</title>
	<atom:link href="http://www.tjameswhite.com/blog/archives/2004/11/take-back-the-web/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tjameswhite.com/blog/archives/2004/11/take-back-the-web/</link>
	<description>Just my little corner</description>
	<pubDate>Fri, 12 Mar 2010 07:47:23 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	</channel>
</rss>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
	
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
	<title>tjameswhite &raquo; Take Back the Web</title>
	
	<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
	
	<meta name="author" content="Tim White, tjameswhite" />
	<meta name="copyright" content="2007, Tim White" />
	
	<meta name="microid" content="4b2955052e13a2b7d717ceb9c2f368b03f7c7324" />
	
	<style type="text/css">
	@import url(/css/main.css);
	/*<![CDATA[*/
	
	/*for Library Thing plugin in the sidebar */
	.LTwrapper {
		
	}
	
	.LTheader {
		
	}
	
	.LTitem, .LTprovided {
		clear: both;
	}
	.LTitem img {
		float: left;
		width: 50px;
		margin: 0 .5em .5em 0;
	}
	
	.LTprovided {
		font-size: 90%;
	}
	/*]]>*/
	</style>
</head>

<body>
<div id="container">
<div id="header" >
<h1 class="parrot"><a href="/index.php">tjameswhite.com</a></h1>
<ul id="navlist"><li><a href="http://www.tjameswhite.com" title="Homepage">Home</a></li>
<li class="here"><a href="/blog/" title="Tao Te Blog">Blog</a></li>
<li><a href="/photos" title="Photo albums">Photos</a></li>
<li><a href="/about" title="About this site">About</a></li>
<li><a href="/contact/" title="Contact Form">Contact</a></li>
</ul>
</div>


<div id="content">

<!-- WordPress code begins -->

<!-- get the date and time -->
<h3 class="postdate">Saturday, 11/6/2004 &#8211; 9:11 pm</h3>
	
<!-- get the content of the post -->
<div class="post">
	 <h2 class="storytitle" id="post-253"><a href="http://www.tjameswhite.com/blog/archives/2004/11/take-back-the-web/" rel="bookmark" title="Permanent Link: Take Back the Web">Take Back the Web</a></h2>

	
	<div class="storycontent">
		<p>I installed the <a href="http://update.mozilla.org/extensions/moreinfo.php?id=60">Web Developer&#8217;s Toolbar</a> in <a href="http://www.spreadfirefox.com/">Firefox</a> and was poking around its many features on different web sites when I came across the &#8220;Display ID &amp; Class Details&#8221; function in the Information section. Now, this is certainly handy when troubleshooting your own site, but it can be equally infomative when looking at other sites. <span id="more-253"></span></p>
<p>Thinking back to Eric Meyer&#8217;s article &#8220;<a href="http://www.meyerweb.com/eric/thoughts/2004/09/15/emreallyem-undoing-htmlcss/"><em>Really</em> Undoing html.css</a>,&#8221; where he talks about modifing the core <acronym title="Cascading Style Sheet">CSS</acronym> file for Firefox,  I surmised that it would be possible to target one of the IDs found on a web site and modify it&#8217;s behavior. I was right. (Of course, you don&#8217;t need to modify the <code>html.css</code> file, since the Web Developer Toolbar also lets you load user defined style sheets.)</p>
<p>Take, for example, a site you frequently visit that has a banner across the top. In order to get directly to the content of the page, it&#8217;s possible to write a quick rule, such as <code>.banner {display: none;}</code>, and presto, a cleaner page. </p>
	</div>

	<div class="meta">
	<strong>Filed under:</strong><ul class="post-categories">
	<li><a href="http://www.tjameswhite.com/blog/archives/category/web-development/css/" title="View all posts in CSS" rel="category tag">CSS</a></li>
	<li><a href="http://www.tjameswhite.com/blog/archives/category/general/" title="View all posts in General" rel="category tag">General</a></li></ul> </div>

<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
				xmlns:dc="http://purl.org/dc/elements/1.1/"
				xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
			<rdf:Description rdf:about="http://www.tjameswhite.com/blog/archives/2004/11/take-back-the-web/"
    dc:identifier="http://www.tjameswhite.com/blog/archives/2004/11/take-back-the-web/"
    dc:title="Take Back the Web"
    trackback:ping="http://www.tjameswhite.com/blog/archives/2004/11/take-back-the-web/trackback/" />
</rdf:RDF>
	<div class="feedback">
     	</div>
	

<!-- You can start editing here. -->


<h4 id="comments">Comments 
</h4>


	<p>No comments yet.</p>
<p><a href='http://www.tjameswhite.com/blog/archives/2004/11/take-back-the-web/feed/'><abbr title="Really Simple Syndication">RSS</abbr> feed for comments on this post.</a></p>
<h4 id="postcomment">Leave a comment</h4>
<p>Sorry, the comment form is closed at this time.</p>

<!-- php include(ABSPATH . 'wp-comments.php'); -->
</div>



</div>


<div id="related">

	<div id="menu">
	
	
<!-- WordPress archive functions -->
	<ul>
	 <li><h2><a href="/blog/archives.php">Browse archives</a></h2></li>
	 <li id="search">
	 	<label for="s">Search archives:</label>	
	   <form id="searchform" method="get" action="/blog/index.php">
		<div>
			<input type="text" name="s" id="s" size="15" /><br />
			<input type="submit" name="submit" value="Search" />
		</div>
		</form>
	 </li>
	</ul>
	
	<h2>Currently Reading</h2>
	<!-- code from LibraryThing -->
	<script language="javascript" type="text/javascript" src="http://www.librarything.com/jswidget.php?reporton=tjameswhite&show=tagran&num=5&covers=small&header=&tag=reading&css=0&style=1&amazonassoc=">
</script>

<!-- links (from WordPress) -->
	<div id="links_list">
		<ul>  <li id="linkcat-26" class="linkcat"><h2>Currently Reading</h2>
	<ul>

	</ul>
</li>
  <li id="linkcat-25" class="linkcat"><h2>Friends</h2>
	<ul>
<li><a href="http://www.livejournal.com/users/drusni/" rel="friend met">drusni&#8217;s world</a></li>
<li><a href="http://www.livejournal.com/users/a2gemma/" rel="friend met">gemma&#8217;s gin joint</a></li>
<li><a href="http://www.livejournal.com/users/retrozombi/" rel="friend met">I Was an Atomic Retro Zombie</a></li>
<li><a href="http://www.livejournal.com/users/aular/" rel="friend met">Intergalactic Transceiver</a></li>
<li><a href="http://www.livejournal.com/users/jvankirk/" rel="friend met">Jarrod&#8217;s Ponderings</a></li>
<li><a href="http://www.livejournal.com/users/sfpro_studio/" rel="friend met">SFPro Studio</a></li>
<li><a href="http://architectslair.typepad.com/" rel="friend met">The Architect&#8217;s Lair</a></li>

	</ul>
</li>
  <li id="linkcat-27" class="linkcat"><h2>ToDa List</h2>
	<ul>
<li><a href="http://tjameswhite.tadalist.com/lists/all">TaDa List</a></li>

	</ul>
</li>
</ul>
	</div>	
		
<!-- WP categories -->
<ul>
	<li class="cat-item cat-item-2"><a href="http://www.tjameswhite.com/blog/archives/category/automotive/" title="View all posts filed under Automotive">Automotive</a> (<a href="http://www.tjameswhite.com/blog/archives/category/automotive/feed/" title="RSS">RSS</a>)
<ul class='children'>
	<li class="cat-item cat-item-3"><a href="http://www.tjameswhite.com/blog/archives/category/automotive/racing/" title="View all posts filed under Racing">Racing</a> (<a href="http://www.tjameswhite.com/blog/archives/category/automotive/racing/feed/" title="RSS">RSS</a>)
</li>
</ul>
</li>
	<li class="cat-item cat-item-15"><a href="http://www.tjameswhite.com/blog/archives/category/computer/" title="View all posts filed under Computer">Computer</a> (<a href="http://www.tjameswhite.com/blog/archives/category/computer/feed/" title="RSS">RSS</a>)
</li>
	<li class="cat-item cat-item-5"><a href="http://www.tjameswhite.com/blog/archives/category/entertainment/" title="View all posts filed under Entertainment">Entertainment</a> (<a href="http://www.tjameswhite.com/blog/archives/category/entertainment/feed/" title="RSS">RSS</a>)
<ul class='children'>
	<li class="cat-item cat-item-6"><a href="http://www.tjameswhite.com/blog/archives/category/entertainment/books/" title="View all posts filed under Books">Books</a> (<a href="http://www.tjameswhite.com/blog/archives/category/entertainment/books/feed/" title="RSS">RSS</a>)
</li>
	<li class="cat-item cat-item-22"><a href="http://www.tjameswhite.com/blog/archives/category/entertainment/cocktails/" title="View all posts filed under Cocktails">Cocktails</a> (<a href="http://www.tjameswhite.com/blog/archives/category/entertainment/cocktails/feed/" title="RSS">RSS</a>)
</li>
	<li class="cat-item cat-item-19"><a href="http://www.tjameswhite.com/blog/archives/category/entertainment/games/" title="View all posts filed under Games">Games</a> (<a href="http://www.tjameswhite.com/blog/archives/category/entertainment/games/feed/" title="RSS">RSS</a>)
</li>
	<li class="cat-item cat-item-7"><a href="http://www.tjameswhite.com/blog/archives/category/entertainment/movies/" title="View all posts filed under Movies">Movies</a> (<a href="http://www.tjameswhite.com/blog/archives/category/entertainment/movies/feed/" title="RSS">RSS</a>)
</li>
</ul>
</li>
	<li class="cat-item cat-item-1"><a href="http://www.tjameswhite.com/blog/archives/category/general/" title="View all posts filed under General">General</a> (<a href="http://www.tjameswhite.com/blog/archives/category/general/feed/" title="RSS">RSS</a>)
</li>
	<li class="cat-item cat-item-16"><a href="http://www.tjameswhite.com/blog/archives/category/holidays/" title="View all posts filed under Holidays">Holidays</a> (<a href="http://www.tjameswhite.com/blog/archives/category/holidays/feed/" title="RSS">RSS</a>)
<ul class='children'>
	<li class="cat-item cat-item-17"><a href="http://www.tjameswhite.com/blog/archives/category/holidays/halloween/" title="View all posts filed under Halloween">Halloween</a> (<a href="http://www.tjameswhite.com/blog/archives/category/holidays/halloween/feed/" title="RSS">RSS</a>)
</li>
</ul>
</li>
	<li class="cat-item cat-item-11"><a href="http://www.tjameswhite.com/blog/archives/category/house/" title="View all posts filed under House">House</a> (<a href="http://www.tjameswhite.com/blog/archives/category/house/feed/" title="RSS">RSS</a>)
<ul class='children'>
	<li class="cat-item cat-item-13"><a href="http://www.tjameswhite.com/blog/archives/category/house/gardening/" title="View all posts filed under Gardening">Gardening</a> (<a href="http://www.tjameswhite.com/blog/archives/category/house/gardening/feed/" title="RSS">RSS</a>)
</li>
</ul>
</li>
	<li class="cat-item cat-item-18"><a href="http://www.tjameswhite.com/blog/archives/category/life-and-things/" title="View all posts filed under Life and Things">Life and Things</a> (<a href="http://www.tjameswhite.com/blog/archives/category/life-and-things/feed/" title="RSS">RSS</a>)
</li>
	<li class="cat-item cat-item-20"><a href="http://www.tjameswhite.com/blog/archives/category/olivia/" title="View all posts filed under Olivia">Olivia</a> (<a href="http://www.tjameswhite.com/blog/archives/category/olivia/feed/" title="RSS">RSS</a>)
</li>
	<li class="cat-item cat-item-14"><a href="http://www.tjameswhite.com/blog/archives/category/photography/" title="View all posts filed under Photography">Photography</a> (<a href="http://www.tjameswhite.com/blog/archives/category/photography/feed/" title="RSS">RSS</a>)
</li>
	<li class="cat-item cat-item-4"><a href="http://www.tjameswhite.com/blog/archives/category/tai-chi/" title="View all posts filed under T&#039;ai Chi">T&#039;ai Chi</a> (<a href="http://www.tjameswhite.com/blog/archives/category/tai-chi/feed/" title="RSS">RSS</a>)
</li>
	<li class="cat-item cat-item-12"><a href="http://www.tjameswhite.com/blog/archives/category/vacation/" title="View all posts filed under Vacation">Vacation</a> (<a href="http://www.tjameswhite.com/blog/archives/category/vacation/feed/" title="RSS">RSS</a>)
</li>
	<li class="cat-item cat-item-8"><a href="http://www.tjameswhite.com/blog/archives/category/web-development/" title="View all posts filed under Web Development">Web Development</a> (<a href="http://www.tjameswhite.com/blog/archives/category/web-development/feed/" title="RSS">RSS</a>)
<ul class='children'>
	<li class="cat-item cat-item-10"><a href="http://www.tjameswhite.com/blog/archives/category/web-development/xhtml/" title="View all posts filed under (x)HTML">(x)HTML</a> (<a href="http://www.tjameswhite.com/blog/archives/category/web-development/xhtml/feed/" title="RSS">RSS</a>)
</li>
	<li class="cat-item cat-item-9"><a href="http://www.tjameswhite.com/blog/archives/category/web-development/css/" title="View all posts filed under CSS">CSS</a> (<a href="http://www.tjameswhite.com/blog/archives/category/web-development/css/feed/" title="RSS">RSS</a>)
</li>
	<li class="cat-item cat-item-23"><a href="http://www.tjameswhite.com/blog/archives/category/web-development/microformats/" title="View all posts filed under Microformats">Microformats</a> (<a href="http://www.tjameswhite.com/blog/archives/category/web-development/microformats/feed/" title="RSS">RSS</a>)
</li>
</ul>
</li>
	<li class="cat-item cat-item-21"><a href="http://www.tjameswhite.com/blog/archives/category/writing/" title="View all posts filed under Writing">Writing</a> (<a href="http://www.tjameswhite.com/blog/archives/category/writing/feed/" title="RSS">RSS</a>)
</li>
</ul>

	<p><a href="http://www.tjameswhite.com/blog/feed/" title="Syndicate this site using RSS"><abbr title="Really Simple Syndication">RSS</abbr> 2.0</a></p>	
	</div> 
	
</div>

<div class="clearit"></div>
<div id="footer">
