﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<?xml-stylesheet type="text/xsl"   href="/resources/rss/testRss.xsl" media="screen"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/">
  <channel>
    <title>Web2.0,CSS,XHTML</title>
    <link>http://www.lvjiyong.com</link>
    <description>my english version blog......</description>
    <language>en-us</language>
    <pubDate>Sat, 04 Nov 2006 04:16:13 GMT</pubDate>
    <lastBuildDate>Sat, 04 Nov 2006 04:16:13 GMT</lastBuildDate>
    <generator>吕的部落格 Version 1.0.0.0</generator>
    <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://www.lvjiyong.com/en-us/rss" type="application/rss+xml" />
    <item>
      <title>Style Sheet Switcheroo</title>
      <link>http://www.lvjiyong.com/en-us/item/Style-Sheet-Switcheroo</link>
      <dc:creator>John Lv</dc:creator>
      <author>John Lv</author>
      <pubDate>Sat, 04 Nov 2006 04:16:13 GMT</pubDate>
      <guid>http://www.lvjiyong.com/en-us/item/Style-Sheet-Switcheroo</guid>
      <wfw:comment>http://www.lvjiyong.com/en-us/item/Style-Sheet-Switcheroo</wfw:comment>
      <comment>http://www.lvjiyong.com/en-us/item/Style-Sheet-Switcheroo#postComment</comment>
      <slash:comments>3</slash:comments>
      <wfw:commentRss>http://www.lvjiyong.com/en-us/comment/Style-Sheet-Switcheroo</wfw:commentRss>
      <trackback:ping>http://www.lvjiyong.com/en-us/trackback/Style-Sheet-Switcheroo</trackback:ping>
      <description><![CDATA[<p>The first time I saw a style sheet switcher I was either reading A List Apart or Simple Bits, both excellent sites you should visit if you are serious about design.</p>   <p>Since then, I&rsquo;ve seen many different methods for allowing a visitor to switch a stylesheet with a click of a mouse. But recently I came across a <a href="http://www.kelvinluck.com/article/switch-stylesheets-with-jquery">short example</a> of how to do it with jQuery.</p>   <p>I want to show you this example and walk you through it because it not only gives another fine example of the short code you can write with jQuery but also too illustrate some of the more advanced features of the jQuery javascript library.</p>]]></description>
    </item>
    <item>
      <title>Getting Started with jQuery</title>
      <link>http://www.lvjiyong.com/en-us/item/Getting-Started-with-jQuery</link>
      <dc:creator>John Lv</dc:creator>
      <author>John Lv</author>
      <pubDate>Sun, 29 Oct 2006 15:35:34 GMT</pubDate>
      <guid>http://www.lvjiyong.com/en-us/item/Getting-Started-with-jQuery</guid>
      <wfw:comment>http://www.lvjiyong.com/en-us/item/Getting-Started-with-jQuery</wfw:comment>
      <comment>http://www.lvjiyong.com/en-us/item/Getting-Started-with-jQuery#postComment</comment>
      <slash:comments>0</slash:comments>
      <wfw:commentRss>http://www.lvjiyong.com/en-us/comment/Getting-Started-with-jQuery</wfw:commentRss>
      <trackback:ping>http://www.lvjiyong.com/en-us/trackback/Getting-Started-with-jQuery</trackback:ping>
      <description><![CDATA[<h4>This guide is an introduction to the jQuery library. Knowledge of javascript and the 	document object model (DOM) is required. It starts from ground up and tries to explain details where 	necessary. It covers a simple hello world example, selector and event basics, AJAX, FX and usage and 	authoring of plugins.</h4> 	<h4>This guide contains no &quot;click me&quot; examples. The intention of providing only &quot;copy me&quot; code 	is to invite you to try it for yourself. Copy an example, see what it does, and modify it.</h4>]]></description>
    </item>
    <item>
      <title>How To Clear Floats Without Structural Markup</title>
      <link>http://www.lvjiyong.com/en-us/item/How-To-Clear-Floats-Without-Structural-Markup</link>
      <dc:creator>John Lv</dc:creator>
      <author>John Lv</author>
      <pubDate>Thu, 26 Oct 2006 13:57:00 GMT</pubDate>
      <guid>http://www.lvjiyong.com/en-us/item/How-To-Clear-Floats-Without-Structural-Markup</guid>
      <wfw:comment>http://www.lvjiyong.com/en-us/item/How-To-Clear-Floats-Without-Structural-Markup</wfw:comment>
      <comment>http://www.lvjiyong.com/en-us/item/How-To-Clear-Floats-Without-Structural-Markup#postComment</comment>
      <slash:comments>0</slash:comments>
      <wfw:commentRss>http://www.lvjiyong.com/en-us/comment/How-To-Clear-Floats-Without-Structural-Markup</wfw:commentRss>
      <trackback:ping>http://www.lvjiyong.com/en-us/trackback/How-To-Clear-Floats-Without-Structural-Markup</trackback:ping>
      <description><![CDATA[When a float is contained within a container box that has a visible border or background, that float does  <em>not</em> automatically force the container's bottom edge down as the float is made taller. Instead the float is ignored by the container and will hang down out of the container bottom like a flag. Those familiar only with Explorer for Windows may scratch their heads and say &quot;That's not right!&quot; True, IE/Win does enclose a float within a container 'automatically', but only if the container element has a stated dimension, and in any case it's a W3C spec violation. This illegal behavior can also be 'toggled' on and off by links within the container, if 'hovering' alters the link background or several other properties. Quite a mess.]]></description>
    </item>
    <item>
      <title>CheapOsx</title>
      <link>http://www.lvjiyong.com/en-us/item/CheapOsx</link>
      <dc:creator>John Lv</dc:creator>
      <author>John Lv</author>
      <pubDate>Mon, 12 Jun 2006 15:27:14 GMT</pubDate>
      <guid>http://www.lvjiyong.com/en-us/item/CheapOsx</guid>
      <wfw:comment>http://www.lvjiyong.com/en-us/item/CheapOsx</wfw:comment>
      <comment>http://www.lvjiyong.com/en-us/item/CheapOsx#postComment</comment>
      <slash:comments>0</slash:comments>
      <wfw:commentRss>http://www.lvjiyong.com/en-us/comment/CheapOsx</wfw:commentRss>
      <trackback:ping>http://www.lvjiyong.com/en-us/trackback/CheapOsx</trackback:ping>
      <description><![CDATA[<div id="navcontainer"> <ul id="navlist"><li id="active"><a href="#" id="current">Item one</a></li><li><a href="#">Item two</a></li><li><a href="#">Item three</a></li><li><a href="#">Item four</a></li><li><a href="#">Item five</a></li><li>&nbsp;</li></ul> </div> <style type="text/css">
CSS #navcontainer { font-family: Arial,Sans-Serif; margin: 0 auto; width: 70%; border-bottom: 1px solid #ddd; }  #navlist { width: 60%; text-align: center; margin: 0 auto; padding: 0; text-indent: 0; list-style-type: none; }  #navlist li { padding: 0; margin: 0; text-indent: 0; display: inline; }  #navlist li a { letter-spacing: -1px; text-decoration: none; color: #ccc; font-size: 1em; padding: 0 2px; border-top: .5em solid #eee; }  #navlist li a:hover,#navlist a#current { color: #333; border-top: none; font-size: 1.5em; }  #navlist a#current { color: #fc6; }
</style>  <hr /> <strong>ABOUT THE CODE</strong><br /> Some lists within the Listamatic site had to be modified so that they could work on Listamatic's simple list model. When in doubt, use the external resource first, or at least compare both models to see which one suits your needs.]]></description>
    </item>
    <item>
      <title>Listamatic</title>
      <link>http://www.lvjiyong.com/en-us/item/listamatic</link>
      <dc:creator>John Lv</dc:creator>
      <author>John Lv</author>
      <pubDate>Mon, 12 Jun 2006 15:22:54 GMT</pubDate>
      <guid>http://www.lvjiyong.com/en-us/item/listamatic</guid>
      <wfw:comment>http://www.lvjiyong.com/en-us/item/listamatic</wfw:comment>
      <comment>http://www.lvjiyong.com/en-us/item/listamatic#postComment</comment>
      <slash:comments>0</slash:comments>
      <wfw:commentRss>http://www.lvjiyong.com/en-us/comment/listamatic</wfw:commentRss>
      <trackback:ping>http://www.lvjiyong.com/en-us/trackback/listamatic</trackback:ping>
      <description><![CDATA[<p> 	Can you take a simple list and use different Cascading Style Sheets to create  	radically different list options? The Listamatic shows the power of  	CSS when applied to one simple list. </p>  <p> 	<a href="http://www.maxdesign.com.au/workshop-javascript2006/"><img src="http://css.maxdesign.com.au/images/banner.gif" alt="CSS and Javascript workshops" /></a> </p>]]></description>
    </item>
    <item>
      <title>DYNAMIC ENLARGING IMAGE USING ONLY CSS</title>
      <link>http://www.lvjiyong.com/en-us/item/5</link>
      <dc:creator>John Lv</dc:creator>
      <author>John Lv</author>
      <pubDate>Mon, 12 Jun 2006 15:18:52 GMT</pubDate>
      <guid>http://www.lvjiyong.com/en-us/item/5</guid>
      <wfw:comment>http://www.lvjiyong.com/en-us/item/5</wfw:comment>
      <comment>http://www.lvjiyong.com/en-us/item/5#postComment</comment>
      <slash:comments>0</slash:comments>
      <wfw:commentRss>http://www.lvjiyong.com/en-us/comment/5</wfw:commentRss>
      <trackback:ping>http://www.lvjiyong.com/en-us/trackback/5</trackback:ping>
      <description><![CDATA[Some authorities also classify the closely related estrildid finches of the equatorial regions and Australasia as members of the Passeridae. Like the true sparrows, the estrildid finches are small, gregarious, and often colonial seed-eaters with short, thick, but pointed bills. They are broadly similar in structure and habits, but tend to be very colourful and vary greatly in their plumage. About 140 species are native to the old world tropics and Australasia. Most taxonomic schemes list the estrildid finches as the separate family Estrildidae, leaving just the true sparrows in Passeridae.<br />Go <a href="http://www.cssplay.co.uk/menu/image_magnifier2.html">http://www.cssplay.co.uk/menu/image_magnifier2.html</a> View the demo]]></description>
    </item>
    <item>
      <title>Max Design - standards based web design, development and training</title>
      <link>http://www.lvjiyong.com/en-us/item/MaxDesign</link>
      <dc:creator>John Lv</dc:creator>
      <author>John Lv</author>
      <pubDate>Sun, 11 Jun 2006 07:17:19 GMT</pubDate>
      <guid>http://www.lvjiyong.com/en-us/item/MaxDesign</guid>
      <wfw:comment>http://www.lvjiyong.com/en-us/item/MaxDesign</wfw:comment>
      <comment>http://www.lvjiyong.com/en-us/item/MaxDesign#postComment</comment>
      <slash:comments>0</slash:comments>
      <wfw:commentRss>http://www.lvjiyong.com/en-us/comment/MaxDesign</wfw:commentRss>
      <trackback:ping>http://www.lvjiyong.com/en-us/trackback/MaxDesign</trackback:ping>
      <description><![CDATA[<h2> 			Welcome to <strong>max</strong>design 		</h2>  		 <p class="intro"> Max Design is a Sydney web design and web development business that specialises in fresh, dynamic sites with a strong focus on Cascading Style Sheets, usability, accessibility and web standards. We also offer customised CSS and Web Standards training. </p>]]></description>
    </item>
    <item>
      <title>CSS ONLY DROPDOWN MENU - FURTHER EXAMPLES</title>
      <link>http://www.lvjiyong.com/en-us/item/DROPDOWNMENU</link>
      <dc:creator>John Lv</dc:creator>
      <author>John Lv</author>
      <pubDate>Sun, 11 Jun 2006 07:04:26 GMT</pubDate>
      <guid>http://www.lvjiyong.com/en-us/item/DROPDOWNMENU</guid>
      <wfw:comment>http://www.lvjiyong.com/en-us/item/DROPDOWNMENU</wfw:comment>
      <comment>http://www.lvjiyong.com/en-us/item/DROPDOWNMENU#postComment</comment>
      <slash:comments>0</slash:comments>
      <wfw:commentRss>http://www.lvjiyong.com/en-us/comment/DROPDOWNMENU</wfw:commentRss>
      <trackback:ping>http://www.lvjiyong.com/en-us/trackback/DROPDOWNMENU</trackback:ping>
      <description><![CDATA[]]></description>
    </item>
    <item>
      <title>CSS PLAY</title>
      <link>http://www.lvjiyong.com/en-us/item/CSSPLAY</link>
      <dc:creator>John Lv</dc:creator>
      <author>John Lv</author>
      <pubDate>Sun, 11 Jun 2006 06:57:08 GMT</pubDate>
      <guid>http://www.lvjiyong.com/en-us/item/CSSPLAY</guid>
      <wfw:comment>http://www.lvjiyong.com/en-us/item/CSSPLAY</wfw:comment>
      <comment>http://www.lvjiyong.com/en-us/item/CSSPLAY#postComment</comment>
      <slash:comments>0</slash:comments>
      <wfw:commentRss>http://www.lvjiyong.com/en-us/comment/CSSPLAY</wfw:commentRss>
      <trackback:ping>http://www.lvjiyong.com/en-us/trackback/CSSPLAY</trackback:ping>
      <description><![CDATA[<h2 class="clear" id="about"><span>A LITTLE BIT ABOUT ME</span></h2>  <div class="col4"> <img title="Me" alt="Me" src="http://www.cssplay.co.uk/graphics/stu2.gif" class="right" />  <p>I am 59 years old, married with two children, work as an electronics design draughtsman and have a passion for computers and photography.</p> <p><span>I started out with computers in the 1980s when I began writing articles on the ZX81 and ZX Spectrum for the computer magazines of the time. I was also commissioned by McGraw-Hill to write two books on Z80 <a onmouseout="adlinkMouseOut(event,this,4);" oncontextmenu="return false;" onclick="adlinkMouseClick(event,this,4);" id="KonaLink4" target="_top" onmouseover="adlinkMouseOver(event,this,4);" class="kLink" style="text-decoration: underline; position: relative;" href="http://www.cssplay.co.uk/index.html#"><font color="#cc6600" style="color: rgb(204, 102, 0); position: relative; font-family: verdana,arial,sans-serif; font-weight: 400; font-size: 10.9333px;"><span style="color: rgb(204, 102, 0); position: relative; font-family: verdana,arial,sans-serif; font-weight: 400; font-size: 10.9333px;" class="kLink">programming</span></font></a> for the ZX Spectrum.</span></p> </div>]]></description>
    </item>
    <item>
      <title>CSS Panel</title>
      <link>http://www.lvjiyong.com/en-us/item/CSSPanel</link>
      <dc:creator>John Lv</dc:creator>
      <author>John Lv</author>
      <pubDate>Sun, 11 Jun 2006 06:51:55 GMT</pubDate>
      <guid>http://www.lvjiyong.com/en-us/item/CSSPanel</guid>
      <wfw:comment>http://www.lvjiyong.com/en-us/item/CSSPanel</wfw:comment>
      <comment>http://www.lvjiyong.com/en-us/item/CSSPanel#postComment</comment>
      <slash:comments>0</slash:comments>
      <wfw:commentRss>http://www.lvjiyong.com/en-us/comment/CSSPanel</wfw:commentRss>
      <trackback:ping>http://www.lvjiyong.com/en-us/trackback/CSSPanel</trackback:ping>
      <description><![CDATA[<style type="text/css">

#info {background:#fff;}
#info ul {margin:3em; padding:0; list-style-type:none; background:transparent; height:3em;}
#info li {display:block; float:left;}
.xsnazzy {background:transparent;}
.xsnazzy span {text-align:center; color:#fff; margin:0; font-weight:normal; padding-bottom:0.5em;}

.xtop {display:block; background:transparent; font-size:1px;}
.xb1, .xb2, .xb3, .xb4 {
display:block;
/* hide overflow:hidden from IE5/Mac */
/* \*/
overflow: hidden;
/* */
}
.xb1, .xb2, .xb3 {height:1px;}
.xb2, .xb3, .xb4 {background:#dd7; border-left:1px solid #fff; border-right:1px solid #fff;}
.xb1 {margin:0 5px; background:#fff;}
.xb2 {margin:0 3px; border-width:0 2px;}
.xb3 {margin:0 2px;}
.xb4 {height:2px; margin:0 1px;}

.xboxcontent {display:block; background:#cc6; border:0 solid #fff; border-width:0 1px 1px 1px;}


a.xmenu2, a.xmenu2:visited {display:block; text-decoration:none; width:7em; font-size:0.9em;}
a.xmenu2:hover {background:transparent; cursor:pointer;}
a.xmenu2:hover span {color:#000;}
a.xmenu2:hover .xboxcontent {background:#eee; border-color:#888; border-bottom:1px solid #eee;}
a.xmenu2:hover .xb1 {background:#888;}
a.xmenu2:hover .xb2, a.xmenu2:hover .xb3, a.xmenu2:hover .xb4 {background:#fff; border-color:#888;}

 

#abs {background:transparent; cursor:pointer;}
#abs span {color:#000;}
#abs .xboxcontent {background:#eee; border-color:#888; border-bottom:1px solid #eee;}
#abs .xb1 {background:#888;}
#abs .xb2,
#abs .xb3,
#abs .xb4 {background:#fff; border-color:#888;}

 

</style> <div id="info"> <h2>A SNAZZY BORDER MENU</h2> <ul><li> <a class="xmenu2" href="#nogo"><strong class="xsnazzy"><strong class="xtop"><strong class="xb1"></strong><strong class="xb2"></strong><strong class="xb3"></strong><strong class="xb4"></strong></strong><span class="xboxcontent"> Paul<br />Cezanne</span> </strong></a> </li><li> <a class="xmenu2" href="#nogo"><strong class="xsnazzy"><strong class="xtop"><strong class="xb1"></strong><strong class="xb2"></strong><strong class="xb3"></strong><strong class="xb4"></strong></strong><span class="xboxcontent"> Henri<br />Matisse</span> </strong></a> </li><li id="abs"> <a class="xmenu2" href="#nogo"><strong class="xsnazzy"><strong class="xtop"><strong class="xb1"></strong><strong class="xb2"></strong><strong class="xb3"></strong><strong class="xb4"></strong></strong><span class="xboxcontent"> William<br />Turner</span> </strong></a> </li><li> <a class="xmenu2" href="#nogo"><strong class="xsnazzy"><strong class="xtop"><strong class="xb1"></strong><strong class="xb2"></strong><strong class="xb3"></strong><strong class="xb4"></strong></strong><span class="xboxcontent"> John<br />Constable</span> </strong></a> </li><li> <a class="xmenu2" href="#nogo"><strong class="xsnazzy"><strong class="xtop"><strong class="xb1"></strong><strong class="xb2"></strong><strong class="xb3"></strong><strong class="xb4"></strong></strong><span class="xboxcontent"> Claude<br />Monet</span> </strong></a> </li></ul> </div>]]></description>
    </item>
  </channel>
</rss>