2010年12月27日 星期一

A Small World

Opposite to Facebook, A Small World is a very secret social network which only offers the membership for those people who are invited by the current members. Normally, people try to make their social network bigger and bigger so they are willing to accept any friend request.

However, when time goes by, they will find out that a lot of "friends" on the list are not familiar or haven't contact with for a long time. In fact, people only establish a strong network with some of their friends. Based on the idea, A Small World provides a very private and closed network, which actually grap the attention because of its unique policy.

http://www.asmallworld.net

Currently I can't get into this network because I don't have any friend inside (Or I have but I just don't know that).

2010年7月24日 星期六

Some useful datasource of Facebook programming

Here are some useful datasource that I used in Facebook programming:
  1. About the datatime object
    General operation of datetime - http://blog.ben.idv.tw/2008/06/google-developer-day-google-app-engine.html
  2. About ASCII, Unicode, UTF-8 encode and decode
    Unicode and UTF-8 stream coverting - http://blog.wahahajk.com/2009/08/unicodedecodeerror-ascii-codec-cant.html
    Use unicode in source scripts - http://gradyli.wordpress.com/2008/12/10/python%E7%9A%84non-ascii-character-error/
  3. About Django (template)
    Django v0.96 version - http://www.djangoproject.com/documentation/0.96/templates/
FYR