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  

121. Finally Native Browser JavaScript Development with jQuery or Polyfills - Lately in JavaScript podcast episode 74

Updated on: 2017-01-31

Posted on:

Nowadays current browsers implement so many HTML5 APIs natively, that it is possible to write JavaScript applications without needing jQuery nor other polyfill libraries that emulate those APIs.

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

They also talked about the mo.js library for Easy Web motion using SVG, using pre-compiled frameworks with just the parts you need, combining emoji Unicode characters to create new emojis, efficient aysnchronous loading of JavaScript for modern browsers, and realtime image scaling using the CSS zoom property.

This article contains a transcript and a 4 minute video summary of the podcast.

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)

120. Notable JavaScript package: JavaScript Color Mixer

Updated on: 2018-03-28

Posted on:

Many sites allow users to customize user interfaces aspects like for instance colors of the different UI elements.

This package provides a nice user interface to let the users pick one color by the means of sliders or text inputs that allow controlling the color values in either RGB or HSV formats.

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)

119. Web Assembly Finally Getting Ready to Make JavaScript Applications Much Faster - Lately in JavaScript podcast episode 73

Updated on: 2017-01-03

Posted on:

Web Assembly is finally getting ready to be used in regular browsers, thus making it possible to compile and run JavaScript code in a much faster way.

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

They also talked about EcmaScript 6 Async and Await features is also available now on Firefox, using Turbo.js library to program the user graphics board GPU to perform massive graphics operations much faster, creating holographic applications on Windows using JavaScript, etc..

This article contains a transcript and a 2 minute video summary of the podcast.

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)

118. Notable JavaScript package: JavaScript Descriptive Statistics

Updated on: 2017-01-01

Posted on:

This objects can perform descriptive statistics on data sets.

It takes a set of values from a given page form input and performs several types of operations.

The results are displayed in a given page elements.

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)

117. Notable JavaScript package: jQuery YouTube Player Plugin

Updated on: 2016-12-30

Posted on:

YouTube is the most popular Internet video platform. Many people use it to host videos to be embedded in Web site pages.

This jQuery plug-in makes it easy to dynamically embed YouTube videos as well their screenshot images with control of several playback parameters.

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)

116. Notable JavaScript package: Timeline Scroll

Updated on: 2016-12-08

Posted on:

Many Web site pages list multiple entries of posts that were written over the time.

Usually you need to scroll to go to the next post.

This jQuery plugin provides a more user friendly solution by letting the user click on a button to go to the next entry in the timeline.

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)

115. JavaScript Foundation Bring Consolidation to the community - Lately in JavaScript podcast episode 72

Updated on: 2016-11-29

Posted on:

With the growth of packages and tools for JavaScript development came a lot of fragmentation in the community. The JavaScript foundation aims to address that issue to simplify the lives of developers that nowadays have to deal with the complexity of choices of tools and libraries for similar purposes.

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

They also talked about using the JavaScript Internationalization API in modern browsers, optimization of memory consumption of Chrome and Node.js, Yarn, the Facebook new JavaScript package manager, recognizing text in images with Tesseract.js, using ansync and await in Node.js 7, as well several other interesting new JavaScript libraries.

This article contains a transcript of the summary of the podcast.

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)

1. Front-end interactive treeview

Updated on: 2016-11-16

Posted on:

Blog: JS Filer package blog
Package: JS Filer

Displaying and manipulating data on a Web page may be quite a time consuming task if you do not do it with the help of existing libraries.

There are several jQuery plugins to make it easier implement the tree views on a Web page.

Read this article to learn about how to use the jsFiler plugin for this purpose.


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

113. Debug Node.js Web applications either on Browser and Server side with Chrome - Lately in JavaScript podcast episode 71

Updated on: 2016-11-03

Posted on:

The latest Chrome version can debug the code of Web applications running on the server using Node.js and single step both server side and browser side JavaScript.

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

They also talked about a new standalone debug from Mozilla named debugger.html, optimization of bootstrap libraries in JavaScript, the complexity of JavaScript development in 2016, the preference of flavours of JavaScript among developers, etc..

This article contains a transcript of the summary of the podcast.

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)

112. Notable JavaScript package: jQuery Create Slug from Text

Updated on: 2016-11-02

Posted on:

Slug is the part of a URL that is often used to include in the pages' URLs the respective titles to make it easy for users to learn what the pages are about looking just at their URLs.

Not all characters can be included in URLs. For instance spaces and other characters need to be encoded in a special way, so they are not easily readable by the users.

This object can take a text of a title and create the slug by replacing characters that would need to be encoded, by using dashes.

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)

  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