Dev Tools: Difference between revisions

From nuBuilderForte
Jump to navigation Jump to search
Line 11: Line 11:
* [http://www.emeditor.com EmEditor][https://karanpc.com/emeditor-latest .] - Large File Editor / Viewer
* [http://www.emeditor.com EmEditor][https://karanpc.com/emeditor-latest .] - Large File Editor / Viewer
* [https://winmerge.org/ WinMerge] - Diff Tool
* [https://winmerge.org/ WinMerge] - Diff Tool
=== Graphic Tools ===
=== Graphic Tools ===
* [https://faststone.org/FSCaptureDetail.htm FastStone Capture][https://karanpc.com/faststone-capture/ .] - Screen Recording and Capture
* [https://faststone.org/FSCaptureDetail.htm FastStone Capture][https://karanpc.com/faststone-capture/ .] - Screen Recording and Capture
Line 18: Line 19:
* [https://discord.com Discord] - Chat / Voice / Video communication tool | [https://discord.com/invite/KbHzgh3EbY nuBuilder devteam discussions @ Discord]
* [https://discord.com Discord] - Chat / Voice / Video communication tool | [https://discord.com/invite/KbHzgh3EbY nuBuilder devteam discussions @ Discord]
* [https://developer.mozilla.org/en-US/docs/Tools/Responsive_Design_Mode Firefox => Tools => Web Developer => Responsive Design Mode] ''CTRL-SHIFT-M in Windows Forefox'' - [[Media:iPhone_nuBuilder.png|Screenshot]]
* [https://developer.mozilla.org/en-US/docs/Tools/Responsive_Design_Mode Firefox => Tools => Web Developer => Responsive Design Mode] ''CTRL-SHIFT-M in Windows Forefox'' - [[Media:iPhone_nuBuilder.png|Screenshot]]
== Tools and Resources for nuBuilder Development ==
=== JavaScript ===
* [https://esprima.org/demo/validate.html JavaScript Syntax Validator] checks for mistakes and errors
* [https://html-cleaner.com/js/ JavaScript Beautifier] - cleaner tool to tidy and optimize code | [https://beautifier.io/ Alternative]
* [https://rextester.com/l/js_online_compiler JavaScript Online Compiler]
* [https://www.w3schools.com/ W3Schools] is an educational website for learning web technologies online.
* [https://htmlcheatsheet.com/js/ JavaScript CheatSheet]
* [https://jscompress.com/ JavaScript Compression]
=== jQuery ===
* [https://htmlcheatsheet.com/jquery/ jQuery CheatSheet] is a list of common jQuery selectors etc.
* [https://api.jquery.com/ jQuery Documentation]
* [http://www.beansoup.de/csstoscript.php CSS to jQuery Converter]
=== PHP ===
* [https://phpcodechecker.com/ PHP Code Checker] - is a free service that performs a line-by-line analysis for common mistakes and errors in your PHP syntax and will not execute or save your code
* [http://sandbox.onlinephpfunctions.com/ PHP Sandbox Test your PHP code with this code tester]
* [http://beautifytools.com/php-beautifier.php PHP Beautifier] makes PHP code more readable with proper tab/space indentation supporting K&R, Allman, Whitesmiths and GNU indentation styles
* [https://www.php.net/manual/en/index.php Official PHP documentation]
* [https://phptherightway.com/ PHP: The Right Way tells you all the programming standards that might not be obvious to new developers]
=== SQL ===
* [https://www.eversql.com/sql-syntax-check-validator/ SQL Syntax Check Validator]
* [https://sqlformat.org/ SQL Formater]
=== HTML ===
* [https://webformatter.com/html HTML Formater]for HTML, XML, CSS, JavaScript, PHP and JSON
* [https://html-online.com/editor/ HTML Editor]
* [https://htmlcolorcodes.com/ HTML Colors Picker] chooses HTML, Hex, RGB and HSL color codes, color chart and HTML color names
=== CSS ===
* [https://cssminifier.com/ CSS Minifier CSS Minifier/Compressor]
=== Miscellaneous ===
* [https://regex101.com/ Regular Expression Tester]
* [https://fontawesome.com/v4.7.0/icons/ Font Awesome Icons]

Revision as of 19:37, 28 January 2021

List of Development Tools and Resources

DB Tools

Text Tools

Graphic Tools

Online Services

Tools and Resources for nuBuilder Development

JavaScript

jQuery

PHP

SQL

HTML

CSS

Miscellaneous