All package blogs

Recommend this page to a friend!

Latest posts of all package blogs

  JS Classes blog JS Classes blog   Blog All package blogs  
  12 - 3   2 - 1  

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)

2. Using the webfanIntents API

Updated on: 2016-04-09

Posted on:

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

With "webfanIntents" it is possible to delegate an "action" to an arbitrary 3rd party applications implementing the spec while server, client and API does not know of each other.

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)

1. jsframe evolved to JaSper

Updated on: 2015-01-29

Posted on:

Blog: jsframe package blog
Package: jsframe

jsframe ends its development.
It becomes Jasper.


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

1. Did You Mean Advanced Email Validation in Node.js and PHP

Updated on: 2015-01-18

Posted on:

Blog: E-mail validation package blog
Package: E-mail validation

When you take users' email addresses, for instance in a site sign-up form, there are great chances that the addresses may be incorrect because of a typing mistake or it is not possible to deliver the message to the specified address for some reason.

This e-mail validation package can detect and prevent that users enter incorrect addresses even before you accept them.

Read this article to learn how to use this package to detect incorrect email addresses and get suggestions for the correct addresses so the users can fix them with a single click.

This article is about doing it with Node.js but it also points to a similar solution to achieve the same in PHP.


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

1. Tutorial of How to View the JavaScript Diff of Two Strings to Patch the Text and a PHP Alternative

Updated on: 2017-02-09

Posted on:

Blog: JS Diff Viewer package blog
Package: JS Diff Viewer

Sometimes it is necessary to show the differences between two text strings to view what changed between them.

Read this article to learn how to find and view the differences between two strings in realtime on the browser using JavaScript or render the differences on the server side using PHP to not rely on JavaScript.

The article also shows how to patch a string to obtain the changed string by using the list of differences between them.


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

1. How to put a Scrollbar at the Top and the Bottom of a Large Page Element

Updated on: 2013-10-30

Posted on:

Blog: JavaScript Scrollbar to Top package blog
Package: JavaScript Scrollbar to Top

Sometimes you need to display content inside a page element that may be too wide to fit in the available space.

A scrollbar may appear automatically at the bottom of the wide page element, but if the content is also very tall, like for instance when you have a long article, the user may not see the bottom scrollbar, and so he may not be able to scroll the content sideways.

Read this article to learn about a solution to make a scrollbar also appear at the top of the wide page element.


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

1. Protecting Browser Side User Data in JavaScript using Cryptography with secStore.js

Updated on: 2016-09-26

Posted on:

Blog: secStore.js package blog
Package: secStore.js

The security of Web applications should include the protection of data that is stored on the browser side, being that in cookies or local storage.

Read this article to go through a brief introduction to using secStore.js library when you need to secure essential data, such as authentication tokens or personally identifiable information needs to be stored within the user browser.


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

1. Getting the Users Attention using HTML5 based Advanced Animations

Updated on: 2013-04-21

Posted on:

Blog: Page animation package blog
Package: Page animation

Getting the users attention to important messages is crucial for Web sites that need to lead the users to perform certain actions.

HTML5 brought to Web developers new kinds of page elements that can be used to implement new types of animations with some JavaScript help.

Read this article to learn how to use this page animation JavaScript library to implement advanced animations that can definitely grab the attention of your Web site users.


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

1. Cross-Domain AJAX versus JSONP

Updated on: 2013-04-21

Posted on:

Blog: CDA Cross Domain AJAX package blog
Package: CDA Cross Domain AJAX

Cross-Domain AJAX is an alternative approach to send AJAX requests to a Web server and process the retrieved response.

Read this article learn about Cross-Domain AJAX and its main advantages when compared to JSONP.


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

  12 - 3   2 - 1  
  JS Classes blog JS Classes blog   Blog All package blogs