2009年7月5日 星期日

iPhone App Programming - Documents

Property List Programming Guide for Cocoa :
http://developer.apple.com/documentation/Cocoa/Conceptual/PropertyLists/

Archives and Serializations Programming Guide for Cocoa
http://developer.apple.com/documentation/Cocoa/Conceptual/Archiving/

SQLite in 5 Minutes Or Less: http://www.sqlite.org/quickstart.html
Intro to the SQLite C Interface: http://www.sqlite.org/cintro.html

Brent Simmons, “libxml2 + xmlTextReader on Macs: http://inessential.com/?comments=1&postid=3489
Big Nerd Ranch, “Parsing XML in Cocoa”: http://weblog.bignerdranch.com/?p=48

JSON Parser/Generator for Objective-C: http://code.google.com/p/json-framework/
Introducing JSON: http://www.json.org/

Memory Usage Performance Guidelines:
https://developer.apple.com/iphone/library/documentation/Performance/Conceptual/ManagingMemory/

Threading Programming Guide: https://developer.apple.com/iphone/library/documentation/Cocoa/Conceptual/Multithreading

iPhone App Programming - Misc

  1. 模擬兩隻手指頭縮放,按住Option (Alt) 按鍵,如果要模擬兩手指平行,按住 Option + Shift 按鍵

  2. 自動完成
Tab 鍵自動套用目前顯示的自動完成
ESC 鍵讓你看到其他可用的自動完成
Ctrl + . : 直接補完(無選單,可循環)
Ctrl + / : 補完後,選取下一個參數
Cmd + Opt + ↑ : 跳到 header
Cmd + Double Click : 跳到 implementation/interface
Option + Double Click: 跳到 document

3. SQL Lite Manager

參考來源:

2009年7月4日 星期六

Vexel Art

Vexel art is a digital art that is an entirely pixel-based form of raster art that imitates the vector graphics technique, but is distinguished from normal vector graphics or raster images. “Vexel” itself is a mixture of two words ‘Vector’ and ‘Pixel’. Vexel designs are composed by using multiple layered shapes. It can be done in Photoshop, but vexel designs are not limited to only Photoshop; essentially, it can be done with any image editing software that has a good Pen Tool.


Vexel art 是一個數位藝術,這是一個完全基於像素的光柵藝術,它模仿的向量圖形技術,但有別於一般的向量圖形或光柵圖形。 “ Vexel ”此字本身是混合兩個詞彙"向量"與"像素"而成 。 Vexel設計都使用多個層次的形狀。這是可以在Photoshop做到的 ,但vexel設計不僅只限於使用Photoshop ;從本質上來說,這是可以用任何具有良好的鋼筆工具圖形的編輯軟體來做到的。



Source