<?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>Web Dev Blog</title>
			<link>/webdevblog/index.cfm</link>
			<description>A web development blog for Georgetown Law Library</description>
			<language>en-us</language>
			<pubDate>Wed, 16 May 2012 17:17:32 -0400</pubDate>
			<lastBuildDate>Wed, 16 Mar 2011 16:50:00 -0400</lastBuildDate>
			<generator>BlogCFC</generator>
			<docs>http://blogs.law.harvard.edu/tech/rss</docs>
			<managingEditor>rvs5@law.georgetown.edu</managingEditor>
			<webMaster>rvs5@law.georgetown.edu</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>rvs5@law.georgetown.edu</itunes:email>
				<itunes:name></itunes:name>
			</itunes:owner>
			
			<itunes:explicit>no</itunes:explicit>
			
			<item>
				<title>Continuing Importance of En Dash</title>
				<link>/webdevblog/index.cfm/2011/3/16/Continuing-Importance-of-En-Dash</link>
				<description>
				
				&lt;p&gt;In testing new content for our site on mobile platforms, we discovered an unexpected but understandable context stressing the continuing importance of En Dash.&amp;nbsp; Some pages on our site include a date range listing a span of years, such as 1887 to 2010.&amp;nbsp; When viewing these on an iPad or iPhone, the text style looked wrong, which was confusing.&amp;nbsp; Upon closer examination, it was clear what was going on:&amp;nbsp; mobile Safari recognized these patterns as numbers with a specific semantic context.&amp;nbsp; Interestingly, iPhone saw them as a phone number, and iPad saw them as contact data.&amp;nbsp; Perplexed at first, I looked at the code and realized that the date range should properly be listed with an En Dash, not a hyphen.&amp;nbsp; The &lt;a href=&quot;http://en.wikipedia.org/wiki/Dash&quot;&gt;Wikipedia entry on Dash&lt;/a&gt; explains the difference between the two.&amp;nbsp; For web designers, the best piece explaining things is:&amp;nbsp;&lt;a href=&quot;http://www.alistapart.com/articles/emen/&quot;&gt;The Trouble With EM &amp;rsquo;n EN (and Other Shady Characters)&lt;/a&gt;, from the site A List Apart.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Here are screen shots from the test pages showing mobile Safari&apos;s treatment of dates with a hyphen and the correct view of them listed with an En Dash.&amp;nbsp; Just one more reason to remember to care about the semantic context of your code, down to every single character.&lt;/p&gt;
&lt;br /&gt;
&lt;img width=&quot;480&quot; vspace=&quot;0&quot; border=&quot;0&quot; hspace=&quot;5&quot; height=&quot;420&quot; alt=&quot;Hyphen iPad&quot; src=&quot;/userfiles/image/Hyphen-iPad.png&quot; /&gt;&lt;br /&gt;
&lt;img width=&quot;480&quot; vspace=&quot;0&quot; border=&quot;0&quot; hspace=&quot;5&quot; height=&quot;420&quot; alt=&quot;En Dash iPad Screen Shot&quot; src=&quot;/userfiles/image/EnDash-iPad.png&quot; /&gt;&lt;br /&gt; 
				</description>
				
				<category>Graphic Design</category>
				
				<category>Web Standards</category>
				
				<category>Web Development</category>
				
				<pubDate>Wed, 16 Mar 2011 16:50:00 -0400</pubDate>
				<guid>/webdevblog/index.cfm/2011/3/16/Continuing-Importance-of-En-Dash</guid>
				
				
			</item>
			
			<item>
				<title>Microformats on Law School Home Pages in 2010</title>
				<link>/webdevblog/index.cfm/2011/2/1/Microformats-on-Law-School-Home-Pages-in-2010</link>
				<description>
				
				&lt;p&gt;For a second year in a row, there&apos;s a report ranking all law school home pages accredited by the ABA. &amp;nbsp;Read the results online for &lt;a href=&quot;http://ssrn.com/abstract=1544368&quot;&gt;2009&lt;/a&gt; and&amp;nbsp; &lt;a href=&quot;http://ssrn.com/abstract=1736662&quot;&gt;2010&lt;/a&gt;. One element surveyed for all schools is the use of &lt;a href=&quot;http://microformats.org/&quot;&gt;Microformats&lt;/a&gt;, which is a design pattern used to semantically mark up data online.&amp;nbsp; Common uses are to use &lt;a href=&quot;http://microformats.org/wiki/hcard&quot;&gt;hCard&lt;/a&gt; to represent contact and address information, as well as &lt;a href=&quot;http://microformats.org/wiki/hcalendar&quot;&gt;hCalendar&lt;/a&gt; to represent events and calendars. Future browser versions might integrate microformats support, and if you use a browser add-on like &lt;a href=&quot;https://addons.mozilla.org/en-US/firefox/addon/tails-export/&quot;&gt;Tails&lt;/a&gt; or &lt;a href=&quot;https://addons.mozilla.org/en-US/firefox/addon/operator/?src=oftenusedwith&quot;&gt;Operator&lt;/a&gt;  your browser can quickly find an address on Google maps or let you  efficiently add items to your calendar.&amp;nbsp; It&apos;s great to see more schools  use microformats, and this is progress towards the oft-mentioned  semantic web.&lt;/p&gt;
