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/
To Otto
- Silvio.Falconi
- Posts: 4956
- Joined: Thu Oct 18, 2012 7:17 pm
To Otto
I use : FiveWin for Harbour August 2020 (Revision) - Harbour 3.2.0dev (r1712141320) - Bcc7.30 - xMate ver. 1.15.3 - PellesC
Re: To 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
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
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
********************************************************************
- Silvio.Falconi
- Posts: 4956
- Joined: Thu Oct 18, 2012 7:17 pm
Re: To Otto
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
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: To Otto
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
* 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
- Silvio.Falconi
- Posts: 4956
- Joined: Thu Oct 18, 2012 7:17 pm
Re: To Otto
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 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
Re: To Otto
Silvio,
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
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
Salutacions, saludos, regards
"...programar es fácil, hacer programas es difícil..."
https://modharbour.app
https://modharbour.app/compass
https://forum.modharbour.app
"...programar es fácil, hacer programas es difícil..."
https://modharbour.app
https://modharbour.app/compass
https://forum.modharbour.app
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: To Otto
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
> 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
Re: To Otto
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.
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.
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.
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.
Re: To Otto
Silvio, Ricardo offers an online course: Web development with Mod Harbour and Mercury
Best regards,
Otto
Best regards,
Otto
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
********************************************************************
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact: