Modern JavaScript Explained For Dinosaurs
Modern JavaScript Explained For Dinosaurs The goal of this article to to provide a historical context of how JavaScript tools have evolved to what they are today in 2017. We’ll start from the beginning and build an example website like the dinosaurs did — no tools, just plain HTML and JavaScript. Then we’ll introduce different tools incrementally […]
Read Full Post | Make a Comment ( Comments Off on Modern JavaScript Explained For Dinosaurs )Using GitHub for free Javascript and CSS hosting
rawgit.com When you request certain types of files (like JavaScript, CSS, or HTML) from raw.githubusercontent.com or gist.githubusercontent.com, GitHub serves them with a Content-Type header set to text/plain. As a result, most modern browsers won’t actually interpret these files as JavaScript, CSS, or HTML and will instead just display them as text. RawGit acts as a […]
Read Full Post | Make a Comment ( Comments Off on Using GitHub for free Javascript and CSS hosting )MathJax – Beautiful math in all browsers
MathJax is an open-source JavaScript display engine for LaTeX, MathML, and AsciiMath notation that works in all modern browsers. www.mathjax.org
Read Full Post | Make a Comment ( None so far )Google Code University
code.google.com/edu/languages Includes courses on: Programming Languages Web Programming Web Security Algorithms Android Distributed Systems Tools 101 Google APIs & Tools
Read Full Post | Make a Comment ( None so far )Relational Algebra in Javascript
http://pdehaan.com/RAJS/
Read Full Post | Make a Comment ( None so far )