<?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>Sev7n.net</title>
	<atom:link href="http://sev7n.net/index.php" rel="self" type="application/rss+xml" />
	<link>http://sev7n.net</link>
	<description>爱生活 爱前端 专注于前端开发与用户体验</description>
	<lastBuildDate>Thu, 09 Feb 2012 10:06:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
		<item>
		<title>jQuery 右键菜单</title>
		<link>http://sev7n.net/index.php/572.html</link>
		<comments>http://sev7n.net/index.php/572.html#comments</comments>
		<pubDate>Fri, 04 Nov 2011 08:22:53 +0000</pubDate>
		<dc:creator>sev7n</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[右键菜单]]></category>
		<category><![CDATA[屏蔽右键]]></category>

		<guid isPermaLink="false">http://sev7n.net/?p=572</guid>
		<description><![CDATA[前天做了关于右键屏蔽的一点小东西，想到现在大家都在做平台，都会有右键菜单，于是也抽空写了一个玩玩~<br />代码很简单：
<ul>
	<li>绑定contextmenu屏蔽右键</li>
	<li>获取右键点击坐标</li>
	<li>判断菜单是否距离窗口，如果挨着窗口改变位置</li>
	<li>显示菜单，屏蔽菜单点击事件</li>
</ul>]]></description>
		<wfw:commentRss>http://sev7n.net/index.php/572.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>JS屏蔽右键及复制粘贴</title>
		<link>http://sev7n.net/index.php/562.html</link>
		<comments>http://sev7n.net/index.php/562.html#comments</comments>
		<pubDate>Wed, 02 Nov 2011 08:44:23 +0000</pubDate>
		<dc:creator>sev7n</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[屏蔽右键]]></category>
		<category><![CDATA[禁止右键]]></category>

		<guid isPermaLink="false">http://sev7n.net/?p=562</guid>
		<description><![CDATA[记得很久以前很多站点为了防止文章被复制都用JS屏蔽了右键及一些复制剪切的功能，一直觉得这种代码比较“下三滥”没怎么去关注，而且浏览器的兼容性也存在一定的问题，没想到内网也有需要这个功能的时候，还是紧急需求。。。]]></description>
		<wfw:commentRss>http://sev7n.net/index.php/562.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>19楼概念版reset.css及几个基础样式</title>
		<link>http://sev7n.net/index.php/544.html</link>
		<comments>http://sev7n.net/index.php/544.html#comments</comments>
		<pubDate>Fri, 14 Oct 2011 02:59:24 +0000</pubDate>
		<dc:creator>sev7n</dc:creator>
				<category><![CDATA[HTML&CSS]]></category>
		<category><![CDATA[common.css]]></category>
		<category><![CDATA[reset.css]]></category>

		<guid isPermaLink="false">http://sev7n.net/?p=544</guid>
		<description><![CDATA[概念版的reset.css~]]></description>
		<wfw:commentRss>http://sev7n.net/index.php/544.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>19UED前端CSS代码规范 V1.0</title>
		<link>http://sev7n.net/index.php/525.html</link>
		<comments>http://sev7n.net/index.php/525.html#comments</comments>
		<pubDate>Thu, 11 Aug 2011 11:55:10 +0000</pubDate>
		<dc:creator>sev7n</dc:creator>
				<category><![CDATA[HTML&CSS]]></category>

		<guid isPermaLink="false">http://sev7n.net/?p=525</guid>
		<description><![CDATA[19楼UED前端CSS代码规范V1.0，原来一直没有很详细的CSS规范，最近综合各方面的意见整理了一份~ ]]></description>
		<wfw:commentRss>http://sev7n.net/index.php/525.html/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>智能手机Web开发笔记</title>
		<link>http://sev7n.net/index.php/506.html</link>
		<comments>http://sev7n.net/index.php/506.html#comments</comments>
		<pubDate>Tue, 31 May 2011 12:31:58 +0000</pubDate>
		<dc:creator>sev7n</dc:creator>
				<category><![CDATA[HTML&CSS]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[css3]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[手机开发]]></category>

		<guid isPermaLink="false">http://sev7n.net/?p=506</guid>
		<description><![CDATA[智能手机版开发终于告一段落，第一次做移动端开发，没有想象中那么那么难搞，但是期间也遇到了各种这样那样的问题，虽然从小日记都是抄的，但是开发笔记还是要自己写的，不敢说让别人学习，仅以备忘。]]></description>
		<wfw:commentRss>http://sev7n.net/index.php/506.html/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>（译） CSS3 Transitions, Transforms 和 Animation 详解</title>
		<link>http://sev7n.net/index.php/473.html</link>
		<comments>http://sev7n.net/index.php/473.html#comments</comments>
		<pubDate>Fri, 01 Apr 2011 15:06:36 +0000</pubDate>
		<dc:creator>sev7n</dc:creator>
				<category><![CDATA[HTML&CSS]]></category>
		<category><![CDATA[css3]]></category>
		<category><![CDATA[动画]]></category>

		<guid isPermaLink="false">http://sev7n.net/?p=473</guid>
		<description><![CDATA[前些天在google CSS3 新属性用法的时候发现这篇东西，对CSS3 动画的几个属性讲的比较详细，于是在WOW排队无聊的时候就把这篇文章翻译了下来，可以让E文比我更烂的攻城湿互撸娃们参考下，而且自己在翻译的同时也会理解的更深刻一点~]]></description>
		<wfw:commentRss>http://sev7n.net/index.php/473.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>怪异的IE6/7下legend左偏移</title>
		<link>http://sev7n.net/index.php/408.html</link>
		<comments>http://sev7n.net/index.php/408.html#comments</comments>
		<pubDate>Wed, 10 Nov 2010 13:35:47 +0000</pubDate>
		<dc:creator>sev7n</dc:creator>
				<category><![CDATA[HTML&CSS]]></category>
		<category><![CDATA[IE6]]></category>
		<category><![CDATA[IE7]]></category>
		<category><![CDATA[legend]]></category>

		<guid isPermaLink="false">http://sev7n.net/?p=408</guid>
		<description><![CDATA[其实怪异的东西并不是真的怪异，只是在不常见而且不符合自己认知的时候，我们就觉得很怪异了（扯吧？哈哈~）
怪异吗？不怪异吗？讨论而已，表鸡动~表鸡动~~]]></description>
		<wfw:commentRss>http://sev7n.net/index.php/408.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>( 转+推荐 ) 老男孩 &#8211; 11度青春电影</title>
		<link>http://sev7n.net/index.php/388.html</link>
		<comments>http://sev7n.net/index.php/388.html#comments</comments>
		<pubDate>Thu, 04 Nov 2010 14:57:41 +0000</pubDate>
		<dc:creator>sev7n</dc:creator>
				<category><![CDATA[碎碎念]]></category>
		<category><![CDATA[11度青春]]></category>
		<category><![CDATA[老男孩]]></category>

		<guid isPermaLink="false">http://sev7n.net/?p=388</guid>
		<description><![CDATA[青葱岁月去不复返 当我八十了还会有这样的感慨吗 今天感动了吗？<br />
梦想这东西和经典一样，永远不会因为时间而褪色，反而更显珍贵。<br />
岁月年轮，不应成为梦想磨灭的理由，那漂浮的人哪。－－11度青春电影-老男孩]]></description>
		<wfw:commentRss>http://sev7n.net/index.php/388.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>( 转 ) 收藏一篇访谈并做笔记：《［独家］与周鸿祎谈乔布斯》</title>
		<link>http://sev7n.net/index.php/377.html</link>
		<comments>http://sev7n.net/index.php/377.html#comments</comments>
		<pubDate>Fri, 29 Oct 2010 09:38:30 +0000</pubDate>
		<dc:creator>sev7n</dc:creator>
				<category><![CDATA[碎碎念]]></category>
		<category><![CDATA[乔布斯]]></category>
		<category><![CDATA[周鸿祎]]></category>

		<guid isPermaLink="false">http://sev7n.net/?p=377</guid>
		<description><![CDATA[十一之前，我有机会和周鸿祎坐下来聊聊乔布斯。

这是奇特的一对。两人一中一洋，未曾谋面；两人分属消费电子和互联网两个领域；两人中一个执掌着市值近 3000 亿美元的公司，另一个还从未打造过一家上市公司⋯⋯但他们在某些方面又是类似的：充满争议性、富攻击性、与众不同。我无意标榜周鸿祎，但与他长叹三小时的过程的确酣畅，周心思敏捷，又富商界经验，便不乏有趣的见解。比如，周说从乔布斯身上他学到「企业的战略是可以来自于细节」，他追求像乔布斯一样提供「优雅的解决方案」，以及他认为自己在互联网电视革命方面比乔布斯想的更远。
]]></description>
		<wfw:commentRss>http://sev7n.net/index.php/377.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>（译） 浏览器渲染优化</title>
		<link>http://sev7n.net/index.php/351.html</link>
		<comments>http://sev7n.net/index.php/351.html#comments</comments>
		<pubDate>Mon, 25 Oct 2010 15:39:32 +0000</pubDate>
		<dc:creator>sev7n</dc:creator>
				<category><![CDATA[HTML&CSS]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[CSS优化]]></category>
		<category><![CDATA[渲染优化]]></category>
		<category><![CDATA[选择器优化]]></category>

		<guid isPermaLink="false">http://sev7n.net/?p=351</guid>
		<description><![CDATA[最近耳边 W3C 标准的声音越来越多，对页面的各种优化也随之越来越多了，结构优化、JS优化、CSS优化、图片优化。。。优化的多了，疑问也慢慢的多了，比如jquery的选择器优化，为什么find()在IE6/7下会比后代或者其他选择器速度快?为什么其他现代浏览器会反过来呢？那CSS的选择器应该怎样优化呢？为什么不能有过深的层级呢？浏览器的渲染过程又是怎么样的呢？如果一直重复做着不明白的事情相信也不会有很大的进步，就像那么多的兼容性BUG，不去弄明白原因只会一次接一次的遇到、修改、再遇到、再修改。。。死循环下去我们就真的成苦力了。]]></description>
		<wfw:commentRss>http://sev7n.net/index.php/351.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

