http://www.pinterest.com/pin/395824254721510999/
http://www.pinterest.com/pin/48906345926134865/
▼
2014年2月27日 星期四
2014年2月26日 星期三
2014年2月25日 星期二
[Google Search] Ignore Geo-Meta Tags
http://www.seroundtable.com/archives/020870.html
We generally ignore geo-meta tags like that because we've found that they're generally incorrect (copy & pasted from a template, etc).
2014年2月24日 星期一
[Webpage] Nav. Menu Examples
http://coolajax.net/30-outstanding-examples-of-drop-down-navigation-menus/
30 Examples of how the Nav. menu varies
30 Examples of how the Nav. menu varies
2014年2月19日 星期三
2014年2月17日 星期一
[HTML Table] HTML Table Generator
http://www.tablesgenerator.com/
This web app might help you to generate simple html table code, thus simplify your development process
This web app might help you to generate simple html table code, thus simplify your development process
2014年2月12日 星期三
[HTML Form] 5 Free Online HTML Form Builders
Using tools to build HTML form can catalyze the form building process. It helps you not to get your hands dirty in the preliminary stage.
http://www.hongkiat.com/blog/free-form-builders/
http://www.hongkiat.com/blog/free-form-builders/
2014年2月7日 星期五
[Fact and Truth] [Salary Calculation] 3 Inspiring Stories about Your Salary
[Fact and Truth] High Salary Job Does Not Imply You Are Wiser about Life
[In Traditional Chinese]
http://blog.xuite.net/dizzy03/murmur/66674579
[Original(?!) - In Simplified Chinese]
http://www.xinli001.com/info/4380/
What a wise thought.
Your life formula underneath your salary calculation given from your employee:
Salary != Amount on your Pay Slip (Basic amount + OT + bonus + 13th-month + bla bla bla)
but
= your hourly wage + possibility + health + life + good mood + family + pressure level ( accord. to the article)
Consider how you prioritize yours for YOUR life.
So, the question comes, what is MY priority? What about yours?
[In Traditional Chinese]
http://blog.xuite.net/dizzy03/murmur/66674579
[Original(?!) - In Simplified Chinese]
http://www.xinli001.com/info/4380/
What a wise thought.
Your life formula underneath your salary calculation given from your employee:
Salary != Amount on your Pay Slip (Basic amount + OT + bonus + 13th-month + bla bla bla)
but
= your hourly wage + possibility + health + life + good mood + family + pressure level ( accord. to the article)
Consider how you prioritize yours for YOUR life.
So, the question comes, what is MY priority? What about yours?
[PHP trick] A Magical Method to print_r() an Array with Indentation in PHP
Change this:
And the array will be magically indented right after you press 'F5' in browser.
(Wow! It looks so pretty! <3)
* Note that the 2nd argument of print_r(first_arg, second_arg) equals true means it forces to return the array as a string. But seems this is not a necessity, depending on your case.
print_r($i_am_an_array);To this:
echo '<pre>', print_r($i_am_an_array, true), '</pre>';
And the array will be magically indented right after you press 'F5' in browser.
(Wow! It looks so pretty! <3)
* Note that the 2nd argument of print_r(first_arg, second_arg) equals true means it forces to return the array as a string. But seems this is not a necessity, depending on your case.
2014年2月5日 星期三
[What? Some Random Thoughts] Unrelenting is an extreme; permissive is another
Unrelenting:
ADJ 不顾一切的;不留情面的
If you describe someone's behaviour as unrelenting, you mean that they are continuing to do something in a very determined way, often without caring whether they hurt or embarrass other people.
Permissive:
adj 1: not preventive [ant: {preventative}, {preventive}]
2: granting or inclined or able to grant permission; not strict
in discipline;
Some thoughts about these two words.
If unrelenting is not a good practice, neither is permissive. One is ruthless, the other is lack of discipline.
How to strike a balance? Wow, that is the wisdom and such a long way to go.
ADJ 不顾一切的;不留情面的
If you describe someone's behaviour as unrelenting, you mean that they are continuing to do something in a very determined way, often without caring whether they hurt or embarrass other people.
Permissive:
adj 1: not preventive [ant: {preventative}, {preventive}]
2: granting or inclined or able to grant permission; not strict
in discipline;
Some thoughts about these two words.
If unrelenting is not a good practice, neither is permissive. One is ruthless, the other is lack of discipline.
How to strike a balance? Wow, that is the wisdom and such a long way to go.
[Blogger] My Blog is suffering from Referrer Spam
The symptom of my blog disease : Sudden unusual high page view count.
Way to treat: In no way.
Way to treat: In no way.
Here is some of the blogger doctor's advice, talking about the causes and what to do (very informative and in-depth):
To sum up:
- Never click on the links in your page view statistics which look suspicious ( I have tried once and I can tell, never, never should you do that! )
- Never help them by advertising them ( do not post any link of them, or you are helping them to spread :[ )
- Though we have no way prohibiting their malicious acts, work on the blog content and gain real readers. Then their influences will become less significant.