hello.js

var please = require('share');
console.log('thank you');

NEW !!!

Wednesday, 15 November, 2017 UTC

15 Interesting JavaScript and CSS Libraries for November 2017

This November's collection is packed with awesome free resources including some powerful CSS frameworks and JS tools. Continue reading on Tutorialzine. ... more


Monday, 16 October, 2017 UTC

15 Interesting JavaScript and CSS Libraries for October 2017

Our recommendations for the web dev libraries and frameworks that your should check out this October. Continue reading on Tutorialzine. ... more


Monday, 9 October, 2017 UTC

5 Node.js Alternatives To WordPress

A quick look into the state of Node.js content management platforms in 2017. Continue reading on Tutorialzine. ... more


Thursday, 14 September, 2017 UTC

15 Interesting JavaScript and CSS Libraries for September 2017

In this article you can find some of the most exciting web dev projects for the month of September. Continue reading on Tutorialzine. ... more


Friday, 1 September, 2017 UTC

Automating Google Chrome with Node.js

In this tutorial we explore the new Headless Chrome platform and try out some scripts for automated browser testing. Continue reading on Tutorialzine. ... more


Thursday, 24 August, 2017 UTC

Converting from Speech to Text with JavaScript

We take a look at a cool browser API that allows us to convert from speech to text and vice versa. Continue reading on Tutorialzine. ... more


Wednesday, 16 August, 2017 UTC

15 Interesting JavaScript and CSS Libraries for August 2017

A collection of some of the most exciting web development projects of the past few weeks. Continue reading on Tutorialzine. ... more


Wednesday, 2 August, 2017 UTC

Creating an Image Zoom Library With Vanilla JavaScript

In this tutorial we build an interactive image gallery plugin using nothing but pure JavaScript. Continue reading on Tutorialzine. ... more


Monday, 17 July, 2017 UTC

15 Interesting JavaScript and CSS Libraries for July 2017

A list of our favorite web development resources for the month of July, packed with some awesome new frameworks, vanilla JS libraries, and many other goodies. Continue reading on Tutorialzine. ... more


Monday, 10 July, 2017 UTC

JavaScript Async/Await Explained in 10 Minutes

A quick introduction into one of the most highly anticipated new JavaScript features. Continue reading on Tutorialzine. ... more


Monday, 5 June, 2017 UTC

15 Interesting JavaScript and CSS Libraries for June 2017

Our list of recommended web dev resources for the month of June. It features a plugin for CSS-only tooltips, a JavaScript code formatter, plus other new frameworks and utilities. ... more


Wednesday, 31 May, 2017 UTC

Quick Tip: Make IndexedDB a Breeze With LocalForage

A 5-minute read in which we wanted to share localForage - an awesome JavaScript library for working with browser storage. ... more


Wednesday, 24 May, 2017 UTC

20 Excellent Resources for Learning Kotlin

Кotlin is a modern programming language that runs on the Java Virtual Machine. It has an elegant syntax and is interoperable with all existing Java libraries. In the 2017 Google I/O, the Android team announced that Kotlin will become an official programming ... more


Tuesday, 16 May, 2017 UTC

Getting Started With The JavaScript Web Animation API

Adding animations to web interfaces makes pages and apps feel more responsive and interactive. A side menu that smoothly slides out of view provides a much better user experience then a menu that just disappears when you close it. So far creating web ... more


Tuesday, 9 May, 2017 UTC

5 Beautiful Image Effects With CSS Shapes and Filters

Today we’ve prepared for you five background images showcasing the power of modern CSS. They can be used as desktop wallpapers, eye-catching landing pages, and even as printed posters. In the article below we’ll also go over some of the key CSS techniques, ... more


Tuesday, 2 May, 2017 UTC

15 Interesting JavaScript and CSS Libraries for May 2017

Our mission at Tutorialzine is to keep you up to date with the latest and coolest trends in web development. That’s why every month we release a handpicked collection of some of the best resources that we’ve stumbled upon and deemed worthy of your attention. ... more


Wednesday, 26 April, 2017 UTC

10 Machine Learning Examples in JavaScript

