diff --git a/HTML.md b/HTML.md new file mode 100644 index 0000000..e95688d --- /dev/null +++ b/HTML.md @@ -0,0 +1,7 @@ +# Webdeveloper Links & Tips +## HTML +* [selfhtml](https://wiki.selfhtml.org/wiki/HTML) +* [Einführung in HTML - MDN web docs](https://developer.mozilla.org/de/docs/Web/HTML) +* [w3schools HTML5 Tutorial](https://www.w3schools.com/html/) +* [HTML Forms](https://wiki.selfhtml.org/wiki/HTML/Formulare) +* [Kurs im Selbststudium](https://open.hpi.de/courses/webtech2017) \ No newline at end of file diff --git a/README.md b/README.md index ca4b8ce..48ec707 100644 --- a/README.md +++ b/README.md @@ -1,27 +1,9 @@ # Webdeveloper Links & Tips -## HTML -### HTML lernen -* [selfhtml](https://wiki.selfhtml.org/wiki/HTML) -* [Einführung in HTML - MDN web docs](https://developer.mozilla.org/de/docs/Web/HTML) -* [w3schools HTML5 Tutorial](https://www.w3schools.com/html/) -* [HTML Forms](https://wiki.selfhtml.org/wiki/HTML/Formulare) -* [Kurs im Selbststudium](https://open.hpi.de/courses/webtech2017) +* [Tools](TOOLS.md) +* [HTML](HTML.md) +* CSS +* JavaScript +* PHP +* Mysql -### Editoren -* [Sublime Text](https://www.sublimetext.com/) -* [Visual Studio Code](https://code.visualstudio.com/ ) -* [Atom editor](https://atom.io/ ) -* [Brackets](http://brackets.io/) -* [lighttable](lighttable) - -### Online Tools / Plugins -* [HTML Validator](https://validator.w3.org/ ) -* [HTML nu Validator](https://html5.validator.nu/) -* [HTML Extension Chromium](https://chrome.google.com/webstore/search/html?hl=de&_category=extensions) -* [HTML Extension Mozilla](https://addons.mozilla.org/de/firefox/search/?q=html&type=extension) -* [Can I use](https://www.caniuse.com/) -* [codepen](https://codepen.io/) -* [jsfiddle](https://jsfiddle.net/) -* [Google Search Console](https://search.google.com/search-console) -* [Cross Browser testing](https://www.browserling.com/) -* [Browser Test](https://html5test.com/) \ No newline at end of file +## Project "webbaden" ? \ No newline at end of file diff --git a/TOOLS.md b/TOOLS.md new file mode 100644 index 0000000..6158135 --- /dev/null +++ b/TOOLS.md @@ -0,0 +1,33 @@ +# Webdeveloper Tools +## Lokale Server +* [XAMPP](https://www.apachefriends.org/) +* [MAMPP](https://www.mamp.info/) + +## Framework / Interpreter +* [Node.js](https://nodejs.org/) +* [node-sass](https://www.npmjs.com/package/node-sass) ```npm install -g node-sass``` +* [onchange](https://www.npmjs.com/package/onchange) ```npm install -g onchange``` + +## Editoren +* [Sublime Text](https://www.sublimetext.com/) +* [Visual Studio Code](https://code.visualstudio.com/ ) +* [Atom editor](https://atom.io/ ) +* [Brackets](http://brackets.io/) +* [lighttable](lighttable) + +## Browser +* [Chromium](https://download-chromium.appspot.com/) +* [Vivaldi](https://vivaldi.com/de/) +* [Brave](https://brave.com/de/) + +## Online Tools / Plugins +* [HTML Validator](https://validator.w3.org/ ) +* [HTML nu Validator](https://html5.validator.nu/) +* [HTML Extension Chromium](https://chrome.google.com/webstore/search/html?hl=de&_category=extensions) +* [HTML Extension Mozilla](https://addons.mozilla.org/de/firefox/search/?q=html&type=extension) +* [Can I use](https://www.caniuse.com/) +* [codepen](https://codepen.io/) +* [jsfiddle](https://jsfiddle.net/) +* [Google Search Console](https://search.google.com/search-console) +* [Cross Browser testing](https://www.browserling.com/) +* [Browser Test](https://html5test.com/) \ No newline at end of file