HMGSCRIPT R38
Moderator: Rathinagiri
- Roberto Lopez
- HMG Founder
- Posts: 4012
- Joined: Wed Jul 30, 2008 6:43 pm
HMGSCRIPT R38
Hi All,
I'm back with a new HMGSCRIPT version.
As I've explained in another post, I'm working in a project, initially targeted to Android devices, but the project expanded and now, it will have web desktop clients too.
So, my decision was to use HMGSCRIPT for it, making certain modifications, to allow creation of desktop and mobile oriented interfaces.
Besides that, I've made other changes:
- Server side procedures are based on Harbour CGI running on Apache.
- It includes now all the required things together ready to use (Apache, Harbour, etc.).
- A lot of other changes and improvements.
- Mobile support is just a concept, it requires a lot of work yet.
Download: http://sourceforge.net/projects/hmgscript
Enjoy!
I'm back with a new HMGSCRIPT version.
As I've explained in another post, I'm working in a project, initially targeted to Android devices, but the project expanded and now, it will have web desktop clients too.
So, my decision was to use HMGSCRIPT for it, making certain modifications, to allow creation of desktop and mobile oriented interfaces.
Besides that, I've made other changes:
- Server side procedures are based on Harbour CGI running on Apache.
- It includes now all the required things together ready to use (Apache, Harbour, etc.).
- A lot of other changes and improvements.
- Mobile support is just a concept, it requires a lot of work yet.
Download: http://sourceforge.net/projects/hmgscript
Enjoy!
Regards/Saludos,
Roberto
(Veritas Filia Temporis)
Roberto
(Veritas Filia Temporis)
- Rathinagiri
- Posts: 5477
- Joined: Tue Jul 29, 2008 6:30 pm
- DBs Used: MariaDB, SQLite, SQLCipher and MySQL
- Location: Sivakasi, India
- Contact:
Re: HMGSCRIPT R38
Very good Roberto. I think, HTML5... is the future.
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
South or North HMG is worth.
...the possibilities are endless.
Re: HMGSCRIPT R38
+1Rathinagiri wrote:Very good Roberto. I think, HTML5... is the future.
BPD
Convert Dream into Reality through HMG
Convert Dream into Reality through HMG
- serge_girard
- Posts: 3222
- Joined: Sun Nov 25, 2012 2:44 pm
- DBs Used: 1 MySQL - MariaDB
2 DBF - Location: Belgium
- Contact:
- Roberto Lopez
- HMG Founder
- Posts: 4012
- Joined: Wed Jul 30, 2008 6:43 pm
Re: HMGSCRIPT R38
Is already the present indeed. Our app, will work in (almost) any device with any operating system without modifications. This is already a fact.Rathinagiri wrote:Very good Roberto. I think, HTML5... is the future.
But the best thing, is that HMGSCRIPT allows us to use our beloved 'desktop logic' to develop for the web
The client application is fully loaded on client browser at start and stills there until the user finishes it. The app.only goes to server to handle databases, but this does not requires page reloads, since we are working with AJAX.
I hope to improve mobile support for next versions (I must to learn more CSS). It is boring, but I need it, to make mobile GUI look good . Any help on this is welcome.
Another goal for the next versions is to reincorporate PHP/MYSQL support, integrated with a portable AMP server.
Because the HMGSCRIPT design, Incorporation of new backends to handle data, is extremely easy.
Regards/Saludos,
Roberto
(Veritas Filia Temporis)
Roberto
(Veritas Filia Temporis)
- Rathinagiri
- Posts: 5477
- Joined: Tue Jul 29, 2008 6:30 pm
- DBs Used: MariaDB, SQLite, SQLCipher and MySQL
- Location: Sivakasi, India
- Contact:
Re: HMGSCRIPT R38
For your kind information, I am working on this PHP/MySQL part.
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
South or North HMG is worth.
...the possibilities are endless.
- Pablo César
- Posts: 4059
- Joined: Wed Sep 08, 2010 1:18 pm
- Location: Curitiba - Brasil
Re: HMGSCRIPT R38
Yeah ! In full agree.Roberto Lopez wrote:Is already the present indeed.Rathinagiri wrote:Very good Roberto. I think, HTML5... is the future.
IMHO we need a open source JavaScript and CSS library. For example: jQuery, YUI Library, etc.Roberto Lopez wrote:(I must to learn more CSS). It is boring, but I need it, to make mobile GUI look good . Any help on this is welcome.
Great !Rathinagiri wrote:For your kind information, I am working on this PHP/MySQL part.Roberto Lopez wrote:Another goal for the next versions is to reincorporate PHP/MYSQL support, integrated with a portable AMP server.
On monday I will see this new release. Thank Roberto !
HMGing a better world
"Matter tells space how to curve, space tells matter how to move."
Albert Einstein
"Matter tells space how to curve, space tells matter how to move."
Albert Einstein
- Roberto Lopez
- HMG Founder
- Posts: 4012
- Joined: Wed Jul 30, 2008 6:43 pm
Re: HMGSCRIPT R38
HMGSCRIPT R37 already has PHP/MYSQL support, but I've not included in R38, since I want to simplify it, in the same way I've done with dbf support (ie: eliminating browse in favor of GRID+DBQUERY combination, among other things).Rathinagiri wrote:For your kind information, I am working on this PHP/MySQL part.
Besides that, some modifications in AJAX (xmlhttprequest) must be done, in order to make it asynchronous, having more control about connection timeouts. A visual indicator about connection progress must be added too.
Regards/Saludos,
Roberto
(Veritas Filia Temporis)
Roberto
(Veritas Filia Temporis)
Re: HMGSCRIPT R38
Hi Roberto
Do you know Bootstrap ??
Can it be integrated with HMGSCRIPT ?
I'm also studiyng noje.js for the server side.
Abrazos !!
Angel
Do you know Bootstrap ??
Can it be integrated with HMGSCRIPT ?
I'm also studiyng noje.js for the server side.
Abrazos !!
Angel
Angel Pais
Web Apps consultant/architect/developer.
Web Apps consultant/architect/developer.
- Roberto Lopez
- HMG Founder
- Posts: 4012
- Joined: Wed Jul 30, 2008 6:43 pm
Re: HMGSCRIPT R38
I don't know it.apais wrote:Hi Roberto
Do you know Bootstrap ??
Can it be integrated with HMGSCRIPT ?
I'm also studiyng noje.js for the server side.
Abrazos !!
Angel
I'll take a look at it ASAP.
Thanks for the tip.
Regards/Saludos,
Roberto
(Veritas Filia Temporis)
Roberto
(Veritas Filia Temporis)