Important Links For Developers
1) JSON Validators & Formatters :-
2) Online IDE - Integrated Development Environment :-
For writing, compiling and running code from any web browser and most of times with multiple programming languages supported.
4) SQL Online Query Builders -
If you want to build SQL query and you don't have or can't connect to db-server then here are few web-sites which will help in query building.
Its a site that allows you to enter JSON text and check it for strict compliance against the standard (RFC 4627). Errors are pointed out with quite good accuracy, highlighting the offending area. The output is also pretty-formatted. The only downsite is that your JSON text is processed and validated on the server so don't use this facility to validate JSON text containing confidential or sensitive data.
- http://jsonlint.com/ - its a simple online JSON validator.
- http://jsonformatter.curiousconcept.com/ - its a advanced JSON validator and formatter, which suggests problematic line number and probable fix too, so really easy to form JSON data, identify errors in JSON data.
- http://jsonformat.com/#jsondataurllabel - its almost same as above link, provides same functionality.
2) Online IDE - Integrated Development Environment :-
For writing, compiling and running code from any web browser and most of times with multiple programming languages supported.
- http://ideone.com/ - Its the most easy online IDEs available over internet, with almost more than 40 programming languages supported and it has no restriction like login, limited projects.
- http://www.coderun.com/ide/
- http://compilr.com/
3) Online Regex Validator :-
Regular expressions are my favorites, they not only reduce the code but make it easy to code, and I love writing regular expressions for different conditions.
- http://public.kvalley.com/regex/regex.asp - Its very basic rexex tester.
- http://regexpal.com/ - a javascript regex tester.
- http://gskinner.com/RegExr/ - this one rocks, as you can share, save your regex, and access already written regular expressions from community.
If you want to build SQL query and you don't have or can't connect to db-server then here are few web-sites which will help in query building.
Comments
Post a Comment