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