2012年2月22日 星期三

電訊商最高數據用量的新月費計劃及比較

本來也打算要自己比較的了,剛好見到明報製作的比較表,省回工夫了,嘻!
資料來源:CSL推5GB 數碼通局跟
http://finance.sina.com.hk/news/40/2/1/4581221/1.html

恆生Cash Dollars獻禮 2012 1月至6月 每月精選比較

羊羊比較準則:
  1. 現金卷最為實用,面額低比面額高好
  2. 日常花費為佳,超市>個人護理用品店>餅店>書卷
  3. 折扣越多越好
月份換領期至所需Cash $禮品編號禮品項目折扣
Feb 201210-03-201247M1205大班麵包西餅HKD20禮券(3張)
78.33%
Mar 201210-04-201235M1207聖安娜HKD48壹打裝禮餅券
72.92%
Mar 201210-04-201281M1208bossini HKD50 現金券 (2pcs)
81.00%
Apr 201210-05-201262M1211美心西餅HKD20現金券 (4張)
77.50%
Apr 201210-05-201295M1210海天堂HKD50瓦盅裝龜苓膏禮券(4張)
47.50%

2010年5月10日 星期一

關於我自己

我覺得,網誌是明確一點的分類比較好。
但是,又不想再開一個又一個荒廢下去的站了…
所以囉,只好繼續用下去了。


關於我自己 v3 (2012.04.01)

一隻好奇心很重的羊,平日還好,一但被引起好奇心就一發不可收拾。 
認為Google是世上重要的發明之一,樂見網上更多有趣的工具誕生。
職場新鮮人,處處都是誘惑,但為了荷包著想,只好四處研究優惠囉!



關於我自己 v2 (2010.05.10)
一隻好奇心很重的羊,平日還好,一但被引起好奇心就一發不可收拾。
認為Google是世上重要的發明之一,樂見網上更多有趣的工具誕生。
快將畢業,打算趁自己還算年輕力壯時去國外闖闖看!

關於我自己 v1 十分不擅於寫程式,但因要交畢業習作而和程式博鬥中,經常被一堆小小的程式問題給逼瘋。

比一般人更常遇到奇奇怪怪的電腦問題。orz

2010年3月11日 星期四

漫畫的尺寸及書套的挑選

依常見的書籍尺寸及市面買得到的書套配合大小。


菊32 約為A6大小
(150 x 105 mm)
ex. 文庫大小的書籍
挑選書套:15.0cm


36k 即台灣一般小本漫畫的尺寸
(170 x 115 mm) 
挑選書套:17.0cm

日本36k規格為177 x 115 mm
挑選書套:17.7cm


32k 即一般中型漫畫的尺寸
(185 x 130 mm)
挑選書套:18.5cm

冬水社在幾年前授權大然之單行本為188 x 130 mm左右,也就是B6大小。
挑選書套:18.8cm


25k 是為菊16既A5大小
(210 x 148 mm)
ex. 一般小說、狂龍出版之漫畫,即為25k
挑選書套:21.0 cm


16k' (小)16開本之意
(255 x 187 mm)
ex. 一般港版的彩色漫畫,或是一般同人誌的大小
挑選書套:26.0 cm


16k 即B5大小,平時少有人稱16k 多稱為B5判
(260 x 187 mm)
ex. 小本畫冊類、設定集…etc


16k變型 即B5變型判(B20取判)
寛度或高度合B5大小,但規格特殊型
ex. 白泉社出版的高屋奈月キャラクターブック フルーツバスケット…etc
變型判的書籍,要找書套不易,多半都是要自己做。


菊8 即A4大小
(297 x 421 mm)
ex. 一般畫冊的大小,或是雜誌puff…etc
挑選書套:29.0~30.0cm


菊8變型 即A4變型判
比菊8在略微高、寛點的大size
ex. 超出A4不到B4尺寸的大型畫冊
挑選書套:31.5cm以上


資料來源/參考資料:
【the Box Wisdom】漫畫的尺寸及書套的挑選
http://blog.yam.com/kyanite/article/438456

