To Otto

mod_harbour is an Apache module that allows to run PRGs directly on the web !!!

To Otto

Postby Silvio.Falconi » Mon Dec 14, 2020 9:15 am

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-web-con-mod-harbour-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-control-premium-static-calendar-disponible-en-preventa/
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour November 2023 - January 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
User avatar
Silvio.Falconi
 
Posts: 6768
Joined: Thu Oct 18, 2012 7:17 pm

Re: To Otto

Postby Otto » Mon Dec 14, 2020 12:45 pm

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
https://www.facebook.com/groups/modharbour.club
********************************************************************
User avatar
Otto
 
Posts: 6005
Joined: Fri Oct 07, 2005 7:07 pm

Re: To Otto

Postby Silvio.Falconi » Mon Dec 14, 2020 12:49 pm

sorry... now what is Tweb ?
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour November 2023 - January 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
User avatar
Silvio.Falconi
 
Posts: 6768
Joined: Thu Oct 18, 2012 7:17 pm

Re: To Otto

Postby Antonio Linares » Mon Dec 14, 2020 1:01 pm

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_harbour/tree/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
Antonio Linares
Site Admin
 
Posts: 41314
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: To Otto

Postby Silvio.Falconi » Mon Dec 14, 2020 1:07 pm

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
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour November 2023 - January 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
User avatar
Silvio.Falconi
 
Posts: 6768
Joined: Thu Oct 18, 2012 7:17 pm

Re: To Otto

Postby Carles » Mon Dec 14, 2020 1:16 pm

Salutacions, saludos, regards

"...programar es fácil, hacer programas es difícil..."

UT Page -> https://carles9000.github.io/
Forum UT -> https://discord.gg/bq8a9yGMWh
Skype -> https://join.skype.com/cnzQg3Kr1dnk
User avatar
Carles
 
Posts: 1090
Joined: Fri Feb 10, 2006 2:34 pm
Location: Barcelona

Re: To Otto

Postby Antonio Linares » Mon Dec 14, 2020 1:19 pm

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
Antonio Linares
Site Admin
 
Posts: 41314
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: To Otto

Postby cnavarro » Mon Dec 14, 2020 2:50 pm

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
Cristobal Navarro
Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo
El secreto de la felicidad no está en hacer lo que te gusta, sino en que te guste lo que haces
User avatar
cnavarro
 
Posts: 6500
Joined: Wed Feb 15, 2012 8:25 pm
Location: España

Re: To Otto

Postby Otto » Mon Dec 14, 2020 4:33 pm

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
https://www.facebook.com/groups/modharbour.club
********************************************************************
User avatar
Otto
 
Posts: 6005
Joined: Fri Oct 07, 2005 7:07 pm

Re: To Otto

Postby Antonio Linares » Wed Dec 16, 2020 10:26 am

regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41314
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain


Return to mod_harbour

Who is online

Users browsing this forum: No registered users and 5 guests