&lt;p&gt;In 2009, four law schools used at least one microformat on the home page.&amp;nbsp; In 2010, the number grew to thirteen.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Following is a list with links to the schools using microformats, together with a note on the format being used.&amp;nbsp; Google &lt;a href=&quot;http://radar.oreilly.com/2009/05/google-announces-support-for-m.html&quot;&gt;supports microformats&lt;/a&gt;, they&apos;ve seen the &lt;a href=&quot;http://www.readwriteweb.com/archives/google_semantic_web_push_rich_snippets_usage_grow.php&quot;&gt;use of rich snippets growing &lt;/a&gt;(which includes &lt;a href=&quot;http://www.w3.org/TR/xhtml-rdfa-primer/&quot;&gt;RDFa&lt;/a&gt; and microformats), and as far back as 2008, Yahoo! &lt;a href=&quot;http://www.readwriteweb.com/archives/yahoo_supports_semantic_web.php&quot;&gt;started indexing this semantic content online&lt;/a&gt;. Also, some suggest that microformats &lt;a href=&quot;http://scottgale.com/blog/microformats-and-seo/2010/03/18/&quot;&gt;help with website &lt;abbr title=&quot;Search Engine Optimization&quot;&gt;SEO&lt;/abbr&gt;&lt;/a&gt;. It will be interesting to see if more schools use this design pattern for events and addresses.&amp;nbsp; Who knows?&amp;nbsp; Sites may some day use something like &lt;a href=&quot;http://microformats.org/wiki/hreview&quot;&gt;hReview&lt;/a&gt; to &lt;a href=&quot;http://whoyoucallingajesse.com/past/2008/08/14/how-can-microformats-help-higher-education/&quot;&gt;mark up professor or course reviews&lt;/a&gt;.&lt;/p&gt;
&lt;h3&gt;Law School Home Pages Using Microformats in 2010&lt;/h3&gt;
&lt;ul&gt;
    &lt;li&gt;&lt;a href=&quot;http://www.wcl.american.edu/&quot;&gt;American University&lt;/a&gt;:&amp;nbsp;hCalendar&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;http://www.law.emory.edu/&quot;&gt;Emory University&lt;/a&gt;: hCard partially implemented&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;http://www.law.edu/&quot;&gt;Catholic University of America&lt;/a&gt;: hCard&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;http://www.lawschool.cornell.edu/&quot;&gt;Cornell University&lt;/a&gt;: hCalendar&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;http://www.law.msu.edu/&quot;&gt;Michigan State University College of Law&lt;/a&gt;:&amp;nbsp;hCard&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;http://www.nyls.edu/&quot;&gt;New York Law School&lt;/a&gt;: hCard&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;http://www.law.ucdavis.edu/&quot;&gt;University of California at Davis&lt;/a&gt;:&amp;nbsp;hCard - with no street address&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;http://www.law.du.edu/&quot;&gt;University of Denver&lt;/a&gt;: hCard&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;http://mainelaw.maine.edu/&quot;&gt;University of Maine&lt;/a&gt;: hCard - for admissions and main law school address&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;http://www.usd.edu/law/&quot;&gt;University of South Dakota&lt;/a&gt;: hCard - for law school and main university&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;http://law.usc.edu/&quot;&gt;University of Southern California&lt;/a&gt;: hCard&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;http://www.law.virginia.edu&quot;&gt;University of Virginia&lt;/a&gt;: hCard&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;http://www.law.wayne.edu/&quot;&gt;Wayne State University&lt;/a&gt;: hCard - for law school and main university&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;Law School Home&amp;nbsp;Pages Using Microformats in 2009:&lt;/h3&gt;
&lt;ul&gt;
    &lt;li&gt;&lt;a href=&quot;http://www.law.edu/&quot;&gt;Catholic University of America&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;http://www.usd.edu/law/&quot;&gt;University of South Dakota&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;http://www.utexas.edu/law/&quot;&gt;University of Texas at Austin&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;http://www.law.wayne.edu/&quot;&gt;Wayne State University&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; 
				</description>
				
				<category>Web Development</category>
				
				<category>Metadata</category>
				
				<category>Microformats</category>
				
				<pubDate>Tue, 01 Feb 2011 11:57:00 -0400</pubDate>
				<guid>/webdevblog/index.cfm/2011/2/1/Microformats-on-Law-School-Home-Pages-in-2010</guid>
				
				
			</item>
			
			<item>
				<title>Simple CSS-Based Zebra Striping</title>
				<link>/webdevblog/index.cfm/2010/11/4/Simple-CSSBased-Zebra-Striping</link>
				<description>
				
				&lt;img hspace=&quot;5&quot; height=&quot;105&quot; border=&quot;0&quot; width=&quot;300&quot; vspace=&quot;5&quot; src=&quot;/userfiles/image/zebra-striping-5046318600_2f0e6a4328.jpg&quot; alt=&quot;Zebra Striping from http://www.flickr.com/photos/jimharmer/5046318600/&quot; /&gt;&lt;br /&gt;
Zebra Striping is a practice to assign alternating background colors to tables of information.  It makes it easier to track information and it looks pretty.  Long ago, people would achieve this through &lt;abbr title=&quot;Cascading Style Sheets&quot;&gt;CSS&lt;/abbr&gt; class names or JavaScript, such as shown in this &lt;a href=&quot;http://www.alistapart.com/articles/zebratables/&quot;&gt;A List Apart article from 2004&lt;/a&gt;.  Now it&apos;s possible to use zebra stripes on HTML tables with simple rules. We&apos;ve added it to our site and it seems to work well.  Here&apos;s a simplified view of the CSS code:    
&lt;code&gt; tr:nth-child(odd) {
   background-color: #f2f2f2; 
}  
tr:nth-child(even) {
   background-color: #ffffff;
}
&lt;/code&gt; 
Note that for nth-child, you don&apos;t have to use odd/even pairs. This &lt;a href=&quot;http://dev.opera.com/articles/view/zebra-striping-tables-with-css3/&quot;&gt;article from an Opera blog&lt;/a&gt; shows rules for doing this using various multiples of rows.  The nth-child rules have been along for a while, but are now supported in most browsers, so we think it&apos;s time to stripe our tables. Unsurprisingly, &lt;abbr title=&quot;Internet Explorer&quot;&gt;IE&lt;/abbr&gt;8 and below don&apos;t support this rule, but the &lt;a href=&quot;http://www.engadget.com/2010/11/02/w3c-tests-html5-browser-compatibility-crowns-ie9-the-champ/&quot;&gt;recent tests showing IE9&apos;s good ranking in HTML5 tests&lt;/a&gt; are promising for users of Microsoft&apos;s browser.  Here&apos;s some further reading on the perceived benefits of zebra striping:
&lt;ul&gt;
    &lt;li&gt;&lt;a href=&quot;http://www.alistapart.com/articles/zebrastripingdoesithelp/&quot;&gt;Zebra Striping: Does it Really Help?&lt;/a&gt; by Jessica Enders [May 6, 2008]&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;http://www.alistapart.com/articles/zebrastripingmoredataforthecase/&quot;&gt;Zebra Striping: More Data for the Case&lt;/a&gt; by Jessica Enders [September 9, 2008]&lt;/li&gt;
