JS Classes blog

Recommend this page to a friend!

Latest JS Classes blog posts

  All package blogs All package blogs   Blog JS Classes blog   Post article Post article  
  139 - 130   129 - 120   119 - 110   109 - 100   99 - 90   89 - 80   79 - 70   69 - 60   59 - 50   49 - 40   39 - 30   29 - 20   ...   9 - 1  

91. Notable JavaScript package: JavaScript String Format

Updated on: 2016-06-17

Posted on:

Most languages provide standard libraries that allow string manipulation operations like formatting a text string with a list of parameters values. However, JavaScript does not come with any built-in objects for that purpose.

This package can add a prototype to an object to let it format strings in a similar way to sprintf functions of other functions.

Read this article to learn more details about how this notable JavaScript package works.


Blog More ...   Post a comment Post a comment   See comments See comments (5)   Trackbacks (0)

90. Notable JavaScript package: JavaScript Bracket Matching Checker

Updated on: 2016-05-19

Posted on:

Sometimes it is necessary to quickly check if an expression or even a programming code text has the right syntax, opening and closing the right brackets.

This object can implement that kind of quick check by looking if brackets match. It supports either (, [ and { brackets.

Read this article to learn more details about how this notable JavaScript package works.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

89. Notable JavaScript package: JavaScript AVI Parser

Updated on: 2016-04-22

Posted on:

Many sites need to take videos uploaded by the users. When a user uploads a video he may not be certain if that is the right video that he wants to upload and may only realize that after a few hours when the video finishes uploading.

This object can help addressing this issue by being able to parse and extract data from an AVI video even before the user uploads it. This way the user can confirm if the video was the right was that he wanted to upload.

Read this article to learn more details about how this notable JavaScript package works.


Blog More ...   Post a comment Post a comment   See comments See comments (5)   Trackbacks (0)

88. Is JavaScript The Most Used Programming Language On Earth? - Lately in JavaScript podcast episode 65

Updated on: 2016-05-30

Posted on:

A recent survey carried by StackOverflow confirmed that JavaScript is the most commonly useg programming language in the World. Whether that is true or not, was the main topic discussed by Manuel Lemos and Arturs Sosins in the episode 65 of the Lately in JavaScript podcast.

They also talked about a JavaScript library to build 3D applications without WebGL nor Three.js, pausing animated GIFs, the polemic around ubpublishing packages from NPM, JavaScript speech recognition with dedicated browser APIs, fast migration of Web sites to mobile, among other topics.

This article contains a transcript of the podcast summary below.

Listen to the podcast now, or watch the hangout video, or read the transcript text to learn more about these and other interesting JavaScript topics discussed in this podcast.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

87. Gun.js: the GIT for Distributed NoSQL Databases - Lately in JavaScript podcast episode 64

Updated on: 2016-03-23

Posted on:

Imagine a NoSQL database that can work in a distributed way like Git, so if you lose the main database in the server, you can recover it from copy running on your Web browser. That database exists, it was developed by Mark Nadal and his team, and it is called Gun.js.

The live demo of Gun.js and the interview Mark Nadal gave to Manuel Lemos and Arturs Sosins was the main topic main topics discussed in the episode 64 of the Lately in JavaScript podcast.

They also talked about the features of EcmaScript 2017, creating single page apps with WordPress and Angular.js, the fatigue caused by the discussions about JavaScript fatigue, Chrome Debugging on Visual Studio Code IDE, among other topics.

Listen to the podcast now, or watch the hangout video to learn more about these and other interesting JavaScript topics discussed in this podcast.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

1. Fast Migration of Regular Sites to Mobile using µ.Flow Library

Updated on: 2016-10-17

Posted on:

Blog: µ.Flow package blog
Package: µ.Flow

Mobile Web applications require fast retrieval of pages using AJAX requests to provide a smooth experience.

However when you have already implemented a regular site with multiple pages, moving on to single page application approach can require a lot of work and compromise prior SEO (Search Engine Optimizations).

Read this article to learn about a simpler approach based on using HTML5 pushState and AJAX requires that requires minor changes to your site pages and provide a smooth user experience preserving your site past SEO efforts.


Blog More ...   Post a comment Post a comment   See comments See comments (2)   Trackbacks (0)

86. Andras Toth and Hungary are the Winners of 2015 JavaScript Innovation Award

Updated on: 2016-03-07

Posted on:

The winners of the JavaScript Innovation Award of 2015 were announced recently. Andras Toth won individually and he also helped Hungary to win the JavaScript Innovation Award Championship by countries.

The site interviewed the winner to know him better. Read this article to learn more about the outstanding innovative packages that allowed Andras to win the 2015 award, as well see pictures of the nice prizes that he won for this award.


Blog More ...   Post a comment Post a comment   See comments See comments (1)   Trackbacks (0)

85. How HTTP 2 will Affect JavaScript Applications - Lately in JavaScript podcast episode 63

Updated on: 2016-02-26

Posted on:

Many applications Web applications bundle many files packed in a single file to make the delivery of those files require less connections. That is the case of CSS sprites or even combined JavaScript files.

However HTTP 2 makes that practice obsolete because it already multiplexes requests, so they only take a single connection to the server.

That was one of the main topics discussed by Manuel Lemos and Arturs Sosins in the episode 63 of the Lately in JavaScript podcast.

They also talked about how ParallelJS library simples creating applications using worker threads, the present and future of jQuery after the 10th anniversary, creting WebGL games based on Unity and JavaScript, what is isomorphic JavaScript and its benefits, etc..

Listen to the podcast now, or watch the hangout video to learn more about these and other interesting JavaScript topics discussed in this podcast.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

84. Doing JavaScript Background Tasks using Service Workers - Lately in JavaScript podcast episode 62

Updated on: 2016-01-25

Posted on:

Service Workers are Worker tasks that can run in the background even after the the browser tab that started them was closed.

The availability of Service Workers in Chrome was one of the main topics discussed by Manuel Lemos and Arturs Sosins in the episode 62 of the Lately in JavaScript podcast.

They also talked about the state of the Internet of the Things JavaScript support in 2015, the results of a JavaScript Developer survey, top must see JavaScript developer tools, Facebook ditching Flash for HTML 5 to play videos, and a light saber game that uses your mobile phone as controller.

Now the summary of the podcast transcript is available.

Listen to the podcast now, or watch the hangout video, or read the summary transcript to learn more about these and other interesting JavaScript topics discussed in this podcast.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

83. Is Wordpress Switching PHP for JavaScript? - Lately in JavaScript podcast episode 61

Updated on: 2015-12-11

Posted on:

The recent announcement of the Calypso project for Wordpress that is based on Node.js and React.js libraries raised some concerns that Wordpress is switching to the JavaScript language.

This was one of the main topics discussed by Manuel Lemos and Arturs Sosins in the episode 61 of the Lately in JavaScript podcast.

They also talked Adobe stopping to produce tools for Flash applications in favor of HTML5 and JavaScript solutions, a new standard API to access Bluetooth devices from HTML5 and JavaScript pages, Firefox marking login forms as insecure if they are processed via non-HTTPS pages, among other JavaScript related topics of interest.

Listen to the podcast now, or watch the hangout video to learn more about these and other interesting JavaScript topics discussed in this podcast.


Blog More ...   Post a comment Post a comment   See comments See comments (7)   Trackbacks (0)

  139 - 130   129 - 120   119 - 110   109 - 100   99 - 90   89 - 80   79 - 70   69 - 60   59 - 50   49 - 40   39 - 30   29 - 20   ...   9 - 1  
  All package blogs All package blogs   Blog JS Classes blog   Post article Post article