About Harbour Future...

Discuss anything else that does not suite other forums.

Moderator: Rathinagiri

User avatar
esgici
Posts: 4543
Joined: Wed Jul 30, 2008 9:17 pm
DBs Used: DBF
Location: iskenderun / Turkiye
Contact:

Re: About Harbour Future...

Post by esgici »

Roberto Lopez wrote: ...
For those considering this ideas weird or silly, I'm sorry in advance if I disturbed you with this :)
...
Neither weird or silly nor disturbed; only very enthusiastic :)

Big or small, long or short life, every project begins by little steps.

Best regards

--

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

Re: About Harbour Future...

Post by Roberto Lopez »

esgici wrote:
Roberto Lopez wrote: ...
For those considering this ideas weird or silly, I'm sorry in advance if I disturbed you with this :)
...
Neither weird or silly nor disturbed; only very enthusiastic :)

Big or small, long or short life, every project begins by little steps.
Its true, but, sadly I have not enough available time to do myself a such project.

The enthusiasm is because I've think about this for years... sometimes I had ideas that appeared to be right, but I was not absolutely convinced about it.

Regards,

Roberto.
Regards/Saludos,

Roberto


(Veritas Filia Temporis)
User avatar
esgici
Posts: 4543
Joined: Wed Jul 30, 2008 9:17 pm
DBs Used: DBF
Location: iskenderun / Turkiye
Contact:

Re: About Harbour Future...

Post by esgici »

Roberto Lopez wrote:
... sadly I have not enough available time to do myself a such project.

The enthusiasm is because I've think about this for years... sometimes I had ideas that appeared to be right, but I was not absolutely convinced about it.
Don't give up your dreams, if so this will be end of life although you are live ( Mark Twain )

Every big job begin by dreaming it. IMHO now you are in the start point.

Your view point and your target are right and your dream is able to coming true.

Moreover certainly you have everything to achieve this.

And surely you will be not alone. Beside whose don't be interested, will be someones following you.

Let's hope for the best to JSClipper !

Best regards

--

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

Re: About Harbour Future...

Post by Roberto Lopez »

esgici wrote:
Don't give up your dreams, if so this will be end of life although you are live ( Mark Twain )
<...>
Let's hope for the best to JSClipper !
I'll try to not give up :)

Anyway, I have no intentions to start such project right now, but it is possible that I use some concepts in web developments.

Regards,

Roberto.
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: About Harbour Future...

Post by Rathinagiri »

Hi Roberto,

Your vision shows that you are a true leader.

Your JavaScript example shows your intention clearly. Now I understand, how HMG has emerged in these years.

IMHO, event handling can be done with JavaScript, where as HTML handling (preprocessing) can be done with PHP.

Let us start a project and I can help the project to my level best.

Thanks and regards.
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
User avatar
Roberto Lopez
HMG Founder
Posts: 4004
Joined: Wed Jul 30, 2008 6:43 pm

Re: About Harbour Future...

Post by Roberto Lopez »

rathinagiri wrote:Hi Roberto,

Your vision shows that you are a true leader.

Your JavaScript example shows your intention clearly. Now I understand, how HMG has emerged in these years.

IMHO, event handling can be done with JavaScript, where as HTML handling (preprocessing) can be done with PHP.

Let us start a project and I can help the project to my level best.

Thanks and regards.
Thanks for your kind words.

Regarding the design my, idea is to keep it as simple as possible, it means to keep to use of PHP minimal, perhaps, to handle http requests to backend database only.

This way our javaScript applications will be wrote with the same logic as desktop applications using a remote SQL database.

So, the entire program (or module) will be an html file including all required things.

We should use the 'AJAX' way, so, requests to server should be done via XMLHttpRequest:

http://www.javascriptkit.com/jsref/ajax.shtml

The server will return data instead a new entire page.

We receive the data, parse it and process as required by our app.

The application will perform like a real desktop one, requesting data from a server and showing it.

Google applications are a good sample of how this works.

What do you think about it?

Regards,

Roberto.
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: About Harbour Future...

Post by Rathinagiri »

Just wonderful and speechless. What else?!

Let the dream come true.
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
User avatar
Roberto Lopez
HMG Founder
Posts: 4004
Joined: Wed Jul 30, 2008 6:43 pm

Re: About Harbour Future...

Post by Roberto Lopez »

Roberto Lopez wrote: We should use the 'AJAX' way, so, requests to server should be done via XMLHttpRequest
<...>
The server will return data instead a new entire page.
We receive the data, parse it and process as required by our app.
The application will perform like a real desktop one, requesting data from a server and showing it.
When I talk about xmlhttprequest I mean:

http://www.technetra.com/writings/archi ... ttprequest

We should have a very little generic PHP routines in the server.

This routines should be generic designed to perform basic database operations for all applications.

And I insist... the html must be generated at 'translation time' along the javascript code in the same html file. This will simplify the process and will make the things easier.

We will develop web applications. The logic should be the same as a desktop applications (not web sites, even they look the same).

The 'web site logic' was designed for static sites, not for applications, so, we must avoid that as much as we can. We must not forget that.

Regards,

Roberto.
Regards/Saludos,

Roberto


(Veritas Filia Temporis)
User avatar
Roberto Lopez
HMG Founder
Posts: 4004
Joined: Wed Jul 30, 2008 6:43 pm

Re: About Harbour Future...

Post by Roberto Lopez »

rathinagiri wrote:Just wonderful and speechless. What else?!

Together we can make success.
Let me think a little more about general design, there are some things that should be defined yet.

Regards,

Roberto.
Regards/Saludos,

Roberto


(Veritas Filia Temporis)
User avatar
esgici
Posts: 4543
Joined: Wed Jul 30, 2008 9:17 pm
DBs Used: DBF
Location: iskenderun / Turkiye
Contact:

Re: About Harbour Future...

Post by esgici »

Hi

This may be an alternative / example ?

ftp://sbe4730:damac@ftp.itcgrupo.es/

Regards

--

esgici
Viva INTERNATIONAL HMG :D
Post Reply