Machine learning libraries are becoming faster and more accessible with each passing year, showing no signs of slowing down. While traditionally Python has been the go-to language for machine learning, nowadays neural networks can run in any language, ... more


Tuesday, 18 April, 2017 UTC

Handle Mouse And Touch Input With The Pointer Events API

With more and more people using their mobile phones and tablets for web browsing, we as developers have to make sure that our web interfaces are fully accessible via touch. Setting up click and hover event listeners sort of works, but it is clearly a ... more


Monday, 10 April, 2017 UTC

Learn Webpack in 15 Minutes

Build tools have become an integral part of web development, mainly due to the ever-increasing complexity of JavaScript apps. Bundlers allow us to package, compile, and organize the many assets and libraries needed for a modern web project. In this tutorial ... more


Monday, 3 April, 2017 UTC

15 Interesting JavaScript and CSS Libraries for April 2017

Our mission at Tutorialzine is to keep you up to date with the latest and coolest trends in web development. That’s why every month we release a handpicked collection of some of the best resources that we’ve stumbled upon and deemed worthy of your attention. ... more


Monday, 20 March, 2017 UTC

Finally! CSS Triangles Without Ugly Hacks

Anyone who has tried to make HTML upvote arrows, speech bubbles or other pointy elements, knows that in order to create a CSS-only triangle you have to use some sort of hack. The two most popular solutions are to create your triangles out of borders, ... more


Tuesday, 14 March, 2017 UTC

CSS Grid VS Flexbox: A Practical Comparison

Not too long ago, the layout for all HTML pages was done via tables, floats, and other CSS properties that were not well suited for styling complex web pages. Then came flexbox – a layout mode that was specifically designed for creating robust responsive ... more


Monday, 6 March, 2017 UTC

15 Interesting JavaScript and CSS Libraries for March 2017

Our mission at Tutorialzine is to keep you up to date with the latest and coolest trends in web development. That’s why every month we release a handpicked collection of some of the best resources that we’ve stumbled upon and deemed worthy of your attention. ... more


Tuesday, 21 February, 2017 UTC

Freebie: 4 Bootstrap Gallery Templates

In this post we would like to share with you 4 awesome image gallery templates for Bootstrap 3. Just like all our freebies, these templates are completely free to use (no attribution required), fully responsive, and super easy to implement – just copy ... more


Monday, 13 February, 2017 UTC

Building Responsive Emails With MJML

Making HTML emails is just like building websites. The only difference is that layouts have to be constructed using <table> , CSS styles have to be written inline, and you have to support clients so out of date, they use Microsoft Word for rendering. ... more


Monday, 6 February, 2017 UTC

15 Interesting JavaScript and CSS Libraries for February 2017

Our mission at Tutorialzine is to keep you up to date with the latest and coolest trends in web development. That’s why every month we release a handpicked collection of some of the best resources that we’ve stumbled upon and deemed worthy of your attention. ... more


Monday, 30 January, 2017 UTC

20 Awesome PHP Libraries For Early 2017

This week we have for you a collection of high-quality PHP libraries that have caught our eye in the last couple of months. We’ve tried our best to include projects that are active, well documented, and will have a realistic shot at finding a place in ... more


Monday, 23 January, 2017 UTC

Quick Tip: The Easiest Way To Show Browser Notifications

The JavaScript Web Notification API allows both desktop and mobile browsers to display notifications with custom content. Although it’s support used to be quite inconsistent, the API is now compatible with most modern browsers and we are already seeing ... more


Monday, 9 January, 2017 UTC

15 Interesting JavaScript and CSS Libraries for January 2017

Our mission at Tutorialzine is to keep you up to date with the latest and coolest trends in web development. That’s why every month we release a handpicked collection of some of the best resources that we’ve stumbled upon and deemed worthy of your attention. ... more


Wednesday, 14 December, 2016 UTC

15 Interesting JavaScript and CSS Libraries for December 2016

Our mission at Tutorialzine is to keep you up to date with the latest and coolest trends in web development. That’s why every month we release a handpicked collection of some of the best resources that we’ve stumbled upon and deemed worthy of your attention. ... more