HMGSCRIPT R38

Moderator: Rathinagiri

User avatar
Roberto Lopez
HMG Founder
Posts: 4004
Joined: Wed Jul 30, 2008 6:43 pm

HMGSCRIPT R38

Post by Roberto Lopez »

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!
Regards/Saludos,

Roberto


(Veritas Filia Temporis)
User avatar
Rathinagiri
Posts: 5471
Joined: Tue Jul 29, 2008 6:30 pm
DBs Used: MariaDB, SQLite, SQLCipher and MySQL
Location: Sivakasi, India
Contact:

Re: HMGSCRIPT R38

Post by Rathinagiri »

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.
User avatar
bpd2000
Posts: 1207
Joined: Sat Sep 10, 2011 4:07 am
Location: India

Re: HMGSCRIPT R38

Post by bpd2000 »

Rathinagiri wrote:Very good Roberto. I think, HTML5... is the future.
+1
BPD
Convert Dream into Reality through HMG
User avatar
serge_girard
Posts: 3158
Joined: Sun Nov 25, 2012 2:44 pm
DBs Used: 1 MySQL - MariaDB
2 DBF
Location: Belgium
Contact:

Re: HMGSCRIPT R38

Post by serge_girard »

Thanks Roberto!

Serge
There's nothing you can do that can't be done...
User avatar
Roberto Lopez
HMG Founder
Posts: 4004
Joined: Wed Jul 30, 2008 6:43 pm

Re: HMGSCRIPT R38

Post by Roberto Lopez »

Rathinagiri wrote:Very good Roberto. I think, HTML5... is the future.
Is already the present indeed. Our app, will work in (almost) any device with any operating system without modifications. This is already a fact.

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)
User avatar
Rathinagiri
Posts: 5471
Joined: Tue Jul 29, 2008 6:30 pm
DBs Used: MariaDB, SQLite, SQLCipher and MySQL
Location: Sivakasi, India
Contact:

Re: HMGSCRIPT R38

Post by Rathinagiri »

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.
User avatar
Pablo César
Posts: 4059
Joined: Wed Sep 08, 2010 1:18 pm
Location: Curitiba - Brasil

Re: HMGSCRIPT R38

Post by Pablo César »

Roberto Lopez wrote:
Rathinagiri wrote:Very good Roberto. I think, HTML5... is the future.
Is already the present indeed.
Yeah ! In full agree.
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.
IMHO we need a open source JavaScript and CSS library. For example: jQuery, YUI Library, etc.
Rathinagiri wrote:
Roberto Lopez wrote:Another goal for the next versions is to reincorporate PHP/MYSQL support, integrated with a portable AMP server.
For your kind information, I am working on this PHP/MySQL part.
Great !

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
User avatar
Roberto Lopez
HMG Founder
Posts: 4004
Joined: Wed Jul 30, 2008 6:43 pm

Re: HMGSCRIPT R38

Post by Roberto Lopez »

Rathinagiri wrote:For your kind information, I am working on this PHP/MySQL part.
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).

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)
User avatar
apais
Posts: 440
Joined: Fri Aug 01, 2008 6:03 pm
DBs Used: DBF
Location: uruguay
Contact:

Re: HMGSCRIPT R38

Post by apais »

Hi Roberto
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.
HW_apache (webserver modules) co-developer.
HbTron (Html GUI for harbour desktop hybrid apps) co-developer.
https://www.hbtron.com
User avatar
Roberto Lopez
HMG Founder
Posts: 4004
Joined: Wed Jul 30, 2008 6:43 pm

Re: HMGSCRIPT R38

Post by Roberto Lopez »

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 don't know it.

I'll take a look at it ASAP.

Thanks for the tip.
Regards/Saludos,

Roberto


(Veritas Filia Temporis)
Post Reply