mod Harbour - eShop
mod Harbour - eShop
Dear Antonio,
we made following changes into <DIV .
Best regards
Otto
we made following changes into <DIV .
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:
Re: mod Harbour - eShop
Dear Otto,
thank you so much
Here I explain you the right way to cooperate on the development (and fixes) of mod_harbour:
1. From https://github.com/fivetechsoft/mod_harbour you click on the "fork" button
2. You make your changes in the "forked" project
3. Once you are done, you go to https://github.com/fivetechsoft/mod_harbour again and click on "Pull request"
4. Then I am notified of your contributions, I review them and I accept them
thank you so much
Here I explain you the right way to cooperate on the development (and fixes) of mod_harbour:
1. From https://github.com/fivetechsoft/mod_harbour you click on the "fork" button
2. You make your changes in the "forked" project
3. Once you are done, you go to https://github.com/fivetechsoft/mod_harbour again and click on "Pull request"
4. Then I am notified of your contributions, I review them and I accept them
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: mod Harbour - eShop
See how mod_harbour Genesis is evolving
live demo:
https://harbour.fourtech.es/modharbour_ ... /index.prg
full source code:
https://github.com/FiveTechSoft/mod_har ... es/genesis
live demo:
https://harbour.fourtech.es/modharbour_ ... /index.prg
full source code:
https://github.com/FiveTechSoft/mod_har ... es/genesis
Re: mod Harbour - eShop
Dear Antonio,
GENESIS is great. I am following the evolving.
Can you please post an example how to handle session objects.
Thank you in advance
Otto
GENESIS is great. I am following the evolving.
Can you please post an example how to handle session objects.
Thank you in advance
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:
- Massimo Linossi
- Posts: 474
- Joined: Mon Oct 17, 2005 10:38 am
- Location: Italy
Re: mod Harbour - eShop
Hi Antonio.Otto wrote:Dear Antonio,
GENESIS is great. I am following the evolving.
Can you please post an example how to handle session objects.
Thank you in advance
Otto
I'm making some more tests with mod_harbour.
I have 3 questions.
The first is about sessions, as Otto already asked you.
The second if you have made something for Advantage
The third is how to design some controls like radios, checkboxes and combos.
Thanks a lot
Massimo
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: mod Harbour - eShop
Massimo,
1. In recent genesis.prg changes you can see how to use cookies to identify a user. On the server side you can use a DBF to track your users activity. Thats all that we have for now.
2. You just need to build libharbour.dll with ADS libs support into it. Here we explain how to include any libs into it:
https://github.com/FiveTechSoft/mod_har ... bs/windows
3. We use bootstrap for the GUI. Here you find how to create all controls:
https://getbootstrap.com/docs/4.0/components/forms/
1. In recent genesis.prg changes you can see how to use cookies to identify a user. On the server side you can use a DBF to track your users activity. Thats all that we have for now.
2. You just need to build libharbour.dll with ADS libs support into it. Here we explain how to include any libs into it:
https://github.com/FiveTechSoft/mod_har ... bs/windows
3. We use bootstrap for the GUI. Here you find how to create all controls:
https://getbootstrap.com/docs/4.0/components/forms/
- Massimo Linossi
- Posts: 474
- Joined: Mon Oct 17, 2005 10:38 am
- Location: Italy
Re: mod Harbour - eShop
Thanks Antonio.
What do you use for design a view ?
What do you use for design a view ?
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: mod Harbour - eShop
Believe it or not, I do it by hand
as I want to understand the basics...
Maybe in the future I will look for a designer, but for now, I build them step by step
as I want to understand the basics...
Maybe in the future I will look for a designer, but for now, I build them step by step
- Massimo Linossi
- Posts: 474
- Joined: Mon Oct 17, 2005 10:38 am
- Location: Italy
Re: mod Harbour - eShop
I want to understand the basics too.
The problem of being too much used to using tools like Workshop or the visual designer of .Net.
The problem of being too much used to using tools like Workshop or the visual designer of .Net.
Re: mod Harbour - eShop
Hi Antonio ,
Could you please provide Architect outline of mod_harbour ?
Thanks
Shridhar
Could you please provide Architect outline of mod_harbour ?
Thanks
Shridhar
Thanks
Shridhar
FWH 19.12, BCC 7 32 bit, MariaDB
Shridhar
FWH 19.12, BCC 7 32 bit, MariaDB
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: mod Harbour - eShop
Massimo,
This is a nice free online bootstrap editor to create forms, etc.
https://bootsnipp.com/forms
This is a nice free online bootstrap editor to create forms, etc.
https://bootsnipp.com/forms
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact: