Monthly Archives: November 2010

Chinese Chess Masters

Từ 1956 đến nay Trung Quốc đã tổ chức Giải Vô Địch Cờ Tuớng (cá nhân) tất cả 44 lần và tìm ra được 13 nhà vô địch. Cũng xin nói rõ thêm là từ 1960-1964 : 2 năm tổ … Continue reading

Posted in Feeling, Skill | 5 Comments

Software Development Principles

  A good software, in the developer POV, should satisfy below criteria: * FUNCTIONAL (as specified, with reasonable resource) : of course, trivial assumption. * REUSABLE : currently the most notable criteria, which is the father of OOP andRAD. * EXTENSIBLE … Continue reading

Posted in Coding, Marketing, Skill | 16 Comments

FlexBuilder Linux expiration

You can still develop Flex in Linux, without Adobe’s support of FlexBuilder (now renamed to FlashBuilder) : 1/ Extend the Flex3 trial : https://ducquoc.wordpress.com/2010/10/26/flexbuilder-eclipse-plugin/ . 2/ Use Flex Mojo (maven) : http://flexmojos.sonatype.org/ . 3/ Use NetBeans (with FlexBean plugin) : http://wiki.netbeans.org/FlexApplicationsWithNetBeansContinue reading

Posted in Coding, Linux, Marketing | 2 Comments

Scam SMS text

    Gần đây cứ nhận được nhiều tin nhắn lừa đảo.   Examples: Chúc mừng TB 0909…… , H.Nay Ban la SDT may man *Duy-Nhat* Co C.Hoi Nhan DT Samsung cung 190tr Nhan Giai Bang Cach *So@n DK5 den … Continue reading

Posted in Marketing, Reading | Leave a comment

Linux download commands

Phổ biến nhất là wget, curl và lftp :-) wget Dung lượng nhẹ, dễ sử dụng và khá phổ biến. Ví  dụ: wget http://fpdownload.adobe.com/get/flashplayer/current/install_flash_player.exe . curl Cũng dễ dùng như wget, dùng command-line cũng tốt, mà hỗ trợ lập trình còn … Continue reading

Posted in Linux, Marketing | 5 Comments

FlexSDK 3.5 gotcha

ActionScript 3 (which is usually mentioned as Flex technology by Adobe) , still have some weird internal bugs (“gotcha”) . One of the well-known gotchas is the item removal of an ArrayCollection: var ac : ArrayCollection = new ArrayCollection(); ac.addItem(“gotcha1”); ac.addItem(“gotcha2”); … Continue reading

Posted in Coding, Marketing | 1 Comment

Eclipse WTP Tomcat hot deploy

  One of the reasons why JavaEE does not have many succesful projects is that its development time is usually longer than other competitors’ time (PHP, Ruby, Python, ASP.NET, …) . Ok, we all know the burden of overly complicated … Continue reading

Posted in Coding, Marketing | 18 Comments