如何從Flash影片元件存取場景上的變數?

花了好幾個小時才找到答案,答案果然…很簡單!但不會的話就是不會!
var varInMc:Number = MainTimeline(root).varInTimeline;

紅色的是重點,籃色部分隨意改囉!
同時適用於function,亦可延伸至movie clip裡的movie clip!
枉我試了一堆都不對的:root, root1, this.parent, parent, stage, MainTimeline


重點摘錄:
'root' returns a DisplayObject instance.
DisplayObject Class does NOT contain a property names "varInTimeline" but Your DocumentClass does, usually called: "MainTimeline".


來源(其實解答也很精簡):How to access Main Timeline variable from Movie Clip? 

P.S. 標題用中文看上去好怪喲!

2010年3月1日 星期一

內容管理系統 Content Management System (CMS)

甚麼是內容管理系統? Content Management System (CMS) 看Wikipedia的定義
內容管理系統是把一個網站的內容(文字,圖片,等等)與網站的組件分離開來,可以將各個頁面連接到一起,可以控制頁面的顯示。通過這個系統,可以方便的管理,發布,維護網站的內容,而不再需要硬性的HTML代碼或手動建立每一個頁面。  (出處)
即無需任何網頁知識,亦能用所見即所得的文字編輯器來更新網站內容。

1. Joomla!
它使用PHP語言加上MySQL資料庫所開發的軟體系統,可以在Linux、Windows、MacOSX等各種不同的平台上執行。
除了安裝容易,有許多套件可以使用,在內容上也有針對搜尋引擎優化,更重要的是,它在台灣有活躍的開發社群,因此在中文相容以及想找支援或客製都較為容易。
參考資料:http://www.joomla.org.tw/
 
2. Vignette
一套強大的內容網站管理系統
使用Vignette的網站:中時電子報

3. drupal
drupal與Joomla!同樣是最近備受關注的開源CMS
在臺灣也有中文社群,drupal Taiwan正體中文支援站drupaltaiwan.org
drupal跟Joomla比一比
使用drupal的網站:美國有名的商業雜誌Fast Company


http://www.cmsmatrix.org/
寫出所有 CMS 的比較表,可以用自己的觀點去配對

 
http://en.wikipedia.org/wiki/List_of_content_management_systems
這篇文章六七年前就有了,一直有人在補完

http://www.cmsreview.com/
CMS review,但可能不太合適初學者

http://www.steptwo.com.au/papers/kmc_evaluate/
這個有 PDF 可以下載,困難度也不高可以參考

 
 在台灣最大宗的話大概是:
  1. phpnuke
  2. xoops
  3. drupal

Reference: IT邦幫忙>架網站哪家CMS比較好?用CMS有什麼優缺點?

2010年2月25日 星期四

