Difference between revisions of "HTML"
From Teknologisk videncenter
m |
m |
||
(7 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{TOCright}} | {{TOCright}} | ||
*[http://www.w3schools.com/html/ w3schools HTML Tutorial - very comprehensive and easy to follow] | *[http://www.w3schools.com/html/ w3schools HTML Tutorial - very comprehensive and easy to follow] | ||
+ | *[http://www.microsoftvirtualacademy.com/Content/ViewContent.aspx?et=3429&m=3408&ct=18277#fbid=lI2vbi5c9Gh Microsoft Code Academy] | ||
==HTML5== | ==HTML5== | ||
*[http://www.w3schools.com/html5/default.asp HTML5 Tutorial - get up-to-date with the latest in HTML5] | *[http://www.w3schools.com/html5/default.asp HTML5 Tutorial - get up-to-date with the latest in HTML5] | ||
*[http://www.script-tutorials.com/new-trends-in-web-design-summer-2013/ New Trends in Web Design – Summer 2013] | *[http://www.script-tutorials.com/new-trends-in-web-design-summer-2013/ New Trends in Web Design – Summer 2013] | ||
+ | *[http://methodsoftware.blogspot.com.es/2013/07/adding-html5-intellisense.html?m=1 Adding HTML 5 Intellisense] | ||
+ | *[http://www.youtube.com/watch?v=gOkjNUibcWo HTML5 Canvas Tutorial] | ||
===Game development=== | ===Game development=== | ||
*[http://www.script-tutorials.com/snake-game-using-html5-canvas-and-kineticjs/ Snake walkThrough] | *[http://www.script-tutorials.com/snake-game-using-html5-canvas-and-kineticjs/ Snake walkThrough] | ||
+ | *[http://inspiredtoeducate.net/inspiredtoeducate/?p=983&preview=true&utm_source=buffer&utm_campaign=Buffer&utm_content=buffer368a9&utm_medium=twitter Programming Simple Animations Using HTML, Canvas, and JavaScript] | ||
+ | |||
==CSS== | ==CSS== | ||
*[http://www.bchanx.com/logos-in-pure-css-demo Logoer i CSS] | *[http://www.bchanx.com/logos-in-pure-css-demo Logoer i CSS] | ||
+ | *https://plus.google.com/100606641551873505128/posts/cur8ovdMf5x | ||
+ | |||
+ | ==JQuery== | ||
+ | *[http://www.sitepoint.com/working-jquery-datatables/ JQuery DataTables] | ||
+ | *[http://www.datatables.net/blog/Microsoft_CDN Using Microsoft Content Delevery Network - DataTables] | ||
=Gode links= | =Gode links= | ||
*[http://www.script-tutorials.com/ www.script-tutorial.com] | *[http://www.script-tutorials.com/ www.script-tutorial.com] | ||
+ | *[http://adwordsagency.blogspot.dk/2013/09/google-web-designer-beta-now-available_30.html Google WebDesigner] | ||
[[Category:Programming]] | [[Category:Programming]] |
Latest revision as of 10:14, 31 October 2013
Contents
HTML5
- HTML5 Tutorial - get up-to-date with the latest in HTML5
- New Trends in Web Design – Summer 2013
- Adding HTML 5 Intellisense
- HTML5 Canvas Tutorial