Main Page: Difference between revisions

From nuBuilderForte
Jump to navigation Jump to search
No edit summary
 
(97 intermediate revisions by 4 users not shown)
Line 1: Line 1:
__NOTOC__
<small>Today, {{CURRENTDAY}} {{CURRENTMONTHNAME}} {{CURRENTYEAR}}, there are [[Special:Statistics|{{NUMBEROFARTICLES}}]] articles available.</small>
== What is nuBuilder? ==
== What is nuBuilder? ==
It is an [[Main_Page#Open _Source|open source]], browser-based tool for developing web-based database applications.
'''nuBuilder''' is an '''Open Source''' browser-based tool for developing web-based database applications. It is written in PHP/MySQL/JavaScript/jQuery.
 
=== 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 gives its users the ability to do database operations like...
*Search
*Create
*Insert
*Read
*Update
*Delete
 
<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]]...''
</div>


=== Recent Versions ===


* nuBuilder Forte 4.5 is the current version of nuBuilder and it is available at
{| style="margin: 1em left 1em auto; padding-top: 20px; padding-bottom: 20px; padding-left: 20px;"
** [https://sourceforge.net/projects/nubuilder/files/nuBuilder%204.5/nubuilder4.5.zip/download Sourceforge]
|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:i06.png|64px|link=Testimonials / Reviews / External Links]] ||'''[[Testimonials / Reviews / External Links]]'''
|-
|[[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]]'''
|-
|[[Image:i10.png|64px|link=Security Considerations]] ||'''[[Security Considerations]]'''
|
|
|}


* nuBuilder Forte Version 4 is still available here:
** [https://github.com/steven-copley/nubuilder4 Github]
** [https://github.com/apmuthu/nubuilder4 Updated Github version]


==Documentation==
=== 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...


*[[Setup]]
* [[nuBuilder Search|Search]]
**[[Test Environment|Installation]]
* Create
** [https://github.com/smalos/nuBuilder4-Code-Library/wiki/Installing-nuBuilder General Installation Guide]
* Insert
**[[Installation on Linux/Debian]]
* Read
** [https://andyblight.wordpress.com/2020/04/10/installing-nubuilder-forte/ Installation in LXC Container]
* Update
*[[Forms]]
* Delete
**[[Objects]]
*[[Reports]]
*[[Procedures]]
*[[User Access]]
*Miscellaneous
**[[Functions]]
***[[Javascript]]
***[[PHP]]
**[[Hash Cookies]]
**[[Translations]]
**[[Files]]
**[[Navigation]]
**[[Database]]
**[[Updating|Keeping the database up to date]]
**[[Logging Activity]]
**[[Login|Logging in]]
**[[Wordpress|Wordpress Plugin]]


*Builders
==== Features ====
**[[Form Builder]]
**[[Report Builder]]
**[[SQL Builder]]
**[[Format Builder]]
 
*Import/Export
**[[CSV Transfer]]
 
=== Tutorials ===
* [https://github.com/apmuthu/nubuilder4/blob/master/nub4fixes/docs/NuBuilder4%20Video%20Tutorials.md Video Tutorials list]
* [[Pizza Delivery Tutorial]] - WIP
* [[House Roster Tutorial]] - TBD


* low-code
* SQL Builder
* Form Builder
* Report Builder
* User & Permission Management
* 2FA
* WYSIWYG Editor
* Send emails
* Translations
* Import csv files
* Create graphs
* Code Snippets
* File Manager
* File Upload
* Email Templates
* Objects: Forms, Subforms, Charts, Lookup, Images, HTML, Calc, File Upload etc. and other HTML5 types
* Further customisation that can be done with JavaScript and PHP.


<div style='background-color:#D8E4FF;padding:10px'>
<div style='background-color:#D8E4FF;padding:10px'>
You can download <span style="font-size:14px;font-weight:700">nuBuilder Forte</span> (Standalone) from [https://github.com/steven-copley/ Source Forge] or the <span style="font-size:14px;font-weight:700">nuBuilder Forte Wordpress plugin</span> from [https://wordpress.org/plugins/nubuilder-forte/ Wordpress]. This is no longer supported in newer builds. It's [https://github.com/steven-copley/nubuilder-forte Github repo] is now archived.
All <span style="font-size:14px;font-weight:700">nuBuilder Forte</span> applications start with a [[Forms|Form]]...''
</div>
</div>
==Open Source==
Some of the other open-source products used in nuBuilder Forte.
:[http://php.net/ PHP 8]
:[https://www.phpmyadmin.net/ phpMyAdmin]
:[https://ace.c9.io/ Ace Editor]
:[https://jquery.com/ jQuery]
:[https://www.mediawiki.org/wiki/MediaWiki MediaWiki]
:...

Latest revision as of 12:16, 2 November 2022

Today, 28 April 2024, there are 28 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.


I01.png Documentation I02.png Naming Conventions I03.png Dev Tools
I04.png Tutorials and Videos I05.png Open Source - Version List I06.png Testimonials / Reviews / External Links
I07.png Releases I08.png About nuBuilder I09.png Overview
I10.png Security Considerations


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
  • SQL Builder
  • Form Builder
  • Report Builder
  • User & Permission Management
  • 2FA
  • WYSIWYG Editor
  • Send emails
  • Translations
  • Import csv files
  • Create graphs
  • Code Snippets
  • File Manager
  • File Upload
  • Email Templates
  • Objects: Forms, Subforms, Charts, Lookup, Images, HTML, Calc, File Upload etc. and other HTML5 types
  • Further customisation that can be done with JavaScript and PHP.

All nuBuilder Forte applications start with a Form...