<?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>高手网</title>
	<atom:link href="http://blog.gaoso.com.cn/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.gaoso.com.cn</link>
	<description>通百艺而专一长</description>
	<lastBuildDate>Tue, 08 Jun 2010 05:31:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>E71当作电脑摄像头(网络摄像头Mobiola Web Camera)</title>
		<link>http://blog.gaoso.com.cn/2010/06/763.html</link>
		<comments>http://blog.gaoso.com.cn/2010/06/763.html#comments</comments>
		<pubDate>Fri, 04 Jun 2010 03:26:38 +0000</pubDate>
		<dc:creator>沙漠</dc:creator>
				<category><![CDATA[手机互联网]]></category>
		<category><![CDATA[E71当作电脑摄像头]]></category>
		<category><![CDATA[网络摄像头Mobiola Web Camera]]></category>

		<guid isPermaLink="false">http://blog.gaoso.com.cn/?p=763</guid>
		<description><![CDATA[把E71的摄像头直接当作电脑的摄像头用，这样就不受摄像像电线长度的限制了，只要有蓝牙或者wifi信号范围内的都可以。]]></description>
		<wfw:commentRss>http://blog.gaoso.com.cn/2010/06/763.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>转点老外拍得世博照片(共37张)</title>
		<link>http://blog.gaoso.com.cn/2010/04/754.html</link>
		<comments>http://blog.gaoso.com.cn/2010/04/754.html#comments</comments>
		<pubDate>Fri, 30 Apr 2010 08:17:38 +0000</pubDate>
		<dc:creator>沙漠</dc:creator>
				<category><![CDATA[互联网]]></category>
		<category><![CDATA[摄影技术]]></category>
		<category><![CDATA[上海世博会照片]]></category>

		<guid isPermaLink="false">http://blog.gaoso.com.cn/?p=754</guid>
		<description><![CDATA[
#01. Visitors gather in front of a huge
animated baby mannequin displayed in the Spanish pavilion at the site of
the World Expo 2010 in Shanghai on April 25, 2010. Expo organizers gave
members of the public a preview of the largest-ever World&#8217;s Fair as
they tested facilities and public transportation before the official
start on May 1. (PHILIPPE LOPEZ/AFP/Getty [...]]]></description>
		<wfw:commentRss>http://blog.gaoso.com.cn/2010/04/754.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>UCWEB对css样式的支持(S60 V3 V7.1.0.42)</title>
		<link>http://blog.gaoso.com.cn/2010/03/748.html</link>
		<comments>http://blog.gaoso.com.cn/2010/03/748.html#comments</comments>
		<pubDate>Thu, 11 Mar 2010 06:00:16 +0000</pubDate>
		<dc:creator>沙漠</dc:creator>
				<category><![CDATA[Web设计]]></category>
		<category><![CDATA[UCWEB\css]]></category>
		<category><![CDATA[UCWEB、css]]></category>
		<category><![CDATA[UCWEB对css样式的支持]]></category>

		<guid isPermaLink="false">http://blog.gaoso.com.cn/?p=748</guid>
		<description><![CDATA[最近手头的项目就是WAP的改版，之前的版本也对UCWEB进行过专门的适配，为了适应UCWEB，有些效果进行了调整。最新UCWEB的版本更新到V7.1.0.42,所以有些样式又不支持了。但是用andriod平台下的ucweb，这个解析就相当好，大家有条件的话可以作自行测试。下面例举一些日常工作中碰到的问题，希望对大家有用：
1、传统的TAB做法会换行，如像koubei网的。

代码如下：
&#60;div id=&#8221;nav&#8221;&#62;
&#60;p&#62;
&#60;a href=&#8221;/store.do?m=index&#38;amp;sid=9b4a753e-90ab-49fb-9418-3ebe990913d7&#8243;&#62;美食娱乐&#60;/a&#62;
&#60;a href=&#8221;/bar.do?m=index&#38;amp;sid=9b4a753e-90ab-49fb-9418-3ebe990913d7&#8243;&#62;点评吧&#60;/a&#62;
&#60;a href=&#8221;/info.do?m=index&#38;amp;sid=9b4a753e-90ab-49fb-9418-3ebe990913d7&#8243;&#62;生活资讯&#60;/a&#62;
&#60;/p&#62;
&#60;/div&#62;
解决方法：用table td将每个A定位&#60;td&#62;&#60;a&#62;美食&#60;/a&#62;&#60;/td&#62;要解决换行，虽然效果不是很好，但是只能这样，效果可以参考图2，至少不会换行，又解决了当然选项卡的定位。
2、网上有文章说UCWEB不支持粗体font-weight:bold;的样式，在此版本中是支持的，大家可以看上图中的首页两字就是粗体的。
3、图片左右排会比较麻烦，有时候正常，有时候却不正常，好像无法解析width，见下面图文左右排的样式，右边的文字明显向右靠了。大家请参考淘宝的列表页面，好像是解析错误，不知是不是淘宝进行了特殊处理，我曾经把淘宝的源码复制传到我空间里去，但解析出来的就是显示不正常，苦恼。

4、UCWEB支持text-align:center的CSS样式，但是不支持text-align:right;因些想把更多放在标题的右侧就要换个办法了，还是只能用TABLE。
5、UCWEB对于padding，margin都不支持，如果想弄个间距什么的，就要另想办法好了。
6、关于INPUT强制一行的解析，这个是相当痛苦的事情，大家可以参考淘宝的WAP站的做法，在UC下的解析还是比较满意的，至少我做的时候，都是如网上文章所述都是强制占一行的，因此还特意更改了了分页的形式，把输入页码跳转的功能去掉了。

7、UCWEB支付border的样式，特别是对.cate td{border:1px solid #ddd}这样的样式定义也支持不错。
8、对普通按钮的处理：UC中对&#60;a href=&#8221;#&#8221; style=&#8221;color:#fff; background:#FF0000&#8243;&#62;这是测试效果&#60;/a&#62;这样的解析也是默认一行的，解决的方案:
第一种方法:用form,把按钮作成submit，把链接放在action里，但是UCWEB不支持自定义button,系统会调用UCWEB自带的button样式。此方法不是很好。
第二种方法就是用图片。但是一图片尺寸大，二是不利于后期维护，修改文字、样式的时候需要修改图片。
以上只是工作上遇到的一些问题，我会不断完善，上面的问题仅限S60 V3 V7.1.0.42，我们希望UCWEB对CSS的支持越来越好，以减少我们的痛苦。也希望大家共同探讨更好的解决方案。
]]></description>
		<wfw:commentRss>http://blog.gaoso.com.cn/2010/03/748.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>几个炫丽又强大HTML 5应用</title>
		<link>http://blog.gaoso.com.cn/2010/02/739.html</link>
		<comments>http://blog.gaoso.com.cn/2010/02/739.html#comments</comments>
		<pubDate>Thu, 04 Feb 2010 05:46:04 +0000</pubDate>
		<dc:creator>沙漠</dc:creator>
				<category><![CDATA[互联网]]></category>

		<guid isPermaLink="false">http://blog.gaoso.com.cn/?p=739</guid>
		<description><![CDATA[最后一个，则是展示HTML 5视频的一个强大的应用。叫：sublimeVideo， 我用它放了视频以后， ... 夏科艺:几个炫丽又强大HTML 5应用. 老兵群社区- 行万里路，读万卷书！]]></description>
		<wfw:commentRss>http://blog.gaoso.com.cn/2010/02/739.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>最简单windows7 硬盘安装工具 nt6 hdd installer v2.8.1，实测,可用!</title>
		<link>http://blog.gaoso.com.cn/2010/02/727.html</link>
		<comments>http://blog.gaoso.com.cn/2010/02/727.html#comments</comments>
		<pubDate>Tue, 02 Feb 2010 05:09:57 +0000</pubDate>
		<dc:creator>沙漠</dc:creator>
				<category><![CDATA[互联网]]></category>
		<category><![CDATA[windows7 硬盘安装工具]]></category>
		<category><![CDATA[windows7 硬盘安装方法]]></category>

		<guid isPermaLink="false">http://blog.gaoso.com.cn/?p=727</guid>
		<description><![CDATA[【可以在单系统中使用】【可以在多系统中使用】【可以在pe中使用】【不兼容grub4dos的机器也可以使用】【可以在32位上装64位系统】【可以格式化C盘装成纯净的系统，也可以装成多系统】【安装windows7象光盘一样安装，不用进修复计算机后输入指令】

 使用方法：把windows7安装程序解压在某分区根文件夹，安装nt6 hdd，重启后象光盘那样安装windows7。

]]></description>
		<wfw:commentRss>http://blog.gaoso.com.cn/2010/02/727.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>30+ 新鲜惊奇的 jQuery 插件与教程116</title>
		<link>http://blog.gaoso.com.cn/2010/01/724.html</link>
		<comments>http://blog.gaoso.com.cn/2010/01/724.html#comments</comments>
		<pubDate>Fri, 22 Jan 2010 02:08:17 +0000</pubDate>
		<dc:creator>沙漠</dc:creator>
				<category><![CDATA[Web设计]]></category>

		<guid isPermaLink="false">http://blog.gaoso.com.cn/?p=724</guid>
		<description><![CDATA[在网络发展领域，由于 jQuery 简单易学，易于使用和易于扩展的特点，因此正慢慢变得无处不在。以下是从一些 jQuery 相关文章中整理出来的 30+ 新鲜与惊奇的 jQuery 插件与教程。如果你正在寻找最新的 jQuery 信息，这些内容值得一读。]]></description>
		<wfw:commentRss>http://blog.gaoso.com.cn/2010/01/724.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>20多个漂亮的使用jQuery交互的网站设计欣赏</title>
		<link>http://blog.gaoso.com.cn/2010/01/700.html</link>
		<comments>http://blog.gaoso.com.cn/2010/01/700.html#comments</comments>
		<pubDate>Fri, 08 Jan 2010 05:56:27 +0000</pubDate>
		<dc:creator>沙漠</dc:creator>
				<category><![CDATA[Web设计]]></category>
		<category><![CDATA[互联网]]></category>

		<guid isPermaLink="false">http://blog.gaoso.com.cn/?p=700</guid>
		<description><![CDATA[jQuery是使用最多的JS库之一，它有很多优点，比如轻量、易用、完善的Ajax、良好的浏览器兼容，以及它有健壮的选择器等。这些优点使得jQuery成为帮助前端开发人员的有力工具。越来越多的大型网站开始使用jQuery及其插件实现其前端交互。
这里，前端观察收集了20多个使用jquery交互的漂亮网站设计，它们不仅交互效果比较酷，界面设计的也很棒，希望能够给你的设计提供某些参考。当然，使用jQuery的优秀的网站并不只这些，如果你知道有很不错的基于jQuery的网站设计，欢迎与我们共享，多谢。
翻页、滑动、lightbox – serialcut.com

滑动、导航 – tearoundapp.com

滑动、导航 – mtvsticky.com

滑动、动画 – worldofmerix.com

滑动、拖拽 – icondock.com

滑动、导航 – directdesign.it

翻页、弹出 – jumpstartforbusiness.co.uk

滑动, Lightbox – 10bestthings.com

滑动 – paramoreredd.com

滑动 – bulletpr.co.uk

滑动、淡出、Ajax、导航 – bestbefore.ro

lightbox、Ajax – www.geochirp.com

滑动、导航 – eyedraw.eu

LightBox、Ajax、拖拽 – rachelbloch.ch

滑动、动画 – marfil.me

动画、提示 – jquerystyle.com

弹出、Ajax、提示 – virtuousquare.fr

滑动、动画 – bonadiesarchitect.com

滑动、热键 – pauljnoble.com

翻页、滑动、lightbox – ormanclark.com

提示、lightbox – tedxbucharest.com

]]></description>
		<wfw:commentRss>http://blog.gaoso.com.cn/2010/01/700.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>10 Cool Accessible jQuery and Ajax Plugins</title>
		<link>http://blog.gaoso.com.cn/2010/01/698.html</link>
		<comments>http://blog.gaoso.com.cn/2010/01/698.html#comments</comments>
		<pubDate>Fri, 08 Jan 2010 03:22:54 +0000</pubDate>
		<dc:creator>沙漠</dc:creator>
				<category><![CDATA[Web设计]]></category>

		<guid isPermaLink="false">http://blog.gaoso.com.cn/2010/01/698.html</guid>
		<description><![CDATA[jQuery JavaScript Library simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid web development. On this collection we roundups 10 really cool, usable and accessible jQuery JavaScript and Ajax plugins that you can implement easily to your design or websites. You can also go to the official jQuery Plugin page for more [...]]]></description>
		<wfw:commentRss>http://blog.gaoso.com.cn/2010/01/698.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2009 年度最佳 jQuery 插件</title>
		<link>http://blog.gaoso.com.cn/2010/01/696.html</link>
		<comments>http://blog.gaoso.com.cn/2010/01/696.html#comments</comments>
		<pubDate>Tue, 05 Jan 2010 06:38:56 +0000</pubDate>
		<dc:creator>沙漠</dc:creator>
				<category><![CDATA[Web设计]]></category>

		<guid isPermaLink="false">http://blog.gaoso.com.cn/?p=696</guid>
		<description><![CDATA[jQuery 是个宝库，而 jQuery 的插件体系是个取之不竭的宝库，众多开发者在 jQuery 框架下，设计了数不清的插件，jQuery 的特长是网页效果，因此，它的插件库也多与 UI 有关。本文是 webdesignledger.com 网站推选的2009年度最佳 jQuery 插件（完整图文版）。
拉洋片
在一个固定区域，循环显示几段内容，这种方式很像旧时的拉洋片，2009年，这种 Web 效果大行其道，jQuery 有大量与此有关的插件，以下插件无疑是最佳的。
AnythingSlider： 由 CSS-Tricks 的 Chris Coyier 设计，功能齐全，应用十分广泛。
Easy Slider： 这个 Content Slider 插件既包含传统“前后”导航模式，又包含页码式导航。
Coda-Slider 2.0： Coda-Slider 2.0 是对 Panic Coda 网站上对应效果的模仿。
图片库
那些需要借助 Flash 实现滑动与渐入渐出效果图片库的日子已经去过，借助 jQuery，这种效果已经可以在本地实现，以下是本年度备受欢迎的几个 jQuery 图片库插件。
Galleria： 这是一个基于 jQuery 的图片库，可以逐个加载图片并显示缩略图。
jQuery Panel Gallery： 一个可以高度定义的图片库插件，无需对单个图片进行任何处理，这个插件会帮你完成一切。
slideViewer： slideViewer 会检查你的图片列表中的编号，动态创建各个图片的页码浏览导航。
Supersized： 一个令人惊讶的图片循环展示插件，包含各种变换效果和预加载选项，会对图片自动改变尺寸以适应浏览器窗口。
导航
我们相信，作为网站的导航系统，应该越简单，越易用越好，然而，假如你确实希望实现一些更炫的效果，jQuery 就是最好的选项，以下插件是09年最好的 jQuery 导航插件。
jquery mb.menu
Horizontal Scroll Menu with [...]]]></description>
		<wfw:commentRss>http://blog.gaoso.com.cn/2010/01/696.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>从FLV视频文件中快速提取音频</title>
		<link>http://blog.gaoso.com.cn/2009/12/677.html</link>
		<comments>http://blog.gaoso.com.cn/2009/12/677.html#comments</comments>
		<pubDate>Wed, 02 Dec 2009 02:10:12 +0000</pubDate>
		<dc:creator>沙漠</dc:creator>
				<category><![CDATA[互联网]]></category>

		<guid isPermaLink="false">http://blog.gaoso.com.cn/?p=677</guid>
		<description><![CDATA[FLV Extract是一款可快速从Flv格式文件中提取音频和视频的小工具,和其它软件不同的是,该软件在提取的时候不需要对文件进行解码和编码,瞬间就能将视频和音频文件提取出来,并且可以保留原始文件的音质效果,该软件还有如下优点:# 文件小巧(不到50K),无需安装,且是免费开源软件;]]></description>
		<wfw:commentRss>http://blog.gaoso.com.cn/2009/12/677.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
