Last week we launched Browserling's Web Developer Tools (Announcement blog post).

We created Web Developer Tools because we got tired of low quality, spammy tools that you find when you search for tools like "json minifier" or "xml decoder". 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're releasing an update with several new tools that web developers and programmers often use:

  • Base64 Encode - Base64-encode strings (convert UTF8 and ASCII strings to base64 encoding.)
  • XML Prettify - Pretty-print and beautify XML data (add spaces and indentation between XML tags.)
  • JSON Minify - Compress JSON data structures (remove spaces, tabs and indentation between JSON data.)
  • HTML Minify - Compress HTML code (remove spaces, tabs and indentation between HTML tags.)
  • CSS Minify - Compress CSS stylesheets (remove spaces, tabs and indentation between CSS selectors.)

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.)
  • 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.)
  • 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.)
  • 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 weeks - JS Prettifier, JS Minifier, XML minifier, JSON-to-XML and XML-to-JSON converter, and others. Check back and visit Browserling's Web Developer Tools, have fun and until next time!