background preloader

JSbooks - free javascript books

https://jsbooks.revolunet.com/

Related:  JavaScriptJavascriptJavaScriptref/teo

To Engineers Who Tried to Use Jade Template Engine and Can’t Get Started When I started working at Storify as a Node.js Engineer. The tech stack was Express and Jade. I hate to admit it, but I struggled with Jade a lot! Before, I mostly worked with Underscore, and Handlebars. The Basics of Object-Oriented JavaScript Over recent years, JavaScript has increasingly gained popularity, partly due to libraries that are developed to make JavaScript apps/effects easier to create for those who may not have fully grasped the core language yet. While in the past it was a common argument that JavaScript was a basic language and was very 'slap dash' with no real foundation; this is no longer the case, especially with the introduction of high scale web applications and 'adaptations' such as JSON (JavaScript Object Notation). JavaScript can have all that an Object-Orientated language has to offer, albeit with some extra effort outside of the scope of this article. Congratulations, you just created an object. There are two ways to create a JavaScript object: they are 'Constructor functions' and 'Literal notation'.

Everything you need to know about Loading Animations A brief history of loading animations. For such type of feedback, designers use progress bars, loading indicators, preloaders or spinners. They explain to users when something is happening or loading and ideally reduce mental waiting time. How to Learn JavaScript Properly - Ray Sinlao Learn JavaScript Properly (For NON-JavaScript Programmers and First-time Programmers) Duration: 6 to 8 weeks. Prerequisite: Completed at least middle school (no programming experience necessary). Continue course below.

Nunjucks You've been looking for a more sophisticated templating engine for JavaScript. Here it is. Rich Powerful language with block inheritance, autoescaping, macros, asynchronous control, and more. Heavily inspired by jinja2 Fast & Lean High-performant. ImageMapster ImageMapster is a jQuery plugin that lets you activate HTML image maps without using Flash. It works just about everywhere that Javascript does, including modern browsers, Internet Explorer 6, and mobile devices like iPads, iPhones and Androids. Note: ImageMapster used to be distributed as a ZIP archive. You can still download the full package including examples and source as a zip from GitHub but I will no longer be building a version-specific ZIP file with each release.

Javascript Obfuscate and Encoder Why Use The Online JavaScript & jQuery Obfuscator Tool? It's simple really, JavaScript is a browser intepreted language so it needs to be front end and visible to browsers. This unfortunately means that it is also visible to every tom, dick and harry who wants to see you code and potentially steal it. Let's Encrypt Tutorial SiteGround has been supporting the Let’s Encrypt global initiative for creating free SSL certificates for everybody from its beginning. We automatically issue and install a free certificate for the majority of the domains that are pointed to our shared servers and we allow one click installations for domains on cloud and dedicated accounts. Now, all of our customers can also install free Let’s Encrypt Wildcard to any of their domains pointed with us. How to see the Let's Encrypt certificates issued for your account? To access the Let's Encrypt certificate tool, log in to your cPanel and click on the Let's Encrypt icon in the Security tab. Once there, you will see a list of the active Let’s Encrypt certificates for your account.

The Best Way to Learn JavaScript Learning something new is scary. For me, the biggest issue with picking up a new skill is that I don’t know what I don’t know. Given that, it’s often useful to find a plan for learning whatever you’re interested in. That’s what this post is: your blueprint, your roadmap, your plan of action for learning JavaScript! CSS, JS or SMIL: What Should You Use For Animations? – Designhill Blog Web designers usually have three different tools available at their disposal for creating animations. These tools are CSS, JS or SMIL. But the bigger question here is- which is the one that offers maximum benefits in terms of functionality and near perfect designs? Well, each of these tools have their own set of pros and cons.

Related:  JavaScript | Jquery | Front End