8 Useful Online Javascript Tools

12:08PM 10/07/2010, Lập trình web

JavaScript is a powerful client-side scripting language, which allows developers to create rich and interactive web applications. In this article, you'll find 10 excellent tools to help you work with JavaScript more effectively. All of them are web-based tools, so you can use immediately without installing any softwares.

1. Javascript unpacker and beautifier



The JavaScript beautifier will reformat and reindent bookmarklets, ugly javascript, unpack scripts packed by the popular Dean Edward's packer, as well as deobfuscate scripts processed by javascriptobfuscator.com.


This project is open-source, you can download source code from gitHub.


2. JS Bin



JS Bin is a web application for testing and debugging JavaScript and CSS collaboratively. You input your source code, test, debug and save it to a publicly-accessible URL which you can then share to your fellow developers or in social networking outlets like Twitter or Facebook groups.


3. Online JavaScript/CSS Compression Using YUI Compressor



YUI Compressor is a popular JavaScript compressor that removes unneeded characters (like spaces and tabs, comments) and optimizes code, thus reducing your script’s file size. YUI Compressor is developed by Yahoo!.


4. JSLint



JSLint is a Web-based tool for verifying your JavaScript code for errors. It has a ton of features and settings that you can use to customize verification algorithms to suit your needs. The verification process is based on The Good Parts of Douglas Crockford.


5. JSON Formatter and Validator



JSON (JavaScript Object Notation) is used in JavaScript applications frequently. JSON data is often written without line breaks to save space, it became extremely difficult to actually read it. The JSON Formatter tool was created to help with debugging by formatting the JSON into data that is easily readable by human beings.


6. JavaScript Regex Generator



Working with Regular Expression is a common javascript task. JS Regex Generator helps JavaScript developers write Regular Expressions for matching strings of text. This is commonly done for text-format validation, such as when checking if inputted text has the correct date and email format.


7. JavaScript Regular Expression Tester



The JavaScript Regular Expression Tester is an online utility that allows you to test your RegEx code against a sample test. It’s a handy tool to have around when you want to quickly test the efficacy of your regular expressions in a variety of example texts.


Theo deluxe blog tips