<?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>花茶花茶 Think</title>
	<atom:link href="http://www.huachahuacha.com/index.php/feed" rel="self" type="application/rss+xml" />
	<link>http://www.huachahuacha.com</link>
	<description>又一个 WordPress 博客</description>
	<lastBuildDate>Sun, 11 Jul 2010 00:30:42 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Javascript 实现可拖动的日历控件</title>
		<link>http://www.huachahuacha.com/index.php/archives/68</link>
		<comments>http://www.huachahuacha.com/index.php/archives/68#comments</comments>
		<pubDate>Sun, 11 Jul 2010 00:30:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[JavaScript 例子]]></category>
		<category><![CDATA[日历控件]]></category>

		<guid isPermaLink="false">http://www.huachahuacha.com/?p=68</guid>
		<description><![CDATA[
　　上图是默认css的显示效果，这个日历控件已经在 Safari, Firefox, Opera 和 Internet Explorer 测试过，均可使用。
　　关键代码下载地址：
　　calendar.js(15k)
　　calendar.rc4.js(33k)
　　calendar.compat.js
　　mootools.js(43k)
　　使用方法： 关键代码
&#60;head&#62;
&#60;script type=&#8221;text/javascript&#8221; src=&#8221;mootools.js&#8221;&#62;&#60;/script&#62;
&#60;script type=&#8221;text/javascript&#8221; src=&#8221;calendar.js&#8221;&#62;&#60;/script&#62;
&#60;script type=&#8221;text/javascript&#8221;&#62;
    window.addEvent(&#8216;domready&#8217;, function() { myCal = new Calendar({ date: &#8216;d/m/Y&#8217; }); });
&#60;/script&#62;
&#60;/head&#62;
&#60;body&#62;
&#60;input id=&#8221;date&#8221; name=&#8221;date&#8221; type=&#8221;text&#8221; /&#62;
&#60;/body&#62;
　　CSS 文件可自定义修改，默认CSS文件：stylesheet
　　官网地址：electricprism
　　
]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.huachahuacha.com/wp-content/uploads/2010/07/calendar1.gif" alt="JavaScript日历控件" title="calendar1" width="170" height="201" class="aligncenter size-full wp-image-69" style="display: block; float: none; margin-left: auto; margin-right: auto;"/></p>
<p>　　上图是默认css的显示效果，这个日历控件已经在 Safari, Firefox, Opera 和 Internet Explorer 测试过，均可使用。</p>
<p>　　关键代码下载地址：<br />
　　<a href="http://www.electricprism.com/aeron/calendar/js/calendar.js">calendar.js</a>(15k)<br />
　　<a href="http://www.electricprism.com/aeron/calendar/js/calendar.rc4.js">calendar.rc4.js</a>(33k)<br />
　　<a href="http://www.electricprism.com/aeron/calendar/js/calendar.compat.js">calendar.compat.js</a><br />
　　<a href="http://www.electricprism.com/aeron/calendar/js/mootools.js">mootools.js</a>(43k)</p>
<p>　　使用方法： 关键代码<br />
&lt;head&gt;<br />
&lt;script type=&#8221;text/javascript&#8221; src=&#8221;mootools.js&#8221;&gt;&lt;/script&gt;<br />
&lt;script type=&#8221;text/javascript&#8221; src=&#8221;calendar.js&#8221;&gt;&lt;/script&gt;<br />
&lt;script type=&#8221;text/javascript&#8221;&gt;<br />
    window.addEvent(&#8216;domready&#8217;, function() { myCal = new Calendar({ date: &#8216;d/m/Y&#8217; }); });<br />
&lt;/script&gt;<br />
&lt;/head&gt;<br />
&lt;body&gt;<br />
&lt;input id=&#8221;date&#8221; name=&#8221;date&#8221; type=&#8221;text&#8221; /&gt;<br />
&lt;/body&gt;</p>
<p>　　CSS 文件可自定义修改，默认CSS文件：<a href="http://www.electricprism.com/aeron/calendar/css/calendar.css" target="_blank">stylesheet</a></p>
<p>　　官网地址：<a href="http://www.electricprism.com/aeron/calendar/">electricprism</a><br />
　　</p>
]]></content:encoded>
			<wfw:commentRss>http://www.huachahuacha.com/index.php/archives/68/feed</wfw:commentRss>
		<slash:comments>40</slash:comments>
		</item>
		<item>
		<title>Hover 时，图片背景的集中处理</title>
		<link>http://www.huachahuacha.com/index.php/archives/56</link>
		<comments>http://www.huachahuacha.com/index.php/archives/56#comments</comments>
		<pubDate>Wed, 07 Jul 2010 11:03:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[web组件]]></category>
		<category><![CDATA[图片hover]]></category>

		<guid isPermaLink="false">http://www.huachahuacha.com/?p=56</guid>
		<description><![CDATA[
　　CSS 基础知识，高手请绕边。如上所示，要实现图片的鼠标 hover 事件，一般是为图片链接添加hover后的图片。如上图的 YouTube 标志效果。在图片的制作中一般要为每个图片链接添加两张图片，5个链接就要10张图片，这不仅细微的拖慢了页面的加载速度，在制作过程中也会有诸多不便，如图片的对齐问题，而将图片背景的集中处理是个很好的解决方案。
　　以上的效果背景图片为：
　　
　　关键性的代码：
　　icon a{width:20px; height:20px; padding:0; background:url(social-icons.png) no-repeat;text-indent:-9999px; overflow:hidden;}
　　icon a:hover{background-position:0 -22px;}
　　twitter a{background-position:-20px 0;}
　　twitter a:hover{background-position:-20px -22px;}
　　flickr a{background-position:-40px 0;}
　　flickr a:hover{background-position:-40px -22px;}
　　facebook a{background-position:-60px 0;}
　　facebook a:hover{background-position:-60px -22px;}
　　. . . . . .
　　
　　关键的代码在于对 background-position 这个属性的操作，每个按钮对应不同的背景图片相应位置。
　　网站地址： Android and Me
　　
]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.huachahuacha.com/wp-content/uploads/2010/07/hover1.png" alt="" title="hover" width="225" height="87" class="size-full wp-image-59" style="display: block; float: none; margin-left: auto; margin-right: auto;"  /></p>
<p>　　CSS 基础知识，高手请绕边。如上所示，要实现图片的鼠标 hover 事件，一般是为图片链接添加hover后的图片。如上图的 YouTube 标志效果。在图片的制作中一般要为每个图片链接添加两张图片，5个链接就要10张图片，这不仅细微的拖慢了页面的加载速度，在制作过程中也会有诸多不便，如图片的对齐问题，而将图片背景的集中处理是个很好的解决方案。</p>
<p>　　以上的效果背景图片为：</p>
<p>　　<img src="http://www.huachahuacha.com/wp-content/uploads/2010/07/social-icons.png" alt="social-icons" title="social-icons" width="119" height="44" class="aligncenter size-full wp-image-62" style="display: block; float: none; margin-left: auto; margin-right: auto;" /></p>
<p>　　关键性的代码：<br />
　　icon a{width:20px; height:20px; padding:0; background:url(social-icons.png) no-repeat;text-indent:-9999px; overflow:hidden;}<br />
　　icon a:hover{background-position:0 -22px;}<br />
　　twitter a{background-position:-20px 0;}<br />
　　twitter a:hover{background-position:-20px -22px;}<br />
　　flickr a{background-position:-40px 0;}<br />
　　flickr a:hover{background-position:-40px -22px;}<br />
　　facebook a{background-position:-60px 0;}<br />
　　facebook a:hover{background-position:-60px -22px;}<br />
　　. . . . . .<br />
　　<br />
　　关键的代码在于对 background-position 这个属性的操作，每个按钮对应不同的背景图片相应位置。</p>
<p>　　网站地址： <a href="http://androidandme.com/">Android and Me</a></p>
<p>　　</p>
]]></content:encoded>
			<wfw:commentRss>http://www.huachahuacha.com/index.php/archives/56/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Ars Technica 网站tab页</title>
		<link>http://www.huachahuacha.com/index.php/archives/41</link>
		<comments>http://www.huachahuacha.com/index.php/archives/41#comments</comments>
		<pubDate>Mon, 05 Jul 2010 02:52:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[交互式设计]]></category>
		<category><![CDATA[网站tab页]]></category>

		<guid isPermaLink="false">http://www.huachahuacha.com/?p=41</guid>
		<description><![CDATA[
　　这次收集的是一个网站的tab内容页，来自于 Ars Technica 这个tab特色在于它用特色的图片代替了生硬的文字，而且每张图片极具特色，唯一不足的地方时它没有使用 AJAX 技术实现无刷新实现内容的转换，不然的话会有更好的用户体验。
　　这种设计非常适合于web2.0的系统，用于对内容的分类显示，给用户更好的用户体验，但是对图片的选择也十分重要，要对应用户群设计相应的图片，这个tab页明显是对应对网络非常了解的用户。Apple公司的logo，微软公司的logo等等。对于普通可能不会了解，这个时候可能要添加相应的提示文字。
　　网站地址： Ars Technica
]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.huachahuacha.com/wp-content/uploads/2010/07/Capture1.png" alt="Ars Technica 网站tab页" title="Capture" width="317" height="124" class="aligncenter size-full wp-image-52"  style="display: block; float: none; margin-left: auto; margin-right: auto;"/></p>
<p>　　这次收集的是一个网站的tab内容页，来自于 Ars Technica 这个tab特色在于它用特色的图片代替了生硬的文字，而且每张图片极具特色，唯一不足的地方时它没有使用 AJAX 技术实现无刷新实现内容的转换，不然的话会有更好的用户体验。</p>
<p>　　这种设计非常适合于web2.0的系统，用于对内容的分类显示，给用户更好的用户体验，但是对图片的选择也十分重要，要对应用户群设计相应的图片，这个tab页明显是对应对网络非常了解的用户。Apple公司的logo，微软公司的logo等等。对于普通可能不会了解，这个时候可能要添加相应的提示文字。</p>
<p>　　网站地址： <a href="http://arstechnica.com/">Ars Technica</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.huachahuacha.com/index.php/archives/41/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Android and Me 网站登录界面设计</title>
		<link>http://www.huachahuacha.com/index.php/archives/7</link>
		<comments>http://www.huachahuacha.com/index.php/archives/7#comments</comments>
		<pubDate>Sun, 04 Jul 2010 07:37:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[web组件]]></category>
		<category><![CDATA[登录界面]]></category>

		<guid isPermaLink="false">http://www.huachahuacha.com/?p=7</guid>
		<description><![CDATA[
　　Android and Me这个是属于关注Android设计及周边的新闻网站，确切的说是一个博客，虽然说博客使用登录系统并不是多，但是它的这个设计于网页最顶端的登录web part十分有新意：
　　首先，是那个Android机器人的头像，在每次登录时，它都会发生变化，这是PHP实现的一个功能，让用户感觉很有新意，很有web2.0的设计概念。记得日本的一个视频网站 ニコニコ動画(9)  也有这个功能，面向年轻用户的网站可以考虑这个设计。
　　其次，文本输入框的设计，将文字嵌入了文本输入框内，看起来十分简洁，可能是只有一个字母的关系，中文实现起来就可能是两个词了：“用户”、“密码”。
　　其余的设计也以简洁为主，save实现了记住密码的功能。整个设计中，那个Android机器人头像是点睛之笔。
　　　　
　　网站地址： Android and Me
　　DEMO下载： uushare
]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.huachahuacha.com/wp-content/uploads/2010/07/Capture.gif" alt="android and me 登录界面" title="Capture" width="301" height="91" class="aligncenter size-full wp-image-28"  style="display: block; float: none; margin-left: auto; margin-right: auto;"/></p>
<p>　　Android and Me这个是属于关注Android设计及周边的新闻网站，确切的说是一个博客，虽然说博客使用登录系统并不是多，但是它的这个设计于网页最顶端的登录web part十分有新意：</p>
<p>　　首先，是那个Android机器人的头像，在每次登录时，它都会发生变化，这是PHP实现的一个功能，让用户感觉很有新意，很有web2.0的设计概念。记得日本的一个视频网站 <a href="http://www.nicovideo.jp/">ニコニコ動画(9) </a> 也有这个功能，面向年轻用户的网站可以考虑这个设计。</p>
<p>　　其次，文本输入框的设计，将文字嵌入了文本输入框内，看起来十分简洁，可能是只有一个字母的关系，中文实现起来就可能是两个词了：“用户”、“密码”。</p>
<p>　　其余的设计也以简洁为主，save实现了记住密码的功能。整个设计中，那个Android机器人头像是点睛之笔。</p>
<p>　<img src="http://www.huachahuacha.com/wp-content/uploads/2010/07/1.gif" alt="" title="1" width="70" height="70" class="aligncenter size-full wp-image-33" />　<img src="http://www.huachahuacha.com/wp-content/uploads/2010/07/2.gif" alt="" title="2" width="70" height="70" class="aligncenter size-full wp-image-34" />　<img src="http://www.huachahuacha.com/wp-content/uploads/2010/07/4.gif" alt="" title="4" width="70" height="70" class="aligncenter size-full wp-image-35" />　<img src="http://www.huachahuacha.com/wp-content/uploads/2010/07/5.gif" alt="" title="5" width="70" height="70" class="aligncenter size-full wp-image-36" /></p>
<p>　　网站地址： <a href="http://androidandme.com/">Android and Me</a><br />
　　DEMO下载： <a href="http://www.uushare.com/user/shamrocker/file/3232271">uushare</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.huachahuacha.com/index.php/archives/7/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hello world！</title>
		<link>http://www.huachahuacha.com/index.php/archives/1</link>
		<comments>http://www.huachahuacha.com/index.php/archives/1#comments</comments>
		<pubDate>Sun, 04 Jul 2010 02:08:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[JavaScript 例子]]></category>
		<category><![CDATA[jQuery 例子]]></category>
		<category><![CDATA[web组件]]></category>
		<category><![CDATA[交互式设计]]></category>
		<category><![CDATA[国外网站设计]]></category>
		<category><![CDATA[富WEB设计]]></category>
		<category><![CDATA[Hello world]]></category>

		<guid isPermaLink="false">http://www.huachahuacha.com/?p=1</guid>
		<description><![CDATA[
　　欢迎使用 WordPress 。这是系统自动生成的演示文章。编辑或者删除它，开始您的博客！
　　IT界不成文的约定，一项新技术的第一个demo都是用“Hello world！”来实现，这篇文章留作纪念。
]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.huachahuacha.com/wp-content/uploads/2010/07/4c1c540cXMZtQb2x-260x300.png" alt="" title="4c1c540cXMZtQb2x" width="260" height="300" class="aligncenter size-medium wp-image-3" style="display: block; float: none; margin-left: auto; margin-right: auto; " /></p>
<p>　　欢迎使用 WordPress 。这是系统自动生成的演示文章。编辑或者删除它，开始您的博客！</p>
<p>　　IT界不成文的约定，一项新技术的第一个demo都是用“Hello world！”来实现，这篇文章留作纪念。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.huachahuacha.com/index.php/archives/1/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
