DevTools: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(Created page with "* [http://anti-code.com/devtools-cheatsheet/ Chrome Devtools Cheatsheet]") |
|||
(9 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
Zeile 1: | Zeile 1: | ||
* [http://anti-code.com/devtools-cheatsheet/ Chrome Devtools Cheatsheet] | * [http://anti-code.com/devtools-cheatsheet/ Chrome Devtools Cheatsheet] | ||
+ | * [http://www.html5rocks.com/en/tutorials/developertools/revolutions2013/ Chrome DevTools Revolutions 2013] | ||
+ | * [http://devtoolsecrets.com/ Secrets of the Browser Developer Tools] | ||
+ | * [http://bgrins.github.io/devtools-snippets/ DevTools Snippets] - a collection of helpful snippets to use inside of browser devtools | ||
+ | |||
+ | ==Sass== | ||
+ | * [http://net.tutsplus.com/tutorials/html-css-techniques/developing-with-sass-and-chrome-devtools/ Developing With Sass and Chrome DevTools] | ||
+ | |||
+ | ==Experiments== | ||
+ | Enable experiments: | ||
+ | * navigate to '''about:flags''', then find '''Enable Developer Tools experiments''', enable it and restart Chrome. | ||
+ | |||
+ | ==Chrome Installation== | ||
+ | under Ubuntu: | ||
+ | * 1) Uninstall: | ||
+ | ** sudo apt-get purge google-chrome-stable | ||
+ | ** sudo apt-get autoremove | ||
+ | * 2) Install the dev channel version of Chrome | ||
+ | ** [http://www.chromium.org/getting-involved/dev-channel Chrom's dev channel for Ubuntu/Debian] | ||
+ | ** Error on saving CSS files: Changes to this file were not saved to file system. | ||
+ | |||
+ | [[Category: Software]] |
Aktuelle Version vom 3. September 2013, 23:17 Uhr
- Chrome Devtools Cheatsheet
- Chrome DevTools Revolutions 2013
- Secrets of the Browser Developer Tools
- DevTools Snippets - a collection of helpful snippets to use inside of browser devtools
Sass
Experiments
Enable experiments:
- navigate to about:flags, then find Enable Developer Tools experiments, enable it and restart Chrome.
Chrome Installation
under Ubuntu:
- 1) Uninstall:
- sudo apt-get purge google-chrome-stable
- sudo apt-get autoremove
- 2) Install the dev channel version of Chrome
- Chrom's dev channel for Ubuntu/Debian
- Error on saving CSS files: Changes to this file were not saved to file system.