创业团队4条箴言

August 14th, 2010

很多人太急功近利

团队要有有长跑意识。游戏是个跟电影一样的波动性很强的行业,上一款产品的成功不能确保下一款热卖。怎么办?他们相信核心团队要耐心在一个领域坚持4、5 年。比如《侠盗猎车手》做到3代才大成,《使命召唤》是第四代。《吉他英雄》的团队则做了5年音乐游戏相关生意,对此领域理解深刻。

客户是最佳信息来源

做《吉他英雄》时他们说服老婆抵押了房子,借了亲戚的钱,最终凑了100万美元。孤注一掷?不。他们之前大量的音乐游戏相关客服经验让他们相信产品至少能 卖出15-17万套,相信至少可以回本,公司不会挂掉

聪明人一定能为公司找到方向,但不要提前死掉

多听用户的,产品里面80%的功能都是用户提出的

好的产品可以用有创意的方法营销(例如他们产品的缺货,或者用来办party)

不 要认为大公司一定可以把你踩死,大公司内部问题很多

创业者不能怕累。

有意义的事情都会很难,也会 很累。美国肯尼迪总统曾经说过:”我们下定决心登陆月球,不是因为那很简单,而是因为那很艰苦。”

Share and Enjoy:
  • Print
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google Bookmarks
  • Blogplay
  • 豆瓣
  • DZone
  • LinkedIn
  • MySpace
  • Reddit
  • RSS

Drupal: Show custom links as Primary / Secondary links.

August 2nd, 2010

Add the code in page.tpl.php
Output in template:
<?php print theme(‘links’, menu_navigation_links(“menu-merchant”), array(‘id’ => ‘features-menu’, ‘class’ => ‘links primary-links’)) ?>

Share and Enjoy:
  • Print
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google Bookmarks
  • Blogplay
  • 豆瓣
  • DZone
  • LinkedIn
  • MySpace
  • Reddit
  • RSS

PHP抓取外部资源函数fopen / file_get_contents / curl 的区别

August 2nd, 2010

fopen / file_get_contents 每次请求都会重新做DNS查询,并不对DNS信息进行缓存。
但是CURL会自动对DNS信息进行缓存。对同一域名下的网页或者图片的请求只需要一次DNS查询。
这大大减少了DNS查询的次数。
所以CURL的性能比fopen / file_get_contents 好很多。

Share and Enjoy:
  • Print
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google Bookmarks
  • Blogplay
  • 豆瓣
  • DZone
  • LinkedIn
  • MySpace
  • Reddit
  • RSS

删除生产环境中的.svn目录

August 2nd, 2010

rm -rf `find . -type d -name .svn`

Share and Enjoy:
  • Print
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google Bookmarks
  • Blogplay
  • 豆瓣
  • DZone
  • LinkedIn
  • MySpace
  • Reddit
  • RSS

Software for android

August 2nd, 2010

Which software are useful?

This the software list for android :

* Gmail for android

* Facebook for android

* Twitter for android

* Phone record software

* Today’s weather for android

I found these app for android is good software.

Share and Enjoy:
  • Print
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google Bookmarks
  • Blogplay
  • 豆瓣
  • DZone
  • LinkedIn
  • MySpace
  • Reddit
  • RSS