<?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 Development</title>
	<atom:link href="http://www.michael-li.com/category/web-development/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 &#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>LockerPulse Chrome App &amp; Backgrounds</title>
		<link>http://www.michael-li.com/lockerpulse-chrome-app-backgrounds/2010/12/11/</link>
		<comments>http://www.michael-li.com/lockerpulse-chrome-app-backgrounds/2010/12/11/#comments</comments>
		<pubDate>Sat, 11 Dec 2010 15:47:45 +0000</pubDate>
		<dc:creator>Michael Li</dc:creator>
				<category><![CDATA[Apps]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Entrepreneur]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.michael-li.com/?p=2421</guid>
		<description><![CDATA[Exciting happenings at LockerPulse. The LockerPulse Chrome App recently launched with the Chrome Web Store opening. Credit to Adam for making the LockerPulse Chrome App happen and to be part of the Google Chrome Web Store launch. For more details on the LockerPulse App launch check out Adam&#8217;s post.This is just the beginning of LockerPulse [...]]]></description>
			<content:encoded><![CDATA[<p>Exciting happenings at <a href="http://www.lockerpulse.com" target="_blank">LockerPulse</a>. The <a href="https://chrome.google.com/webstore/detail/gilnpgomgjbahckkbkjkdoaakmjohlnj" target="_blank">LockerPulse Chrome App</a> recently launched with the Chrome Web Store opening. Credit to Adam for making the LockerPulse Chrome App happen and to be part of the Google Chrome Web Store launch. For more details on the LockerPulse App launch check out <a href="http://www.adam-mcfarland.net/2010/12/07/chrome-web-store-launches-lockerpulse-popular/" target="_blank">Adam&#8217;s post</a>.This is just the beginning of LockerPulse and there&#8217;s lots more to come.</p>
<p>LockerPulse now also offers the ability to change your background or upload your own background for premium members. Give your LockerPulse aesthetic brilliance by customizing your background. Check out my Frank Gore background. Looks pretty dang sweet doesn&#8217;t it. This is a very simple way to customize your LockerPulse. Quick tip, you can easily find great backgrounds from your favorite teams official website. </p>
<p>For a free LockerPulse account follow <a href="http://www.lockerpulse.com/promo/mli" target="_blank">my promo link</a>. Don&#8217;t miss out it&#8217;s for a limited of time only. </p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-2423" style="border: 0pt none;" title="My LockerPulse Background" src="http://www.michael-li.com/wp-content/uploads/2010/12/my_lp_bg.jpg" alt="My LockerPulse Background" width="760" height="477" /></p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-2424" style="border: 0pt none;" title="My LockerPulse Background Frank Gore" src="http://www.michael-li.com/wp-content/uploads/2010/12/my_lp_bg_1.jpg" alt="My LockerPulse Background Frank Gore" width="760" height="472" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.michael-li.com/lockerpulse-chrome-app-backgrounds/2010/12/11/feed/</wfw:commentRss>
		<slash:comments>0</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>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>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>
		<item>
		<title>Amazing Web Design Site</title>
		<link>http://www.michael-li.com/amazing-web-design-site/2010/02/24/</link>
		<comments>http://www.michael-li.com/amazing-web-design-site/2010/02/24/#comments</comments>
		<pubDate>Thu, 25 Feb 2010 04:34:18 +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=701</guid>
		<description><![CDATA[While I was redesigning my blog and looking for inspiration I stumbled upon an amazing web design site, SmashingMagazine.com, which is choc full of useful web design information and inspiration.  When I first found the site I couldn&#8217;t get off it because of all the great information it had. Smashing Magazine was founded in 2006 [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="aligncenter size-full wp-image-702" title="Smashing Magazine" src="http://www.michael-li.com/wp-content/uploads/2009/09/smashing_magazine.gif" alt="Smashing Magazine" width="229" height="83" /></p>
<p>While I was redesigning my blog and looking for inspiration I stumbled upon an amazing web design site, <a href="http://www.smashingmagazine.com">SmashingMagazine.com</a>, which is choc full of useful web design information and inspiration.  When I first found the site I couldn&#8217;t get off it because of all the great information it had.</p>
<p>Smashing Magazine was founded in 2006 with the purpose of providing readers information about the latest trends and techniques in web development.</p>
<p>While I was on the site I found myself constantly pondering things like &#8220;I want to read this, I want to try that, or that&#8217;s awesome&#8221;. The quality of content that <a href="http://www.smashingmagazine.com">SmashingMagazine.com</a> offers makes it one of my top design resources. Since discovering the site when I <a href="http://www.michael-li.com/my-new-blog-design/2009/10/10/">redesigned my blog</a> about 5 months ago, visiting Smashing Magazine has become one of my beginning steps in my design process for inspiration and the latest design trends. </p>
<p>Check out some of their recent posts: </p>
<ul>
<li><a href="http://www.smashingmagazine.com/2010/02/18/50-css-and-javascript-techniques-for-layouts-forms-and-visual-effects/">50 Useful Coding Techniques (CSS Layouts, Visual Effects and Forms)</a></li>
<li><a href="http://www.smashingmagazine.com/2010/02/22/the-seven-deadly-sins-of-javascript-implementation/">The Seven Deadly Sins Of JavaScript Implementation</a></li>
<li><a href="http://www.smashingmagazine.com/2010/02/15/email-newsletters-guidelines-and-examples/">Email Newsletter Design: Guidelines And Examples</a></li>
<li><a href="http://www.smashingmagazine.com/2010/01/22/35-beautiful-and-effective-ecommerce-websites/">35 Beautiful E-Commerce Websites</a></li>
</ul>
<p>Smashing Magazine is an awesome design resource so as designers lets take advantage of resources like <a href="http://www.smashingmagazine.com/"><strong>Smashing Magazine</strong></a> to keep up with trends and continue to innovate the web.  </p>
]]></content:encoded>
			<wfw:commentRss>http://www.michael-li.com/amazing-web-design-site/2010/02/24/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Image Swap Using CSS</title>
		<link>http://www.michael-li.com/image-swap-using-css/2010/02/14/</link>
		<comments>http://www.michael-li.com/image-swap-using-css/2010/02/14/#comments</comments>
		<pubDate>Mon, 15 Feb 2010 02:50:20 +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=1279</guid>
		<description><![CDATA[When I was designing the new Ask-a-Pro Detailer blog for Detailed Image I figured out a way to do an image swap without using Javascript. The basis of this image swap technique is to set a background image to be your image you want to have swapped when you hover over it. Then insert the [...]]]></description>
			<content:encoded><![CDATA[<p>When I was designing the new <a href="http://www.detailedimage.com/Ask-a-Pro/">Ask-a-Pro Detailer blog for Detailed Image</a> I figured out a way to do an image swap without using Javascript.</p>
<p>The basis of this image swap technique is to set a background image to be your image you want to have swapped when you hover over it.  Then insert the default image which will sit on top of the background hiding the background.  Create a style to change the opacity of the default image to full transparency when you hover over it, voila you have an image swap.</p>
<p><strong>Requirements</strong><br />
<span style="border-bottom: 1px solid #000;">CSS3 Property: Opacity</span><br />
Opacity changes the transparency of an element. Most modern browsers already support this CSS3 property.  Set values between 0.0 (full transparency) to 1.0 (no transparency). </p>
<p><span style="border-bottom: 1px solid #000;">CSS2 Property: Pseudo Class :hover</span><br />
Pseudo Class :hover is a dynamic action that happens when you hover over an element.</p>
<p><strong>Examples:</strong></p>
<style type="text/css">
#example-1{ float:left; width:350px; } #css-image-swap-1{ width:300px; height:150px; background:url(http://www.michael-li.com/wp-content/uploads/2010/02/image_swap_1.jpg); } #css-image-swap-1 img:hover{ opacity:0; } #example-2{ float:right; width:350px; } #css-image-swap-2{ width:300px; height:150px; background:url(http://www.michael-li.com/wp-content/uploads/2010/02/image_swap_1.jpg); } #css-image-swap-2:hover{ opacity:.5; } 
.code-bg{
padding:3px;
background:#dddddd;
border:1px solid #000;
}
</style>
<div id="example-1" align="center">
<div id="css-image-swap-1"><img id="swap-1" src="http://www.michael-li.com/wp-content/uploads/2010/02/image_swap_2.jpg" alt="CSS image swap" /></div>
<div align="left">
Basic image swap using CSS.</p>
<div class="code-bg">
<strong>The Code:</strong><br />
HTML<br />
&lt;div id=&#8221;css-image-swap-1&#8243;&gt;<br />
&lt;img id=&#8221;swap-1&#8243; src=&#8221;default-image-url&#8221; alt=&#8221;CSS image swap&#8221; /&gt;<br />
&lt;/div&gt;</p>
<p>CSS<br />
#css-image-swap-1{<br />
width:300px; height:150px; background:url(swap-image-url);<br />
}<br />
#css-image-swap-1 img:hover{<br />
opacity:0;<br />
}
</p></div>
</div>
</div>
<div id="example-2" align="center">
<div id="css-image-swap-2">
</div>
<div align="left">
This isn&#8217;t an image swap but it gives a very similar effect by changing the opacity of the image. Using this technique you could fade an image in and out of transparency.</p>
<div class="code-bg">
<strong>The Code:</strong><br />
HTML<br />
&lt;div id=&#8221;css-image-swap-2&#8243;&gt;&lt;/div&gt;</p>
<p>CSS<br />
#css-image-swap-2{<br />
width:300px;<br />
height:150px;<br />
background:url(image-url);<br />
}<br />
#css-image-swap-2:hover{<br />
opacity:.5;<br />
}</p>
</div>
</div>
</div>
<div class="clear"></div>
<p>I mentioned above that this method should work with most the modern browsers but I know it doesn&#8217;t work for IE7 and older because <a href="http://www.michael-li.com/ie-totally-blows/2009/04/24/">IE totally sucks</a>.</p>
<p>I&#8217;m sure this has been done before but I&#8217;d thought I&#8217;d share this with everyone. I didn&#8217;t find this particular technique when I searched for <strong>CSS image swap</strong> but I did find others using this basic concept using CSS visibility instead of CSS opacity.  Both techniques will get the job done for an image swap. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.michael-li.com/image-swap-using-css/2010/02/14/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Woody Paige&#8217;s Chalkboard</title>
		<link>http://www.michael-li.com/woody-paiges-chalkboard/2010/01/03/</link>
		<comments>http://www.michael-li.com/woody-paiges-chalkboard/2010/01/03/#comments</comments>
		<pubDate>Mon, 04 Jan 2010 03:14:24 +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=1166</guid>
		<description><![CDATA[I present to you Woody Paige&#8217;s Chalkboard from Around the Horn. We threw this site together in a matter of days after Adam did some analytics evaluation of Tastefully Driven and discovered that our Woody Paige thread was one of the most popular pages. WoodyPaigeQuotes.com features Woody&#8217;s past chalkboard quotes, submit your own Woody Paige [...]]]></description>
			<content:encoded><![CDATA[<p>I present to you <a href="http://www.woodypaigequotes.com">Woody Paige&#8217;s Chalkboard</a> from <em>Around the Horn</em>. We threw this site together in a matter of days after Adam did some analytics evaluation of Tastefully Driven and discovered that our Woody Paige thread was one of the most popular pages.  </p>
<p style="text-align: center;"><a href="http://www.woodypaigequotes.com"><img class="aligncenter size-full wp-image-1167" style="border: 0pt none;" title="Woody Paige Quotes" src="http://www.michael-li.com/wp-content/uploads/2010/01/woody_paige_quotes.jpg" alt="Woody Paige Quotes" width="740" height="312" /></a></p>
<p><a href="http://www.woodypaigequotes.com">WoodyPaigeQuotes.com</a> features Woody&#8217;s past chalkboard quotes, submit your own Woody Paige Chalkboard Quote, easy way to follow via RSS Feed, Twitter, and email, and lastly user comments.</p>
<p>This was a quick and fun project. Adam posted details on the our <a href="http://www.adam-mcfarland.net/2010/01/02/the-making-of-woodypaigequotes-com/">WoodyPiageQuotes.com to do list</a> on his blog. Woody Paige&#8217;s Chalkboard always gives me a laugh which made making this site all the more fun to do. Enjoy Woody Paige&#8217;s Chalk Board Quotes.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.michael-li.com/woody-paiges-chalkboard/2010/01/03/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My-Wish-List.com</title>
		<link>http://www.michael-li.com/my-wish-list-com/2009/11/24/</link>
		<comments>http://www.michael-li.com/my-wish-list-com/2009/11/24/#comments</comments>
		<pubDate>Wed, 25 Nov 2009 04:52:42 +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=1042</guid>
		<description><![CDATA[Just in time for the holidays is My-Wish-List.com. Create your own wish list online and share it with your friends and family via email, Facebook, and Twitter. Simply enter your name and the gifts you desire most then click &#8220;Create Wish List Now&#8221;. All done, your wish list is created with your personal permanent link to share [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://www.my-wish-list.com"><img class="aligncenter size-full wp-image-1043" style="border: 0pt none;" title="My-Wish-List.com - Build your own wish list and share it with your friends and family" src="http://www.michael-li.com/wp-content/uploads/2009/11/my_wish_list.png" alt="My-Wish-List.com - Build your own wish list and share it with your friends and family" width="447" height="160" /></a></p>
<p>Just in time for the holidays is <a href="http://www.my-wish-list.com" target="_blank"><strong>My-Wish-List.com</strong></a>. Create your own wish list online and share it with your friends and family via email, Facebook, and Twitter.</p>
<p>Simply enter your name and the gifts you desire most then click &#8220;Create Wish List Now&#8221;. All done, your wish list is created with your personal permanent link to share with friends and family. No registration is necessary, create unlimited lists and it&#8217;s completely free. </p>
<p><img class="aligncenter size-full wp-image-1044" title="My Wish List Screen Shot 1" src="http://www.michael-li.com/wp-content/uploads/2009/11/my_wish_list1.jpg" alt="My Wish List Screen Shot 1" width="749" height="428" /></p>
<p><img class="aligncenter size-full wp-image-1045" title="My Wish List Screen Shot 2" src="http://www.michael-li.com/wp-content/uploads/2009/11/my_wish_list2.jpg" alt="My Wish List Screen Shot 2" width="749" height="428" /></p>
<p>Once your wish list is created, you and your friends and family can check Amazon and Ebay for the gifts to making shopping easy.</p>
<p>This was a fun little side project where I got to better my programming skills slightly. A little help from Adam and his programming expertise it&#8217;s up and ready for the holidays.  </p>
<p>It&#8217;ll be interesting to see if this catches on with it&#8217;s easy sharing capability. If one person shares their wish list with their friends and family then one of them likes it and does the same it could get viral.</p>
<p><a href="http://www.my-wish-list.com"><strong>Create your own wish now!</strong></a><strong> Happy Holidays!</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.michael-li.com/my-wish-list-com/2009/11/24/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

