How to Make a Full-Screen iPhone Web App
现在ios的设备越来越多,ios设备支持将网站保存为桌面的快捷图标.这样如果网站支持全屏,且用户体验好,用起来就和app差不多了.
支持图标和全屏只需要在head标签之间加上如下两行,注意apple-touch-ico是57px X 57px大小的
Reeder Like Scroller
Maybe some one wants to know how to make the scroll bar just like Reeder or Sparrow, lay over the content and can auto hide.

There are two points:
1. draw your custom scroller
2. make the scrollview’s contentView fill the scrollView’s bounds, and layout your scroller at right position
Can’t wait for the answer? Just look at here https://github.com/kejinlu/LKScroller
Keychain存取密码
我们的应用有时间需要存储用户密码, 而操作keychain的接口都是比较底层的, 所以是C语言的接口,
我整理了一下放在了github上,https://github.com/kejinlu/LKeychainUtilities.
包含了密码的存储,获取,以及删除等操作.
如果你需要用keychain来存储其他复杂的东西,你可以看看这个 http://extendmac.com/EMKeychain/
