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  

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)

114. Notable JavaScript package: JavaScript LED Text Scroller

Updated on: 2016-11-29

Posted on:

Led light panels are used nowadays every where to show important messages to people that pass by many places.

This package simulates a panel with led lights with text messages scrolling like real led panels you see in the real world.

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)

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)

111. Notable JavaScript package: AH JavaScript Password Strength Check

Updated on: 2016-11-01

Posted on:

When a user enters a password on a site, it is often useful to let him know how easy it may be to guess that password, so the user enters a better one.

This object can show the strength of a given password as the user enters it on a form input.

It can configure the strength parameters based on the number of letters, digits and punctuation that the user entered.

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)

110. Notable JavaScript package: JavaScript PDF Flipbook

Updated on: 2016-10-28

Posted on:

Nowadays many browsers have built-in support to display PDF documents on Web pages, however they do not present the documents in a nice way.

This package provides a nicer alternative. It uses the PDF.js library to parse the PDF documents and the turn.js library, so the users can use their fingers to swipe over book pages and move to the next or previous pages.

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)

109. Notable JavaScript package: JS Filer

Updated on: 2016-10-24

Posted on:

Treeviews are very useful to display and manipulate data structures that are organized in a hierarchy, like for instance files and folders.

This jQuery plugin provides a means to let the user perform several tree element manipulation operations like adding, renaming, removing, searching, copying and moving treeview nodes and leaf 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)

108. Notable JavaScript package: CloudJS

Updated on: 2016-10-20

Posted on:

Many sites can serve files for the user to download, but some times the users prefer to store those files in cloud storage sites like Google Drive and Dropbox.

This jQuery plugin can simplify that process by generating download buttons that send the files directly to those cloud storage services.

This way the user does not need to download the files to their machine and upload them again to the cloud storage services.

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)

106. Notable JavaScript package: Animated Placeholder Text

Updated on: 2016-09-29

Posted on:

Placeholder text is a string that is used to display inside text inputs while they are empty to let the user know that what is the input he is expected to enter in the form field.

Sometimes users do not quite pay attention to placeholder text.

This object grabs the user attention in a more effective way by using animation to make the placeholder text move at a given speed.

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)

105. Notable JavaScript package: DOM Process

Updated on: 2016-09-08

Posted on:

Sometimes you need to process a part of a HTML or XML document by traversing all its nodes to perform some useful process.

This object simplifies that task by traversing the child elements of a DOM node and depending on the evaluation of a given callback function, i t will call another callback function to perform the actual processing.

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