<?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>爱生活 爱应用 专注于iOS App开发与用户体验</description>
	<lastBuildDate>Tue, 10 Apr 2012 02:44:53 +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>iPhone开发笔记 – 瀑布流布局</title>
		<link>http://sev7n.net/index.php/667.html</link>
		<comments>http://sev7n.net/index.php/667.html#comments</comments>
		<pubDate>Wed, 25 Jan 2012 14:02:35 +0000</pubDate>
		<dc:creator>sev7n</dc:creator>
				<category><![CDATA[iPhone 开发]]></category>
		<category><![CDATA[iPhone开发]]></category>
		<category><![CDATA[瀑布流]]></category>

		<guid isPermaLink="false">http://sev7n.net/?p=667</guid>
		<description><![CDATA[iOS实现方式跟前端的绝对定位方式差不多，算法一样，很简单：<br />
<ol>
	<li>根据列数每列先放一个模块并保存每列的高度</li>
	<li>寻找当前高度最小的那列，在当前最小高度的列里插入数据模块，更新所在列的高度为原有高度加上当前数据模块高度
</li>
	<li>重复2直到所有模块插入完毕</li>
	<li>调整容器（一般是UIScrollView）的高度为各列最大的高度值</li>
</ol>]]></description>
		<wfw:commentRss>http://sev7n.net/index.php/667.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>iPhone开发笔记 &#8211; 多线程异步加载显示图片</title>
		<link>http://sev7n.net/index.php/662.html</link>
		<comments>http://sev7n.net/index.php/662.html#comments</comments>
		<pubDate>Sat, 21 Jan 2012 03:54:12 +0000</pubDate>
		<dc:creator>sev7n</dc:creator>
				<category><![CDATA[iPhone 开发]]></category>
		<category><![CDATA[iPhone开发]]></category>
		<category><![CDATA[异步加载]]></category>

		<guid isPermaLink="false">http://sev7n.net/?p=662</guid>
		<description><![CDATA[iPhone开发跟Web前端很大一个不同就是可以多线程，比如图片相当多的瀑布流页面，在Web端我们可能会需要延迟加载图片，先把页面上img的src换成我们默认的图片，等到图片即将进入可视区域的时候再把图片的src换成图片的真实地址，而在iPhone上我们只需要把图片的加载开个子线程来做就好了。]]></description>
		<wfw:commentRss>http://sev7n.net/index.php/662.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>iOS 开发学习资源集合</title>
		<link>http://sev7n.net/index.php/645.html</link>
		<comments>http://sev7n.net/index.php/645.html#comments</comments>
		<pubDate>Wed, 18 Jan 2012 13:38:44 +0000</pubDate>
		<dc:creator>sev7n</dc:creator>
				<category><![CDATA[iPhone 开发]]></category>
		<category><![CDATA[iPhone开发资源]]></category>

		<guid isPermaLink="false">http://sev7n.net/?p=645</guid>
		<description><![CDATA[收集了自己从前端转做iPhone开发中的一些学习资源和一点点学习经验~ <br />1、基础文档<br />2、视频教程<br />3、问题&#038;帮助]]></description>
		<wfw:commentRss>http://sev7n.net/index.php/645.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>iOS 开发中的开源 json 处理组件 &#8212; SBJson</title>
		<link>http://sev7n.net/index.php/637.html</link>
		<comments>http://sev7n.net/index.php/637.html#comments</comments>
		<pubDate>Tue, 10 Jan 2012 13:05:02 +0000</pubDate>
		<dc:creator>sev7n</dc:creator>
				<category><![CDATA[iPhone 开发]]></category>
		<category><![CDATA[iphone json]]></category>
		<category><![CDATA[SBJson]]></category>

		<guid isPermaLink="false">http://sev7n.net/?p=637</guid>
		<description><![CDATA[前面转了一篇iphone开发中的http请求开源组件ASIHTTPRequest，现在介绍一个处理请求回来JSON的开源组件--SBJson
组件相关介绍就不多说了，官方文档说的很明白，最常用到的是JSONValue和JSONRepresentation方法]]></description>
		<wfw:commentRss>http://sev7n.net/index.php/637.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>（转）ASIHTTPRequest 详解, http 请求终结者</title>
		<link>http://sev7n.net/index.php/615.html</link>
		<comments>http://sev7n.net/index.php/615.html#comments</comments>
		<pubDate>Sun, 08 Jan 2012 12:40:10 +0000</pubDate>
		<dc:creator>sev7n</dc:creator>
				<category><![CDATA[iPhone 开发]]></category>
		<category><![CDATA[asihttprequest]]></category>
		<category><![CDATA[Objective-C]]></category>
		<category><![CDATA[request]]></category>

		<guid isPermaLink="false">http://sev7n.net/?p=615</guid>
		<description><![CDATA[ASIHTTPRequest是一款极其强劲的HTTP访问开源项目。让简单的 API 完成复杂的功能，如：

异步请求，队列请求，GZIP压缩，缓存，断点续传，进度跟踪，上传文件，HTTP认证
在新的版本中，还加入了Objective-C闭包Block的支持，让我们的代码更加轻简灵活。]]></description>
		<wfw:commentRss>http://sev7n.net/index.php/615.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Objective-C 2.0读书笔记（二）</title>
		<link>http://sev7n.net/index.php/607.html</link>
		<comments>http://sev7n.net/index.php/607.html#comments</comments>
		<pubDate>Wed, 14 Dec 2011 12:04:50 +0000</pubDate>
		<dc:creator>sev7n</dc:creator>
				<category><![CDATA[Objective-C]]></category>

		<guid isPermaLink="false">http://sev7n.net/?p=607</guid>
		<description><![CDATA[<b>第二部分 Foundation框架</b>
第14章 Foundation框架简介
第15章 数字、字符串和集合
第16章 使用文件
第17章 内存管理
第18章 复制对象
第19章 归档
第20章 Cocoa简介]]></description>
		<wfw:commentRss>http://sev7n.net/index.php/607.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Xcode快捷键</title>
		<link>http://sev7n.net/index.php/626.html</link>
		<comments>http://sev7n.net/index.php/626.html#comments</comments>
		<pubDate>Sun, 11 Dec 2011 13:00:06 +0000</pubDate>
		<dc:creator>sev7n</dc:creator>
				<category><![CDATA[iPhone 开发]]></category>
		<category><![CDATA[Xcode]]></category>
		<category><![CDATA[快捷键]]></category>

		<guid isPermaLink="false">http://sev7n.net/?p=626</guid>
		<description><![CDATA[1. 文件
2. 编辑
3. 调试
4. 窗口
5. 帮助]]></description>
		<wfw:commentRss>http://sev7n.net/index.php/626.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Objective-C 2.0读书笔记（一）</title>
		<link>http://sev7n.net/index.php/588.html</link>
		<comments>http://sev7n.net/index.php/588.html#comments</comments>
		<pubDate>Fri, 09 Dec 2011 11:52:19 +0000</pubDate>
		<dc:creator>sev7n</dc:creator>
				<category><![CDATA[Objective-C]]></category>

		<guid isPermaLink="false">http://sev7n.net/?p=588</guid>
		<description><![CDATA[<b>第一部分 Objective-C 语言</b>
第2章 Objective-C程序设计
第3章 类、对象和方法
第4章 数据类型和表达式
第5章 循环结构
第6章 选择结构
第7章 类
第8章 继承
第9章 多态、动态类型和动态绑定
第10章 变量和数据类型
第11章 分类和协议
第12章 预处理程序
第13章 基本的C语言特性]]></description>
		<wfw:commentRss>http://sev7n.net/index.php/588.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>
	</channel>
</rss>