&lt;/ul&gt;
Photo by &lt;a href=&quot;http://www.flickr.com/photos/jimharmer/5046318600/&quot;&gt;Jim Harmer&lt;/a&gt; 
				</description>
				
				<category>Web Development</category>
				
				<category>Graphic Design</category>
				
				<category>Site Enhancements</category>
				
				<pubDate>Thu, 04 Nov 2010 15:03:00 -0400</pubDate>
				<guid>/webdevblog/index.cfm/2010/11/4/Simple-CSSBased-Zebra-Striping</guid>
				
				
			</item>
			
			<item>
				<title>BlogCFC - Now with Mobile-Friendly Goodness</title>
				<link>/webdevblog/index.cfm/2010/11/1/BlogCFC--Now-with-MobileFriendly-Goodness</link>
				<description>
				
				&lt;p&gt;The law library runs four blogs on our site, including the &lt;a href=&quot;http://www.ll.georgetown.edu/blog/&quot;&gt;Due Process Blog&lt;/a&gt;, &lt;a href=&quot;http://www.ll.georgetown.edu/feedbackblog/&quot;&gt;Feedback Blog&lt;/a&gt;, &lt;a href=&quot;http://www.ll.georgetown.edu/swblog/&quot;&gt;Student Worker Blog&lt;/a&gt; and the &lt;a href=&quot;http://www.ll.georgetown.edu/webdevblog/&quot;&gt;Web&amp;nbsp;Dev Blog&lt;/a&gt; where you&apos;re reading this post. They all run using a ColdFusion-based blogging platform called &lt;a href=&quot;http://www.blogcfc.com/&quot;&gt;BlogCFC&lt;/a&gt;. Since much of our site is written in ColdFusion, this platform works well for us, and we&apos;ve been using it since early 2007.&amp;nbsp; Recently, BlogCFC has been updated a few times, including new features for us to administer things.&amp;nbsp; Just last week, they added a mobile plugin for the system called &lt;a href=&quot;http://jqtouch.com/&quot;&gt;jQTouch&lt;/a&gt;. What does this mean for non-technical folks?&amp;nbsp; Well, all four sites now look good on iPhones and other mobile platforms. Take a look at the current list of entries in our Due Process blog as well as one recent entry with a nice picture.&amp;nbsp; We&apos;ll look at adjusting styles and colors, but for now, it&apos;s great to know that all of our blogs include some mobile-friendly goodness.&amp;nbsp; Just because we can (or rather:&amp;nbsp;just because the BlogCFC team cares enough to try).&lt;/p&gt;
&lt;p&gt;&lt;img height=&quot;480&quot; width=&quot;320&quot; src=&quot;/userfiles/image/IMG_0726.PNG&quot; alt=&quot;Mobile-friendly view of Due Process blog, rendered with jQTouch&quot; /&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;img height=&quot;480&quot; width=&quot;320&quot; src=&quot;/userfiles/image/IMG_0728.PNG&quot; alt=&quot;View of a blog post entry that includes a picture&quot; /&gt;&lt;br /&gt;
&amp;nbsp;&lt;/p&gt; 
				</description>
				
				<category>Web Development</category>
				
				<category>Site Enhancements</category>
				
				<category>ColdFusion</category>
				
				<category>Javascript</category>
				
				<pubDate>Mon, 01 Nov 2010 13:17:00 -0400</pubDate>
				<guid>/webdevblog/index.cfm/2010/11/1/BlogCFC--Now-with-MobileFriendly-Goodness</guid>
				
				
			</item>
			
			<item>
				<title>Touch Screen Systems in Context</title>
				<link>/webdevblog/index.cfm/2010/10/19/Touch-Screen-Systems-in-Context</link>
				<description>
				
				&lt;p&gt;Following are two pictures of the library touch screen system we&apos;ve &amp;quot;installed&amp;quot; in our two library locations.&amp;nbsp; The display systems have wall-mount capabilities, so we can build them into furniture, mount them on walls and be creative about how to use the devices.&amp;nbsp; For now, the installation consists of putting each monitor on a desk in a heavily-trafficed area of each library location. &amp;nbsp;This gives us a chance to see how people interact with the systems and plan for future content and installations.&amp;nbsp; If you come to Georgetown Law Library, please stop by to check them out.&amp;nbsp;&amp;nbsp;The first one shown is at the circulation desk in the Edward Bennett Williams Law Library:&amp;nbsp; &lt;br class=&quot;clearFloat&quot; /&gt;&lt;img hspace=&quot;5&quot; height=&quot;338&quot; width=&quot;450&quot; vspace=&quot;5&quot; border=&quot;0&quot; src=&quot;/userfiles/image/TouchScreen-EBW01.jpg&quot; alt=&quot;EBW Library Touch Screen System&quot; /&gt;&lt;/p&gt;
&lt;p&gt;The other system is in the main floor of our John Wolff International and Comparative Law Library, where we used to have a reference desk: &lt;br class=&quot;clearFloat&quot; /&gt;&lt;img hspace=&quot;5&quot; height=&quot;338&quot; width=&quot;450&quot; vspace=&quot;5&quot; border=&quot;0&quot; src=&quot;/userfiles/image/TouchScreen-Wolff01.jpg&quot; alt=&quot;Wolff Library Touch Screen system&quot; /&gt;&lt;/p&gt; 
				</description>
				
				<category>Multimedia</category>
				
				<category>Kiosk</category>
				
				<category>Site Enhancements</category>
				
				<pubDate>Tue, 19 Oct 2010 11:56:00 -0400</pubDate>
				<guid>/webdevblog/index.cfm/2010/10/19/Touch-Screen-Systems-in-Context</guid>
				
				
			</item>
			
			<item>
				<title>Library Touch Screen Preview - With Photos</title>
				<link>/webdevblog/index.cfm/2010/10/19/Technical-Preview-of-Library-Touch-Screens--With-Photos</link>
				<description>
				
				&lt;p&gt;Georgetown Law Library introduced two touch screen kiosk-style devices for use in our two library locations.&amp;nbsp; We&apos;re launching the systems with no planned fanfare or press releases.&amp;nbsp; Initially, we&apos;ll rely on user feedback and local observation to plan content.&amp;nbsp; These systems have collection maps as well as digital exhibits of our library and collections. On this blog, we&apos;ll document some technical aspects of the system to share project progress.&lt;/p&gt;
