albert's blog
2013/01/23
Clean Coding Practice
›
Clean coding-practices from Wakaleo Consulting
2012/12/21
Top 6 Success Factors to Inspire a Team of Software Engineers
›
"You need a real vision , the trust of team members, the accountability for execution and a lot of passion . High emotional in...
2012/12/20
3 Recommendation on Software Management
›
Contractor is not an employee In software management, is normally best practice, well used, to use contractors for development, to train ne...
2012/12/19
How to extract unique distinct values from a column
›
Requirement Unique distinct values are all cell values but duplicate values are removed. Example sheet - How to remove duplicate values ...
2012/12/14
高股息ETF(0056)
›
昨日在「上班這檔事」,看到來賓提到高股息ETF(Exchange Traded Funds,指數股票型基金)此股票,感覺是風險較低的投資方式,比把錢放在銀行好多了 找到了一些資料 傻瓜投資日誌 http://foolinv.blogspot.tw/2011/09/...
2012/12/13
Tips on how to write a clean and meaningful code
›
Tip: Names for variables and methods/functions Tip: Comments may be misleading Tip: Separate method/function for each task Tip: Separate...
2012/12/10
XDate - A Modern JavaScript Date Library
›
XDate - a modern java-script date library from Guo Albert
2012/11/09
20 Kick-ass programming quotes
›
1. “There are two ways of constructing a software design: One way is to make it so simple that there are obviously no deficiencies, and the...
2012/10/07
Coding Guidelines for the Developer During Development
›
1)Do use the Transactions in long running queries and many small-small queries 2)DON’T Use SELECT * 3)Avoid explicit or implicit functi...
2012/09/26
如果你的薪水是別人給你的,你就是可以被取代的
›
理財專家給薪水族的忠告:如果你需要拿錢回家養家,那麼一定要遵守。如果有人養你,則另當別論。 記得以前有位同事離職前多拉了幾個人走,以為會對公司的業務造成影響,經我觀察的結果做了結論:完全沒有影響,缺人找人,頂多資深員工辛苦點,對公司來說,「所有員工在職時都很重要,離職後都不...
2012/09/20
10種不跟也罷的老闆
›
別跟那些沒有個人生活的老闆 別跟那些總是遷怒於你的老闆 別跟那些總是扮演搞笑角色的老闆 別跟總是掙扎求生的老闆 別跟那些總是誇誇其談的老闆 別跟那些總是和你爭的老闆 避免那些總是說個不停的老闆 別跟那些總是忙忙碌碌的老闆 別跟那些沉迷於聲色犬馬的老闆 別跟那些...
Failed to Apply Thousand Seperator / Text Pattern
›
Problem I had set the text pattern to "#,##0", but it is not working. Here is the setting in iReport But it does not work a...
2012/09/17
8 Common Code Violations in Java
›
Format source code and Organize imports in Eclipse Avoid multiple returns (exit points) in methods Simplify if-else methods Do not cre...
2012/08/23
Best Practices to Make Life Easier for the Programmer
›
Constants Should you ever need a variable that is not changing over time (or in many cases just one time), you should use constants. Const...
2012/08/13
2012/08 神戶京都之旅
›
風見雞館 北野異人館街一隅 北野異人館街的星巴克 Kobe Tower 神戶港夜景 Kyoto Tower 琵琶湖煙火 伏見稻荷神社 藝妓回憶錄拍攝場景 奈良公園 宇治川煙火
2012/07/27
Clear IE Cache Through Command Line
›
Scenario Owing to Microsoft IE will cache JavaScript, CSS files, so it may not recognize when we update JavaScript or CSS files. We need ...
青年拒絕窮忙!主管最浪費員工的7大症狀
›
1. 在不同專案間調動人力,或不斷換人處理專案。 2. 缺乏適當規劃所造成的浪費。 3. 每次救火都會產生浪費。 4. 超時加班導致浪費。 5. 當專案變調或取消,就會產生浪費。 6. 士氣低落所導致的浪費。 7. 多工也會造成浪費。 http://topic....
2012/05/29
What's difference between an empty string and a null value
›
Question: What is the difference between an "empty" value and a "null" value? Answer: An empty string is treated as ...
2012/05/22
7 Application Deployment Best Practices
›
Keep the installation structure SIMPLE. Always get rid of old files. Automate it Don’t over do it with the symlinks Delete everythi...
2012/05/15
Top 7 programmers bad habits
›
1. The all code is crap, except mine, attitude. 2. The “I fix that in a second” catastrophe. 3. The “That will only take a second” miscon...
‹
›
Home
View web version