From: https://davidwalsh.name/upgrade-nodejs
From: http://tecadmin.net/upgrade-nodejs-via-npm/
Foxbrush 發表在 痞客邦 留言(0) 人氣(34)

From: http://www.w3.org/Style/Examples/007/center.en.htm...
--------------------------------------------------------------------
Foxbrush 發表在 痞客邦 留言(0) 人氣(1)
From: http://alistapart.com/article/application-cache-is...
-----------------------------------------------------------------------------------------
Foxbrush 發表在 痞客邦 留言(0) 人氣(14)
From: http://stackoverflow.com/questions/9396240/how-do-...
From: http://stackoverflow.com/questions/6658313/generat...
Foxbrush 發表在 痞客邦 留言(0) 人氣(10)
From : https://lostechies.com/derickbailey/2012/08/17/asynchronous-unit-tests-with-mocha-promises-and-winjs/
------------------------------------------------------------------------------------------------------------
Before I get in to the guts of this post, you need to read Christopher Bennage’s post on how we have our Mocha test suite set up for our Win8 / WinJS project. It’s not the best setup, but it works. It allows us to write tests for our app, even if it is a little bit painful to constantly link files in to the test project. I have hopes that we’ll find a better solution for this, but for now, we’re moving forward with this because it works.
Foxbrush 發表在 痞客邦 留言(0) 人氣(9)

From: http://think-like-a-git.net/sections/rebase-from-the-ground-up/using-git-cherry-pick-to-simulate-git-rebase.html
--------------------------------------------------------------------------------
Once you have git cherry-pick down, you can start off by thinking of git rebaseas being a faster way to cherry-pick all of the commits in a given branch at once, rather than having to type out their IDs separately.
Foxbrush 發表在 痞客邦 留言(0) 人氣(21)

Ref: http://www.hongkiat.com/blog/bower-package-manager/
---------------------------------------------------------------------------
To build a website, we commonly rely on a number of libraries, be it in the form of CSS or JavaScript. If I would build a small website that will display an image slideshow, for example, the website probably would need jQuery and a jQuery plugin, Flexslider. These libraries are the dependencies for the website to function.
Foxbrush 發表在 痞客邦 留言(0) 人氣(9)
1. sudo gedit /usr/share/applications/eclipse-luna.desktop
eclipse-luna will be replaced by your app name
2. copy paste the following lines
Foxbrush 發表在 痞客邦 留言(0) 人氣(13)
* Open your .bash_profile (since OS X 10.8) — or (for 10.7 and earlier): .profile or .bashrc or /etc/profile (depending on availability)
Foxbrush 發表在 痞客邦 留言(0) 人氣(18)
# Percona
## Install thru apt-get
* Debian and Ubuntu packages from Percona are signed with a key so
$ sudo apt-key adv --keyserver keys.gnupg.net --recv-keys 1C4CBDCDCD2EFD2A
Foxbrush 發表在 痞客邦 留言(0) 人氣(2)