<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Wendy Willard &#187; Web Development</title>
	<atom:link href="http://wendywillard.com/blog/category/web-development/feed/" rel="self" type="application/rss+xml" />
	<link>http://wendywillard.com/blog</link>
	<description></description>
	<lastBuildDate>Thu, 02 Sep 2010 21:01:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>CG Textures</title>
		<link>http://wendywillard.com/blog/2010/07/13/cg-textures/</link>
		<comments>http://wendywillard.com/blog/2010/07/13/cg-textures/#comments</comments>
		<pubDate>Wed, 14 Jul 2010 00:27:03 +0000</pubDate>
		<dc:creator>Wendy</dc:creator>
				<category><![CDATA[General Design]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://wendywillard.com/blog/?p=672</guid>
		<description><![CDATA[Recently I found a stock photo site that has just blown me away by the sheer volume of high-quality, free photos available for download. CG Textures is a huge online repository of all sorts of textures and backgrounds. Need to make your background look like wood planks? No problem &#8211; there are hundreds available. Want [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-673" title="cgtextures" src="http://wendywillard.com/blog/wp-content/uploads/2010/07/cgtextures.jpg" alt="" width="500" height="250" /></p>
<p>Recently I found a stock photo site that has just blown me away by the sheer volume of high-quality, free photos available for download. <a href="http://cgtextures.com/">CG Textures</a> is a huge online repository of all sorts of textures and backgrounds. Need to make your background look like wood planks? No problem &#8211; there are hundreds available. Want to create a leather pattern? Seriously &#8211; there are a ton of those available too.</p>
<p>This site offers all the images royalty free and free of charge to people like game developers and graphic designers for personal or business use, provided you aren&#8217;t reselling the images. So if you are a designer seeking photographic background images and textures, don&#8217;t miss this site: <a href="http://cgtextures.com/">www.cgtextures.com.</a></p>
<p>Here is the official description: <em>CGTextures is quickly becoming the  number-one choice for CG-artists throughout the industry. It has 50143  textures available for download free of charge, and is growing by the  day. Top-quality textures and easy site navigation allow you to zero in  on the right texture for the right job. Our textures have been used in such high-profile games as Assasins  Creed, Quake Wars: Enemy Territory, Grand Theft Auto 4, and Killzone 2.</em></p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=Check+it+out:+CG+Textures+http://bit.ly/d7VtZk" title="Post to Twitter"><img class="nothumb" src="http://wendywillard.com/blog/wp-content/plugins/tweet-this/icons/tt-twitter-micro3.png" alt="Post to Twitter" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://wendywillard.com/blog/2010/07/13/cg-textures/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding Third-Party Content</title>
		<link>http://wendywillard.com/blog/2010/04/20/adding-third-party-content/</link>
		<comments>http://wendywillard.com/blog/2010/04/20/adding-third-party-content/#comments</comments>
		<pubDate>Tue, 20 Apr 2010 16:08:45 +0000</pubDate>
		<dc:creator>Wendy</dc:creator>
				<category><![CDATA[HTML/CSS]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://wendywillard.com/blog/?p=555</guid>
		<description><![CDATA[When you create web sites, you often need to integrate content from other sources. Suppose you wanted to load the current weather forecast into a page on your site. If your business isn&#8217;t weather, you&#8217;re probably not going to store a large database of weather-related information on your own web servers. That&#8217;s OK, because plenty [...]]]></description>
			<content:encoded><![CDATA[<p>When you create web sites, you often need to integrate content from other sources. Suppose you wanted to load the current weather forecast into a page on your site. If your business isn&#8217;t weather, you&#8217;re probably not going to store a large database of weather-related information on your own web servers.</p>
<p>That&#8217;s OK, because plenty of other folks are willing to store that information for you. In fact, <a href="http://www.weather.com/services/oap.html">The Weather Channel</a> allows you to add its forecasts to your site for free. After you register, weather.com provides you with a chunk of code to copy and paste into whichever page you want the forecast to display.</p>
<p>Here are tons of resources for adding this type of remote content to your site. Note, I haven&#8217;t used every product listed here, but have included this information to give you an idea just how much third-party content is available (tons!). I encourage you to do your own research as well so you can locate the most appropriate solution for your needs.</p>
<ul>
<li>Applicant Tracking:
<ul>
<li><a href="http://www.icims.com">www.icims.com</a></li>
<li><a href="http://www.applicantstack.com">www.applicantstack.com</a></li>
<li><a href="http://www.mystaffingpro.com">www.mystaffingpro.com</a></li>
</ul>
</li>
<li>Bulletin Boards/Communities:
<ul>
<li><a href="http://www.vbulletin.com">www.vbulletin.com</a></li>
<li><a href="http://www.phpbb.com">www.phpbb.com</a></li>
<li><a href="http://www.ubbcentral.com">www.ubbcentral.com</a></li>
</ul>
</li>
<li>Calendars:
<ul>
<li><a href="http://calendar.google.com">calendar.google.com</a></li>
<li><a href="http://www.phpjabbers.com/web-calendar">www.phpjabbers.com/web-calendar</a></li>
<li><a href="http://www.coffeecip.com/web-calendar/">www.coffeecip.com/web-calendar/</a></li>
</ul>
</li>
<li>Daily Quotes/Jokes/Tips:
<ul>
<li><a href="http://www.quotationspage.com/useourquotes.php">www.quotationspage.com</a></li>
<li><a href="http://www.brainyquote.com/link">www.brainyquote.com/link</a></li>
<li><a href="http://www.quotesdaddy.com/widgets">www.quotesdaddy.com/widgets</a></li>
</ul>
</li>
<li>Directions/Maps:
<ul>
<li><a href="http://maps.google.com/help/maps/getmaps">maps.google.com/help/maps/getmaps</a></li>
<li><a href="http://company.mapquest.com/map-widget.html">company.mapquest.com/map-widget.html</a></li>
<li><a href="http://www.mapme.com">www.mapme.com</a></li>
</ul>
</li>
<li>Event Management:
<ul>
<li><a href="http://www.cvent.com">www.cvent.com</a></li>
<li><a href="http://www.acteva.com">www.acteva.com</a></li>
</ul>
</li>
<li>Live Chat:
<ul>
<li><a href="http://solutions.liveperson.com/live-chat">solutions.liveperson.com/live-chat</a></li>
<li><a href="http://www.everywherechat.com">www.everywherechat.com</a></li>
<li><a href="http://www.clickandchat.com">www.clickandchat.com</a></li>
<li><a href="http://www.boldchat.com">www.boldchat.com</a></li>
</ul>
</li>
<li>Reference and Search Tools:
<ul>
<li><a href="http://www.google.com/cse">www.google.com/cse</a></li>
</ul>
</li>
<li>Shopping Carts:
<ul>
<li><a href="http://store.yahoo.com">store.yahoo.com</a></li>
<li><a href="http://checkout.google.com/seller/integrate.html">checkout.google.com</a></li>
<li><a href="http://www.shopify.com">www.shopify.com</a></li>
</ul>
</li>
<li>Stock Quotes:
<ul>
<li><a href="http://finance.yahoo.com/badges">finance.yahoo.com/badges</a></li>
<li><a href="http://www.cooltick.com">www.cooltick.com</a></li>
<li><a href="http://moneycentral.msn.com/invester/external/invapps.asp">moneycentral.msn.com</a></li>
</ul>
</li>
<li>Surveys:
<ul>
<li><a href="http://www.surveymonkey.com">www.surveymonkey.com</a></li>
<li><a href="http://www.zoomerang.com">www.zoomerang.com</a></li>
<li><a href="http://www.checkbox.com">www.checkbox.com</a></li>
</ul>
</li>
<li>Translation Tools:
<ul>
<li><a href="http://babelfish.yahoo.com">babelfish.yahoo.com</a></li>
<li><a href="http://translate.google.com/translate_tools">translate.google.com</a></li>
</ul>
</li>
<li>Weather:
<ul>
<li><a href="http://www.weather.com">www.weather.com</a></li>
<li><a href="http://www.wunderground.com">www.wunderground.com</a></li>
<li><a href="http://www.hamweather.com">www.hamweather.com</a></li>
</ul>
</li>
</ul>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=Check+it+out:+Adding+Third-Party+Content+http://bit.ly/aNBiKk" title="Post to Twitter"><img class="nothumb" src="http://wendywillard.com/blog/wp-content/plugins/tweet-this/icons/tt-twitter-micro3.png" alt="Post to Twitter" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://wendywillard.com/blog/2010/04/20/adding-third-party-content/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Web Design Links</title>
		<link>http://wendywillard.com/blog/2010/04/20/web-design-links/</link>
		<comments>http://wendywillard.com/blog/2010/04/20/web-design-links/#comments</comments>
		<pubDate>Tue, 20 Apr 2010 15:19:06 +0000</pubDate>
		<dc:creator>Wendy</dc:creator>
				<category><![CDATA[Resources]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://wendywillard.com/blog/?p=542</guid>
		<description><![CDATA[Here's an ever-growing compilation of links from my web design books that are useful to web designers.]]></description>
			<content:encoded><![CDATA[<p>This post includes a collection of links referenced in my web design books:</p>
<h2>Stock Photography/Clip Art</h2>
<ul>
<li><a title="Search for stock photos" href="http://www.istockphoto.com/file_search.php?action=file&amp;text=business&amp;refnum=wlwdesigns" target="_blank">iStockPhoto</a><a href="http://www.photodisc.com"></a></li>
<li><a href="http://www.photodisc.com">PhotoDisc</a></li>
<li><a href="http://office.microsoft.com/clipart">Microsoft</a></li>
<li><a href="http://www.shutterstock.com">Shutterstock</a></li>
<li><a href="http://www.gettyimages.com">Getty Images</a></li>
<li><a href="http://www.fotosearch.com">Fotosearch</a></li>
<li><a href="http://sxc.hu">Stock Exchange</a></li>
<li><a href="http://punchstock.com">Punchstock</a></li>
<li><a href="http://www.photos.com">Photos.com</a></li>
<li><a href="http://www.clipart.com">Clipart.com</a></li>
</ul>
<h2>Multimedia</h2>
<ul>
<li><a href="http://www.gozer.org/mozilla/extensions">Firefox plug-in  manager</a></li>
<li><a href="http://www.webdevelopersnotes.com/design/list_of_browser_plugins.php3">List  of plug-ins</a></li>
<li><a href="http://www.adobe.com/flash">Flash resources</a></li>
<li><a href="http://dir.yahoo.com/Computers_and_Internet/Programming_and_Development/Languages/Java/Applets/">Java  Applet Resources</a></li>
<li><a href="http://monkeyflash.com/tutorials/css-image-rollover-navbar/">CSS Image Rollover Tutorial</a></li>
</ul>
<h2>Graphics Tools</h2>
<ul>
<li><a href="http://www.adobe.com">Adobe</a> (for Photoshop, Fireworks, etc.)</li>
<li><a href="http://www.microsoft.com/products/imaging">Microsoft&#8217;s Digital  Image Tools</a></li>
<li><a href="http://www.corel.com">Corel</a> (for Paint Shop Pro)</li>
<li><a href="http://www.gimp.org">GIMP</a></li>
</ul>
<h2>General Inspiration</h2>
<ul>
<li><a href="http://www.veer.com">Veer</a></li>
<li><a href="http://www.smashingmagazine.com/category/showcase">Smashing Magazine</a></li>
<li><a href="http://thedesignmag.com/category/inspiration">The Design Mag</a></li>
<li><a href="http://patterntap.com">Pattern Tap Design Collection</a></li>
<li><a href="http://www.designmeltdown.com">Design Meltdown </a></li>
<li><a href="http://www.webcreme.com">Web Creme</a></li>
<li><a href="http://www.designflavr.com">Design Flavr</a></li>
<li><a href="http://www.csszengarden.com">CSS Zen Garden</a></li>
<li><a href="http://www.cssremix.com">CSS Remix</a></li>
<li><a href="http://www.alistapart.com">A List Apart</a></li>
<li><a href="http://www.mezzoblue.com">MezzoBlue</a></li>
</ul>
<h2>Color</h2>
<ul>
<li><a href="http://www.visibone.com/swatches">Visibone Color Swatches</a></li>
<li><a href="http://www.colorschemedesigner.com">Color Scheme Designer</a></li>
<li><a href="http://www.colourlovers.com">Colour Lovers</a></li>
<li><a href="http://carsonified.com/blog/category/design/color">Color Archive at ThinkVitamin</a></li>
<li><a href="http://kuler.adobe.com/">Kuler</a> (Adobe)</li>
</ul>
<h2>Fonts</h2>
<ul>
<li><a href="http://www.bvfonts.com">BV Fonts</a></li>
<li><a href="http://www.typophile.com">Typophile</a></li>
<li><a href="http://carsonified.com/blog/category/design/fonts">Font Archives at ThinkVitamin </a></li>
<li><a href="http://www.youthedesigner.com/2009/06/10/18-fresh-font-designs">YouTheDesigner Graphic Design Blog</a></li>
<li><a href="http://www.dafont.com">DaFont</a> (free fonts)</li>
</ul>
<h2>Audience Demographics</h2>
<ul>
<li><a href="http://dir.yahoo.com/Computers_and_Internet/Internet/Statistics_and_Demographics/">Audience  Demographics at Yahoo</a></li>
<li><a href="http://www.browsers.com">Browsers.com</a></li>
<li><a href="http://www.access-egov.info/learn.cfm?id=demo&amp;xid=MN">Learn the Net: Online Demographics</a></li>
<li><a href="http://www.internetnews.com/stats">Internetnews.com: Stats</a></li>
<li><a href="http://www.thecounter.com/stats">Thecounter.com: Global Statistics</a></li>
<li><a href="http://www.gvu.gatech.edu/research">GVU Center: Research</a></li>
<li><a href="http://www.nielsennetratings.com">Nielsen NetRatings</a></li>
</ul>
<h2>Content Management (CMS) Tools</h2>
<ul>
<li><a href="http://www.wordpress.org">WordPress</a></li>
<li><a href="http://www.moveabletype.com">Movable Type</a></li>
<li><a href="www.joomla.org">Joomla!</a></li>
<li><a href="http://mambo-foundation.org">Mambo</a></li>
</ul>
<h2>HTML/CSS</h2>
<ul>
<li><a href="http://www.w3c.org">W3C Guidelines</a></li>
<li><a href="http://validator.w3.org">W3 Validator</a></li>
<li><a href="http://www.w3schools.com">W3 Schools</a></li>
</ul>
<h2>Page Layout</h2>
<ul>
<li><a href="http://glish.com/css">CSS  Page Layouts</a></li>
<li><a href="http://www.smashinmagazine.com/2007/01/12/free-css-layouts-and-templates">CSS Layouts and Templates from Smashing Magazine</a></li>
<li><a href="http://layouts.ironmyers.com/">A Collection of 224 Grid and CSS Layouts</a></li>
<li><a href="http://www.freecsstemplates.org">Free CSS Templates</a></li>
</ul>
<h2>Scripting</h2>
<ul>
<li><a href="http://www.scriptarchive.com">Script Archive</a></li>
<li><a href="http://www.hotscripts.com">Hot Scripts</a></li>
<li><a href="http://www.cgi-resources.com">CGI Resources</a></li>
<li><a href="http://www.webreference.com/programming/javascript">Web Reference JavaScript Articles</a></li>
<li><a href="http://developer.mozilla.org/en/docs/DHTML">Mozilla Developer Center</a></li>
<li><a href="http://www.javascripts.com">Javascripts.com</a></li>
<li><a href="http://www.dhtmlcentral.com">DHTML Central</a></li>
</ul>
<h2>Project Management</h2>
<ul>
<li><a href="http://www.basecamphq.com">Basecamp</a></li>
<li><a href="http://www.freelancesuite.com">FreelanceSuite</a></li>
<li><a href="http://projects.zoho.com">Zoho Projects</a></li>
<li><a href="http://docs.google.com">Google Docs</a></li>
</ul>
<h2>Web Development Tools</h2>
<ul>
<li><a href="http://www.w3.org/amaya">Amaya</a></li>
<li><a href="http://www.barebones.com">BBEdit</a></li>
<li><a href="http://www.coffeecup.com">CoffeeCup</a></li>
<li><a href="http://www.adobe.com/products/dreamweaver">Dreamweaver</a></li>
<li><a href="http://www.microsoft.com/expression">Expression Web</a></li>
<li><a href="http://www.notetab.com">NoteTab</a></li>
<li><a href="http://www.microsoft.com/express/vwd">Visual Web Developer</a></li>
<li><a href="http://chrispederick.com/work/web-developer">Web Developer Firefox Toolbar</a></li>
<li><a href="http://getfirebug.com">Firebug Firefox Toolbar</a></li>
</ul>
<h2>Usability/Testing</h2>
<ul>
<li><a href="http://browserlab.adobe.com">Adobe BrowserLab</a></li>
<li><a href="http://www.usability.gov">Usability.gov</a></li>
<li><a href="http://www.uie.com">User Interface Engineering</a></li>
<li><a href="http://www.humanfactors.com">Human Factors International</a></li>
<li><a href="http://www.anybrowser.com/siteviewer.html">uiAccess.com</a></li>
<li><a href="http://www.anybrowser.com/siteviewer.html">Siteviewer</a> (a  free compatibility tool to check a page&#8217;s code against different HTML  specifications</li>
<li><a href="http://www.browsercamp.com">Browsercam</a> (a tool to display  your page is different browsers)</li>
<li><a href="http://www.litmusapp.com">Litmus Testing Tool</a></li>
<li><a href="http://www.browsershots.org">Browsershots</a></li>
</ul>
<h2>Hosting</h2>
<ul>
<li><a href="http://sites.google.com">Google Sites</a> (personal hosting)</li>
<li><a href="http://www.blogger.com">Google&#8217;s Blogger</a> (hosted blog)</li>
<li><a href="http://www.wordpress.com">WordPress</a> (hosted blog)</li>
<li><strong><a href="http://www.site5.com/in.php?id=37181">Site5</a></strong></li>
<li><a href="http://www.dreamhost.com">DreamHost</a></li>
<li><a href="http://www.bluehost.com">BlueHost</a></li>
<li><a href="http://www.hostway.com">Hostway</a></li>
</ul>
<h2>Professional Associations</h2>
<ul>
<li><a href="http://www.aiga.org">American Institute of Graphic Artists</a> (AIGA)</li>
<li><a href="http://www.graphicartistsguild.org">Graphic Artists Guild</a></li>
<li><a href="http://www.hwg.org">HTML Writers Guild</a></li>
<li><a href="http://www.photoshopuser.com">National Association of Photoshop Professionals </a>(NAPP)</li>
<li><a href="http://www.webgrrls.com">Webgrrls International</a></li>
</ul>
<h2>Social Networking for Web Designer/Developers</h2>
<ul>
<li><a href="http://www.adobe.com/devnet">Adobe Developer Connection</a></li>
<li><a href="http://www.creativebits.org">CreativeBits</a></li>
<li><a href="http://www.designrelated.com">Design:Related</a></li>
<li><a href="http://www.deviantart.com">DeviantART</a></li>
<li><a href="http://graphicdesignnetwork.ning.com">Graphic Design Network</a></li>
<li><a href="http://msdn.microsoft.com">Microsoft Developer Network</a></li>
<li><a href="http://www.sitepoint.com">SitePoint</a></li>
</ul>
<h2>FTP Tools</h2>
<ul>
<li><a href="http://www.coffeecup.com/free-ftp">CoffeeCup Free FTP</a> (Windows)</li>
<li><a href="http://www.smartftp.com">SmartFTP</a> (Windows)</li>
<li><a href="http://www.ftpvoyager.com">FTP Voyager</a> (Windows)</li>
<li><a href="http://www.ipswitch.com">WS_FTP</a> (Windows)</li>
<li><a href="http://www.yummyftp.com">YummyFTP</a> (Mac)</li>
<li><a href="http://www.fetchsoftworks.com">Fetch </a>(Mac)</li>
<li><a href="http://www.vicomsoft.com">VicomsoftFTP</a> (Mac)</li>
<li><a href="http://www.panic.com">Transmit</a> (Mac)</li>
</ul>
<h2>Search Engine Advertising</h2>
<ul>
<li><a href="http://www.google.com/addurl">Submit your site to Google</a></li>
<li><a href="http://siteexplorer.search.yahoo.com/submit">Submit your site to Yahoo!</a></li>
<li><a href="http://www.bing.com/docs/submit.aspx">Submit your site to Bing</a></li>
<li><a href="http://adwords.google.com">Google Adwords</a></li>
<li><a href="http://advertising.yahoo.com/smallbusiness/ysm">Yahoo! Advertising</a></li>
<li><a href="http://advertising.microsoft.com/search-advertising">Microsoft Search Advertising</a></li>
<li><a href="http://www.google.com/webmasters">Google Webmaster Central</a></li>
<li><a href="http://www.searchenginewatch.com">Search Engine Watch</a></li>
<li><a href="http://www.seologic.com/guide">SEO Logic</a></li>
<li><a href="http://www.websitegrader.com">Website Grader</a></li>
</ul>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=Check+it+out:+Web+Design+Links+http://bit.ly/cXildb" title="Post to Twitter"><img class="nothumb" src="http://wendywillard.com/blog/wp-content/plugins/tweet-this/icons/tt-twitter-micro3.png" alt="Post to Twitter" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://wendywillard.com/blog/2010/04/20/web-design-links/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Updated Template and Host</title>
		<link>http://wendywillard.com/blog/2010/04/13/updated-template-and-host/</link>
		<comments>http://wendywillard.com/blog/2010/04/13/updated-template-and-host/#comments</comments>
		<pubDate>Tue, 13 Apr 2010 18:56:28 +0000</pubDate>
		<dc:creator>Wendy</dc:creator>
				<category><![CDATA[Housekeeping]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://wendywillard.com/blog/?p=533</guid>
		<description><![CDATA[After almost ten years of hosting with Yahoo, I finally moved my files to site5.com. I had already been using them for several client sites, so it made sense to consolidate (plus I actually saved money in the process). I was pretty nervous about switching host companies because of the bad experiences I&#8217;ve had with [...]]]></description>
			<content:encoded><![CDATA[<p>After almost ten years of hosting with Yahoo, I finally moved my files to <a href="http://www.site5.com/in.php?id=37181">site5.com</a>. I had already been using them for several client sites, so it made sense to consolidate (plus I actually saved money in the process). I was pretty nervous about switching host companies because of the bad experiences I&#8217;ve had with this process in the past. But this time was totally different!</p>
<p>Whew.</p>
<p>While moving the site, I took advantage of the switch to try out a new template. I haven&#8217;t quite worked out all the kinks, and still have to add my portfolio, but so far I&#8217;m pleased with the results. You know that old statement about how the cobbler&#8217;s children never had new shoes? I think it&#8217;s the same for designers. It usually takes several years before I get around to updating my site, and this time was no exception.</p>
<p>In any case, enjoy!</p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=Check+it+out:+Updated+Template+and+Host+http://bit.ly/cSltOD" title="Post to Twitter"><img class="nothumb" src="http://wendywillard.com/blog/wp-content/plugins/tweet-this/icons/tt-twitter-micro3.png" alt="Post to Twitter" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://wendywillard.com/blog/2010/04/13/updated-template-and-host/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Better HTML Forms Are Coming</title>
		<link>http://wendywillard.com/blog/2010/03/30/better-html-forms-are-coming/</link>
		<comments>http://wendywillard.com/blog/2010/03/30/better-html-forms-are-coming/#comments</comments>
		<pubDate>Tue, 30 Mar 2010 17:43:02 +0000</pubDate>
		<dc:creator>Wendy</dc:creator>
				<category><![CDATA[General Design]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://wendywillard.com/blog/?p=466</guid>
		<description><![CDATA[Check it out: &#8220;HTML forms have been, to date, quite simplistic. We&#8217;ve had limited options: the text field, the checkbox, the radio button, the textarea and finally the select drop down. Any complex data like phone numbers, email addresses or dates had to be checked by JavaScript. (And you should always and I mean always [...]]]></description>
			<content:encoded><![CDATA[<p><img src="/images/html5forms.jpg" alt="HTML5 Brings Better Forms" /></p>
<p>Check it out:</p>
<p>&#8220;HTML forms have been, to date, quite simplistic. We&#8217;ve had limited options: the text field, the checkbox, the radio button, the textarea and finally the select drop down. Any complex data like phone numbers, email addresses or dates had to be checked by JavaScript. (And you should always and I mean always do server-side validation of the data.)&#8221;</p>
<p>[<a href="http://snook.ca/archives/html_and_css/html5-forms-are-coming">Read the whole article by Jonathan Snook</a>]</p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=Check+it+out:+Better+HTML+Forms+Are+Coming+http://bit.ly/cKhd3J" title="Post to Twitter"><img class="nothumb" src="http://wendywillard.com/blog/wp-content/plugins/tweet-this/icons/tt-twitter-micro3.png" alt="Post to Twitter" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://wendywillard.com/blog/2010/03/30/better-html-forms-are-coming/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Learn from Google&#039;s Design Principles</title>
		<link>http://wendywillard.com/blog/2009/12/07/learn-from-googles-design-principles/</link>
		<comments>http://wendywillard.com/blog/2009/12/07/learn-from-googles-design-principles/#comments</comments>
		<pubDate>Mon, 07 Dec 2009 17:56:19 +0000</pubDate>
		<dc:creator>Wendy</dc:creator>
				<category><![CDATA[General Design]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://wendywillard.com/blog/?p=320</guid>
		<description><![CDATA[While doing some research on search engine optimization (SEO) for my web design book, I came across a page from Google&#8217;s User Experience team that discusses the organization&#8217;s design principles. Upon reading these principles, I felt compelled to share it with the world (or at least the three people who read my blog ). The [...]]]></description>
			<content:encoded><![CDATA[<p>While doing some research on search engine optimization (SEO) for my web design book, I came across a page from Google&#8217;s User Experience team that discusses the organization&#8217;s design principles. Upon reading these principles, I felt compelled to share it with the world (or at least the three people who read my blog <img src='http://wendywillard.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> ).</p>
<p>The folks at Google have come up with a &#8220;words to live by&#8221; list for web designers everywhere &#8211; not just those employed by Google. Here are the top ten principles. <a href="http://www.google.com/corporate/ux.html" target="_blank">Read the details</a> at Google&#8217;s site.</p>
<ol>
<li><strong>Focus on people &#8211; their lives, their work, their dreams</strong>&#8230; above all, a well-designed product is useful in daily life.</li>
<li><strong>Every millisecond counts</strong>&#8230; unnecessary clicks, typing, steps, and other actions are eliminated.</li>
<li><strong>Simplicity is powerful</strong>&#8230; think twice before sacrificing simplicity in pursuit of a less important feature.</li>
<li><strong>Engage beginners and attract experts</strong>&#8230; the best designs appear quite simple on the surface but include powerful features that are easily accessible to those users who want them.</li>
<li><strong>Dare to innovate</strong>&#8230; it is the element of imagination that transforms designs from ho-hum to delightful.</li>
<li><strong>Design for the world</strong>&#8230; design products that are contextually relevant and available through the medium and methods that make sense to users. [Amen!]</li>
<li><strong>Plan for today&#8217;s and tomorrow&#8217;s business</strong>&#8230; if a profitable design doesn&#8217;t please users, it&#8217;s time to go back to the drawing board.</li>
<li><strong>Delight the eye without distracting the mind</strong>&#8230; a positive first impression makes users comfortable, assures them that the product is reliable and professional, and encourages people to make the product their own.&#8221;</li>
<li><strong>Be worthy of people&#8217;s trust</strong>&#8230; make sure the interface is efficient and professional, actions are easily reversed, ads are clearly identified, terminology is consistent, and users are never unhappily surprised.</li>
<li><strong>Add a human touch</strong>&#8230; text and design elements should be friendly, quirky, and smart &#8211; not boring, close-minded, or arrogant.</li>
</ol>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=Check+it+out:+Learn+from+Google%27s+Design+Principles+http://bit.ly/4zwZHx" title="Post to Twitter"><img class="nothumb" src="http://wendywillard.com/blog/wp-content/plugins/tweet-this/icons/tt-twitter-micro3.png" alt="Post to Twitter" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://wendywillard.com/blog/2009/12/07/learn-from-googles-design-principles/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Search Engine Underdogs</title>
		<link>http://wendywillard.com/blog/2009/11/13/search-engine-underdogs/</link>
		<comments>http://wendywillard.com/blog/2009/11/13/search-engine-underdogs/#comments</comments>
		<pubDate>Fri, 13 Nov 2009 13:01:58 +0000</pubDate>
		<dc:creator>Wendy</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://wendywillard.com/blog/?p=309</guid>
		<description><![CDATA[I&#8217;m usually a fan of the underdog. Chris Daughtry was one (he didn&#8217;t WIN American Idol, or really come that close, but look at him now). And what about poor Tom (the cat) of the Tom and Jerry duo? Of course, one of the most famous underdogs was David, who beat the giant Goliath with [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m usually a fan of the underdog. <a title="Daughtry" href="http://www.daughtryofficial.com" target="_blank">Chris Daughtry</a> was one (he didn&#8217;t WIN American Idol, or really come that close, but look at him now). And what about poor Tom (the cat) of the <a title="Tom &amp; Jerry" href="http://en.wikipedia.org/wiki/Tom_and_Jerry_%28MGM%29" target="_blank">Tom and Jerry</a> duo? Of course, one of the most famous underdogs was <a title="David &amp; Goliath" href="http://www.imra.org.il/story.php3?id=27455" target="_blank">David</a>, who beat the giant Goliath with his slingshot. And anyone who knows me even a little bit knows I am a die-hard <a title="Apple Computer" href="http://www.apple.com" target="_blank">Apple </a>fan. But here&#8217;s one case where I am not: search engines.</p>
<p>I did use AltaVista for a long time after many others came on the scene. I guess I felt a bit loyal to the first major search engine. But after <a title="Search Google" href="http://www.google.com" target="_blank">Google</a> went big-time, I abandoned the AV ship for good.</p>
<p>Over the past decade, many search engines have come (and gone). Remember <a href="http://www.excite.com/" target="_blank">Excite</a>? OK, it still exists, but no one really uses it (sorry if any Excite lovers are reading this). But only one has dug in its heals and garnered <a title="Market Share Graph" href="http://marketshare.hitslink.com/search-engine-market-share.aspx?qprid=4" target="_blank">84.5%</a> of the market share.</p>
<p>Sometimes clients ask about the benefits of advertising on any other search engine, and I usually say this: what benefits? When one company has 84.5% of the search engine market share, you can usually get a pretty good return on your investment by putting your money in that &#8220;basket.&#8221;</p>
<p>Yes, I realize that I&#8217;m telling you to ignore 15.5% of the market. It might be harder to ignore that portion if there was one other search engine with a larger percentage. But, given that the 15.5% is broken up into several other smaller portions, it just doesn&#8217;t make sense to focus energies there&#8230; at least not until you&#8217;ve &#8220;wrapped up&#8221; the 84.5% portion.</p>
<p>I&#8217;m certainly still rooting for a few of the underdogs (such as <a title="Search Bing" href="http://www.bing.com/" target="_blank">Bing</a>), just not putting my money with them&#8230; yet.</p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=Check+it+out:+Search+Engine+Underdogs+http://bit.ly/9ycp7l" title="Post to Twitter"><img class="nothumb" src="http://wendywillard.com/blog/wp-content/plugins/tweet-this/icons/tt-twitter-micro3.png" alt="Post to Twitter" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://wendywillard.com/blog/2009/11/13/search-engine-underdogs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Is &quot;Above the Fold&quot; a Myth in Web Design?</title>
		<link>http://wendywillard.com/blog/2009/10/20/above-the-fold/</link>
		<comments>http://wendywillard.com/blog/2009/10/20/above-the-fold/#comments</comments>
		<pubDate>Tue, 20 Oct 2009 22:57:23 +0000</pubDate>
		<dc:creator>Wendy</dc:creator>
				<category><![CDATA[General Design]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://wendywillard.com/blog/?p=289</guid>
		<description><![CDATA[I recently came across some interesting comments about what designers commonly refer to as &#8220;the page fold.&#8221; In the print world, this concept originated with folded newspapers. The theory is that any content displayed &#8220;above the fold&#8221; on the top page would be the key to someone buying the paper and continuing to read. Without [...]]]></description>
			<content:encoded><![CDATA[<p>I recently came across some interesting comments about what designers commonly refer to as &#8220;the page fold.&#8221; In the print world, this concept originated with folded newspapers. The theory is that any content displayed &#8220;above the fold&#8221; on the top page would be the key to someone buying the paper and continuing to read. Without something to hook readers in that section, you risk them not picking up the paper at all.</p>
<p>That concept has carried over into web design, with designers and content developers pushing the content most likely to hook readers into the area immediately visible without scrolling. Is that unwarranted?</p>
<p><strong>A design agency in the UK <a title="Read about their theory" href="http://www.cxpartners.co.uk/thoughts/the_myth_of_the_page_fold_evidence_from_user_testing.htm" target="_blank">thinks so</a>. But I&#8217;m not entirely convinced. </strong>For example, I just read about <a title="Read about the redesign" href="http://mashable.com/2009/10/19/revealed-new-facebook-design/" target="_blank">Facebook&#8217;s new redesign</a>. Based on customer feedback, they are moving the birthday list &#8220;above the fold.&#8221; In other words, customers don&#8217;t like having to scroll to see who&#8217;s celebrating a birthday. Or, more likely, they are missing birthdays because the information is not immediately visible when the page loads. (Confession time: I admit to the later.)</p>
<p>So here&#8217;s what I think: users will scroll for information they deem scroll-worthy. However, they might get lazy and forget sometimes, so just in case you might want to put the really-good stuff in the top part of the page (you know, the place otherwise referred to as &#8220;above the fold&#8221;)&#8230;</p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=Check+it+out:+Is+%22Above+the+Fold%22+a+Myth+in+Web+Design%3F+http://bit.ly/bzPxfu" title="Post to Twitter"><img class="nothumb" src="http://wendywillard.com/blog/wp-content/plugins/tweet-this/icons/tt-twitter-micro3.png" alt="Post to Twitter" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://wendywillard.com/blog/2009/10/20/above-the-fold/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML: A Beginner&#039;s Guide (v4) now shipping!</title>
		<link>http://wendywillard.com/blog/2009/07/28/html-a-beginners-guide-v4-now-shipping/</link>
		<comments>http://wendywillard.com/blog/2009/07/28/html-a-beginners-guide-v4-now-shipping/#comments</comments>
		<pubDate>Tue, 28 Jul 2009 14:07:25 +0000</pubDate>
		<dc:creator>Wendy</dc:creator>
				<category><![CDATA[HTML/CSS]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://wendywillard.com/blog/2009/07/28/html-a-beginners-guide-v4-now-shipping/</guid>
		<description><![CDATA[The fourth edition of my first book is now shipping. I wrote the first edition 10 years ago, during my oldest daughter&#8217;s first year of life. I can&#8217;t believe it has been that long! In many ways it feels like yesterday, but I digress The new edition has been updated to address the latest version [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.amazon.com/exec/obidos/ASIN/0071611436/willardesigns"><img border="0" align="right" src="http://ecx.images-amazon.com/images/I/51HlvXcmZPL._BO2,204,203,200_PIsitb-sticker-arrow-click,TopRight,35,-76_AA240_SH20_OU01_.jpg" /></a>The <a href="http://www.amazon.com/exec/obidos/ASIN/0071611436/willardesigns">fourth edition</a> of my first book is now shipping. I wrote the first edition 10 years ago, during my oldest daughter&#8217;s first year of life. I can&#8217;t believe it has been that long! In many ways it feels like yesterday, but I digress <img src='http://wendywillard.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>The new edition has been updated to address the latest version of Internet Explorer, as well as the upcoming HTML5. In addition, it has a brand new chapter on creating HTML for email. (Which, by the way, I was really excited to include!)</p>
<p>As always, I look forward to helping you learn to create your own web pages. Keep the valuable feedback coming, as that is what helps me make each edition better.</p>
<p><strong><a title="Download project files" href="http://wendywillard.com/downloads/HTML-ABG-v4.zip">Download the project files</a> for the fourth edition. </strong><br />
Now, I move on to my next project, which is a long-awaited update to my Web Design book. Happy coding!</p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=Check+it+out:+HTML%3A+A+Beginner%27s+Guide+%28v4%29+now+shipping%21+http://bit.ly/b07oN6" title="Post to Twitter"><img class="nothumb" src="http://wendywillard.com/blog/wp-content/plugins/tweet-this/icons/tt-twitter-micro3.png" alt="Post to Twitter" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://wendywillard.com/blog/2009/07/28/html-a-beginners-guide-v4-now-shipping/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Some Vintage Inspiration</title>
		<link>http://wendywillard.com/blog/2009/03/07/some-vintage-inspiration/</link>
		<comments>http://wendywillard.com/blog/2009/03/07/some-vintage-inspiration/#comments</comments>
		<pubDate>Sat, 07 Mar 2009 12:35:15 +0000</pubDate>
		<dc:creator>Wendy</dc:creator>
				<category><![CDATA[General Design]]></category>
		<category><![CDATA[Inspiration]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://wendywillard.com/blog/2009/03/07/some-vintage-inspiration/</guid>
		<description><![CDATA[I&#8217;ve been thinking about redesigning my site (it&#8217;s about time), but like the old adage about the cobbler&#8217;s kids wearing old shoes, my site often takes a back seat (particularly when I&#8217;m busy). While I am quite busy these days, I have been feeling a strong desire to let out my interest in &#8220;vintage grunge&#8221; [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been thinking about redesigning my site (it&#8217;s about time), but like the old adage about the cobbler&#8217;s kids wearing old shoes, my site often takes a back seat (particularly when I&#8217;m busy). While I am quite busy these days, I have been feeling a strong desire to let out my interest in &#8220;vintage grunge&#8221; design. I&#8217;m not sure when or how that will play out, but in the meantime, I thought you might enjoy this <a title="Vintage and Retro Inspiration" href="http://sixrevisions.com/web_design/40-beautiful-examples-of-vintage-and-retro-in-web-design/">collection of vintage design on the web</a> for inspiration&#8230;</p>
<p>Click this preview to see the entire list:</p>
<p><a title="Vintage and Retro Inspiration" href="http://sixrevisions.com/web_design/40-beautiful-examples-of-vintage-and-retro-in-web-design/"><img border="0" alt="Click to view the whole list" title="Click to view the whole list" src="http://images.sixrevisions.com/2009/03/05-04_level2.jpg" /></a></p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=Check+it+out:+Some+Vintage+Inspiration+http://bit.ly/bIVLuj" title="Post to Twitter"><img class="nothumb" src="http://wendywillard.com/blog/wp-content/plugins/tweet-this/icons/tt-twitter-micro3.png" alt="Post to Twitter" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://wendywillard.com/blog/2009/03/07/some-vintage-inspiration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
