Page 2 of 4

Re: About Harbour Future...

Posted: Fri Oct 31, 2008 10:34 pm
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

Re: About Harbour Future...

Posted: Sat Nov 01, 2008 12:00 am
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.

Re: About Harbour Future...

Posted: Sat Nov 01, 2008 4:52 am
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

Re: About Harbour Future...

Posted: Sat Nov 01, 2008 3:11 pm
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.

Re: About Harbour Future...

Posted: Sun Nov 02, 2008 3:30 pm
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.

Re: About Harbour Future...

Posted: Sun Nov 02, 2008 7:38 pm
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.

Re: About Harbour Future...

Posted: Sun Nov 02, 2008 8:27 pm
by Rathinagiri
Just wonderful and speechless. What else?!

Let the dream come true.

Re: About Harbour Future...

Posted: Sun Nov 02, 2008 8:29 pm
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.

Re: About Harbour Future...

Posted: Sun Nov 02, 2008 8:33 pm
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.

Re: About Harbour Future...

Posted: Mon Nov 03, 2008 4:46 pm
by esgici
Hi

This may be an alternative / example ?

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

Regards

--

esgici