Notable Packages

Recommend this page to a friend!

Packages that are worth noting for doing something special

  All package blogs All package blogs   Blog JS Classes blog   Blog Notable Packages   Post article Post article  
  31 - 22   21 - 12   11 - 2   1 - 1  

103. Notable JavaScript package: Advanced jQuery Scroll Progress Tracker

Updated on: 2016-09-01

Posted on:

A Web page with multiple sections that are not completely visible can have links to make the browser jump to specific sections of the page.

However, once you click on a link to jump to a section you no longer see the links for other sections.

This jQuery plugin provides a solution that shows in a single scroll bar that is always totally visible, buttons to make the page jump to specific sections, always keeping visible buttons to jump to other sections.

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)

102. Notable JavaScript package: JavaScript Cryptographic Chat

Updated on: 2016-08-02

Posted on:

Since Eduard Snowden has disclosed that many people communications were being intercepted, many users become worried with whether they were being tapped on the Internet.

Several solutions appeared to provide end-to-end encryption of messages exchanged between users.

This package provides a solution to chat between two users that uses a secret key to encrypt the messages.

Even though messages are stored on the server database, it is not possible to decrypt the messages without using the password that only the users have on the browser side.

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)

101. Notable JavaScript package: Async Function Call

Updated on: 2016-07-29

Posted on:

Sometimes it is necessary to call a sequence of functions but when these functions need to execute operations asynchronously you need to find a workaround so you the next functions is execute only after the last function asynchronous operations is finished.

This package implements a workaround by addong a new prototype to the function object, so you can chain the calls to multiple functions.

This ways when one asynchronous function succeeds or a given timeout period passed, it calls the next asynchronous function call.

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)

99. Notable JavaScript package: JavaScript Summarize Text

Updated on: 2016-07-26

Posted on:

Many Web pages have great content that is too long for the user with lack of time to read.

For that user it would be better to have a short summary that he could read quickly before he can decide if it is interesting to read the whole page.

The object can extract summaries from Web pages by copying given elements marked with a special attribute and insert them in summary section of the page.

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)

97. Notable JavaScript package: JavaScript Manipulate Table

Updated on: 2016-07-05

Posted on:

Sometimes you need to build or manipulate tables dynamically on your Web page.

This object can perform many types of operations to manipulate HTML tables, like adding and removing table cells, rows and columns, as well extract all table data into a JSON string.

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)

96. Notable JavaScript package: Subtitle Downloader

Updated on: 2016-06-30

Posted on:

There are sites host videos that can have subtitles.

This package is a Chrome extension that can let the user download the video data and subtitles when available.

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)

95. Notable JavaScript package: webfan JavaScript Intents Service Server

Updated on: 2016-06-22

Posted on:

Web Intents is a new W3C standard that allows to register Web services that can handle data of a certain MIME type.

So when the user needs to open or perform other action with a given file of that MIME type from the browser, he may choose from a list of Web services that can perform that action on the file.

This package can be used to register the URLs Web services that will handle given MIME types. It can also call a given callback function to process the requested action on the file.

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)

93. Notable JavaScript package: PowerTechTools

Updated on: 2016-06-02

Posted on:

Technicians that work with electricity often need to make calculations with values like power, voltage, impedance, etc.. So it is always useful to have a tool at hand to make these calculations. This package can make many of those calculations.

It uses Angular.js and it can run on a browser of a mobile device.

It also uses MathML to render formulas on the Web page.

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)

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)

  31 - 22   21 - 12   11 - 2   1 - 1  
  All package blogs All package blogs   Blog JS Classes blog   Blog Notable Packages   Post article Post article