Tag Archives: html-css-javascript
Sublime Text 2 Installation On Windows 7 Plus Package Control And Node.js
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, webQuick SASS and Compass Installation on Windows 7
I’ve made a really short video on how to install SASS and Compass on windows 7.
Tagged html-css-javascript, webHTML – Code Sniffer
Check any html for violations of a defined coding standards with one click.
Source
Free Course On “SASS” – Code School
You can access seven videos and make exercises on every topic. It’s completely free, all you need to do is registration.
I assembled one full video for your convenience (you don’t have to do the exercises to unlock the next one).
watch video in dropbox
download video
download Slides (PDF)
Topics:
1: FOUNDATION (0:00 – 10:15 min)
2: VARIABLE (10:15 – 15:28 min)
3: MIXIN (15:28 – 24:25 min)
4: EXTEND (24:25 – 28:12 min)
5: DIRECTIVE (28:12 – 37:54 min)
6: MATH + COLOR (37:54 – 44:18 min)
7: RESPONSIVE (44:18 – 50:25 min)
Tagged free, html-css-javascript