<?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>Michael Li &#187; Web Design</title>
	<atom:link href="http://www.michael-li.com/category/web-design/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.michael-li.com</link>
	<description>Progressively Designing My Life</description>
	<lastBuildDate>Wed, 16 Nov 2011 13:00:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>New Pure Adapt Site Design – HTML5</title>
		<link>http://www.michael-li.com/new-pure-adapt-site-design-%e2%80%93-html5/2011/11/16/</link>
		<comments>http://www.michael-li.com/new-pure-adapt-site-design-%e2%80%93-html5/2011/11/16/#comments</comments>
		<pubDate>Wed, 16 Nov 2011 13:00:35 +0000</pubDate>
		<dc:creator>Michael Li</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.michael-li.com/?p=2970</guid>
		<description><![CDATA[In a previous post I wrote about the CSS3 we used in the new Pure Adapt site and now I want to post about new HTML5 elements we used. The HTML5 elements that we used are relatively easy to understand since they were in a way already being used. For example instead of naming to [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="aligncenter size-full wp-image-2975" title="HTML5 Logo" src="http://www.michael-li.com/wp-content/uploads/2011/11/html5_logo.jpg" alt="HTML5 Logo" width="561" height="338" /></p>
<p>In a previous post I wrote about the <a href="http://www.michael-li.com/new-pure-adapt-site-design-css3/2011/10/10/" target="_blank"><strong>CSS3</strong></a> we used in the new <a href="http://www.pureadapt.com" target="_blank">Pure Adapt site</a> and now I want to post about new <strong>HTML5</strong> elements we used.</p>
<p>The HTML5 elements that we used are relatively easy to understand since they were in a way already being used. For example instead of naming to containing div id=&#8221;footer&#8221; HTML5 now has a dedicated tag for the footer. Simple as that. Here are the new elements we used in the redesign.</p>
<p><strong>&lt;header&gt;</strong> &#8211; For an introduction of a document or section, could include navigation</p>
<p><strong>&lt;nav&gt;</strong> &#8211; For a section of navigation</p>
<p><strong>&lt;section&gt;</strong> &#8211; For a section in a document. Such as chapters, headers, footers, or any other sections of the document</p>
<p><strong>&lt;footer&gt;</strong> &#8211; For a footer of a document or section, could include the name of the author, the date of the document, contact information, or copyright information</p>
<p><em>Definitions via <a href="http://www.w3schools.com/html5/html5_new_elements.asp" target="_blank">w3schools.com</a></em></p>
<p>The elements we used are pretty straight forward, but HTML5 has much more exciting new elements to offer like the &lt;video&gt; tag where a link to the source can add a video to your webpage without embedding video code. Now for more information on HTML5 please visit one of my go-to sites for development,  <a href="http://www.w3schools.com/html5/default.asp" target="_blank">w3schools.com</a>. </p>
<p>I&#8217;ve talked about the <a href="http://www.michael-li.com/new-pure-adapt-site-design-css3/2011/10/10/">CSS3</a> and HTML5 that we used in the redesign, but there&#8217;s one more post about the design of Pure Adapt site featuring responsive design techniques coming. New Pure Adapt Site Design &#8211; Responsive Design post is coming soon. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.michael-li.com/new-pure-adapt-site-design-%e2%80%93-html5/2011/11/16/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Pure Adapt Site Design &#8211; CSS3</title>
		<link>http://www.michael-li.com/new-pure-adapt-site-design-css3/2011/10/10/</link>
		<comments>http://www.michael-li.com/new-pure-adapt-site-design-css3/2011/10/10/#comments</comments>
		<pubDate>Tue, 11 Oct 2011 02:38:28 +0000</pubDate>
		<dc:creator>Michael Li</dc:creator>
				<category><![CDATA[CSS3]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.michael-li.com/?p=2906</guid>
		<description><![CDATA[Web design has reached the next level with the recent releases of CSS3 and HTML 5, so in the redesign of the Pure Adapt website we worked in some new design styles and techniques. In this post I&#8217;m going to specifically go over CSS3 styling that we used in the new design. CSS3 Transitions are [...]]]></description>
			<content:encoded><![CDATA[<p>Web design has reached the next level with the recent releases of <strong>CSS3</strong> and <strong><a href="http://www.michael-li.com/new-pure-adapt-site-design-%e2%80%93-html5/2011/11/16/" target="_blank">HTML 5</a></strong>, so in the redesign of the <a href="http://www.pureadapt.com" target="_blank">Pure Adapt website</a> we worked in some new design styles and techniques. In this post I&#8217;m going to specifically go over <strong>CSS3</strong> styling that we used in the new design. </p>
<p><strong>CSS3 Transitions</strong> are effects that allow you to change the style of an element gradually to another style. This is a great new property that adds animation without having to use Javascript or Flash. We used this in our top navigation so when you hover over one of the navigation icons it gradually drops the name of the link. <a href="http://www.w3schools.com/css3/css3_transitions.asp" target="_blank">see CSS3 transition property tutorial</a></p>
<p><img src="http://www.michael-li.com/wp-content/uploads/2011/10/css3_transitions_1.jpg" alt="CSS3 Transitions" /></p>
<p><img src="http://www.michael-li.com/wp-content/uploads/2011/10/css3_transitions_2.jpg" alt="CSS3 Transitions" /></p>
<p><strong>CSS3 Border Radius</strong> property lets you create rounded corners without having to use photo editing software to create rounded corners and piecing it together in HTML.  We used this property throughout the entire site. <a href="http://www.w3schools.com/css3/css3_borders.asp" target="_blank">see CSS3 border-radius property</a></p>
<p><img src="http://www.michael-li.com/wp-content/uploads/2011/10/css3_border_radius.jpg" alt="CSS3 Border Radius" /></p>
<p><strong>CSS3 Box Shadow</strong> property adds a shadow to elements like your div. We used this property right on homepage so when you hover over our featured sites there&#8217;s a light glow around the image. It&#8217;s not a shadow, but it&#8217;s done with the box-shadow property. <a href="http://www.w3schools.com/css3/css3_borders.asp" target="_blank">see CSS3 box-shadow property</a></p>
<p><img src="http://www.michael-li.com/wp-content/uploads/2011/10/css3_box_shadow.jpg" alt="CSS3 Box-Shadow" /></p>
<p><strong>CSS3 Media Queries</strong> have been around, but with CSS3 you have much more control. Now you can assign different style sheets depending on the screen resolution, which is extremely helpful with the amount of devices that websites are viewed from. This feature was put into good use helping us create a responsive designed website, so as the resolution changes it&#8217;ll adjust to a better viewable layout. There&#8217;s more to responsive design than just media queries but that&#8217;s for another post. <a href="http://webdesignerwall.com/tutorials/css3-media-querie" target="_blank">see CSS3 media queries tutorial</a></p>
<p>Those are examples on how we used CSS3 in the redesign of the Pure Adapt site and that&#8217;s only small sample of all the great stuff the CSS3 has to offer. Visit <a href="http://www.pureadapt.com" target="_blank">PureAdapt.com</a> to see the complete redesign. Also note that CSS3 doesn&#8217;t work across all browsers. Working properties may vary across browsers, but most modern browsers have adopted CSS3. For more details on CSS3 visit <a href="http://www.w3schools.com/css3/default.asp" target="_blank">w3schools.com</a> for CSS3 tutorials and much more, it&#8217;s great web design resource. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.michael-li.com/new-pure-adapt-site-design-css3/2011/10/10/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Twitter Error Page Design</title>
		<link>http://www.michael-li.com/twitter-error-page-design/2011/03/30/</link>
		<comments>http://www.michael-li.com/twitter-error-page-design/2011/03/30/#comments</comments>
		<pubDate>Wed, 30 Mar 2011 20:25:10 +0000</pubDate>
		<dc:creator>Michael Li</dc:creator>
				<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.michael-li.com/?p=2667</guid>
		<description><![CDATA[Twitter is currently experiencing some technical difficulties right now, at least for me (by the time I finished this post Twitter was back up). The graphic in the bottom right corner is a little bit interesting. It&#8217;s some sort of robot animal with one of it&#8217;s clamps or claws cut off. It almost looks like [...]]]></description>
			<content:encoded><![CDATA[<p>Twitter is currently experiencing some technical difficulties right now, at least for me (by the time I finished this post Twitter was back up).  The graphic in the bottom right corner is a little bit interesting.  It&#8217;s some sort of robot animal with one of it&#8217;s clamps or claws cut off.  It almost looks like the animal cyborg is bleeding too. I guess that image is suppose to indicate that something is wrong. The some what creepy animal cyborg with it&#8217;s missing limb is what grabbed my attention and it&#8217;s just an interesting design that I wanted to post about. Beware, Twitter is run by animal cyborgs! </p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-2668" style="border: 0pt none;" title="Twitter is Down Page" src="http://www.michael-li.com/wp-content/uploads/2011/03/twitter_down.jpg" alt="Twitter is Down Page" width="760" height="426" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.michael-li.com/twitter-error-page-design/2011/03/30/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Chemical Guys Sale Halloween Style</title>
		<link>http://www.michael-li.com/chemical-guys-sale-halloween-style/2010/10/26/</link>
		<comments>http://www.michael-li.com/chemical-guys-sale-halloween-style/2010/10/26/#comments</comments>
		<pubDate>Tue, 26 Oct 2010 23:24:08 +0000</pubDate>
		<dc:creator>Michael Li</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.michael-li.com/?p=2217</guid>
		<description><![CDATA[In the spirit of Halloween, Detailed Image presents to you scary savings on Chemical Guys products. A Chemical Guys sale works right into the frightful nights October with it&#8217;s badass skull logo. Starting with a logo like that, the creativity is flowing right from the get go. As a designer you go in with an [...]]]></description>
			<content:encoded><![CDATA[<p>In the spirit of Halloween, <a href="http://www.detailedimage.com/" target="_blank" >Detailed Image</a> presents to you scary savings on <a href="http://www.detailedimage.com/Chemical-Guys-M31/" target="_blank" >Chemical Guys products</a>. A Chemical Guys sale works right into the frightful nights October with it&#8217;s badass skull logo. Starting with a logo like that, the creativity is flowing right from the get go.</p>
<p>As a designer you go in with an idea and sometimes you get something unexpected and way cooler. That is what happened to me with the design of this <strong>Chemical Guys sale</strong>. While working on it I noticed I could make a glowing effect with it&#8217;s eyes and I rolled with that. I like how everything came out, especially the glowing eyes on the sale navigation tab. Save on great Chemical Guys products like <a href="http://www.michael-li.com/stripper-scent-the-smell-of-sucess/2010/04/02/" target="_blank">Stripper Scent</a> and much more. Happy Halloween!!</p>
<p style="text-align: center;"><a href="http://www.detailedimage.com/Chemical-Guys-M31/" target="_blank"><img class="aligncenter size-full wp-image-2218" style="border: 0pt none;" title="Chemical Guys Sale" src="http://www.michael-li.com/wp-content/uploads/2010/10/chemical_guys_sale.jpg" alt="Chemical Guys Sale" width="675" height="376" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.michael-li.com/chemical-guys-sale-halloween-style/2010/10/26/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Design of 24 Ways</title>
		<link>http://www.michael-li.com/design-of-24-ways/2010/10/12/</link>
		<comments>http://www.michael-li.com/design-of-24-ways/2010/10/12/#comments</comments>
		<pubDate>Wed, 13 Oct 2010 01:23:02 +0000</pubDate>
		<dc:creator>Michael Li</dc:creator>
				<category><![CDATA[Design Inspiration]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.michael-li.com/?p=2075</guid>
		<description><![CDATA[24 Ways To Impress Your Friends inspiration stems from it&#8217;s unique calendar styled navigational layout. The hover effects throughout the layout gives it an interactive feeling while layers and transparency effects add a level complexity. When you put all that together you get cool functional user experience. The navigation stands out to me the most [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.michael-li.com/category/design-inspiration/"><img src="http://www.michael-li.com/wp-content/themes/michael_li_09/images/design_inspiration.png" alt="Design Inspiration" border="0" /></a></p>
<p><a href="http://24ways.org/">24 Ways To Impress Your Friends</a> inspiration stems from it&#8217;s unique calendar styled navigational layout. The hover effects throughout the layout gives it an interactive feeling while layers and transparency effects add a level complexity. When you put all that together you get cool functional user experience.  </p>
<p>The navigation stands out to me the most and makes me rethink the possibilities of a site navigation. </p>
<p>Not only is the design inspirational, the site is all about web design and development. Since 2005 the site has been featuring 24 posts about design and development from different writers during the holidays. </p>
<blockquote><p>24 ways is the advent calendar for web geeks. Each day throughout December we publish a daily dose of web design and development goodness to bring you all a little Christmas cheer.</p></blockquote>
<p style="text-align: center;"><a href="http://24ways.org/" target="_blank"><img class="aligncenter size-full wp-image-2076" style="border: 0pt none;" title="24 Ways to Impress Your Friends" src="http://www.michael-li.com/wp-content/uploads/2010/10/24_ways.jpg" alt="24 Ways to Impress Your Friends" width="760" height="361" /></a></p>
<p>The navigation makes the design and only posting during Christmas makes for a very creative unique website. Check the site out now at <a href="http://24ways.org/">http://24ways.org/</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.michael-li.com/design-of-24-ways/2010/10/12/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SNIAGRAB</title>
		<link>http://www.michael-li.com/sniagrab/2010/09/04/</link>
		<comments>http://www.michael-li.com/sniagrab/2010/09/04/#comments</comments>
		<pubDate>Sat, 04 Sep 2010 22:00:24 +0000</pubDate>
		<dc:creator>Michael Li</dc:creator>
				<category><![CDATA[E-Commerce]]></category>
		<category><![CDATA[Email Marketing]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.michael-li.com/?p=1922</guid>
		<description><![CDATA[Update: SNIAGRAB has been around for 56 years. Oh that makes me feel stupid but it&#8217;s new to me and definitely got my attention. Thank you to Joe who commented for letting me know that it certainly isn&#8217;t anything new. Please be aware my post below was off the basis that I thought that SNIAGRAB [...]]]></description>
			<content:encoded><![CDATA[<p><em><strong>Update:</strong> SNIAGRAB has been around for 56 years. Oh that makes me feel stupid but it&#8217;s new to me and definitely got my attention. Thank you to Joe who commented for letting me know that it certainly isn&#8217;t anything new. Please be aware my post below was off the basis that I thought that SNIAGRAB was something new.  </p>
<p>Credit to the Gart Sports Company for starting SNIAGRAB which did a merger of equals with The Sports Authority in 2003. There is also a great story behind Gart Sports Company and the beginnings of SNIAGRAB that you can view in the video below.<br />
</em></p>
<p><center><br />
<iframe src='http://www.cobizmag.com/embed/the-origins-of-sniagrab/' width='487' height='470' frameborder='0' style='border:1px solid #d3d3d3;'></iframe><br />
</center></p>
<p>What is SNIAGRAB? It&#8217;s Sports Authority&#8217;s new sale spelling &#8220;<em>bargains</em>&#8221; backwards.  When I received the newsletter I got fixated on trying to figure out how to say that  wacky word and not looking right below the word to see that it&#8217;s bargains backwards.  This email definitely got my attention the same way as naming my post that way has grabbed some people&#8217;s attention I assume.</p>
<p style="text-align: center;"><a href="http://www.michael-li.com/wp-content/uploads/2010/09/sa_sniagrab_email.jpg" rel="lightbox[1922]"><img class="aligncenter size-full wp-image-1926" style="border: 0pt none;" title="Sports Authority SNIAGRAB Email" src="http://www.michael-li.com/wp-content/uploads/2010/09/sa_sniagrab_email.jpg" alt="Sports Authority SNIAGRAB Email" width="700" height="441" /></a></p>
<p>I&#8217;ve been on Sports Authority&#8217;s newsletter list for a while now and they have certainly made a big change with the new newsletter template.  You can see the differences in <a href="http://www.retailemailblog.com/2010/08/am-inbox-sports-authority-template.html" target="_blank">The Retail Email Blog&#8217;s</a> recent post comparing the differences.</p>
<p>Checking the site it looks like they&#8217;ve also updated their site.  I like the changes that they have made.  I&#8217;ve always thought their site was a little plain and outdated.  The changes they&#8217;ve made have definitely caught my attention especially with the  SNIAGRAB promo with popping graphics and creative sale name.</p>
<p>With the recent changes that SportsAuthority.com has made along with the new creative promos, it&#8217;s probably made a positive impact on their newsletter results. I thought their promotions were pretty predictable with $25 off $100 and the change of pace should grab the attention of subscribers that have become accustomed to their promos.</p>
<p>With our email marketing at Detailed Image we always try to keep it fresh and change it up so it doesn&#8217;t get mundane with unique promotions like our <a href="http://www.michael-li.com/creative-promotions/2009/04/07/" target="_blank">Easter egg promo</a>. There are limits to what we can do but we work with what we got.  You got to keep your subscribers engaged and see value in staying subscribed to your newsletter.</p>
<p>Thumbs up to the creativity and new look at SportsAuthority.com.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.michael-li.com/sniagrab/2010/09/04/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>New Detailed Image Homepage</title>
		<link>http://www.michael-li.com/new-detailed-image-homepage/2010/08/06/</link>
		<comments>http://www.michael-li.com/new-detailed-image-homepage/2010/08/06/#comments</comments>
		<pubDate>Fri, 06 Aug 2010 13:34:05 +0000</pubDate>
		<dc:creator>Michael Li</dc:creator>
				<category><![CDATA[E-Commerce]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.michael-li.com/?p=1800</guid>
		<description><![CDATA[The new and improved Detailed Image homepage has arrived. It wasn&#8217;t too long ago since our last homepage design but after taking a few steps backwards in that design we started a new homepage to return to our roots as an ecommerce site with a design that is up to par with the rest of [...]]]></description>
			<content:encoded><![CDATA[<p>The new and improved <a href="http://www.detailedimage.com/">Detailed Image homepage</a> has arrived. It wasn&#8217;t too long ago since our last homepage design but after taking a few steps backwards in that design we started a new homepage to return to our roots as an ecommerce site with a design that is up to par with the rest of the site. </p>
<p><img src="http://www.michael-li.com/wp-content/uploads/2010/08/di_home_old.jpg" alt="Old Detailed Image Homepage" title="Old Detailed Image Homepage" width="735" height="512" class="aligncenter size-full wp-image-1802"  border="0" /></p>
<style type="text/css">
#new-home-features{
width:735px; height:1000px; background:url("http://www.michael-li.com/wp-content/uploads/2010/08/di_home_new.jpg");
}
#new-home-features img:hover{
opacity:0;
} 
</style>
<p><strong>Hover over the image below to see some of the key features in the design</strong></p>
<div id="new-home-features">
<img src="http://www.michael-li.com/wp-content/uploads/2010/08/di_home_new_1.jpg" alt="New Detailed Image Homepage 1" title="New Detailed Image Homepage 1" width="735" height="1000" class="aligncenter size-full wp-image-1811" border="0" />
</div>
<p>Using the <a href="http://www.michael-li.com/image-swap-using-css/2010/02/14/">CSS image swap</a> I posted about back in February you can hover over the above image to see some of the key design features we implemented. Some highlights of the new design include CSS3 @font-face and drop shadows which was nice because we had the opportunity to try CSS3. Ultimately the new design should convert better with the focus on selling products then content. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.michael-li.com/new-detailed-image-homepage/2010/08/06/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Icons Galore at IconFinder.com</title>
		<link>http://www.michael-li.com/icons-galore-at-iconfinder-com/2010/07/23/</link>
		<comments>http://www.michael-li.com/icons-galore-at-iconfinder-com/2010/07/23/#comments</comments>
		<pubDate>Fri, 23 Jul 2010 20:12:19 +0000</pubDate>
		<dc:creator>Michael Li</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.michael-li.com/?p=1772</guid>
		<description><![CDATA[I found this fantastic icon library at IconFinder.com.  This is a very useful site for web designers like myself.  Targeting web designers and developers IconFinder provides an easy to use icon search engine with high quality icons. Search includes auto-suggest. Easy to navigate results and you can filter by size and licenses. Both PNG and [...]]]></description>
			<content:encoded><![CDATA[<p>I found this fantastic icon library at <a href="http://www.iconfinder.com">IconFinder.com</a>.  This is a very useful site for web designers like myself.  Targeting web designers and developers <a href="http://www.iconfinder.com">IconFinder</a> provides an easy to use icon search engine with high quality icons.</p>
<p><strong>Search includes auto-suggest.</strong></p>
<p style="text-align: center;"><a href="http://www.iconfinder.com" target="_blank"><img class="aligncenter size-full wp-image-1775" style="border: 0pt none;" title="IconFinder.com Screenshot 1" src="http://www.michael-li.com/wp-content/uploads/2010/07/icon_finder_1.jpg" alt="IconFinder.com Screenshot 1" width="740" height="258" /></a></p>
<p><strong>Easy to navigate results and you can filter by size and licenses. Both PNG and ICO formats are available as well.</strong></p>
<p style="text-align: center;"><a href="http://www.iconfinder.com" target="_blank"><img class="aligncenter size-full wp-image-1776" style="border: 0pt none;" title="IconFinder.com Screenshot 2" src="http://www.michael-li.com/wp-content/uploads/2010/07/icon_finder_2.jpg" alt="IconFinder.com Screenshot 2" width="740" height="203" /></a></p>
<p>The site is wonderfully designed and it functions fantastically. The bottom line is it provides an efficient way to find high quality icons which is useful to almost any web designer. Another tool added to my web designer arsenal. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.michael-li.com/icons-galore-at-iconfinder-com/2010/07/23/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Inspirational Web Designs</title>
		<link>http://www.michael-li.com/inspirational-web-designs/2010/04/16/</link>
		<comments>http://www.michael-li.com/inspirational-web-designs/2010/04/16/#comments</comments>
		<pubDate>Sat, 17 Apr 2010 00:05:51 +0000</pubDate>
		<dc:creator>Michael Li</dc:creator>
				<category><![CDATA[Design Inspiration]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.michael-li.com/?p=680</guid>
		<description><![CDATA[I had this post written and I should&#8217;ve posted this a while ago since my new blog design has been up for about half year but it was forgotten till now.  Anyways, during the redesign process for my blog I sought out inspiration and I found some amazing web designs. Check out some of the [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">I had this post written and I should&#8217;ve posted this a while ago since my new blog design has been up for about half year but it was forgotten till now.  Anyways, during the redesign process for my blog I sought out inspiration and I found some amazing web designs. Check out some of the designs below that inspired the new <a href="http://www.michael-li.com/my-new-blog-design/2009/10/10/"><strong>Michael-Li.com design</strong></a>.</p>
<p style="text-align: center;"><strong>tjmapes.com<br />
<a href="http://tjmapes.com/" target="_blank"><img class="aligncenter size-full wp-image-706" style="border: 0pt none;" title="tjmapes.com design" src="http://www.michael-li.com/wp-content/uploads/2009/09/tjmapes1.jpg" alt="tjmapes" width="700" height="350" /></a></strong></p>
<p style="text-align: center;"><strong>forgetfoo.com<br />
<a href="http://www.forgetfoo.com/" target="_blank"><img class="aligncenter size-full wp-image-707" style="border: 0pt none;" title="forgetfoo.com Design" src="http://www.michael-li.com/wp-content/uploads/2009/09/forgetfoo.jpg" alt="forgetfoo.com Design" width="700" height="350" /></a></strong></p>
<p style="text-align: center;"><strong>hopkindesign.com<br />
<a href="http://www.hopkingdesign.com/" target="_blank"><img class="aligncenter size-full wp-image-708" style="border: 0pt none;" title="hopkindesign.com Design" src="http://www.michael-li.com/wp-content/uploads/2009/09/hopkindesign.jpg" alt="hopkindesign.com Design" width="700" height="350" /></a></strong></p>
<p style="text-align: left;">Those are three designs that stood out to me the most out of the many designs that fueled my inspiration. Inspiration also came from web design sites like <a href="http://www.michael-li.com/amazing-web-design-site/2010/02/24/" target="_blank">SmashingMagazine.com</a> and <a href="http://vandelaydesign.com/blog/design-inspiration/" target="_blank">VandelayDesign.com</a>. If you&#8217;re looking for design inspiration those are fantastic starting points.</p>
<p style="text-align: left;">
<p style="text-align: left;">
<p style="text-align: left;">I hope that my blog design can be as inspirational to other designer as did all the amazing designs that I&#8217;ve checked out.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.michael-li.com/inspirational-web-designs/2010/04/16/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LockerPulse Coming Soon!</title>
		<link>http://www.michael-li.com/lockerpulse-coming-soon/2010/03/05/</link>
		<comments>http://www.michael-li.com/lockerpulse-coming-soon/2010/03/05/#comments</comments>
		<pubDate>Fri, 05 Mar 2010 20:50:02 +0000</pubDate>
		<dc:creator>Michael Li</dc:creator>
				<category><![CDATA[Entrepreneur]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.michael-li.com/?p=1407</guid>
		<description><![CDATA[A new venture has arrived at Pure Adapt, Inc. as we start the development of Adam&#8217;s brainchild. With Adam&#8217;s expertise in programming and using RSS he has developed a better way to keep up with everything happening with your favorite sports teams. LockerPulse will bring you an innovative and better way to get your team [...]]]></description>
			<content:encoded><![CDATA[<p>A new venture has arrived at <a href="http://www.pureadapt.com" target="_blank">Pure Adapt, Inc.</a> as we start the development of Adam&#8217;s brainchild.  With Adam&#8217;s expertise in programming and using RSS he has developed a better way to keep up with everything happening with your favorite sports teams.  <strong><a href="http://www.lockerpulse.com/">LockerPulse</a></strong> will bring you an innovative and better way to get your team news.</p>
<p>Locker Pulse began as a side project that Adam was working on but now it has become our next major business venture at Pure Adapt.  Read more about the <a href="http://www.adam-mcfarland.net/2010/02/15/announcing-lockerpulse-our-next-venture/">conception of LockerPulse</a> on <a href="http://www.adam-mcfarland.net/" target="_blank">Adam&#8217;s blog</a>.</p>
<p>The design process has begun and I&#8217;m very excited to be involved in this unique venture into sports with the design ideas that we have.  Take a sneak peek at what we have so far on the <a href="http://www.lockerpulse.com">LockerPulse splash page</a> and if you sign up now you&#8217;ll receive a special offer on launch. In the LockerPulse design we hope to bring users a better way to stay connected with their favorite sports teams through usability and simplicity with some badass aesthetics.</p>
<p style="text-align: center;"><a href="http://www.lockerpulse.com" target="_blank"><img class="aligncenter size-full wp-image-1415" style="border: 0pt none;" title="LockerPulse screenshot" src="http://www.michael-li.com/wp-content/uploads/2010/02/lp_screenshot.jpg" alt="" width="740" height="438" /></a></p>
<p>Starting with this unique design concept that we have really gives me an opportunity to push my design skills to the next level. Speaking of design, I want to say how much <a href="http://www.michael-li.com/ie-totally-blows/2009/04/24/">I hate IE</a> for the umpteenth time, because it renders everything like crap.  Now getting off that topic I&#8217;ll be using resources like <a href="http://www.michael-li.com/amazing-web-design-site/2010/02/24/">Smashing Magazine</a> for inspiration to get my design juices flowing and inject them into LockerPulse. The design is coming along and I can&#8217;t wait till we unveil it to the world in May. </p>
<p><a href="http://www.lockerpulse.com" target="_blank"><strong>LockerPulse is coming 5.1.2010!  Sign up today to get a special offer when it goes public.</strong></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.michael-li.com/lockerpulse-coming-soon/2010/03/05/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

