游戏市场运营管理 - Good market overview.
【Iphone 游戏开发】游戏引擎剖析 - Good technology overview.
游戏外挂设计技术探讨 - Only interested in the technologies involved.
This is a game I wrote for run recently in HTML5+Javascript+jQuery: Six-Piece Chess.
YUI compressor online is a handy tool to use.
Wednesday, June 29, 2011
Thursday, June 16, 2011
wsdl cache, count_big
PHP web service, cache files are stored in /tmp as "wsdl-..." files. After update web service, you need to delete these files to clear the cache so the changes are reflected.
"select count(*) from tbl" would time out and says: "Arithmetic overflow error converting expression to data type int.". This site has it that you should use "select COUNT_BIG(*) from tbl" instead. Also see MSDN at Transact-SQL reference or COUNT_BIG.
"select count(*) from tbl" would time out and says: "Arithmetic overflow error converting expression to data type int.". This site has it that you should use "select COUNT_BIG(*) from tbl" instead. Also see MSDN at Transact-SQL reference or COUNT_BIG.
Wednesday, June 15, 2011
Blob Sallad
Very funny and interesting: Blob Sallad
An article on its implementation: Blob Sallad – canvas tag and JavaScript physics simulation experiment
An article on its implementation: Blob Sallad – canvas tag and JavaScript physics simulation experiment
Tuesday, June 14, 2011
What Every Programmer Should Know About Memory
Monday, June 13, 2011
Create iPhone application on windows
How To Develop iPhone Apps on Windows
iPhone Development On Windows – 7 Options
Develop iphone Apps on Windows
Seems the top methods are:
1) Flash CS 5.5 (not free)
2) Airplay SDK
3) html/css/javascript
4) In C/C++ (DragonFireSDK) or Java.
Cocoachina: http://www.cocoachina.com/
iPhone Development On Windows – 7 Options
Develop iphone Apps on Windows
Seems the top methods are:
1) Flash CS 5.5 (not free)
2) Airplay SDK
3) html/css/javascript
4) In C/C++ (DragonFireSDK) or Java.
Cocoachina: http://www.cocoachina.com/
Friday, June 10, 2011
Monday, June 6, 2011
Document Management System
Some existing document management systems:
- EndNote. One important function is to create bibliography. Commercial ($25 annual license). Has versions for web, windows, mac.
- Zotero. Collect, organize, cite, and share documents. Competitor of EndNote. Open source. Has versions for web, windows, mac and linux.
I'm looking forward to these functions: record file source, record read time, save local copy, classification, allow comment, can search, can generate report, easy to download and wrap all, can share between users. Better to have iPhone version.
- EndNote. One important function is to create bibliography. Commercial ($25 annual license). Has versions for web, windows, mac.
- Zotero. Collect, organize, cite, and share documents. Competitor of EndNote. Open source. Has versions for web, windows, mac and linux.
I'm looking forward to these functions: record file source, record read time, save local copy, classification, allow comment, can search, can generate report, easy to download and wrap all, can share between users. Better to have iPhone version.
jQuery, Charting
http://jquery.com/
flot - Javascript plotting for jQuery : draws on the canvas element (For IE version earlier than 9, needs excanvas JavaScript emulation helper and canvas-text). Purposes are easy use, attractive look, and interactive features.
Google charts - This is actually closed source. The JavaScript is compacted, and loads libraries dynamically at runtime.
用于图片处理的10个超级jQuery插件
Comparison: Javascript框架和jQuery
flot - Javascript plotting for jQuery : draws on the canvas element (For IE version earlier than 9, needs excanvas JavaScript emulation helper and canvas-text). Purposes are easy use, attractive look, and interactive features.
Google charts - This is actually closed source. The JavaScript is compacted, and loads libraries dynamically at runtime.
用于图片处理的10个超级jQuery插件
Comparison: Javascript框架和jQuery
Subscribe to:
Posts (Atom)