Two weeks ago we announced Browserling's Web Dev Tools (Web Developer Tools Announcement Post), and last week we added several more tools.

We created Web Dev Tools because we noticed that we were repeatedly searching for things like "json prettify" or "url encode", and we'd end up on different websites each time, some of them low quality and spammy. So we created simple tools with no ads, useless checkboxes or weird configuration options. All tools have the same interface and work exactly the same - press button, get result.

Today we've released even more tools that programmers and web developers often use:

  • JS Prettify - Pretty-print and beautify JavaScript code (add spaces and indentation in JavaScript code.)
  • JS Minify - Compress JavaScript code (remove spaces, tabs and indentation in JavaScript code.)
  • XML Minify - Compress XML data (remove spaces, tabs and indentation between XML tags.)
  • JSON-to-XML Converter - Transform JSON data to XML data (create valid XML from valid JSON.)
  • XML-to-JSON Converter - Transform XML data to JSON data (create valid JSON from valid XML.)
  • UTC-to-UNIX Time Converter - Transform UTC time (and other time formats) to UNIX Epoch timestamp.
  • IP-to-Long-Decimal Converter - Transform IP addresses to long-decimals (unsigned integers).

Here's a list of all tools that we've created so far:

  • URL Encoder - URL-escape strings (convert special URL characters to %XX percent-sign encoding.)
  • URL Decoder - URL-unescape strings (convert strings with %XX characters in them back to regular strings.)
  • HTML Encoder - HTML-escape strings (convert special HTML characeters to HTML entities.)
  • HTML Decoder - HTML-unescape strings (convert strings with HTML entities back to regular strings.)
  • JSON Prettify - Pretty-print and beautify JSON data structures (add spaces and indentation between JSON data.)
  • JSON Minify - Compress JSON data structures (remove spaces, tabs and indentation between JSON data.)
  • JS Prettify - Pretty-print and beautify JavaScript code (add spaces and indentation in JavaScript code.)
  • JS Minify - Compress JavaScript code (remove spaces, tabs and indentation in JavaScript code.)
  • HTML Prettify - Pretty-print and beautify HTML code (add spaces and indentation between HTML tags.)
  • HTML Minify - Compress HTML code (remove spaces, tabs and indentation between HTML tags.)
  • CSS Prettify - Pretty-print and beautify CSS stylesheets (add spaces and indentation between CSS selectors.)
  • CSS Minify - Compress CSS stylesheets (remove spaces, tabs and indentation between CSS selectors.)
  • XML Prettify - Pretty-print and beautify XML data (add spaces and indentation between XML tags.)
  • XML Minify - Compress XML data (remove spaces, tabs and indentation between XML tags.)
  • JSON-to-XML Converter - Transform JSON data to XML data (create valid XML from valid JSON.)
  • XML-to-JSON Converter - Transform XML data to JSON data (create valid JSON from valid XML.)
  • Unix-to-UTC Time Converter - Transform UNIX timestamps to human-readable UTC time. (Useful if you store date as UNIX time in database.)
  • Long-Decimal-to-IP Converter - Transform long-decimals (integers) to IP addresses. (Useful if you store IP addresses as long-decimlas in database.)
  • IP-to-Long-Decimal Converter - Transform IP addresses to long-decimals (unsigned integers).
  • UTC-to-UNIX Time Converter - Transform UTC time (and other time formats) to UNIX Epoch timestamp.
  • Base64 Encode - Base64-encode strings (convert UTF8 and ASCII strings to base64 encoding.)
  • Base64 Decode - Base64-decode strings (convert strings in base64 encoding back to regular UTF8 or ASCII strings.)

We're adding more tools in the next few months. Check back and visit Browserling's Web Developer Tools, have fun and until next time!