Dev Tools: Difference between revisions

From nuBuilderForte
Jump to navigation Jump to search
 
(16 intermediate revisions by 2 users not shown)
Line 3: Line 3:
=== DB Tools ===
=== DB Tools ===
* [https://www.phpmyadmin.net/ phpMyAdmin] to manage databases is already in '''nudb''' of nuBuilder - MySQL Web Client
* [https://www.phpmyadmin.net/ phpMyAdmin] to manage databases is already in '''nudb''' of nuBuilder - MySQL Web Client
* [https://www.adminer.org/ Adminer] - Single file DB Admin,supports MySQL, MariaDB, PostgreSQL, SQLite, MS SQL, Oracle, Firebird, SimpleDB, Elasticsearch and MongoDB
* [https://github.com/webyog/sqlyog-community/wiki/Downloads SQLyog Community Edition][https://ftuapps.dev/wp-content/uploads/2020/01/FTUApps.com-SQLyog-Ultimate-v13.1.1-Retail-x86-x64-Key.torrent .] - MySQL Client
* [https://github.com/webyog/sqlyog-community/wiki/Downloads SQLyog Community Edition][https://ftuapps.dev/wp-content/uploads/2020/01/FTUApps.com-SQLyog-Ultimate-v13.1.1-Retail-x86-x64-Key.torrent .] - MySQL Client
* [https://app.sqldbm.com/MySQL/Draft/ SQL DB Modeller Online] - ERD
* [https://app.sqldbm.com/MySQL/Draft/ SQL DB Modeller Online] - ERD
Line 8: Line 9:


=== Text Tools ===
=== Text Tools ===
* [http://www.notepad-plus-plus.org/ NotePad++] | Multi format encoding Text editor
* [http://www.notepad-plus-plus.org/ Notepad++] | Multi format encoding Text editor
* [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
=== Browser Tool / Helper ===
* [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://balsamiq.com/support/faqs/browserconsole/#:~:text=the%20Console%20tab.-,Mozilla%20Firefox,open%20in%20a%20new%20window Finding Your Browser's Developer Console]


=== Online Services ===
=== Online Services ===
* [https://gofile.io/uploadFiles GoFile] - Large File Sharing
* [https://gofile.io/uploadFiles GoFile] - Large File Sharing | [[Media:gofile.png|Screemshot]]
* [https://discord.com Discord] - Chat / Voice / Video communication tool
* [https://discord.com Discord] - Chat / Voice / Video communication tool | [https://discord.com/invite/KbHzgh3EbY nuBuilder devteam discussions @ Discord]
 
== 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]
* [https://serratus.github.io/quaggaJS/ QuaggaJS] - Barcode Scanner library
 
=== 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]
* [https://autoprefixer.github.io/ Autoprefixer]
 
=== Miscellaneous ===
 
* [https://regex101.com/ Regular Expression Tester]
* [https://fontawesome.com/search?m=free Font Awesome Icons]
 
[[Category: Dashboard]] [[Category: HOWTO]]

Latest revision as of 15:46, 26 April 2022

List of Development Tools and Resources

DB Tools

Text Tools

Graphic Tools

Browser Tool / Helper

Online Services

Tools and Resources for nuBuilder Development

JavaScript

jQuery

PHP

SQL

HTML

CSS

Miscellaneous