<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[阿权的书房]]></title> 
<link>http://www.aslibra.com/blog/index.php</link> 
<description><![CDATA[技术经验分享，资料收集，偶尔晾几张相片，感言生活]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[阿权的书房]]></copyright>
<item>
<link>http://www.aslibra.com/blog/read.php/1678.htm</link>
<title><![CDATA[在ios里面使用抖动功能]]></title> 
<author>hqlulu &lt;hqlulu@163.com&gt;</author>
<category><![CDATA[Phone]]></category>
<pubDate>Wed, 09 May 2012 16:11:27 +0000</pubDate> 
<guid>http://www.aslibra.com/blog/read.php/1678.htm</guid> 
<description>
<![CDATA[ 
	首先，在AppDelegate 里的 application:didFinishLaunchingWithOptions: 方法里添加如下声明，跟系统申请开启抖动：<br/><br/>[application setApplicationSupportsShakeToEdit:YES];<br/><br/>然后，在controller里面，添加类似的代码：<br/><br/><div class="code"><br/>#pragma mark - shake to reload data<br/><br/>//TODO setShakeLayoutHidden<br/><br/>- (void)viewDidAppear:(BOOL)animated &#123;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&#91;self becomeFirstResponder&#93;;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&#91;super viewDidAppear:animated&#93;;<br/>&#125;<br/><br/>- (void)viewDidDisappear:(BOOL)animated &#123;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&#91;self becomeFirstResponder&#93;;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&#91;super viewDidDisappear:animated&#93;;<br/>&#125;<br/><br/>- (BOOL)canBecomeFirstResponder &#123;<br/>&nbsp;&nbsp;&nbsp;&nbsp;return YES;<br/>&#125;<br/><br/>- (void) motionBegan:(UIEventSubtype)motion withEvent:(UIEvent *)event<br/>&#123;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&#91;self setShakeLayoutHidden:NO&#93;;<br/>&#125;<br/><br/>- (void) motionCancelled:(UIEventSubtype)motion withEvent:(UIEvent *)event<br/>&#123;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&#91;self setShakeLayoutHidden:YES&#93;;<br/>&#125;<br/><br/>- (void) motionEnded:(UIEventSubtype)motion withEvent:(UIEvent *)event<br/>&#123;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&#91;self setShakeLayoutHidden:YES&#93;;<br/>&nbsp;&nbsp;&nbsp;&nbsp;if (event.subtype == UIEventSubtypeMotionShake) &#123;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;//something happens<br/>&nbsp;&nbsp;&nbsp;&nbsp;&#125;<br/>&#125;<br/><br/></div><br/><br/>请按需补全
]]>
</description>
</item><item>
<link>http://www.aslibra.com/blog/read.php/1677.htm</link>
<title><![CDATA[NSData和NSSet互转]]></title> 
<author>hqlulu &lt;hqlulu@163.com&gt;</author>
<category><![CDATA[Phone]]></category>
<pubDate>Sat, 05 May 2012 15:04:58 +0000</pubDate> 
<guid>http://www.aslibra.com/blog/read.php/1677.htm</guid> 
<description>
<![CDATA[ 
	互转代码：<br/><br/><div class="code"><br/>NSSet * someSet = ...;<br/>NSData * serializedSet = &#91;NSKeyedArchiver archivedDataWithRootObject:someSet&#93;;<br/><br/>NSData * receivedData = ....;<br/>NSSet * set = &#91;NSKeyedUnarchiver unarchiveObjectWithData:receivedData&#93;;<br/></div><br/><br/>在使用NSUserDefaults读写的时候，是不允许的，会出错<br/><br/><div class="quote"><div class="quote-title">引用</div><div class="quote-content">NSData, NSString, NSNumber, NSDate, NSArray, or NSDictionary. If you want to store any other type of object, you should typically archive it to create an instance of NSData. </div></div><br/><br/><div class="code"><br/>&nbsp;&nbsp;&nbsp;&nbsp;NSUserDefaults *defaults = &#91;NSUserDefaults standardUserDefaults&#93;;<br/><br/>&nbsp;&nbsp;&nbsp;&nbsp;//工作不正常<br/>&nbsp;&nbsp;&nbsp;&nbsp;&#91;defaults setObject:fav forKey:KEY_USER_FAV&#93;;<br/><br/>&nbsp;&nbsp;&nbsp;&nbsp;//工作正常<br/>&nbsp;&nbsp;&nbsp;&nbsp;NSData * serializedSet = &#91;NSKeyedArchiver archivedDataWithRootObject:fav&#93;; //NSSet<br/>&nbsp;&nbsp;&nbsp;&nbsp;&#91;defaults setObject:serializedSet forKey:KEY_USER_FAV&#93;;<br/><br/>&nbsp;&nbsp;&nbsp;&nbsp;&#91;defaults synchronize&#93;;<br/></div>
]]>
</description>
</item><item>
<link>http://www.aslibra.com/blog/read.php/1676.htm</link>
<title><![CDATA[转：因为爱情，怎么会有沧桑]]></title> 
<author>hqlulu &lt;hqlulu@163.com&gt;</author>
<category><![CDATA[文摘资讯]]></category>
<pubDate>Sat, 05 May 2012 14:43:08 +0000</pubDate> 
<guid>http://www.aslibra.com/blog/read.php/1676.htm</guid> 
<description>
<![CDATA[ 
	上午姥姥姥爷坐车外出，却是一瘸一拐的回来。路上出了车祸，车都毁了，不幸中的万幸，两人伤势并不很重。姥姥给我讲述着事发当时的情景，我看着她苍老的脸，枯萎的手，看着她几十年来被生活压的不太能挺直的背，搂着她的肩膀大哭说：“幸亏你们没事！”她却说，“幸亏我俩当时在一起…”<br/><br/>这是我在姥姥家住的第五天——2012年2月14号——如果2012是真的，这将是人类最后一个情人节。<br/><br/>我，跟所有这个年龄的人一样，打心眼儿里想过，又会在嘴上说俗。<br/>难道还期待在情人节这天会有从天而降的浪漫？然后我像个公主，站在世界的中心，被男主角深情地表达爱，抑制住内心的狂喜，点着头把他刚才说的每一句话深深印在脑子里，好作为以后吵架时可以脱口而出反驳的证据：“你说过会怎样怎样的！”——想着这一幕的同时我给自己的幼稚程度打了个高分。<br/>我们越来越不屑于用情人节这种商家造次玫瑰臭街的节日来证明自己有人爱，可能是越来越知道，有人一起过情人节与有人爱的关系并不直接。<br/>爱情，被认为是瞬间的感觉，是激情的产物，它不像房子车子带给你实在的安全感。它风险大，它不靠谱，它是消耗品，是奢侈品，却唯独不是必需品。<br/><br/>我老妈曾经说过，她跟爸爸奋斗半生就是为了我的衣食无忧，如果我嫁人之后的生活反而不如现在，现在买得起的以后却买不起，每每想到这点她就受不了。<br/>你老妈也肯定说过，大丈夫何患无妻，眼光要放长远，等你三十岁事业有成，房车齐备，前途大好，多的是年轻漂亮条件好的女孩子喜欢。<br/>她老妈也说，女孩子要嫁个物质条件好的，不受罪。<br/>他老妈还说，小伙子要找个有好工作的，不用操心…<br/>于是，爱情的标准不断地被物化。<br/>于是，爱情不再是我爱你你也爱我就可以，爱情本身越来越不值钱，越来越不纯粹，还没爱就是一副历尽沧桑的老态。<br/><br/>认识一个准备出国留学的女生，为人精明利索开朗独立，有很好的人缘。问她想出国的原因，竟然是男朋友在那个国家念书，在别人都在漫天撒网海投资料的时候，她只申请了男朋友的学校，孤注一掷，不留后路。我惊讶于她就这样草率地决定了自己的未来前途，因为一个被称为男朋友却还不是老公的男人。万一分手了呢？万一后悔了呢？但之后我发现她并不是抱着押宝赌幸福的心态，她很有主见，只是这样选择了一个可以共同努力的方向。我爱你，我会好好学习，我会想办法跟你在一起，仅此而已，没有他虑。<br/>我弱弱地问过她：“你们…会结婚吗？”这句话出口的同时恨不得挠自己，我问了多么幼稚多么老土的问题啊，然而她强强地答：“会啊！”<br/>也许我潜意识里觉得对方说“说不准”“不靠谱”才会觉得正常，也许我习惯了现在人们每向前一步都给自己找好一万条退路的走法，也许我听惯了冷冷的道理，她的话反而像初春破冰的声音一样有穿透力。<br/>我为朋友感到高兴，当她那么想，也决定那么做的时候，我看见他们之间的距离和时间都模糊了，取而代之的是坦途。<br/>爱情在沧桑面前并非没有胜算。<br/><br/>我经常想起《傲慢与偏见》电影里的一个场景，在那个大雨滂沱的傍晚，雨声甚至大到盖过了人说话的声音，达西先生对伊丽莎白表白。<br/>“我违背了我的判断力以及家人的期望，我的阶级，你的出身低微，你贪慕虚荣的母亲和妹妹，我全部抛在一旁，请你结束我的痛苦——我爱你，非常爱你！”<br/>这绝不是段讨人喜欢的表白，这样的后果是给达西带来伊丽莎白更深的误解。但自那以后我的脑海里始终有这样一个声音挥之不去，伴着古典悠扬的小提琴音乐，达西说，我知道你不符合世俗的标准，我知道跟你在一起可能会带来的麻烦和痛苦，但是，我爱你。<br/><br/>理智和现实，沧海和桑田就这样在爱情面前完全败下阵来，因为重点，永远在但是之后。<br/><br/>曾经有个好朋友问我，你有没有那么那么喜欢一个人，你可以为他做任何事，甚至愿意为他去死，他在你眼里就是完美，缺点也是优点，优点是放大的优点，你想跟他结婚，想未来每一天都跟他度过，但他却不爱你。你越坚持越努力，你们反而越平行越没戏。短暂的停顿后，他说，如果当时能有一个在一起的机会，真的是干什么都愿意，就算是现在，已经很久不联系，如果她回头，我也一定会把持不住。<br/>这些话为什么让我特别想哭呢？谁说爱情的常态是甜蜜？这样苦涩的一段，爱情的浓度却是饱和的。<br/><br/>因为纯粹，即便被时间和琐事蒙上一层沧桑的灰，仍然可以在一阵风吹过后看见它乍现的春色，那是爱情本身的样子，就算是旧了，也没有变，以为忘了，却还在。<br/><br/>姥姥特别爱给我讲以前的故事，她跟姥爷一路走来的风雨绝不是我们这种年轻人可以想像。那个年代动荡的大背景，外人离间，分隔两地，食不果腹，贫病交加，工作调动，政治委屈……这些大的坎坷，小的挫折，桩桩件件刻在脸上，纵横交错，貌似与爱情无关，但几十年的相濡以沫风雨同舟，谁又敢说不是爱情？<br/>她曾语重心长地告诉我说。生活是可以被改善的，困难是可以被克服的，真正的目光长远不是挑个多有钱条件多好的丈夫，而是找个自己真正喜欢的、投缘的人，这样才会愿意付出，而不会问凭什么，才会不嫌麻烦，不然，怎么能过一辈子。“你知不知道，人这一辈子多长啊！多烦啊！多难啊！”——她在感叹，也是告诫。<br/>因为爱情，怎么会有沧桑？<br/><br/>如今，我看见她跟姥爷下棋，争得面红耳赤，互不相让，拽着对方的手大声嚷着不准悔棋；看见她被姥爷往菜里偷放的芥末辣得一面笑一面流泪；看见她熨着姥爷那上百条的西裤，抱怨自己怎么找了个花俏臭美的老头子……<br/>而姥爷被姥姥惯了一辈子，年轻时执拗傲气，反倒是老了开始不吝惜多说些甜蜜的或者赞美的话，送她礼物，为她写文章，带她满世界的玩。他曾在看电视剧时跟我说，“女主角这样的极品好媳妇儿太少见了，跟你姥姥一样。”<br/>和两个老人在一起，总有好多这样的瞬间让我感动到想要飙泪。<br/><br/>这不是找个风花雪月的借口就能圆满的，不是拿着爱情当面包逃避现实的，更不是把对方的身家条件详列成清单就能挑选出来的，这是个担当承受的过程：先把爱情和生活掺杂在一起，变成汤饭；再把爱情和生命纠缠在一起，血肉相连。<br/>比之手捧玫瑰，单膝下跪，眼前的一幕幕更有人情味儿，更真实，更让我动容。<br/>因为爱情，怎么会有沧桑。<br/><br/>此时夜深，我看着桌子下压着的老照片，照片中姥爷潇洒俊逸，姥姥面若桃花。<br/>我听见隔壁卧室传来两个人如雷的呼噜，一唱一和，此起彼伏。<br/>原来爱情里，一切还是年轻的模样。<br/>原来爱情里，惊天动地的不只有誓言，还有鼾声。
]]>
</description>
</item><item>
<link>http://www.aslibra.com/blog/read.php/1675.htm</link>
<title><![CDATA[Mac OS cant detect any interface]]></title> 
<author>hqlulu &lt;hqlulu@163.com&gt;</author>
<category><![CDATA[电脑电器]]></category>
<pubDate>Thu, 15 Mar 2012 02:27:28 +0000</pubDate> 
<guid>http://www.aslibra.com/blog/read.php/1675.htm</guid> 
<description>
<![CDATA[ 
	在mac上使用wireshark，发现提示 There are no interfaces on which a capture can be done<br/>找到解决方式：<br/><br/><div class="quote"><div class="quote-title">引用</div><div class="quote-content">When upgrading from 1.4.3 to 1.6.2 in 10.5.8 I had the same problem with dev permissions.<br/><br/>I noticed that ChmodBPF is different.<br/><br/>In 1.4.3 it issues the following commands<br/><br/>chgrp admin /dev/bpf*<br/>chmod g+rw /dev/bpf*<br/><br/>In 1.6.2 it issues the following commands<br/><br/>chgrp access_bpf /dev/bpf*<br/>chmod g+rw /dev/bpf*<br/><br/>The group access_bpf is not added by the Wireshark installer.</div></div><br/><br/>from: http://ask.wireshark.org/questions/578/mac-os-cant-detect-any-interface
]]>
</description>
</item><item>
<link>http://www.aslibra.com/blog/read.php/1674.htm</link>
<title><![CDATA[readline返回的中文乱码]]></title> 
<author>hqlulu &lt;hqlulu@163.com&gt;</author>
<category><![CDATA[Phone]]></category>
<pubDate>Wed, 14 Mar 2012 02:11:10 +0000</pubDate> 
<guid>http://www.aslibra.com/blog/read.php/1674.htm</guid> 
<description>
<![CDATA[ 
	<div class="code">InputStream is = getAssets().open( &quot;fileName&quot; );<br/><br/>//乱码<br/>DataInputStream dis = new DataInputStream( is );<br/>String line = dis.readLine();<br/>int i = 0;<br/>while( line != null )&#123;<br/>&nbsp;&nbsp;//line 乱码<br/>&#125;<br/><br/>//正常<br/>int size = is.available();<br/>byte&#91;&#93; buffer=new byte&#91;size&#93;;<br/>is.read(buffer);<br/>is.close();<br/>String contents = new String(buffer);<br/></div><br/><br/>一晚上郁闷的事情，readline返回的中文乱码
]]>
</description>
</item><item>
<link>http://www.aslibra.com/blog/post/iphone_UINavigationBar.php</link>
<title><![CDATA[在UINavigationBar中添加左箭头返回按钮]]></title> 
<author>hqlulu &lt;hqlulu@163.com&gt;</author>
<category><![CDATA[Phone]]></category>
<pubDate>Wed, 22 Feb 2012 15:00:42 +0000</pubDate> 
<guid>http://www.aslibra.com/blog/post/iphone_UINavigationBar.php</guid> 
<description>
<![CDATA[ 
	iphone开发中，添加了UINavigationBar，但是在左右两边只能添加一个方形的按钮。<br/>如果要在左边添加一个带箭头的按钮，和ios界面统一，可以参考下面代码：<br/><br/><div class="code">UINavigationItem *item = &#91;navigationBar.items objectAtIndex:0&#93;;<br/>UINavigationItem *back = &#91;&#91;UINavigationItem alloc&#93; initWithTitle:@&quot;返回&quot;&#93;;<br/>NSArray *items = &#91;&#91;NSArray alloc&#93; initWithObjects:back,item,nil&#93;;<br/>&#91;navigationBar setItems:items&#93;;<br/>&#91;back release&#93;;<br/>&#91;items release&#93;;</div><br/><br/>这样左边按钮就出来了，右边加的按钮会保留。<br/>点击左边按钮会消失，真的是返回了，可以自定义事件：<br/><br/>添加事件：<br/><br/><div class="code">&#91;navigationBar setDelegate:self&#93;;</div><br/><br/>定义事件：<br/><br/><div class="code">- (BOOL) navigationBar:(UINavigationBar *)navigationBar<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;shouldPopItem:(UINavigationItem *)item&#123;<br/>&nbsp;&nbsp;&nbsp;&nbsp;//点击back按钮之后的操作<br/>&nbsp;&nbsp;&nbsp;&nbsp;NSLog(@&quot;test click&quot;);<br/>&nbsp;&nbsp;&nbsp;&nbsp;return FALSE;<br/>&#125;</div><br/>
]]>
</description>
</item><item>
<link>http://www.aslibra.com/blog/read.php/1672.htm</link>
<title><![CDATA[藏：关于电汇的一些东西]]></title> 
<author>hqlulu &lt;hqlulu@163.com&gt;</author>
<category><![CDATA[摄影涂鸦]]></category>
<pubDate>Wed, 22 Feb 2012 14:54:33 +0000</pubDate> 
<guid>http://www.aslibra.com/blog/read.php/1672.htm</guid> 
<description>
<![CDATA[ 
	看到实用的资料，收之备用：<br/><br/><strong>1 admob的电汇：</strong><br/>http://www.iteye.com/topic/790166<br/><br/>1. 本人使用的是具有美元(子)账户的招商银行金卡(借记卡)<br/>2. 在税务信息里面分别选择: 中国 - 个人 - 您的姓名(中文) - 税务ID不填写<br/>3. 在付款详细信息里面分别选择(这里面都是英文):<br/>&nbsp;&nbsp;通过 ACH/电汇付款<br/>&nbsp;&nbsp;收款人姓名: 填写银行卡上面的姓名拼音(银行卡上面有钢印的名字)<br/>&nbsp;&nbsp;银行名称: 填写招商银行的名称(其他银行应该类似,可以质询具体的银行服务员) China Merchants Bank, H.O. Shenzhen, China<br/>&nbsp;&nbsp;银行地址: 填写总部地址 China Merchants Bank Tower NO.7088, Shennan Boulevard, Shenzhen, China<br/>&nbsp;&nbsp;收款人银行帐号/IBAN: 填写您的借记卡账户<br/>&nbsp;&nbsp;银行 SWIFT 代码: 每个银行都有的,可以质询客服, 招商银行的是&nbsp;&nbsp;CMBCCNBS(这里不用具体到下面的分行,直接填写国内总行的代码就可以了,电汇到总行后,银行会根据您的账户 自动转账给您的)<br/><br/>另外 admob电汇是在金额大于100美元(好像是这样吧)的时候才电汇的,不是那个最小支付额度,如果当月不想电汇 可以在收款人前面添加HOLD 来保留当前的汇款.<br/><br/>招商银行收款后是在 美元现汇 账户下: 招商银行美元账户下面有2个子账户 美元现汇和美元现钞. <br/><br/><strong>2 招行官网介绍：</strong><br/>http://www.bj.cmbchina.com/personal+business/savings/mo_13.htm<br/><br/>接收境外汇入款<br/>&nbsp;&nbsp;&nbsp;&nbsp;境外汇款人可通过国外任何一家银行将款项以电汇、信汇或票汇方式汇入我行，我行先进快捷的国际电子汇兑系统，在最短时间内向收款人解付汇款。<br/>&nbsp;&nbsp;&nbsp;&nbsp;您欲将款项从境外汇给境内的收款人时，只需按照我行的汇款线路指引填写好收款人的名称（普通话汉语拼音）、一卡通账号或外币存折账号、招商银行（China Merchants Bank ），即可完成境外汇款。<br/>&nbsp;&nbsp;&nbsp;&nbsp;如收款人未在我行开立储蓄账户，汇款时只需注明收款人身份证件名称和号码、联系电话及地址，我行收到后则立即为收款人开立账户，收妥款项，并通知收款人前来解付。<br/>&nbsp;&nbsp;&nbsp;&nbsp;汇入汇款路径： （举港元汇款路径为例作简要说明）<br/>&nbsp;&nbsp;&nbsp;&nbsp;请将款项透过账户行渣打银行汇往招商银行，并请注明收款人名称及账户号码。<br/>&nbsp;&nbsp;&nbsp;&nbsp;Please remit the proceeds by T/T to Standard Chartered Bank，Hong Kong in favour of China Merchants Bank，H.O，Shenzhen，China for further credit to Beneficiary's name & A/C No. <br/><br/>&nbsp;&nbsp;&nbsp;&nbsp;具体需要提供给汇款行的资料如下： <br/>&nbsp;&nbsp;&nbsp;&nbsp;Specific information to be provided to the remitting bank:<br/><br/>收款银行之代理行：<br/>Intermediary Bank<br/>SWIFT Code：<br/>&nbsp;&nbsp;<br/>渣打银行，香港<br/>Standard Chartered Bank，Hong Kong<br/>SCBLHKHH<br/><br/><br/>收款银行：<br/>Account with Bank<br/>SWIFT Code：<br/>收款银行账号<br/>&nbsp;&nbsp;<br/>招商银行，总行<br/>China Merchants Bank，H.O.，Shenzhen，China<br/>CMBCCNBS<br/>447-094-0258-1 （此为与代理行之间的往来账户）<br/><br/><br/>收款人名称及账号：<br/>Bene's name & A/C No.<br/>&nbsp;&nbsp;<br/>阁下/贵公司于我行开立之账户名称及账号<br/>Beneficiary's English Name and A/C Number<br/><br/>&nbsp;&nbsp; （备注: 请向汇款行咨询具体的汇款申请书的填写规格, 如有特殊要求, 请将我行汇款路径提供给汇款银行, 让其职员替您填写有关表格，避免出错。） <br/><br/><strong>3 如何开设美国银行帐户</strong><br/>http://www.oceantribe.org/vb/archive/index.php/t-24122.html<br/><br/>如何开设美国银行帐户 (转贴,有兴趣的朋友试试,到时候成功的话回个贴,我也开个美国帐户)<br/>我想大家都知道国际PayPal的好处，因为它可让您的网上赚钱，国际化，从世界各地收取美金。可是问题出在提现的时候。<br/><br/>那么我们应该怎样解决这个问题呢？<br/><br/>让我问您几个问题：<br/>* 您是居住在美国以外的公民吗？<br/>* 您是否正在用国外收款和付款服务吗？（比如PayPal, 2Checkout等）<br/>* 您是否在eBay出售产品吗？<br/>* 您是否通过ClickBank出售产品吗？<br/>* 您是否想赚取美金？<br/>* 您是否正在或者准备开始在境外的外汇经纪公司炒外汇？<br/><br/>只要您在其中一个问题答"是"的话，那么您就需要这个信息。<br/><br/>如何免费申请美国银行户口和白金Visa卡？<br/><br/>一般的开设美国帐户至少需要预存1000美元，我花了许多时间和精神，终于找出快速和轻易的方法来申请美国银行户口，而仅仅需要预存50美元；如果不需要VISA卡，仅需要帐户，那么帐户是不需要预存一分钱的，但如果你一分钱都不存，那么您需要美国帐户干什么呢？不就失去您需要美国帐户的意义了么？<br/><br/>首先我们先来了解一下美国银行帐户的一些知识，2005年12月份以前美国政府还允许海外的个人在美国开设个人账号。但是由于911的影响，美国于2006年元月份开始通过法律，禁止海外个人在美国开设个人银行账号。但美国的法律并没有规定投资银行不能接受海外个人开设美国帐户，这样，一些投资银行便可以接受海外个人在美国开设帐户，我这里推荐的E*Trade Securities LLC是美国官方承认的一家投资银行，我个人就是在这家银行申请了美国帐户及VISA卡。<br/><br/>我在这里将流程简单的说明一下：<br/>1、申请条件，A、中国合法公民，B、有稳定的住址（可以收到邮政信件的地址，不能是信箱，可以自己给自己寄封英文地址的信试验一下）<br/>2、下载两份PDF文件，您需要填写，填写的格式我有范本，你们一起下载；<br/>3、填写好表格后，寄到美国，用普通挂号就可以了，不需要DHL；<br/>4、等待4-6周，就会收到E*TRADE的帐号及密码，是用邮政寄给你的；<br/>5、收到帐号及密码，然后您上www.etrade.com上面登陆，可以查看到您的帐户信息，当然余额是$0；<br/>6、然后在您的PAYPAL帐户中添加您的美国帐户，那么大约几天后，PAYPAL会存入两笔小钱（可能是$0.17或者$0.48）到您的美国银行帐户，以确认您的帐户，您可以登陆E*TRADE网上银行来查询具体的金额，然后填写到PAYPAL帐户中，从而激活您的美国帐号；<br/>7、然后用PAYPAL提现$50美元到您的美国帐户，大约1周后，您就会收到*ETRADE给您DHL寄来的VISA卡，同时给您VISA卡密码；<br/>7、收到这张美国的VISA卡后，您必须在中国使用一次，或者提现一次，等于在国际激活，当然您也可以到法国激活，哈哈；<br/>8、在国内可以任意消费，等于中国的银行卡，在中国取现就是人民币，在日本取现就是日元，提现去那些有Plus或者Cirrus的ATM机器，直接取出您VISA卡内的钱，这种标志的ATM机器，国内每个城市都有，提现的手续费美国ETRADE会收取跨行的手续费，大约1%左右，就是你用中国工商银行的卡在建行取取款不也是需要手续费么？何况您的VISA卡是国际跨行呢？<br/>9、您在国内一激活，那么美国就会收到消费的通知，得知您已经开始使用这张VISA卡了，那么随后E*TRADE会给您寄来空白的支票本，有了这本支票，您就可以付款给任何人了，等于是从美国开出的支票，您可以开给自己或者他人，方便吧，当然您也可自己电汇资金到您美国的帐户，然后再自己开支票给您想付款的个人或外汇公司；<br/>10、这张白金VISA卡，不是信用卡，不能透支；<br/>11、只要您保证每年这张VISA卡有款项进出，哪怕1美元，那么就不需要年费，VISA卡的密码你自己可以在网上银行修改；
]]>
</description>
</item><item>
<link>http://www.aslibra.com/blog/read.php/1671.htm</link>
<title><![CDATA[分享：创新工场5位创业者2011创业感悟]]></title> 
<author>hqlulu &lt;hqlulu@163.com&gt;</author>
<category><![CDATA[文摘资讯]]></category>
<pubDate>Sat, 31 Dec 2011 04:59:10 +0000</pubDate> 
<guid>http://www.aslibra.com/blog/read.php/1671.htm</guid> 
<description>
<![CDATA[ 
	<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-indent: 2em; color: #333333; font-family: SimSun, Arial, Helvetica, sans-serif; font-size: 14px; line-height: 25px; text-align: left; background-color: #f9f9f9">对创业者来说，2011年是一个最好的创业时间，也是一个最坏的创业时间。最好是因为，这一年，移动互联网开启了新一轮产业大变革，百花争鸣的趋势愈演愈烈;最坏是因为，电子商务的过山车行情揭开了资本寒冬的序幕，很多创业企业提前过冬。</p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-indent: 2em; color: #333333; font-family: SimSun, Arial, Helvetica, sans-serif; font-size: 14px; line-height: 25px; text-align: left; background-color: #f9f9f9">然而无论最好还是最坏，对于创业者来说，成功的核心要素始终不曾改变过。他们依靠敏锐的嗅觉，发现创业的引爆点;用自己的方式，改变游戏规则;凭智慧和勇气，规避可能存在的风险乃至出奇制胜迅速占据市场，并引领行业潮流。</p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-indent: 2em; color: #333333; font-family: SimSun, Arial, Helvetica, sans-serif; font-size: 14px; line-height: 25px; text-align: left; background-color: #f9f9f9">回顾这一年，哪些事情让创意创业者感触最深?是创业的艰辛还是前进的喜悦?在腾讯科技昨日举办的#微论坛#上，创新工场孵化的5家创业企业的CEO&mdash;&mdash;应用汇罗川 、布丁徐磊 、知乎周源 、安全宝马杰及杀价帮彭林，分享了他们2011年的创业感悟。</p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-indent: 2em; color: #333333; font-family: SimSun, Arial, Helvetica, sans-serif; font-size: 14px; line-height: 25px; text-align: left; background-color: #f9f9f9"><strong>应用汇CEO罗川：小团队创业需要专注</strong></p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-indent: 2em; color: #333333; font-family: SimSun, Arial, Helvetica, sans-serif; font-size: 14px; line-height: 25px; text-align: left; background-color: #f9f9f9"></p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-indent: 2em; color: #333333; font-family: SimSun, Arial, Helvetica, sans-serif; font-size: 14px; line-height: 25px; background-color: #f9f9f9; text-align: center"><a style="color: #333333; text-decoration: none" href="http://app.umiwi.com/photo.php?img=http://i1.umivi.net/2011/1231/1325293002100.jpg"><img style="border-style: initial; border-color: initial; border-image: initial; border-width: 0px" src="http://i1.umivi.net/2011/1231/1325293002100.jpg" border="0" width="250" height="337" /></a></p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-indent: 2em; color: #333333; font-family: SimSun, Arial, Helvetica, sans-serif; font-size: 14px; line-height: 25px; text-align: left; background-color: #f9f9f9"></p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-indent: 2em; color: #333333; font-family: SimSun, Arial, Helvetica, sans-serif; font-size: 14px; line-height: 25px; text-align: left; background-color: #f9f9f9">这一年发生的变化非常大，我觉得最重要的可能是两件事情，两个词，一个叫放下，另外一个叫舍得。放下就是放下自己过去的那些所有的，不管是身份也好，光环也好，还是过去的历史也好，通通放下，然后把自己想象成一个非常简单的创业者，这个是一个心态上的改变。</p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-indent: 2em; color: #333333; font-family: SimSun, Arial, Helvetica, sans-serif; font-size: 14px; line-height: 25px; text-align: left; background-color: #f9f9f9">那么舍得呢，就是你要舍弃很多，舍得这个词更多的是对你所进行的服务而言。过去我都是在大企业，大企业一开始嚷嚷着要做大平台，你肯定得做一个大的平台之后，才能让老板满意，才能让公司满意。</p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-indent: 2em; color: #333333; font-family: SimSun, Arial, Helvetica, sans-serif; font-size: 14px; line-height: 25px; text-align: left; background-color: #f9f9f9">但是作为小的创业公司就不一样，包括我开始跟应用汇原来的同事们在一块儿工作时，大家也有很多的想法，因为移动互联网刚刚开始，很 新，Android市场这个事也是苦活累活，很多人出现动摇情绪，说我们要不要做一个游戏运营，我们要不要做一个PC助手，最后这些想法都被我灭掉了。</p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-indent: 2em; color: #333333; font-family: SimSun, Arial, Helvetica, sans-serif; font-size: 14px; line-height: 25px; text-align: left; background-color: #f9f9f9">我为什么要灭掉这些想法?最重要的就是小团队必须要专注，你一定要把很多东西舍了，才能得到。这个电子市场虽然做着很苦，但它也是壁垒，因为大公司要想这么苦下来，不太可能，而你才能有活下去的理由。</p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-indent: 2em; color: #333333; font-family: SimSun, Arial, Helvetica, sans-serif; font-size: 14px; line-height: 25px; text-align: left; background-color: #f9f9f9">互联网我经历了有十多年了，最重要的是剩者为王，最后能够剩下来的就是王，这个剩者为王，你怎么能够坚持下来?就是你一定要把你自己做的服务，能够产品化和产业化，你一定要跟大伙儿绑成一体，你死了，别人也死得很难看，这就比较麻烦。</p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-indent: 2em; color: #333333; font-family: SimSun, Arial, Helvetica, sans-serif; font-size: 14px; line-height: 25px; text-align: left; background-color: #f9f9f9">比如现在的应用汇用户量不是非常大，但如果应用汇真的不玩了，包括知乎、杀价帮、布丁都少了推广平台，他们也觉得很可惜，所以我们存活的价值就在于说帮助大家能够成功，这样这个企业剩者为王的可能性就大很多。</p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-indent: 2em; color: #333333; font-family: SimSun, Arial, Helvetica, sans-serif; font-size: 14px; line-height: 25px; text-align: left; background-color: #f9f9f9">我心态最大的变化是以前都是在台上跟大家握手，现在变得重要的是跟各种大佬们，比如见到&ldquo;雷布斯&rdquo;，赶紧迎上去，跟他们握手，贴近一下关系，这在以前是不会的。</p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-indent: 2em; color: #333333; font-family: SimSun, Arial, Helvetica, sans-serif; font-size: 14px; line-height: 25px; text-align: left; background-color: #f9f9f9">这个听起来觉得有点凄惨，但其实不是这样，创业还是有很多很快乐的事情。最快乐的事是什么呢?就是能按照你自己想象的方向去做。要按照你自己的方向 去做也不容易，因为你要灭掉很多别的想法，那些人跟你创业，他们也有自己的方向，你怎么去做耐心细致的思想工作，让这个团队能够聚到一起，让方向非常专 一，其实是个很有意思的事情。</p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-indent: 2em; color: #333333; font-family: SimSun, Arial, Helvetica, sans-serif; font-size: 14px; line-height: 25px; text-align: left; background-color: #f9f9f9">当然你可以凭权利，老板说这么干就这么干，或者你引诱他，你要不完成这个指标，都拿不着奖金。但现在你没有这样的权威，就要靠你的智慧和经验，还有 你的沟通能力，才能把这个事情做好。我觉得最快乐的时候，是把这个思想终于兜售给了另外一个有狂热思想的人，这时我就感觉到特别快乐，这是创业里头最有乐 趣的一件事。</p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-indent: 2em; color: #333333; font-family: SimSun, Arial, Helvetica, sans-serif; font-size: 14px; line-height: 25px; text-align: left; background-color: #f9f9f9"><strong>布丁CEO徐磊：创业是一种生活方式的选择</strong></p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-indent: 2em; color: #333333; font-family: SimSun, Arial, Helvetica, sans-serif; font-size: 14px; line-height: 25px; text-align: left; background-color: #f9f9f9"></p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-indent: 2em; color: #333333; font-family: SimSun, Arial, Helvetica, sans-serif; font-size: 14px; line-height: 25px; background-color: #f9f9f9; text-align: center"><a style="color: #333333; text-decoration: none" href="http://app.umiwi.com/photo.php?img=http://i1.umivi.net/2011/1231/1325293022824.jpg"><img style="border-style: initial; border-color: initial; border-image: initial; border-width: 0px" src="http://i1.umivi.net/2011/1231/1325293022824.jpg" border="0" width="250" height="337" /></a></p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-indent: 2em; color: #333333; font-family: SimSun, Arial, Helvetica, sans-serif; font-size: 14px; line-height: 25px; text-align: left; background-color: #f9f9f9"></p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-indent: 2em; color: #333333; font-family: SimSun, Arial, Helvetica, sans-serif; font-size: 14px; line-height: 25px; text-align: left; background-color: #f9f9f9">创业其实是一件苦事，没有那么多光环。创业不是一件容易的事，为什么还有这么多创业者?或者说总有一种按捺不住的创业冲动?</p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-indent: 2em; color: #333333; font-family: SimSun, Arial, Helvetica, sans-serif; font-size: 14px; line-height: 25px; text-align: left; background-color: #f9f9f9">我觉得很多公司发展到一定阶段，他很难提供给你一个合适的环境，因为每个公司规模越来越大，它要靠制度的流程。制度是应该有，制度是什么呢?就是一种防范风险的工具，所以公司到了一定的规模，就必须要有制度。</p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-indent: 2em; color: #333333; font-family: SimSun, Arial, Helvetica, sans-serif; font-size: 14px; line-height: 25px; text-align: left; background-color: #f9f9f9">作为个体来说，你想在一些框架下去做一些创新一点的事情，或者出格一点的事情，没那么容易。其实我的第一个公司，我也待了九年，前四年干的就跟打了 鸡血一样，没日没夜的工作。但是慢慢发展到一定的阶段，公司进入正轨了，各方面抗风险的需求就会越来越强，你可做的事情就会越来越少。</p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-indent: 2em; color: #333333; font-family: SimSun, Arial, Helvetica, sans-serif; font-size: 14px; line-height: 25px; text-align: left; background-color: #f9f9f9">所以我慢慢发现自己没有锋芒，没有棱角，每天就是按部就班去完成。所以我在离开的时候就告诉自己，如果再不离开，可能就被自己惯懒了，三十多岁就把自己惯懒了，是挺可怕的事情。这个时候我就觉得我应该给自己找一些能让自己兴奋起来的事情。</p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-indent: 2em; color: #333333; font-family: SimSun, Arial, Helvetica, sans-serif; font-size: 14px; line-height: 25px; text-align: left; background-color: #f9f9f9"></p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-indent: 2em">今天挺凑巧，今天我们在办公室的时候，有另外一个伙伴在工作时就说，我现在工作好多，列了一长的表，排着队要干，但是他觉得很兴奋。这样的人，才能适合去创业。</p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-indent: 2em">创业不是适合每一个人都应该去干的事情，我曾经也说过一句话，如果你愿意把自己打游戏，或者打麻将，或者唱歌跳舞抽烟的这种精力都放在工作上，那你 是适合创业，如果你觉得你的生活应该多姿多彩，应该朝九晚六，应该每天有一段时间去打打球，有一段时间看看电视，也是一种非常正常，或者说大多数人应该过 的生活。</p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-indent: 2em">但是创业是一种需要破釜沉舟，义无反顾的生活姿态，不管你是领导者，还是早期团队的联合创始人也好，其实你们要付出的、牺牲的还是非常多，但是还是 有这么多人创业，就意味着创业还是一件热血澎湃的事情。人的一辈子，可能需要有一段这样的记忆，我的第一个公司给我留下了四五年这样的记忆，我的第二个公 司现在才一年，我觉得今天的记忆，可能跟我以前，甚至已经超过了以前的那种感觉。</p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-indent: 2em"><strong>知乎CEO周源：创业是一个自我修正的过程</strong></p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-indent: 2em"></p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-indent: 2em; text-align: center"><a style="color: #333333; text-decoration: none" href="http://app.umiwi.com/photo.php?img=http://i1.umivi.net/2011/1231/1325293034831.jpg"><img style="border-style: initial; border-color: initial; border-image: initial; border-width: 0px" src="http://i1.umivi.net/2011/1231/1325293034831.jpg" border="0" width="250" height="337" /></a></p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-indent: 2em"></p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-indent: 2em">第一次创业和第二次创业，我的变化是非常大。我第一次创业是一个什么情况呢?我是一个控制欲特别强的人，怎么讲?这个产品是什么颜色，多大，从这样的事情到公司三个月做什么事情等所有的事情我都要决定。</p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-indent: 2em">我现在回过头去想，我发现其实当时我自己变成了公司的一个瓶颈，所有都需要你来做的话，你就变成了公司的一个天花板，其实你一个人是做不到的。</p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-indent: 2em">从知乎开始，我发生了一个很大的转变。第一点，就是足够信任团队和队友，把非常专业和他们更擅长的事情交给他们去做，这样才有可能把自己的事情做好，这是我个人一个很深的体会。</p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-indent: 2em">正好昨天我在知乎上看到一个媒体人在线，我当时提了一个问题，因为我以前做过媒体，我说为什么记者写稿的时候，到最后一天往往都很痛苦，对方是这么回答的，他说往往都是写到最后一天才发现这个稿子没价值，所以就痛苦，又不得不写。</p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-indent: 2em">我当时看完以后，我挺有感触的，怎么讲?创业者的心态他可能是反过来的，当你看到一个事情它很难，或者很痛苦的时候，你通常不会觉得那个事有问题，你通常都是觉得自己有问题，你觉得自己没有做到位，他痛苦的来源是不一样的。</p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-indent: 2em">所以我过去最深的一个体会就是，你如果真的要做到位，你就得不断地改变，你每天改变1%，你一年就改变37倍，如果你能做到这一点，那你一年下来你就不会痛苦。</p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-indent: 2em"><strong>杀价帮CEO彭林：创业需要韧性</strong></p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-indent: 2em"></p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-indent: 2em; text-align: center"><a style="color: #333333; text-decoration: none" href="http://app.umiwi.com/photo.php?img=http://i1.umivi.net/2011/1231/1325293047903.jpg"><img style="border-style: initial; border-color: initial; border-image: initial; border-width: 0px" src="http://i1.umivi.net/2011/1231/1325293047903.jpg" border="0" width="250" height="337" /></a></p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-indent: 2em"></p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-indent: 2em">2011年对于我来说，是人生中最关键的一年，我也希望各位网友今天能有一些收获回去。我今年最大的一个感触，创业非常重要的一点就是韧性，当然有 理想就不用说了，今天来到这儿的人都是有理想的人。这个韧性我觉得分几个层面，不是说能吃苦就叫韧性，首先最基本的一点，个人荣辱是不是能够放得下?</p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-indent: 2em">比如说我们每天跟同事，跟好朋友晚上喝酒聊天的时候，骂社会，骂领导，骂公司，骂环境，最后喝到高兴的时候，把酒瓶子一摔，说老子出去创业的时候， 绝对比他们强，我相信这个场景每个人身边都发生过。但是第二天早上一想到别人叫我这个总，那个总，觉得还不错。这个时候，个人的荣辱是不是能放下?对于很 多创业者，很多人能够放下。</p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-indent: 2em">第二点，自己生活的由奢入俭。比如说以前我去成都，那是什么待遇级别，那都是车接车送，成都的各个娱乐场所都已经很清楚了，你自己创业怎么办?住一个特别偏远的小房子，成都那个地方晾衣服一个礼拜都不带干的，这种变化，大家是不是能够适应，能够接受?</p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-indent: 2em">其实这个韧性很多人也能够挺过来，但是下一步呢?涉及到家人的责任，比如说你老婆，你孩子是靠你养的，你自己的荣辱可以放下，假如说有一天，你老婆 怀孕了，马上住院了，这时候我找老婆说，我们员工工资发不下去了，你借我几万块钱吧，这种话你能不能张开口。尤其是家里对你那些期盼，你能不能放得下，这 个层面确实很难达到。但是做到这一点的人也有不少，为什么?</p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-indent: 2em">你心里面有一个理想，有一个信念在支撑你，你可以把这些东西都做到。但当你这个理想受挫了，你的方向被投资人抨击了，投资人说你这个想法不对，你从 一开始就错了，我不会给你钱的，你的团队这时候突然受到打击，大家的想法都变化了，这时候你还能不能有韧性，你还能不能坚信自己做的是对的，还能不能把这 件事情坚持下来?这背后是有很多辛酸的。</p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-indent: 2em">所以说今年这样一个转变，我觉得对于大家来说，是非常好的事情，现在正好是大浪淘沙的时候，我坚信自己不会是那个沙子，不会被踢出去。所以不管未来创业环境多差，我觉得能够剩下唯一的那家企业都是我，如果大家有这样的心态的话，今天的收获就很大。</p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-indent: 2em"><strong>安全宝CEO马杰：准备好，创业会很顺利</strong></p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-indent: 2em"></p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-indent: 2em; text-align: center"><a style="color: #333333; text-decoration: none" href="http://app.umiwi.com/photo.php?img=http://i1.umivi.net/2011/1231/1325293059491.jpg"><img style="border-style: initial; border-color: initial; border-image: initial; border-width: 0px" src="http://i1.umivi.net/2011/1231/1325293059491.jpg" border="0" width="250" height="337" /></a></p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-indent: 2em"></p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-indent: 2em">过去这么多年，我做了很多年安全之后的一个感觉，个人用户以前很多公司，包括我的前公司瑞星在内的多家公司，做了很多的推动工作，让用户逐渐的重视 到了安全，并且最后在几个特定的安全事件里推波助澜下，比方说红色代码，晚期的熊猫烧香等等这些事件的推动下，用户认识到安全的重要性。网站本身呢，它是 一个发展的过程，前些年应该说网站很重要，现在网站挣钱了，这才真正重要了。</p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-indent: 2em">在这个前提之下，大家才能逐渐意识到在这上需要进行安全的投入。我之所以创业来做这个网站安全这块，也是做了很多年安全之后，我个人的一个感觉网络 安全这块，是一个成长很好，但现在又没有领导型的企业的这么一个地方。并且我们又适时的看到了很多问题，本来我想大家对这个问题的认识过程，可能还需要稍 微再长一点这个周期，这次几家公司在密码问题上所暴露出来的安全性上的严重缺乏，使得这一天稍微早一点的被大家意识到了网站本身安全的重要性，现在是全民 改密码。</p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-indent: 2em">通过这个事件体现出来即使像我们这种大型的社区，或者大型的论坛，它们都缺乏很多基础的安全性的建设工作。我觉得这次这个事件是一个灾难，同时也是一个好的事情，让我们互联网公司意识到安全的重要性。</p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-indent: 2em">相比其他公司，我们融资很顺利，为什么很顺利呢?是源于我们一贯做事的风格，所有的事情都想好，都准备好，它应该很顺利。</p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-indent: 2em">我可以说说简单的故事，我们做这个事情的想法，我也想过很多年，包括业内的很多人也都聊过天，以前瑞星的董事长也聊过，但是因为对原有的产品和公司 结构的很多影响，所以很难推行成功。跟开复聊得比较顺利，他很支持我们，然后我就去做这个商业计划。看我好几个月都没动静，一直到我约定的这个期限的前几 天，我才把商业计划拿出来，之前我其实一直在想，在思考一个问题，在做很多准备。当我拿出来的那天，所有的东西都是一次通过，我们算的各种费用，到需要融 多少钱，基本上都是一次通过。所以整个过程没有任何的意外，这个可能是做了一些准备工作吧，所以刚才你说的那个问题，我无从回答。这可能也是因为做企业级 产品养成的一种习惯吧，把事情想清楚，做稳妥。</p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-indent: 2em">我想我们团队做这个事情，有一个很朴实的，但是也很狂妄的一个梦想，我们做了这么多年的计算机，有幸做到了计算机发展这么快的行业里面来，有幸能做 到安全这个行业里面来，我们能在这个计算机发展历史上，能在互联网发展的历史上，或者能在安全发展的历史上，留下我们自己的一些痕迹吗?我们做一辈子，或 者说做安全的人，找工作真的很容易，我们在这儿也可以干，在那儿也可以干，我们想要做什么，想要做成一点什么?我想我们很多人还是想最终能做成一点什么事 情。</p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-indent: 2em">我们团队有一个人说过一句话我觉得不错，把我们这个想法用更朴实的方法阐述了一下，他说怎么着我们老了以后，也得有个跟孙子吹牛的资本吧。我想我们还是热血中年吧，希望能做成一点真的能改变这个历史的什么样的事情，哪怕从一些很小的角度上。</p><p></p>
]]>
</description>
</item><item>
<link>http://www.aslibra.com/blog/read.php/1669.htm</link>
<title><![CDATA[转：游戏设计的一点思考]]></title> 
<author>hqlulu &lt;hqlulu@163.com&gt;</author>
<category><![CDATA[文摘资讯]]></category>
<pubDate>Sat, 31 Dec 2011 01:07:23 +0000</pubDate> 
<guid>http://www.aslibra.com/blog/read.php/1669.htm</guid> 
<description>
<![CDATA[ 
	&nbsp;&nbsp;&nbsp;&nbsp;最近想要设计款手机游戏，游戏设计我是零起点，于是开始找一些flash小游戏来学习一下。渐渐发现那些设计精美制作精良的小游戏的魅力丝毫不比像EA，GAMELOFT这类大公司的巨作逊色。游戏的魅力在与能让人沉醉其中，可以说能让人痴迷上瘾的游戏无一例外都是成功的游戏。从这个角度来说游戏设计者的初衷就应该是让无差别的玩家痴迷在自己的作品中。<br/><br/>&nbsp;&nbsp;&nbsp;&nbsp; 到底怎么才能做到的呢？每个游戏都是一个独特的世界，存在于画面上的世界，通过键盘和鼠标等设备将玩家的身体和意识“拉进”这个虚拟世界里。使得玩家在意识上把自己视作这个世界里的一部分（通常是游戏的hero或actor），遵循着虚拟世界的每个规则，最好使之暂时忘记现实世界的规则。这种意识替换的作用越强，游戏的可玩性越好，越能使人沉迷其中。<br/>比如：愤怒的小鸟营造的是一个模拟物理的世界，基本规则与现实世界相同，但重力阻力等却有与真实世界有所区别，加上卡通的画风，构成了一个完整的卡通世界。玩家能专心于应用自己的物理经验，将自己的意识关注在操作弹弓上，把自己想象成这个卡通世界的参与者、行为者。<br/><br/>&nbsp;&nbsp;&nbsp;&nbsp; 再比如超级玛丽，是一个幻化的世界，有各种物体和角色组成，玩家的意识化作马里奥，通过有限的动作和能力使玩家参与这个世界的活动。<br/><br/>&nbsp;&nbsp;&nbsp;&nbsp; 所以说制作游戏的基本目标就是创造一个世界，制定行为规则或者创造一个角色让玩家的意识依附其中。<br/><br/>&nbsp;&nbsp;&nbsp;&nbsp; 游戏的乐趣来源于人的本性，最基本的比如求胜心理，比如大富翁；还有收集物品、金钱的满足感；再有高度精神紧张后的忽然如释重负，比如CS。越是能实现现实社会里很少被满足的心理需求越容易受人欢迎，越容易使人沉迷。我想这也是为什么青春期的学生是游戏沉迷的主要群体，一方面他们简单的生活只能给他们展现很有限的满足心理需求的机会，一方面伴随着青春期而来的越来越多的欲望和烦恼驱使他们追求更多的心理满足感。一款好的游戏，恰恰可以一方面带给他们实现心理满足感的机会，一方面也会激发更多的心理需求。<br/><br/>&nbsp;&nbsp;&nbsp;&nbsp; 人的本性之一性就常被游戏设计者拿来做文章，且屡试不爽。各种男性向女性向的游戏在不和谐的国家卖得火热。<br/><br/>&nbsp;&nbsp;&nbsp;&nbsp; 至于游戏世界的规则，玩家作为actor的时候，规则复杂了玩家会抵触，甚至产生挫败感放弃游戏。简单了没有挑战，失去过关后的成就感。规则变化太多让人应接不暇，太少又枯燥乏味。CutTheRope是这方面权衡的很好的例子，游戏分几个世界，每个世界增加一到两种新物品丰富世界的规则，易于学习，同时也逐步增加难度，让过关后的满足感随之递增。超级玛丽世界的规则除了水下关都大体相同，难度增加不大，其变化源于不同关卡里变化丰富的敌人和，隐藏物品也是画龙点睛之笔，直接增加重玩次数。<br/>总之规则层级变化，难度逐渐增加都是游戏的变化方式。<br/><br/>&nbsp;&nbsp;&nbsp;&nbsp; 故事的必要性。有些游戏有故事，有些没有，无疑有故事的游戏创造的世界更能让人信服，从而更快的融入其中，而且也是不同关卡过度的好方法。比如植物大战僵尸，故事就是保卫你得房子免于僵尸的入侵。如果没有故事，没有神经兮兮的邻居，背后的不是房子而是划地为界，植物换成手枪大炮，游戏主线变成不让僵尸过界，恐怕可玩性大打折扣。玩家会不仅想为什么那么多手枪大炮，又是哪来得那么多僵尸呢？加上个故事就好了，爱国为家匹夫有责，管他娘的哪来的僵尸。而如果还是手枪大炮的话，这款游戏很可能会演变成一款血腥打僵尸游戏，受众会大大受限，至少女性玩家和孩子不喜欢这类游戏。我一直认为走可爱、简约路线是手机游戏的倾向，毕竟男女老少都会是手机用户，只有张开怀抱拥抱所有人的设计者才是聪明的设计者。反过来想，改造一些受众受限的恶俗游戏，把他们“萌化”，让他们从良不失为一个好的设计路子。<br/><br/>&nbsp;&nbsp;&nbsp;&nbsp;关于游戏风格。风格很重要，可以区别你得游戏和其他人的游戏，同样是方块消除游戏，卡通化跟写实化，现代派和古典风又有区别。风格独树一帜，就算玩法再俗也能让人记住。风格的营造全靠画面、音效的统一，画面不能一会卡通一会写实变化突兀，一会是圆润的水晶按钮，一会是平坦的网页按钮。音效也是，一会摇滚一会古典，一会灵异一会激昂会让人迷惑。音效符合画面环境跟游戏节奏最重要。比如休闲游戏画面要简单明快，音效也要轻松舒缓才好。<br/><br/>&nbsp;&nbsp;&nbsp;&nbsp; 对于手机游戏需要考虑的问题我归结以下几点：<br/><br/>&nbsp;&nbsp;&nbsp;&nbsp;首先受限与屏幕大小，各种按钮和触摸部件的大小需要合理，比如手指触摸物体不应小于0.6cm-0.8cm，否则容易误触。小物体能不用触摸点击尽量不用，反倒是滑动更好控制而且趣味性更强。游<br/><br/>&nbsp;&nbsp;&nbsp;&nbsp;戏背景不应太多，因为这类图最大，加载耗时耗内存，不宜设计成每关单独一个背景。反倒是设计成不同World每个World包含若干关，每个World背景相同。这样兼顾了性能和UI的变化。UI元素分为两类，共同部分——游戏菜单按钮，背景，英雄的Sprite、音效，独特部分——关卡特有的Sprite、关卡设计数据。共同部分启动时仅载入一次，特有部分在切换关卡或者World的时候载入。这点在CutTheRope里体现的很好，关卡切换动画是载入资源和释放资源的好机会。<br/><br/>&nbsp;&nbsp;&nbsp;&nbsp;性能上避免把大运算量的工作一次性完成，应该把工作量在各次更新或线程里分步分量均匀的去做。否则画面会不稳定忽快忽慢。<br/><br/>&nbsp;&nbsp;&nbsp;&nbsp;此外，个人开发的话，设计灵活很重要。因为没有完整的规划和详细的设计，好的设计便于后期改动。也能减少开发周期。比如我现在能想到的几点，基于AndEngine：<br/><br/>&nbsp;&nbsp;&nbsp;&nbsp;先行开发通用的界面功能，MainMenu，HighScore，Credit，LevelChooser， EndGame，ResourceManager，SceneManager等类。把游戏主体放在Scene类里，开发的时候主要精力放在游戏Scene上，再根据需要开发各个游戏元素类。通用界面只需修改载入图面的名称、大小、位置就能轻松的把界面改头换面。<br/><br/>&nbsp;&nbsp;&nbsp;&nbsp;共同的关卡参数放在全局访问的类里，一些关卡特定的数据——重力等，可能会在关卡初始化的时候有个初始值，游戏中某个按钮或事件还会修改重力，那么把PhysicsWorld放在全局类里是个好主意。考虑CutTheRope的开发，如果设计前几个World的时候没有考虑重力的改变，后面又忽发奇想想加入重力按钮的话，你只需要加入重力按钮类，生成关卡元素的代码里加入重力按钮的部分就可以了。PhysicsWorld 可以被重力按钮类和关卡数据读入类访问，放在静态数据里比较合适。<br/><br/>&nbsp;&nbsp;&nbsp;&nbsp;元素的生成和消除，一起消除一起隐藏。如果速度不快处理又多，界面元素逐个出现或逐个消失看起来会很奇怪。<br/>&nbsp;&nbsp;&nbsp;&nbsp;Box2d里，如果不在绘制线程里消除Body会导致崩溃，在碰撞检测的beginContact，postContact 等几个函数里也是不能消除Body的。一些触摸操作也会导致崩溃，除非在EngineOption里设置把触摸事件放在绘制线程里处理。<br/>&nbsp;&nbsp;&nbsp;&nbsp;各种类对象避免互相引用，尤其是涉及静态类和资源的情况，否则会出现内存无法释放。总之，高内聚低耦合。<br/><br/>&nbsp;&nbsp;&nbsp;&nbsp;开发过程，应该尽可能想得长远些，前期调查的充分些，把需求尽早固定下来，减少后期的改动。需要尽早确定的有：游戏世界的规则和玩法、游戏世界的参数（重力、粒子池元素数等）、各种元素的能力以及涉及到的游戏世界的参数、关卡数据结构……然后根据这些信息，确定程序结构：哪些值需要是全局的哪些是类成员。这些都确定了，游戏Scene的结构和流程就明了了。千万别把游戏规则和元素的设计留到后面修改，游戏主体修改会很大很麻烦的，而直接导致BUG。美工的设计，最好绘制矢量图，在生成PNG，美工可能会改来改去，有矢量图工程方便些。 音效我不会设计，从小不识谱，只能盗版其他游戏跟网站的。这个不急，可以有时间陆续找，找到合适主题的音效也不容易。Google的音乐库也许是个找音效的好办法，毕竟能根据节奏和心情描述找曲子。<br/><br/>阅读原文：<a href="http://blog.sina.com.cn/s/blog_670f9b990100wokd.html" target="_blank">http://blog.sina.com.cn/s/blog_670f9b990100wokd.html</a>
]]>
</description>
</item><item>
<link>http://www.aslibra.com/blog/post/OpenSourceiPhoneApplicationsToLearnFrom.php</link>
<title><![CDATA[20+ Open Source iPhone Applications To Learn From]]></title> 
<author>hqlulu &lt;hqlulu@163.com&gt;</author>
<category><![CDATA[Phone]]></category>
<pubDate>Sat, 03 Dec 2011 15:37:47 +0000</pubDate> 
<guid>http://www.aslibra.com/blog/post/OpenSourceiPhoneApplicationsToLearnFrom.php</guid> 
<description>
<![CDATA[ 
	<div class="forMobile">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<p>When developing something in a language that you're not so experienced with, <strong>looking for the examples and digging them deeply is a good way of learning</strong>.</p> <p>Same with the iPhone application development and considering it is&nbsp;&nbsp;something new for many developers, viewing the codes of real-world&nbsp;&nbsp;applications and re-using them when needed is very valuable.</p> <p>Here are <strong>20+ open source iPhone apps</strong> to learn and get inspired from:</p> <div class="PostList"> <ul> <li> <h3><a href="http://ios.wordpress.org/" target="_blank">WordPress for iOS</a></h3> <p><a href="http://ios.wordpress.org/" target="_blank"><img style="margin-right: 5px" src="http://www.webresourcesdepot.com/wp-content/uploads/wordpress-ios.jpg" border="0" alt="WordPress for iOS" width="200" height="113" align="left" /></a><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; The official WordPress application for iOS.</p> <p>Besides strong content or comment editing features, it can share your&nbsp;&nbsp;location while publishing a post as well (download exists under the &quot;<a href="http://ios.wordpress.org/development/" target="_blank">development menu</a>&quot;).</p><p>&nbsp;</p> </li> <li> <h3><a href="http://community.freshbooks.com/addons/view/minibooks/" target="_blank">MiniBooks</a></h3> <p><a href="http://community.freshbooks.com/addons/view/minibooks/" target="_blank"><img style="margin-right: 5px" src="http://www.webresourcesdepot.com/wp-content/uploads/minibooks.jpg" border="0" alt="MiniBooks" width="200" height="113" align="left" /></a><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; The open source iPhone application of the FreshBooks invoicing service.</p> <p>It connects to the FreshBooks account and enables you to use most of the features (source is offered <a href="http://github.com/freshbooks-addons/freshbooks-iphone-project" target="_blank">here</a>).</p><p>&nbsp;</p> </li> <li> <h3><a href="http://code.google.com/p/remail-iphone/" target="_blank">reMail</a></h3> <p><a href="http://code.google.com/p/remail-iphone/" target="_blank"><img style="margin-right: 5px" src="http://www.webresourcesdepot.com/wp-content/uploads/remail.jpg" border="0" alt="reMail" width="200" height="113" align="left" /></a><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; An e-mail search application (acquired by Google) that downloads all your e-mail and makes full-text searches.</p><p>&nbsp;</p><p>&nbsp;</p> </li> <p>&nbsp;</p> <li> <h3><a href="http://code.google.com/p/tubestatus/" target="_blank">TubeStatus</a></h3> <p><a href="http://code.google.com/p/tubestatus/" target="_blank"><img style="margin-right: 5px" src="http://www.webresourcesdepot.com/wp-content/uploads/tube-status.gif" border="0" alt="Tube Status" width="200" height="113" align="left" /></a><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; It displays the London Underground tube lines by parsing the HTML from the official TFL website.</p> <p>And, once a line is clicked, <strong>TubeStatus</strong> shows detailed information about it.</p><p>&nbsp;</p> </li> <li> <h3><a href="http://www.vellios.com/spacebubble/" target="_blank">SpaceBubble</a></h3> <p><a href="http://www.vellios.com/spacebubble/" target="_blank"><img style="margin-right: 5px" src="http://www.webresourcesdepot.com/wp-content/uploads/spacebubble.gif" border="0" alt="SpaceBubble" width="200" height="113" align="left" /></a> <strong>SpaceBubble</strong> is a fast-paced arcade game which is also <strong>optimized for the iPhone 4 retina display</strong>.</p><p>&nbsp;</p><p>&nbsp;</p><p>&nbsp;</p> </li> <li> <h3><a href="http://www.wikihow.com/wikiHow:IPhone" target="_blank">wikiHow</a></h3> <p><a href="http://www.wikihow.com/wikiHow:IPhone" target="_blank"><img style="margin-right: 5px" src="http://www.webresourcesdepot.com/wp-content/uploads/wikihow-iphone.jpg" border="0" alt="WikiHow iPhone" width="200" height="113" align="left" /></a><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; It enables you to read wikiHow's featured article feed, search and browse them.</p> <p>And, you can bookmark articles to store them for later reading, and watch YouTube videos embedded into articles.</p> </li> <li> <h3><a href="http://iphone.natsulion.org/" target="_blank">NatsuLiphone</a></h3> <p><a href="http://iphone.natsulion.org/" target="_blank"><img style="margin-right: 5px" src="http://www.webresourcesdepot.com/wp-content/uploads/natsuliphone.jpg" border="0" alt="NatsuLiphone" width="200" height="113" align="left" /></a><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; A <strong>Twitter client</strong> which can display the friend timeline and post a status message.</p> <p>It can show a specific user's timeline and has an autopagerize method that can display older tweets while scrolling.</p><p>&nbsp;</p> </li> <li> <h3><a href="http://www.sunsetlakesoftware.com/molecules" target="_blank">Molecules</a></h3> <p><a href="http://www.sunsetlakesoftware.com/molecules" target="_blank"><img style="margin-right: 5px" src="http://www.webresourcesdepot.com/wp-content/uploads/molecules.gif" border="0" alt="Molecules" width="200" height="113" align="left" /></a><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; An application that allows you to view three-dimensional renderings of molecules and manipulate them using your fingers.</p> <p>Molecules can be <strong>rotated by moving your finger</strong> and zoom in or out by using two-finger pinch gesture.</p><p>&nbsp;</p> </li> <li> <h3><a href="http://www.sunsetlakesoftware.com/molecules" target="_blank">HP Calculator Emulator</a></h3> <p><a href="http://code.google.com/p/hpcalc-iphone/" target="_blank"><img style="margin-right: 5px" src="http://www.webresourcesdepot.com/wp-content/uploads/iphone-hp-calculator.jpg" border="0" alt="HP Calculator Emulator" width="200" height="113" align="left" /></a><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; The application emulates various versions of the popular HP scientific calculators.</p><p>&nbsp;</p><p>&nbsp;</p><p>&nbsp;</p> </li> <li> <h3><a href="http://code.google.com/p/iphoneebooks/" target="_blank">Books</a></h3> <p><a href="http://code.google.com/p/iphoneebooks/" target="_blank"><img style="margin-right: 5px" src="http://www.webresourcesdepot.com/wp-content/uploads/iphone-books.gif" border="0" alt="Books" width="200" height="113" align="left" /></a><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; A simple eBook reader for the iPhone which reads HTML and text files stored in your ~/Media/EBooks folder.</p> <p>And, it is smart enough to enter subdirectories, if for instance, you've broken a book down by chapters.</p><p>&nbsp;</p> </li> <li> <h3><a href="http://code.google.com/p/tweetero/" target="_blank">Yfrog For iPhone</a></h3> <p><a href="http://code.google.com/p/tweetero/" target="_blank"><img style="margin-right: 5px" src="http://www.webresourcesdepot.com/wp-content/uploads/yfrog-iphone.gif" border="0" alt="Yfrog For iPhone" width="200" height="113" align="left" /></a><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; A Twitter application where you can view friends timeline,&nbsp;&nbsp;following/follower lists, post status updates or send direct messages.</p> <p>Also, you can add geo information into tweets.</p><p>&nbsp;</p> </li> <li> <h3><a href="http://code.google.com/p/mobilesynth/" target="_blank">MobileSynth</a></h3> <p><a href="http://code.google.com/p/mobilesynth/" target="_blank"><img style="margin-right: 5px" src="http://www.webresourcesdepot.com/wp-content/uploads/mobilesynth.gif" border="0" alt="MobileSynth" width="200" height="113" align="left" /></a><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; A classic monophonic (playing one note at a time) synthesizer, designed for live performance.</p><p>&nbsp;</p><p>&nbsp;</p> </li> <li> <h3><a href="http://code.google.com/p/metasyntactic/wiki/PocketFlix" target="_blank">PocketFlicks</a></h3> <p><a href="http://code.google.com/p/metasyntactic/wiki/PocketFlix" target="_blank"><img style="margin-right: 5px" src="http://www.webresourcesdepot.com/wp-content/uploads/pocketflix.jpg" border="0" alt="PocketFlicks" width="200" height="113" align="left" /></a><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; The application helps finding movies and managing your Netflix information.</p> <p>Using <strong>PocketFlicks</strong>, add movies to your queue, add/update ratings and more.</p><p>&nbsp;</p><p>&nbsp;</p> </li> <li> <h3><a href="http://github.com/c99koder/lastfm-iphone" target="_blank">Official Last.fm Application</a></h3> <p><a href="http://github.com/c99koder/lastfm-iphone" target="_blank"><img style="margin-right: 5px" src="http://www.webresourcesdepot.com/wp-content/uploads/last-fm-iphone.jpg" border="0" alt="Last.fm iPhone Application" width="200" height="113" align="left" /></a><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; The iPhone application of Last.fm for listening to free streaming radio anywhere.</p> <p>It also helps to share music via your phone contacts, purchase tracks and albums from the iTunes Music Store.</p><p>&nbsp;</p> </li> <li> <h3><a href="http://colloquy.info/project/browser/trunk/Mobile" target="_blank">Colloquy</a></h3> <p><a href="http://colloquy.info/project/browser/trunk/Mobile" target="_blank"><img style="margin-right: 5px" src="http://www.webresourcesdepot.com/wp-content/uploads/colloquy.gif" border="0" alt="Colloquy" width="200" height="113" align="left" /></a><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; The iPhone version of the well-known Mac OS X IRC client.</p> <p>It is a complete chat application with support for all IRC functions, push notifications, highlighting messages, etc.</p><p>&nbsp;</p> </li> <li> <h3><a href="http://code.google.com/p/metasyntactic/wiki/NowPlaying" target="_blank">Now Playing</a></h3> <p><a href="http://code.google.com/p/metasyntactic/wiki/NowPlaying" target="_blank"><img style="margin-right: 5px" src="http://www.webresourcesdepot.com/wp-content/uploads/now-playing.gif" border="0" alt="Now Playing" width="200" height="113" align="left" /></a><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Browse theaters, the movies they are playing, show times, ratings, play trailers and their distances.</p> <p>The application is currently down due to an issue with the data provider but the source is still available.</p><p>&nbsp;</p> </li> <li> <h3><a href="http://github.com/millenomi/diceshaker" target="_blank">Diceshaker</a></h3> <p><a href="http://github.com/millenomi/diceshaker" target="_blank"><img style="margin-right: 5px" src="http://www.webresourcesdepot.com/wp-content/uploads/diceshaker.gif" border="0" alt="Diceshaker" width="200" height="113" align="left" /></a><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; A dice-rolling application for iPhone, Android and JavaScript-based&nbsp;&nbsp;environments for your roleplaying sessions and board games.</p><p>&nbsp;</p><p>&nbsp;</p> </li> <li> <h3><a href="http://gorillas.lhunath.com/" target="_blank">Gorillas</a></h3> <p><a href="http://gorillas.lhunath.com/" target="_blank"><img style="margin-right: 5px" src="http://www.webresourcesdepot.com/wp-content/uploads/gorillas.gif" border="0" alt="Gorillas" width="200" height="113" align="left" /></a><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; The iPhone version of the cult QBasic game. Its source can be found <a href="http://wiki.github.com/Lamentum/Gorillas/" target="_blank">here</a>.</p><p>&nbsp;</p><p>&nbsp;</p><p>&nbsp;</p> </li> <li> <h3><a href="http://www.mitapp.com/en/applications2/ecological-footprint/" target="_blank">Ecological Footprint</a></h3> <p><a href="http://www.mitapp.com/en/applications2/ecological-footprint/" target="_blank"><img style="margin-right: 5px" src="http://www.webresourcesdepot.com/wp-content/uploads/ecological-footprint.jpg" border="0" alt="Ecological Footprint" width="200" height="113" align="left" /></a><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; An application for quickly calculating a person's ecological impact&nbsp;&nbsp;with inputs like eating or traveling habits and its source can be found <a href="http://www.mitapp.com/opensource/EcoFootprint.zip" target="_blank">here</a>.</p><p>&nbsp;</p><p>&nbsp;</p> </li> <li> <h3><a href="http://zbar.sourceforge.net/iphone/" target="_blank">ZBar Barcode Reader</a></h3> <p><a href="http://zbar.sourceforge.net/iphone/" target="_blank"><img style="margin-right: 5px" src="http://www.webresourcesdepot.com/wp-content/uploads/zbarcode.gif" border="0" alt="ZBar" width="200" height="113" align="left" /></a><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; A simple demonstration for the usage of ZBar library on iPhone.</p> <p>It can scan barcodes and samples for making product searches on Google or Amazon are also included.</p><p>&nbsp;</p> </li> <li> <h3><a href="http://appremix.com/packlog/" target="_blank">PackLog</a></h3> <p><a href="http://appremix.com/packlog/" target="_blank"><img style="margin-right: 5px" src="http://www.webresourcesdepot.com/wp-content/uploads/packlog.jpg" border="0" alt="PackLog" width="200" height="113" align="left" /></a><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; An application for updating your Backpack status and journal entries easily.</p> <p>The developer mentions that he is not proud of the code however it is not always the good ones that we can learn from.</p><p>&nbsp;</p><p>&nbsp;</p><p>摘自：&nbsp;http://www.webresourcesdepot.com/20-open-source-iphone-applications-to-learn-from/</p> </li> </ul> </div></div>
]]>
</description>
</item>
</channel>
</rss>