100 Action Words for IT Resumes

  1. achieved better database performance by tuning memory area.
  2. adapted Rational Unified Process (RUP) for software development project.
  3. adjusted data retrieval query for optimized performance in data analysis and reporting.
  4. administered multiple instances of Oracle Server Enterprise Edition on Windows NT platform.
  5. analyzed business rules and user requirements.
  6. assembled mold detection devices on PCs.
  7. assessed wireless network implementation impacts.
  8. audited enterprise-wide network systems security policy and implementation.
  9. budgeted corporate financial management system integration project.
  10. coded C++ programs for image processing.
  11. computed total expenditure for performance budget forecasting.
  12. conducted SQL Server database performance tuning.
  13. configured MAXIMO Asset Management System on Windows 2000 Server.
  14. converted historical data in ASCII test files to XML format.
  15. created FTP-based file transfer utility on UNIX platform.
  16. cut IT cost by 10%.
  17. defined project scope and system use case.
  18. delivered high-quality software and services on schedule.
  19. designed a web-based inventory tracking software application.
  20. detected network performance bottlenecks.
  21. developed a Java SWING desktop application.
  22. diagnosed agency-wide WAN network performance issues.
  23. differentiated data presentation from business processing logic.
  24. distributed a .NET Mobile application to over 200 Palm handheld users.
  25. documented user requirements and business logic.
  26. eliminated software defect in production by QA enhancement.
  27. enforced industry standard methodology in software development projects.
  28. enhanced user authentication and security module for the existing application.
  29. established enterprise-wide software development and deployment framework.
  30. expanded VPN network to more users in remote locations.
  31. extracted online store transaction data from Oracle data warehouse.
  32. fixed bugs in existing software.
  33. formulated expenditure calculation in contract management system.
  34. identified memory leak and connection pooling problems in current C++ application.
  35. implemented Struts Framework in web-based application on JBoss.
  36. increased customer satisfaction by improved user interface.
  37. initiated software development quality control and assurance.
  38. integrated inventory management process into PeopleSoft system.
  39. interacted with customers to define functional requirements.
  40. introduced MVC architecture into web application projects.
  41. installed Maximo Asset Management System with WebLogic and SQL Server.
  42. invented automatic dust control system for coal preparation plants.
  43. investigated network security failure and operating system configuration defects.
  44. led SAP ERP implementation projects.
  45. made data standardization and classification policy.
  46. maintained Oracle data warehousing database for business banking data.
  47. managed multiple IT projects concurrently.
  48. minimized the risk of data lose by implementing stand-by database replication.
  49. modeled e-commerce transaction data.
  50. modified user interface.
  51. monitored LAN network performance.
  52. negotiated new contract for current project extension.
  53. operated mainframe database server machines in corporate data center.
  54. obtained hands-on skills in Cisco network equipment installation.
  55. optimized SQL query plan for faster data transaction.
  56. oversaw project planning and management.
  57. performed Oracle database backup and recovery tasks.
  58. piloted a prototype project for migrating a PowerBuilder application to J2EE platform.
  59. planned IT department projects and budgeting.
  60. prepared agency-wide LAN network wiring and configuration.
  61. processed historical accounting data.
  62. programmed ETL scripts to covert SSA data into data warehousing database.
  63. provided consulting solutions and technical support.
  64. proposed agency-wide financial system integration.
  65. published white papers on web services implementation topics.
  66. recommended backup & recovery procedures to improve user data availability.
  67. redesigned application's interface to improve end user experience.
  68. reduced network installation costs.
  69. reengineered enterprise-wide human resource management process.
  70. repaired Cisco switches and routers.
  71. researched data sorting algorithm for complicated data structures.
  72. resolved user authentication conflicts in the current system.
  73. restored Oracle instance from backup files.
  74. restructured the business tier for a J2EE web application.
  75. reviewed functional and technical documentations.
  76. revised functional specifications and technical specifications.
  77. served the State of California as an IT professional for 8 years.
  78. serviced clients on-site for database administration and performance tuning.
  79. simplified software license tracking process in IT department.
  80. solved SSL and client certificate authorization problems in web applications running on Tomcat.
  81. specified end user requirements and business logic.
  82. standardized data classification procedures.
  83. started business process reengineering project as the team leader.
  84. strengthened enterprise wide network security policy.
  85. studied grid computing impacts on database engine performance.
  86. summarized system requirements and specifications for new software development projects.
  87. supervised the QA team in software testing.
  88. tested the system's functionalities and performance.
  89. transformed ETL tasks from script-based process to Informatica implementation.
  90. trained the Java developer team to migrate to .NET technology.
  91. traveled worldwide to provide on-site data management services for international clients.
  92. troubleshot LAN network connection problems.
  93. updated company's operating system from Windows NT to Windows XP Server.
  94. upgraded database server from Oracle 9i to Oracle 10g.
  95. used Visual Basic to develop a client/server application.
  96. utilized PDFLib library to generate PDF reports in Java applications.
  97. verified system design and architecture assumptions in IV&V projects.
  98. wired LAN network and installed switches and routers.
  99. won several new contracts for GIS projects from State of New York.
  100. wrote proposals in response to customer's RFP.