Seven Shocking Web Stats! (staff.com)
Tagged social networks, web
In this video you can see how to install Sublime text 2 on Windows 7. In addition I’ll show you how to add extensions (packages) directly from the interface with the help of “Package control”, how to add option to the windows context menu “Open folder as Sublime project”, and how to install and integrate node.js which can build javaScript code and show log massages in the Sublime’s console.
Download and install package control for sublime
Sublime text 2 context menu windows
Snippet for node.js (build system) –
1 2 3 4 5 6 |
{ "cmd": ["node", "$file"] } |
(save it as javascript.sublime-build)
Tagged html-css-javascript, webI’ve made a really short video on how to install SASS and Compass on windows 7.
Tagged html-css-javascript, web