Development related scripts & softwares
This functions returns the input string padded on the left, the right, or both sides to the specified padding length.
Javascript CRC32 function generates the cyclic redundancy checksum polynomial of 32-bit lengths of the string. This is usually used to validate the integrity of data being transmitted.
This is a method which can be used to do a relative measure (benchmark) of the Javascript function performance.
This is limited sprintf Javascript implementation. Returns a string formatted by the usual printf conventions.
These function return a string with whitespace stripped from the beginning or end or both of the string.
This JavaScript code can be used to convert tables in ordinary HTML into sortable ones. This script is unobtrusive. No additional coding is necessary.
A method to get the styles on an element that aren't set in-line or with JavaScript.
This script is used to encode / decode url parameters. It is fully compatible with UTF-8 encoding. Useful when u want to transfer data using AJAX technology.
This script is used to encode / decode data using the base64 algorithm. It is fully compatible with UTF-8 encoding. Useful when u want to transfer data using AJAX technology.
This script is used to encode / decode UTF-8 data
|