&lt;p&gt;For content, we&apos;ve built a custom platform using HTML5, CSS3 and embedded fonts.&amp;nbsp; It is a simple setup running on uniform displays [&lt;a href=&quot;http://www.usa.philips.com/c/professional-products/32-inch-multimedia-hd-ready-bdl3215e_00/prd/&quot;&gt;32&amp;quot; Philips Public Signage display&lt;/a&gt;] with a very specific browser [&lt;a href=&quot;http://www.opera.com/support/mastering/kiosk/&quot;&gt;Opera in Kiosk Mode&lt;/a&gt;]. This means we don&apos;t have to worry about browser compatability, and we can design the interface using specific pixel dimensions.&lt;/p&gt;
&lt;p&gt;Here&apos;s what the first version looks like in Opera 10.63:&lt;br class=&quot;clearFloat&quot; /&gt;
&lt;img hspace=&quot;5&quot; height=&quot;249&quot; width=&quot;475&quot; vspace=&quot;5&quot; border=&quot;0&quot; src=&quot;/userfiles/image/TouchScreen-ScreenShot01.png&quot; alt=&quot;Touch Screen picture&quot; /&gt;&lt;/p&gt;
&lt;p&gt;This uses HTML5 to define page content with the more semantic HTML5 markup for the page elements &amp;lt;header&amp;gt; &amp;lt;footer&amp;gt; and &amp;lt;nav&amp;gt;. It passes the W3C&apos;s HTML5 validation check as well. With simple CSS style rules, Opera renders the page structure well, but it looks pretty bad in Internet Explorer 8, as shown.&lt;br class=&quot;clearFloat&quot; /&gt;
&lt;img hspace=&quot;5&quot; height=&quot;228&quot; width=&quot;500&quot; vspace=&quot;5&quot; border=&quot;2&quot; alt=&quot;Screen displayed in Internet Explorer 8&quot; src=&quot;/userfiles/image/TouchScreen-IE8.jpg&quot; /&gt;&lt;br /&gt;
Our initial focus with the touch screens is to create content to be used while physically on campus.&amp;nbsp; Over time, we&apos;ll publish this content on our website, planning to archive all exhibits we create. Look to our WebDevBlog for technical updates on the system and underlying technologies.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;br /&gt;
&amp;nbsp;&lt;/p&gt; 
				</description>
				
				<category>Graphic Design</category>
				
				<category>Kiosk</category>
				
				<category>Web Development</category>
				
				<category>Javascript</category>
				
				<pubDate>Tue, 19 Oct 2010 09:51:00 -0400</pubDate>
				<guid>/webdevblog/index.cfm/2010/10/19/Technical-Preview-of-Library-Touch-Screens--With-Photos</guid>
				
				
			</item>
			
			<item>
				<title>Library Navigation Menus now iPhone and iPad Friendly</title>
				<link>/webdevblog/index.cfm/2010/8/10/Library-Navigation-Menus-now-iPhone-and-iPad-Friendly</link>
				<description>
				
				&lt;br /&gt;
&lt;img width=&quot;320&quot; height=&quot;480&quot; align=&quot;right&quot; src=&quot;/userfiles/image/iPhoneScreenShot.png&quot; alt=&quot;iPhone Screen Shot&quot; /&gt;Since we launched the current law library website in January 2008, we&apos;ve used a single sitewide navigation menu across the entire site.&amp;nbsp; It is anchored in a consistent place and mostly works well.&amp;nbsp; Unfortunately, it wasn&apos;t usable with Safari on the iPhone or iPad.&amp;nbsp; Also, it required proprietary JavaScript, which added page weight and complexity to our site, especally in testing.&amp;nbsp; Now we&apos;ve moved to a new system for running the menus that works pretty well on iPhone and iPad browsers in Safari.&amp;nbsp; This menu uses the &lt;a href=&quot;http://jquery.com/&quot;&gt;jQuery JavaScript library&lt;/a&gt; together with a menu plugin called &lt;a href=&quot;http://users.tpg.com.au/j_birch/plugins/superfish/&quot;&gt;Superfish&lt;/a&gt;.&amp;nbsp; Down the road, when we redesign our entire site, a jQuery plugin like &lt;a href=&quot;http://www.jqtouch.com/&quot;&gt;jQTouch&lt;/a&gt; looks very promising for mobile site optimization.&amp;nbsp; For now though, we stuck with the same menu style on the same website.&amp;nbsp; The colors are even mostly the same, so we&apos;ll see who notices the difference.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;img width=&quot;500&quot; height=&quot;375&quot; src=&quot;/userfiles/image/iPadScreenShot-small.png&quot; alt=&quot;iPadScreenShot - scaled&quot; /&gt;&lt;br /&gt; 
				</description>
				
				<category>Web Development</category>
				
				<category>Graphic Design</category>
				
				<category>Site Enhancements</category>
				
				<pubDate>Tue, 10 Aug 2010 15:40:00 -0400</pubDate>
				<guid>/webdevblog/index.cfm/2010/8/10/Library-Navigation-Menus-now-iPhone-and-iPad-Friendly</guid>
				
				
			</item>
			
			<item>
				<title>Top 10 Law School Home Pages of 2009</title>
				<link>/webdevblog/index.cfm/2010/2/18/Top-10-Law-School-Home-Pages-of-2009</link>
				<description>
				
				&lt;p&gt;I recently completed a ranking analysis of 195 law school home pages, entitled the &amp;quot;&lt;a href=&quot;http://ssrn.com/abstract=1544368&quot;&gt;Top 10 Law School Home Pages of 2009&lt;/a&gt;&amp;quot; The entire report is on SSRN and will be posted elsewhere later. This report looks at fourteen separate design elements, which were evaluated in November/December 2009.&amp;nbsp; Elements were given weighted values to equal 100 points for a perfect score.&amp;nbsp; Nobody got 100 points, but the survey reveals some interesting details about the state of law school home pages.&lt;/p&gt;
&lt;p&gt;Here are some interesting numbers, showing how many schools out of 195 some of the elements surveyed:&lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt;Use at least one &lt;a href=&quot;http://microformats.org/&quot;&gt;microformat element&lt;/a&gt;: 4&lt;/li&gt;
    &lt;li&gt;Define at least one &lt;a href=&quot;http://dublincore.org/&quot;&gt;Dublin Core element&lt;/a&gt;: 4&lt;/li&gt;
    &lt;li&gt;Use embedded media (audio or video) playable directly from the page: 11&lt;/li&gt;
    &lt;li&gt;Have a &lt;a href=&quot;http://en.wikipedia.org/wiki/Favicon&quot;&gt;favicon&lt;/a&gt; defined: 144&lt;/li&gt;
    &lt;li&gt;Display one or more social network badges/links: 47&lt;/li&gt;
    &lt;li&gt;Include a picture of a smiling face: 170&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The printed results will be in the Green Bag Almanac and Reader 2010, which is sent to most &lt;a href=&quot;http://www.greenbag.org&quot;&gt;Green Bag &lt;/a&gt;subscribers. The &lt;a href=&quot;http://ssrn.com/abstract=1544368&quot;&gt;version on SSRN&lt;/a&gt; is identical to the version to appear in print. This project may be repeated again next year.&amp;nbsp; If so, it will be interesting to see how much things change this year.&amp;nbsp; Suggestions for improvements are welcome, and criticism and complaints are okay too.&lt;br /&gt;
&lt;br /&gt;
Read on for a list of the point values as well as a full abstract for the report.&amp;nbsp; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Element Name and Points Assigned:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt;Address 10&lt;/li&gt;
    &lt;li&gt;Search Box 10&lt;/li&gt;
    &lt;li&gt;Cascading Stylesheet (CSS)* 10&lt;/li&gt;
    &lt;li&gt;News Headlines 6&lt;/li&gt;
    &lt;li&gt;News Headlines with Images 7&lt;/li&gt;
    &lt;li&gt;Embedded Media 5&lt;/li&gt;
    &lt;li&gt;Favicon 7&lt;/li&gt;
    &lt;li&gt;Smiles 5&lt;/li&gt;
    &lt;li&gt;Social Network Link 6&lt;/li&gt;
    &lt;li&gt;Content Carousel 6&lt;/li&gt;
    &lt;li&gt;RSS Meta Information 8&lt;/li&gt;
    &lt;li&gt;Microformats 6&lt;/li&gt;
    &lt;li&gt;Dublin Core 4&lt;/li&gt;
    &lt;li&gt;Hierarchal Organization* 10&lt;/li&gt;
    &lt;p&gt;* partial points possible for these elements&lt;/p&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Perfect Score 100&lt;/strong&gt;&lt;/p&gt;
&lt;blockquote&gt;&lt;strong&gt;Abstract:&lt;/strong&gt;&lt;br /&gt;
The website home page represents the virtual front door for any law school. It&amp;rsquo;s the place many prospective students start in the application process. Enrolled students, law school faculty and other employees often start with the home page to find classes, curricula and compensation plans. Home page content changes constantly. Deciding which home pages are good is often very subjective. Creating a ranking system for &amp;ldquo;good taste&amp;rdquo; is perhaps impossible.
&lt;p&gt;The ranking report &amp;quot;Top 10 Law School Home Pages of 2009&amp;quot; includes a tabulation of fourteen objective design criteria to analyze and rank 195 law school home pages. The intent was to count only objective criteria to attempt to find the best sites. All law school home pages were ranked based on a weighted analysis of these criteria. Pictures of the ten best sites are included in the report, followed by a full tabulation of all schools evaluated for the report. The goal was to include elements that make websites easier to use for sighted as well as visually-impaired users. Most elements require no special design skills, sophisticated technology or significant expenses.&lt;/p&gt;
&lt;/blockquote&gt; 
				</description>
				
				<category>Web Development</category>
				
				<category>Graphic Design</category>
				
				<category>Web Standards</category>
				
				<category>Metadata</category>
				
				<category>Social Media</category>
				
				<category>Microformats</category>
				
				<pubDate>Thu, 18 Feb 2010 16:28:00 -0400</pubDate>
				<guid>/webdevblog/index.cfm/2010/2/18/Top-10-Law-School-Home-Pages-of-2009</guid>
				
				
			</item>
			
			<item>
				<title>Generating a printable list of a pages&apos; links as endnotes - modified from a script by David Walsh</title>
				<link>/webdevblog/index.cfm/2009/11/24/Generating-a-printable-list-of-a-pages-links-as-endnotes--modified-from-a-script-by-David-Walsh</link>
				<description>
				
				For many years we wrote out links&amp;rsquo; URLs in the visible text on our pages so they would not be lost to users who printed out our pages. This made our site a lot less readable than it could have been. To remedy the situation, we tried a &lt;a href=&quot;http://davidwalsh.name/optimize-your-links-for-print-using-css-show-url&quot;&gt;CSS technique&lt;/a&gt; that would display links&amp;rsquo; URLs only when a page was printed out. Unfortunately, like a lot of useful CSS tricks, this didn&amp;rsquo;t work in Internet Explorer.&lt;br /&gt;
&lt;br /&gt;
On the &lt;a href=&quot;http://davidwalsh.name/&quot;&gt;David Walsh Blog&lt;/a&gt; we found a solution that uses CSS and the &lt;a href=&quot;http://mootools.net/&quot;&gt;MooTools Javascript framework&lt;/a&gt; to &lt;a href=&quot;http://davidwalsh.name/mootools-print-links&quot;&gt;dynamically generate endnotes showing the URLs of every link on a page&lt;/a&gt;. It does this by collecting all of a page&amp;rsquo;s anchor tags into an array and breaking out the values of their &lt;em&gt;href&lt;/em&gt; properties into an ordered list. Unfortunately, this solution generated several empty endnotes, since it also included the empty &lt;em&gt;href&lt;/em&gt; values of several named anchors we use for same-page navigation on many of our pages.&lt;br /&gt;
&lt;br /&gt;
My solution to the named-anchor problem was to use MooTools&amp;rsquo; &lt;strong&gt;array.filter&lt;/strong&gt; method to remove from the anchor array any anchor whose &lt;em&gt;href&lt;/em&gt; value was null. The final, modified code looks like this:&lt;br /&gt;
&lt;pre&gt;
/* when the dom is ready */
window.addEvent(&amp;rsquo;domready&amp;rsquo;,function() {
/* get the links */
var links = $$(&amp;rsquo;#print-content-area a&amp;rsquo;);
/* remove from the array named anchors lacking an &amp;ldquo;href&amp;rdquo; property */
function notNull(a) {
return(a.get(&amp;rsquo;href&amp;rsquo;) != undefined);
}
var filteredLinks = links.filter(notNull);
/* if there are any */
if(filteredLinks.length) {
/* create toc list */
var container = new Element(&amp;rsquo;ol&amp;rsquo;,{
&amp;lsquo;class&amp;rsquo;: &amp;lsquo;print-only toc-list&amp;rsquo;
}).inject(document.body,&amp;rsquo;bottom&amp;rsquo;);
/* add a heading for the TOC */
var header = new Element(&amp;rsquo;h2&amp;prime;,{
text: &amp;lsquo;Links In This Document&amp;rsquo;
}).inject(container,&amp;rsquo;top&amp;rsquo;);
/* get links inside the content area */
filteredLinks.each(function(a,i) {
/* insert the span reference right after the link */
/*if(a.get(&amp;rsquo;href&amp;rsquo;) != undefined){*/
new Element(&amp;rsquo;span&amp;rsquo;,{
text: &amp;lsquo;[&apos; + (i + 1) + &apos;]&amp;lsquo;,
&amp;lsquo;class&amp;rsquo;: &amp;lsquo;print-only&amp;rsquo;
}).inject(a,&amp;rsquo;after&amp;rsquo;);
&lt;/pre&gt; 
				</description>
				
				<category>Javascript</category>
				
				<pubDate>Tue, 24 Nov 2009 11:45:00 -0400</pubDate>
				<guid>/webdevblog/index.cfm/2009/11/24/Generating-a-printable-list-of-a-pages-links-as-endnotes--modified-from-a-script-by-David-Walsh</guid>
				
				
			</item>
			
			<item>
				<title>Emphasizing Important Content</title>
				<link>/webdevblog/index.cfm/2009/11/9/Emphasizing-Important-Content</link>
				<description>
				
				&lt;p&gt;At Georgetown Law Library, we assume our internal users (&lt;em&gt;e.g. &lt;/em&gt;current students and faculty) are the most frequent visitors to the library&apos;s homepage.&amp;nbsp; Today we launched a new section of the page we hope will be useful for this internal audience.&amp;nbsp; We&apos;re now featuring selected databases and research guides on the homepage, which we introduced by rearranging some content on the page.&lt;/p&gt;
&lt;p&gt;In using this, we can highlight updates to research guides and selectively promote our licensed databases and other resources.&amp;nbsp; We hope this helps us highlight useful content, and we see it as an alternative to using our &lt;a href=&quot;http://www.ll.georgetown.edu/blog/&quot;&gt;Due Process blog&lt;/a&gt; to promote new items. Due Process still works well for certain types of content and database news, but it doesn&apos;t seem approprite to use it for more routine reminders, such as telling people that U.S. Law Week is a good place to get Supreme Court news.&lt;/p&gt;
&lt;p&gt;Here&apos;s a view of the featured section at launch:&lt;/p&gt;
&lt;img alt=&quot;&quot; src=&quot;file:///C:/Users/rvs5/AppData/Local/Temp/moz-screenshot-1.png&quot; /&gt;&lt;img width=&quot;310&quot; height=&quot;194&quot; src=&quot;/documents/image/Featured-Items.png&quot; alt=&quot;Featured Items content block&quot; /&gt; &lt;br /&gt;
&lt;br /&gt;
In testing this feature, we first tried to include the feature in the center column, but the design challenge proved to be too complex.&amp;nbsp; It works well at some screen resolutions, but at lower resolutions (even just below 1024 pixel width), the content looks almost unreadable:&lt;br /&gt;
&lt;img width=&quot;462&quot; height=&quot;365&quot; border=&quot;1&quot; src=&quot;/documents/image/Featured-Snafu.png&quot; alt=&quot;Example of a bad design for featured content section&quot; /&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;p&gt;Some of the more subtle changes are a shift from play control buttons under the Feedback Blog entries, as well as introduction of the &amp;quot;box-shadow&amp;quot; element to make the site look better in browsers that understand this feature.&amp;nbsp; Admittedly, we took elements of this directly from the book &amp;quot;&lt;a href=&quot;http://www.handcraftedcss.com/&quot;&gt;Handcrafted CSS&lt;/a&gt;&amp;quot; including the suggestion of using the &lt;abbr title=&quot;Cascading Style Sheet&quot;&gt;CSS&lt;/abbr&gt;3 properties &lt;a href=&quot;http://www.w3.org/TR/css3-background/#the-box-shadow&quot;&gt;box-shadow&lt;/a&gt; and &lt;a href=&quot;http://www.w3.org/TR/css3-background/#the-border-radius&quot;&gt;border-radius&lt;/a&gt;, even though they&apos;re not widely supported in current browsers. We &lt;a href=&quot;http://www.ll.georgetown.edu/webdevblog/index.cfm/2009/8/20/Selective-Enhancement-Border-Radius&quot;&gt;added rounded corners&lt;/a&gt; to the boxes earlier this year. &lt;/p&gt;
&lt;p&gt;Let us know what you think.&amp;nbsp; Inevitably we&apos;ll tweak this based on feedback and usage data.&lt;/p&gt; 
				</description>
				
				<category>Web Development</category>
				
				<category>Graphic Design</category>
				
				<category>Site Enhancements</category>
				
				<pubDate>Mon, 09 Nov 2009 14:57:00 -0400</pubDate>
				<guid>/webdevblog/index.cfm/2009/11/9/Emphasizing-Important-Content</guid>
				
				
			</item>
			
			<item>
				<title>Simple Trick for Avoiding Cached CSS Files</title>
				<link>/webdevblog/index.cfm/2009/9/28/Simple-Trick-for-Avoiding-Cached-CSS-Files</link>
				<description>
				
				&lt;p&gt;When implementing changes to a website design, often fundamental changes are made only to a site&apos;s &lt;abbr title=&quot;Cascading Style Sheet&quot;&gt;CSS&lt;/abbr&gt; file.  Perhaps you&apos;re tweaking font spacing, adjusting margins for sections of a page or making significant layout changes.  One problem that comes up when testing designs is that browsers like Firefox and Internet Explorer tend to cache a CSS file, making it hard to know whether intended changes actually work.  For users, getting a current copy of the (X)HTML file may still mean you get the &apos;old&apos; CSS file.&lt;/p&gt;
&lt;p&gt;By passing a variable as part of the CSS file, this can help avoid the problem.  Here&apos;s an example: &lt;br /&gt;
&lt;code&gt;
&lt;link type=&quot;text/css&quot; xhref=&quot;http://www.stefanhayden.com/style.css?version=1&quot; rel=&quot;stylesheet&quot; /&gt;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;This tip was featured recently on the site: &lt;a href=&quot;http://webdosanddonts.com/dont-allow-css-caching&quot;&gt;The Do&apos;s and Don&apos;ts of Modern Web Design&lt;/a&gt;, which provides short posts describing best practices and things to avoid in creating websites.  As the site&apos;s subtitle states, these are &amp;quot;Snacksized Web Design Tips and Tricks.&amp;quot;  The site makes each available with a retweet function to share them with your world of followers.&lt;/p&gt;
&lt;p&gt;Online, the technique of the &lt;a href=&quot;http://www.stefanhayden.com/blog/2006/04/03/css-caching-hack/&quot;&gt;CSS Caching Hack&lt;/a&gt; dates back to (at least) 2006.  It&apos;s a nice trick to keep in mind, and we&apos;ll be using it for some site adjustments we&apos;re planning for the law library.&lt;/p&gt; 
				</description>
				
				<category>Graphic Design</category>
				
				<category>Web Standards</category>
				
				<category>Web Development</category>
				
				<pubDate>Mon, 28 Sep 2009 15:06:00 -0400</pubDate>
				<guid>/webdevblog/index.cfm/2009/9/28/Simple-Trick-for-Avoiding-Cached-CSS-Files</guid>
				
				
			</item>
			
			<item>
				<title>Audience-Oriented Menu Options</title>
				<link>/webdevblog/index.cfm/2009/8/20/AudienceOriented-Menu-Options</link>
				<description>
				
				The Georgetown Law Library site uses a horizontal navigation bar for access to most sections of our site.&amp;nbsp; We introduced it with a redesigned site in January 2008, and people seem to like how it works.&amp;nbsp; In the course of conversations and a usability study this past Spring, we noticed that people sometimes pause, trying to decide which of five broad menu selections to choose.&amp;nbsp; We recently made a small change intended to make it easier for students and faculty to find what they need.&amp;nbsp; The audience-based items on our sitewide navigation are now in a different color, grouping them together visually.&amp;nbsp; Compare the difference: &lt;br /&gt;
&lt;strong&gt;Old:&lt;/strong&gt; &lt;br /&gt;
&lt;img height=&quot;35&quot; width=&quot;433&quot; src=&quot;/documents/image/NavBarOLD.png&quot; alt=&quot;Old navigation bar&quot; /&gt;&lt;br /&gt;
&lt;strong&gt;New: &lt;/strong&gt;&lt;br /&gt;
&lt;img height=&quot;36&quot; width=&quot;434&quot; src=&quot;/documents/image/navBarNEW.png&quot; alt=&quot;New Navigation Bar&quot; /&gt;&lt;br /&gt;
Following are two law schools that indicate different types of menu items for different audiences&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.law.harvard.edu&quot;&gt;Harvard Law School&lt;/a&gt;&lt;br /&gt;
&lt;img height=&quot;38&quot; width=&quot;472&quot; src=&quot;/documents/image/NavHarvard.png&quot; alt=&quot;&quot; /&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://library.lawschool.cornell.edu/&quot;&gt;Cornell Law School Library:&lt;/a&gt;&lt;br /&gt;
&lt;img height=&quot;34&quot; width=&quot;476&quot; src=&quot;/documents/image/NavCornell.png&quot; alt=&quot;&quot; /&gt;&lt;br type=&quot;_moz&quot; /&gt; 
				</description>
				
				<category>Graphic Design</category>
				
				<pubDate>Thu, 20 Aug 2009 16:43:00 -0400</pubDate>
				<guid>/webdevblog/index.cfm/2009/8/20/AudienceOriented-Menu-Options</guid>
				
				
			</item>
			
			<item>
				<title>Selective Enhancement: Border Radius</title>
				<link>/webdevblog/index.cfm/2009/8/20/Selective-Enhancement-Border-Radius</link>
				<description>
				
				&lt;p&gt;In the world of web design, there&apos;s a concept known as &amp;quot;&lt;a href=&quot;http://en.wikipedia.org/wiki/Progressive_enhancement&quot;&gt;Progressive Enhancement&lt;/a&gt;&amp;quot; The basic definition on Wikipedia is as follows:&lt;/p&gt;
&lt;blockquote&gt;  &lt;b&gt;Progressive enhancement&lt;/b&gt; is a strategy for &lt;a title=&quot;Web design&quot; href=&quot;http://en.wikipedia.org/wiki/Web_design&quot;&gt;web design&lt;/a&gt; that emphasizes accessibility, semantic markup, and external stylesheet and scripting technologies. Progressive enhancement uses web technologies in a layered fashion that allows everyone to access the basic content and functionality of a web page, using any browser or Internet connection, while also providing those with better bandwidth or more advanced browser software an enhanced version of the page. &lt;/blockquote&gt;
&lt;p&gt;Today we updated the homepage at the Georgetown Law Library to include rounded corners for browsers that understand them.  This doesn&apos;t add functionality, and it is no more advanced than it was.  Given this, it seems more like &amp;quot;selective enhancement&amp;quot;.  We&apos;ve selectively enhanced things for people using Safari or Firefox, while leaving Internet Explorer users with angled corners.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Compare the difference:&lt;/strong&gt;&lt;br /&gt;
On a browser that interprets rounded corners: &lt;br /&gt;
&lt;img height=&quot;64&quot; width=&quot;264&quot; src=&quot;/documents/image/borderRadius-Firefox.png&quot; alt=&quot;&quot; /&gt;&lt;br /&gt;
On a browser that ignores this property: &lt;br /&gt;
&lt;img height=&quot;65&quot; width=&quot;263&quot; src=&quot;/documents/image/borderSquare.png&quot; alt=&quot;square radius border&quot; /&gt;&lt;br /&gt;
&lt;br /&gt;
For our own documentation, the corners are done with the &lt;abbr title=&quot;Cascading Style Sheets&quot;&gt;CSS&lt;/abbr&gt; Property &lt;a href=&quot;http://reference.sitepoint.com/css/moz-border-radius&quot;&gt;-moz-border-radius&lt;/a&gt;.&lt;/p&gt;
&lt;code&gt;    -webkit-border-radius: 6px;     -moz-border-radius: 6px; &lt;/code&gt;
&lt;p&gt;There are &lt;a href=&quot;http://www.smileycat.com/miaow/archives/000044.php&quot;&gt;dozens of alternative methods of creating rounded corners&lt;/a&gt;, some requiring images, some with JavaScript, and some in pure CSS.  For us, we decided that it&apos;s enough to selectively enhance the experience of visitors.  Maybe it&apos;s a way for us to show that Firefox users tend to think outside the box (pun intended).&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt; 
				</description>
				
				<category>Graphic Design</category>
				
				<category>Web Standards</category>
				
				<category>Web Development</category>
				
				<pubDate>Thu, 20 Aug 2009 16:20:00 -0400</pubDate>
				<guid>/webdevblog/index.cfm/2009/8/20/Selective-Enhancement-Border-Radius</guid>
				
				
			</item>
			
			<item>
				<title>Adobe InContext Editing - Last Stop Before a Full CMS?</title>
				<link>/webdevblog/index.cfm/2009/5/21/Adobe-InContext-Editing--Last-Stop-Before-a-Full-CMS</link>
				<description>
				
				&lt;p&gt;Unless you&apos;re running a one-person blog or website, there is always a need for distributed content management.&amp;nbsp; The worst-case scenario with web management is that everybody emails changes to one person to post them online.&amp;nbsp; It&apos;s inefficient and it is no fun to be that content funnel.  A better model is to give content editors tools they need to make changes themselves.&lt;/p&gt;
&lt;p&gt;Adobe just updated the &lt;a href=&quot;http://www.adobe.com/products/incontextediting/&quot;&gt;InContext Editing&lt;/a&gt; service, which is a system of distributed content management that could fill the gap for anybody not yet ready for a full web-based &lt;abbr title=&quot;Content Management System&quot;&gt;CMS&lt;/abbr&gt;. This is technically a product from Adobe, but it may be better described as a service, as it looks to be positioned as an entirely web-based subscription model for editing web content. &lt;img height=&quot;98&quot; align=&quot;right&quot; width=&quot;458&quot; src=&quot;/documents/image/InContext02.gif&quot; alt=&quot;InContext Screenshot&quot; /&gt;&lt;/p&gt;
&lt;p&gt;InContext editing is a web-based system that lets web developers give users the ability to edit content directly within the browser.  Unlike Adobe Contribute, InContext Editing does not require a desktop software installation.  It isn&apos;t as feature-rich as Contribute, but the &lt;a href=&quot;http://incontextediting.adobe.com/&quot;&gt;Live Demo of InContext Editing&lt;/a&gt; shows that simple text editing is possible without much trouble.  InContext Editing requires Adobe Dreamweaver CS4 to take advantage of all features, so this option ties you to the latest incarnations of Adobe&apos;s good (and not inexpensive) software tools.&lt;/p&gt;  [More]
				</description>
				
				<category>Graphic Design</category>
				
				<category>Web Development</category>
				
				<pubDate>Thu, 21 May 2009 14:47:00 -0400</pubDate>
				<guid>/webdevblog/index.cfm/2009/5/21/Adobe-InContext-Editing--Last-Stop-Before-a-Full-CMS</guid>
				
				
			</item>
			
			<item>
				<title>New Web Screenshot Showcase - 32,000 Images and Growing</title>
				<link>/webdevblog/index.cfm/2009/2/26/New-Web-Screenshot-Showcase--32000-Images-and-Growing</link>
				<description>
				
				&lt;p&gt;The distributed screen capturing website &lt;a href=&quot;http://www.browsershots.org&quot;&gt;BrowserShots.org&lt;/a&gt;&amp;nbsp;recently released an &lt;a href=&quot;http://browsershots.org/showcase/&quot;&gt;online showcase of more than 32,000 image captures&lt;/a&gt; of website pages.&amp;nbsp; It looks like the content comes from sites their visitors have requested to have pictures taken of.&amp;nbsp; &lt;br /&gt;
&lt;a href=&quot;http://browsershots.org/showcase/&quot;&gt;&lt;img alt=&quot;Example of hovering over a page display&quot; src=&quot;http://www.ll.georgetown.edu/webdevblog/images/hover-example.gif&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
You can browse sites, rate them, and search for text within the sites.&amp;nbsp; It&apos;s not clear if the text searches indexed terms or a version of the site source code.&amp;nbsp; For random design inspiration, this is a great site.&amp;nbsp; Another search option is to look for sites of a particular color.&amp;nbsp; For instance, here&apos;s a view of sites matching the hex color 003366.&lt;br /&gt;
&lt;a href=&quot;http://browsershots.org/showcase/&quot;&gt;&lt;img alt=&quot;Hex Color Search 003366 example&quot; src=&quot;http://www.ll.georgetown.edu/webdevblog/images/003366-example.gif&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
It&apos;s especially nice because it includes many non-English sites, so you can just isolate design and feel without reading text.&amp;nbsp; &lt;br /&gt;
&lt;br /&gt;
As an aside, if you need to get lots of screenshots for websites, it is very much worth it to pay for priority processing.&amp;nbsp; We needed to collect lots of images in a short period, and with priority processing, images were returned in one or two minutes.&lt;/p&gt; 
				</description>
				
				<category>Graphic Design</category>
				
				<category>Web Development</category>
				
				<pubDate>Thu, 26 Feb 2009 18:03:00 -0400</pubDate>
				<guid>/webdevblog/index.cfm/2009/2/26/New-Web-Screenshot-Showcase--32000-Images-and-Growing</guid>
				
				
			</item>
			</channel></rss>
