Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Form submit: "Upload files in JavaScript" to js #68

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
Open
12 changes: 12 additions & 0 deletions css.json
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,18 @@
"@font-face"
]
},
{
"url": "http://javascript-html5-tutorial.com/css-tips-and-tricks.html",
"title": "CSS tips and examples",
"author": "DirectCode",
"author-mail": "[email protected]",
"author-link": "http://directcode.eu/",
"tags": [
"css",
"tips"
],
"description": "When we work with CSS, we often create or find interesting solutions for various tasks or problems encountered."
},
{
"url": "http://designshack.net/articles/css/a-beginners-guide-to-using-google-web-fonts/",
"title": "A Beginner’s Guide to Using Google Web Fonts",
Expand Down
154 changes: 154 additions & 0 deletions js.json
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,20 @@
"testing"
]
},
{
"url": "http://javascript-html5-tutorial.com/node-js-and-mysql-couple-words-about-mongodb.html",
"title": "Node.js and MySQL",
"author": "javascript-html5-tutorial.com",
"author-mail": "[email protected]",
"author-link": "http://javascript-html5-tutorial.com",
"tags": [
"MySQL",
"javascript",
"mongodb",
"nodejs"
],
"description": "After introduction to node.js it’s time to go with more advanced and practical information. Today we play with communication between node.js and MySQL databases, and also we mention of MongoDB."
},
{
"url": "http://github.com/polarmobile/coffeescript-style-guide",
"title": "CoffeeScript Style Guide",
Expand Down Expand Up @@ -353,6 +367,24 @@
"best practises"
]
},
{
"url": "http://javascript-html5-tutorial.com/using-mustache-js-by-jquery-and-express-application-example-part-12.html",
"title": "Mustache JS tutorial by jQuery and Express application example",
"author": "JS",
"author-mail": "[email protected]",
"author-link": "http://javascript-html5-tutorial.net/",
"tags": [
"mustache",
"javascript",
"jquery",
"expressjs",
"nodejs",
"bootstraps",
"html5",
"tutorial"
],
"description": "How the libraries such as Mustache JS can help us to create good front-end code faster. We will find it when creating this small web application."
},
{
"url": "https://www.npmjs.org/doc/coding-style.html",
"title": "npm-coding-style",
Expand Down Expand Up @@ -535,6 +567,19 @@
"animation"
]
},
{
"url": "http://javascript-html5-tutorial.com/upload-files-in-javascript.html",
"title": "Upload files in JavaScript",
"author": "javascript-html5-tutorial.com",
"author-mail": "[email protected]",
"author-link": "http://javascript-html5-tutorial.com",
"tags": [
"javascript",
"jquery",
"tutorial"
],
"description": "Today’s point is about how to perform file upload in JavaScript. OK – with a small help of other technologies, however, it’s about a single, cohesive and working solution. "
},
{
"url": "http://www.funnyant.com/choosing-javascript-mvc-framework/",
"title": "Choosing a JavaScript MVC Framework",
Expand All @@ -561,6 +606,19 @@
"mvc"
]
},
{
"url": "http://javascript-html5-tutorial.com/node-js-introduction.html",
"title": "Node.js introduction",
"author": "javascript-html5-tutorial.com",
"author-mail": "[email protected]",
"author-link": "http://javascript-html5-tutorial.com",
"tags": [
"nodejs",
"javascript",
"basics"
],
"description": "JavaScript’s popularity is obvious. And solutions such as node.js have a big influence on this. For a longer time, we can see and hear a lot about this technology."
},
{
"url": "http://frontside.io/blog/2014/02/24/ember-and-the-future-of-the-web.html",
"title": "Ember and the future of the web",
Expand Down Expand Up @@ -703,6 +761,19 @@
"animation"
]
},
{
"url": "http://javascript-html5-tutorial.com/functional-programming-in-javascript-and-the-underscore-js-library.html",
"title": "Functional programming in JavaScript and the underscore.js library",
"author": "javascript-html5-tutorial.com",
"author-mail": "[email protected]",
"author-link": "http://javascript-html5-tutorial.com",
"tags": [
"functional",
"javascript",
"underscore"
],
"description": "Functional programming is a programming methodology being a variation of declarative programming, in which functions belongs to the fundamental values, and the emphasis is on valuation of (often recursive) functions."
},
{
"url": "https://medium.com/objects-in-space/9b8a9dd7bfe3",
"title": "Introducing Event-Focused JS and CSS (EFJAC)",
Expand Down Expand Up @@ -789,6 +860,21 @@
"games"
]
},
{
"url": "http://javascript-html5-tutorial.com/backbone-js-tutorial-for-beginners-part-12.html",
"title": "Backbone.js tutorial for beginners – part 1/2",
"author": "javascript-html5-tutorial.com",
"author-mail": "[email protected]",
"author-link": "http://javascript-html5-tutorial.com",
"tags": [
"backbone.js",
"javascript",
"frameworks",
"mvc",
"tutorial"
],
"description": "Backbone.js is popular JavaScript library, used heavy to create single-page web applications. Today we present good tutorial for beginners. Part 1/2."
},
{
"url": "https://hacks.mozilla.org/2013/10/an-ar-game-technical-overview/",
"title": "An AR Game: Technical Overview",
Expand All @@ -799,6 +885,18 @@
"games"
]
},
{
"url": "http://javascript-html5-tutorial.com/qr-codes-in-javascript.html",
"title": "QR codes in JavaScript!",
"author": "DirectCode",
"author-mail": "[email protected]",
"author-link": "http://directcode.eu/",
"tags": [
"javascript",
"tools"
],
"description": "This article is about how to work with QR codes in JavaScript. It’s quite simple with the right tools."
},
{
"url": "http://blog.ponyfoo.com/2014/01/09/gulp-grunt-whatever",
"title": "Gulp, Grunt, Whatever",
Expand Down Expand Up @@ -922,6 +1020,20 @@
],
"description": "This article describes in some details our interpreter which we have created during the course Essentials of interpretation. We summarize intermediate results and the main parts of the evaluator making notes which were omitted in the code articles."
},
{
"url": "http://javascript-html5-tutorial.com/html5-custom-attributes-define-own-attributes.html",
"title": "HTML5 custom attributes – define own attributes!",
"author": "javascript-html5-tutorial.com",
"author-mail": "[email protected]",
"author-link": "http://javascript-html5-tutorial.com",
"tags": [
"javascript",
"html5",
"attributes",
"jquery"
],
"description": "Do you want something great? No problem – in HTML5 we can find a lot of great things. You probably know that HTML5 introduces new elements, but it’s not everything! "
},
{
"url": "http://dmitrysoshnikov.com/courses/essentials-of-interpretation-intro/",
"title": "Essentials of interpretation. Intro.",
Expand All @@ -936,6 +1048,20 @@
],
"description": "“Essentials of interpretation” is a new series which consists of small lessons on interpretation of computer programs. The lessons are implemented in JavaScript and contain detailed comments. The sources can be found on the appropriate GitHub repository."
},
{
"url": "http://javascript-html5-tutorial.com/compress-javascript-and-css-files.html",
"title": "Compress JavaScript and CSS files",
"author": "javascript-html5-tutorial.com",
"author-mail": "[email protected]",
"author-link": "http://javascript-html5-tutorial.com",
"tags": [
"css",
"javascript",
"tools",
"howto"
],
"description": "Minimizing / compression of JavaScript and CSS code is often encountered technique used to optimize the loading time by reducing weight of the file. Today we will try to briefly tell about the tools used for this purpose."
},
{
"url": "http://javascript-html5-tutorial.com/object-reflection-in-javascript.html",
"title": " Object reflection in JavaScript",
Expand Down Expand Up @@ -1457,6 +1583,20 @@
],
"description": "In today’s article we’ll do a small review of interesting jQuery tips. The framework itself gives the programmer a gigantic possibilities, that still can be extended through tricks and best practices."
},
{
"url": "http://javascript-html5-tutorial.com/backbone-js-tutorial-for-beginners-part-22.html",
"title": "Backbone.js tutorial for beginners – part 2/2",
"author": "javascript-html5-tutorial.com",
"author-mail": "[email protected]",
"author-link": "http://javascript-html5-tutorial.com",
"tags": [
"backbone.js",
"javascript",
"framework",
"tutorial"
],
"description": "After talking about the basics and key aspects, such as models and collections, we will focus on next – Router, View and Events. "
},
{
"url": "http://javascript-html5-tutorial.com/learning-html5-canvas-with-javascript-step-by-step.html",
"title": "Learning HTML5 Canvas with JavaScript – step by step",
Expand All @@ -1483,6 +1623,20 @@
],
"description": "It’s time for further exploration of HTML5 Canvas, by implementing the next examples. "
},
{
"url": "http://javascript-html5-tutorial.com/node-js-and-socket-io-a-basic-tutorial.html",
"title": "Node.js and socket.io!",
"author": "javascript-html5-tutorial.com",
"author-mail": "[email protected]",
"author-link": "http://directcode.eu/",
"tags": [
"nodejs",
"socket.io",
"javascript",
"tutorials"
],
"description": "Basic, but detailed tutorial about great technologies: node.js and socket.io, working commonly, bringing us interesting possibilities. "
},
{
"url": "http://javascript-html5-tutorial.com/javascript-facebook-api-programming-facebook-applications.html",
"title": "JavaScript Facebook API – programming Facebook applications",
Expand Down