Main Page: Difference between revisions

From nuBuilderForte
Jump to navigation Jump to search
 
(155 intermediate revisions by 4 users not shown)
Line 1: Line 1:
==nuBuilder Forte==
__NOTOC__
<small>Today, {{CURRENTDAY}} {{CURRENTMONTHNAME}} {{CURRENTYEAR}}, there are [[Special:Statistics|{{NUMBEROFARTICLES}}]] articles available.</small>


== What is nuBuilder? ==
'''nuBuilder''' is an '''Open Source''' browser-based tool for developing web-based database applications. It is written in PHP/MySQL/JavaScript/jQuery.


nuBuilder Forte is the 4th version of nuBuilder.


{| style="margin: 1em left 1em auto; padding-top: 20px; padding-bottom: 20px; padding-left: 20px;"
|style="width:64px;"|[[Image:i01.png|64px|link=Documentation]] ||'''[[Documentation]]'''
|[[Image:i02.png|64px|link=Naming Conventions]] ||'''[[Naming Conventions]]'''
|[[Image:i03.png|64px|link=Dev Tools]] ||'''[[Dev Tools]]'''
|-
|[[Image:i04.png|64px|link=Tutorials and Videos]] ||'''[[Tutorials and Videos]]'''
|[[Image:i05.png|64px|link=Codebase versions]] ||'''[[Codebase versions|Open Source - Version List]]'''
|[[Image:i10.png|64px|link=Security Considerations]] ||'''[[Security Considerations]]'''
|-
|[[Image:i07.png|64px|link=Releases]] ||'''[[Releases]]'''
|[[Image:i08.png|64px|link=About nuBuilder]] ||'''[[About nuBuilder]]'''
|[[Image:i09.png|64px|link=nuBuilder Overview]] ||'''[[nuBuilder Overview|Overview]]'''
|-
|
|
|}


It is an [[Main_Page#Open _Source|open source]], browser based tool created by [https://www.nusoftware.com/ nuSoftware] for developing web-based database applications. Downloadable at [https://github.com/nuSoftware/nuBuilder4 Github].


=== Components and Capabilities ===
nuBuilder uses '''[https://www.php.net PHP]''' scripting with either '''[https://www.mysql.com/ MySQL]''' or '''[https://mariadb.org/ Maria DB]''' databases and does database operations like...


nuBuilder uses either MySQL or Maria DB databases and gives its users the ability to do database operations like...
* [[nuBuilder Search|Search]]
*Search
* Create
*Create
* Insert
*Read
* Read
*Update
* Update
*Delete
* Delete


==== Features ====


What nuBuilder is not...
* Low-code Platform
 
* SQL Query Builder
*A content management system.
* Form Designer and Builder
*Game software or any other software that uses intensive graphical programming. - Prove us wrong.
* Report Designer and Builder
 
* User and Permission Management
* Two-Factor Authentication (2FA)
* WYSIWYG Editor
* Email Sending Functionality
* Multi-language Translations Support
* Import CSV Files
* Create Charts
* Code Snippets Library
* File Manager
* File Upload Capability
* Customisable Email Templates
* Versatile Objects: Forms, Subforms, Charts, Lookups, Images, HTML, Calc, File Uploads, and various HTML5 components
* Advanced Customisation through JavaScript and PHP


<div style='background-color:#D8E4FF;padding:10px'>
<div style='background-color:#D8E4FF;padding:10px'>
All <span style="font-size:14px;font-weight:700">nuBuilder Forte</span> applications start with a [[Forms|Form]]...''
All <span style="font-size:14px;font-weight:700">nuBuilder Forte</span> applications start with a [[Forms|Form]]...''
</div>
</div>
==Documentation==
*[[Forms]]
**[[Objects]]
*[[Reports]]
*[[Procedures]]
*[[User Access]]
*[[Setup]]
*Miscellaneous
**[[Functions]]
***[[Javascript]]
***[[PHP]]
**[[Hash Cookies]]
**[[Translations]]
**[[Files]]
**[[Navigation]]
**[[Database]]
*Builders
**[[Form Builder]]
**[[Report Builder]]
**[[SQL Builder]]
**[[Format Builder]]
*[[Test Environment]]
==Open Source==
<div style='background-color:#D8E4FF;padding:10px'>
<span style="font-size:14px;font-weight:700">nuBuilder Forte</span> requires other open source software which is all part of the download you will find on [https://github.com/nuSoftware/nuBuilder4 Github]..
</div>
Other open source products used in nuBuilder Forte.
:[http://php.net/ PHP] - Widely used, well supported and very reliable.
:[http://www.fpdf.org/ FPDF] - Simple and reliable.
:[https://www.phpmyadmin.net/ phpMyAdmin] - Our favourite database tool.
:[https://ace.c9.io/ Ace Editor] - Better than a bought one.
:[https://jquery.com/ jQuery] - Like discovering programming doesn't have to be hard.
:[https://www.mediawiki.org/wiki/MediaWiki MediaWiki] - And these guys.
:...

Latest revision as of 11:30, 2 December 2024

Today, 27 April 2025, there are 29 articles available.

What is nuBuilder?

nuBuilder is an Open Source browser-based tool for developing web-based database applications. It is written in PHP/MySQL/JavaScript/jQuery.


Documentation Naming Conventions Dev Tools
Tutorials and Videos Open Source - Version List Security Considerations
Releases About nuBuilder Overview


Components and Capabilities

nuBuilder uses PHP scripting with either MySQL or Maria DB databases and does database operations like...

  • Search
  • Create
  • Insert
  • Read
  • Update
  • Delete

Features

  • Low-code Platform
  • SQL Query Builder
  • Form Designer and Builder
  • Report Designer and Builder
  • User and Permission Management
  • Two-Factor Authentication (2FA)
  • WYSIWYG Editor
  • Email Sending Functionality
  • Multi-language Translations Support
  • Import CSV Files
  • Create Charts
  • Code Snippets Library
  • File Manager
  • File Upload Capability
  • Customisable Email Templates
  • Versatile Objects: Forms, Subforms, Charts, Lookups, Images, HTML, Calc, File Uploads, and various HTML5 components
  • Advanced Customisation through JavaScript and PHP

All nuBuilder Forte applications start with a Form...