Online Tools

Online typescript to javascript compiler

This online compiler can be used to compile typescript to javascript.

Online sass to css compiler

This online transformer can be used to compile sass v3 (scss) to css using node-sass.

Online React jsx to javascript transformer using babel-cli

This online transformer can be used to compile react jsx to Javascript using babel-cli.

Chrome – useful internal urls (chrome://)

Chrome has many useful internal page urls which begin with chrome://. One such example is chrome://settings. These are some handy internal command urls which can read more

PHP unserialize online

This online php unserialize tool can be used to apply php unserialize function to given string.

PHP md5 online

This online php md5 tool can be used to apply php md5 function to given string.

PHP base64_decode online

This online php base64 decoder can be used to apply php base64_decode function to given string.

PHP base64_encode online

This online base64 encoder can be used to apply php base64_encode function to given string.

CSS lint (syntax check) online

CSS lint check – check if syntax of given css code is valid and see errors online. Sample css code Valid css .foo { width:200px; read more

XML lint (validate syntax) online

XML lint check – validate if syntax of given xml data is correct and see errors online. Sample valid xml Simple xml <tag1> foo </tag1>

PHP json_encode string online

This form can be used to encode a string using php json_encode function. Note that outcome will be enclosed in quotes (“”).

Javascript syntax check online

Javascript syntax check – check if syntax of given javascript code is valid and see errors online. Sample javascript code Valid javascript code example var read more

Ascii printable characters

ASCII printable characters – octal, hexadecimal, decimal values of printable ascii characters. printable ascii characters

Python lint (syntax check) online

Python lint check – check if syntax of given python code is valid and see errors online. Sample python code Valid python code using print read more

Php lint (syntax check) online

Php lint check – check if syntax of given php code is valid and see errors online. Sample valid php code Simple php code using read more

Json online validator

Online Json validator (json syntax/lint checker) Sample valid json strings Simple json string “hello” Simple json array [“hello1”, “hello2”] Simple json associative array { “key1″:”hello1”, read more

View your browser and device screen width/height – online

Browser window width and height Live data based on your current browser. Resizing browser window will change values here. Property Value outer width,height – x read more

PHP rawurlencode online

This form can be used to encode a url or string using php rawurlencode function. Additional notes PHP rawurlencode will encode space to %20 The read more

PHP urlencode online

This form can be used to encode a url or string using php urlencode function. Additional notes PHP urlencode will encode space to + The read more

Php html_entity_decode online

This online php html_entity_decode can be used to apply php html_entity_decode function to a given string. html_entity_decode usage notes $decoded_value = html_entity_decode (string $string, $flags=ENT_COMPAT, read more

php htmlentities online

This online php htmlentities convertor can be used to apply php htmlentities function to given string. htmlentities usage notes $encoded_value = htmlentities (string $string, $flags=ENT_COMPAT, read more

Online characters, words and lines count

Enter the text below to count total number of chars, words, lines, spaces, and non ascii chars. Text: Characters count Words count Total lines Space read more

Online hex to string decoder

This online convertor can be used to decode hex encoded format to original string text. 2 hex chars in input get converted to 1 original read more

Online string to hex encoder

This online convertor can be used to encode string text to hex format. Each text char gets converted to 2 hex characters. Also see Online read more

html form online – POST request

Preview popular fonts in browser

 

Online HTML-Javascript-CSS Sandbox

Few points related to Implementation The code is executed in an iframe. Hence there is no mix up with current page css or javascript. The read more

Detect mobile from user agent

SVG – Scalable vector graphics – online sandbox

SVG hello world tutorial which creates a small icon.   Rendered SVG Image from above code Loading…  

My ip address

My browser headers

Url encode decode online tool

To encode url/uri text enter it in Decoded textbox and encoded value will appear in other textbox. To decode url/uri text enter it in Encoded read more

Online robots.txt check

In case you are writing robots.txt and want to test it for a specific crawler/bot/user-agent, you can use this tool to test it.