要離開III了

  今天終於提出離職了,實在很感傷,
不過該說的還是要說.
  說了,主管不免驚訝,但其實完全是
個人原因,該回高雄了,真的.
  人生無常呀,等我買得起臺北房子,
讓爸媽來臺北有地方住,
倒不如回高雄還比較快.
 

第一次104投履歷

然後就面試了高雄兩家,
第一家新蛋是確定拿到,
薪水也符合預期,
主管說我是他目前面試過
JAVA筆試考最高的@@!
心裡OS,其實工作後JAVA占我用的語言比例,
是最少的XD!

第二家是KKBOX,
也是我最中意的一家,
不過面試官好強大的感覺,
跟一般面試我的主管不太一樣,
是技術底子出身的,
不用筆試,
但問的真的是有時我不會去注意的細節,
希望有二面的機會,
有機會跟他學習.

不過還真的收到不少面試通知,
有點驚訝.

如何拒絕

不知到怎告知原本預期要來的工讀生,

我們不需要他啦!
所以就跟我們需要的那位工讀生,
請他跟他說事實@@

CasperJS, PhantomJS, SlimerJS

CasperJS is an open source navigation scripting & testing utility written in Javascript for the PhantomJS WebKit headless browser and SlimerJS (Gecko). It eases the process of defining a full navigation scenario and provides useful high-level functions, methods & syntactic sugar for doing common tasks such as:

defining & ordering browsing navigation steps
filling & submitting forms
clicking & following links
capturing screenshots of a page (or part of it)
testing remote DOM
logging events
downloading resources, including binary ones
writing functional test suites, saving results as JUnit XML
scraping Web contents

PhantomJS is a headless WebKit scriptable with a JavaScript API. It has fast and native support for various web standards: DOM handling, CSS selector, JSON, Canvas, and SVG.

SlimerJS is useful to do functional tests, page automation, network monitoring, screen capture, etc.

SlimerJS is similar to PhantomJs, except that it runs Gecko, the browser engine of Mozilla Firefox, instead of Webkit (And it is not yet truly headless).