To Otto

mod_harbour is an Apache module that allows to run PRGs directly on the web !!!
Post Reply
User avatar
Silvio.Falconi
Posts: 4956
Joined: Thu Oct 18, 2012 7:17 pm

To Otto

Post by Silvio.Falconi »

Do you Know nefele ?
I saw it use - but the source code seem more easy than mod_harbour

seehttps://samples.nefele.dev/ejemplo thi s sample

the nefele author make the differences from Mod_harbour and nefele
https://nefele.dev/blog/programacion-we ... -y-nefele/

inserting pieces of programmation on Mod_harbour and nefele

in my opinion the mod_harbour language must be easier and easier to assimilate as just like the fwh language


for a sample there is a class calendar as our Daniel Tcalex
https://nefele.dev/foro/topic/nuevo-con ... -preventa/
I use : FiveWin for Harbour August 2020 (Revision) - Harbour 3.2.0dev (r1712141320) - Bcc7.30 - xMate ver. 1.15.3 - PellesC
User avatar
Otto
Posts: 4470
Joined: Fri Oct 07, 2005 7:07 pm
Contact:

Re: To Otto

Post by Otto »

Hello Silvio,
With TWeb, you have everything you need. Syntax almost 1: 1 to FIVEWIN. I prefer HTML and JAVASCRIPT.
With my HARBORINO preprocessor, I can assemble everything in a way that suits me personally.

Again, install TWeb so you can see how easy it is. I get a lot from TWeb. TWeb is an impressive template for me.

Best regards,
Otto
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org

********************************************************************
User avatar
Silvio.Falconi
Posts: 4956
Joined: Thu Oct 18, 2012 7:17 pm

Re: To Otto

Post by Silvio.Falconi »

sorry... now what is Tweb ?
I use : FiveWin for Harbour August 2020 (Revision) - Harbour 3.2.0dev (r1712141320) - Bcc7.30 - xMate ver. 1.15.3 - PellesC
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: To Otto

Post by Antonio Linares »

mod_harbour is freedom:

* Full open source and free. 32 and 64 bits versions available.
* Hosted in GitHub https://github.com/FiveTechSoft/mod_harbour
* It is just a wrapper to the Harbour runtime compiler (original Harbour's hbcplr.lib)
* There are two versions: one for Apache and another for Microsoft IIS https://github.com/FiveTechSoft/mod_har ... master/IIS
* There is a fastCGI version for extra fast speed requirements
* Fully working on Windows, Apple and Linux servers
* Many great third party libs built on mod_harbour: TWeb, Mercury, WDO, etc.

https://modharbour.app/compass/
https://modharbour.app/tweb/
https://github.com/carles9000/mercury
https://github.com/carles9000/wdo
https://github.com/carles9000/tweb
http://forums.fivetechsupport.com/viewforum.php?f=45
https://forum.modharbour.app/tweb

If you want freedom and full power on the web, take the mod_harbour way...

zen of xbase :-)
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Silvio.Falconi
Posts: 4956
Joined: Thu Oct 18, 2012 7:17 pm

Re: To Otto

Post by Silvio.Falconi »

why not have a syntax closer to fivewin / clipper / harbour
I should start over because it's like a whole other language
I am already 55 years old I really struggle to understand this mod_harbour I have tried many times
I use : FiveWin for Harbour August 2020 (Revision) - Harbour 3.2.0dev (r1712141320) - Bcc7.30 - xMate ver. 1.15.3 - PellesC
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: To Otto

Post by Antonio Linares »

Dear Silvio,

> why not have a syntax closer to fivewin / clipper / harbour

thats a functionality already provided by mod_harbour's third party libs. Please review Charly's TWeb for mod_harbour

> I should start over because it's like a whole other language

It is just a change in the programming paradigm. Same as we all did when moving from MsDos to Windows.

> I am already 55 years old I really struggle to understand this mod_harbour I have tried many times

It takes some effort, same as you did when you started building Windows apps. You are still very young :-)
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
cnavarro
Posts: 5792
Joined: Wed Feb 15, 2012 8:25 pm
Location: España

Re: To Otto

Post by cnavarro »

Dear Silvio
For rapid development of management applications, I consider that the best currently is to use Charly's TWeb, but if you also want to be able to design and develop web pages, you also have my Beacon develpment
( Documentation in progress )
https://www.lucia.cloud/beacon/
Slack:
https://join.slack.com/t/beacon-slack/s ... G18fwq8~eg
That I hope to publish as soon as I have a little more time.
What still needs to be developed in more detail are the xcommand to obtain the desired syntax.
Image
Image
Image
C. Navarro
Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo
Si alguien te dice que algo no se puede hacer, recuerda que esta hablando de sus limitaciones, no de las tuyas.
User avatar
Otto
Posts: 4470
Joined: Fri Oct 07, 2005 7:07 pm
Contact:

Re: To Otto

Post by Otto »

Silvio, Ricardo offers an online course: Web development with Mod Harbour and Mercury

Best regards,
Otto
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org

********************************************************************
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: To Otto

Post by Antonio Linares »

regards, saludos

Antonio Linares
www.fivetechsoft.com
Post Reply