FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour FiveWeb
Posts: 6983
Joined: Fri Oct 07, 2005 07:07 PM
FiveWeb
Posted: Fri Mar 22, 2013 07:35 AM

I know I have read an introduction to Fiveweb where Antonio suggested a hosting company and how to set up a FiveWeb application.
But I can’t find this document anymore.
Thanks in advance
Otto

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: Fiveweb
Posted: Fri Mar 22, 2013 08:33 AM
regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 6983
Joined: Fri Oct 07, 2005 07:07 PM
Re: Fiveweb
Posted: Thu Mar 28, 2013 10:42 AM
Hello Antonio,
do you think it is possible that the screen resolution is auto detected.
This is how the demo sample looks on my smartphone.
Thanks in advance
Otto

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: Fiveweb
Posted: Thu Mar 28, 2013 01:04 PM

Otto,

As FiveWeb uses jquery ui, we need to find how jquery ui deals with it.

Searching for it... :-)

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 231
Joined: Fri Jul 20, 2012 01:49 AM
Re: Fiveweb
Posted: Thu Mar 28, 2013 10:21 PM
Antonio,
The jQueryUI is not compatible with tablet, smartphone etc.
You can check this project jQuery Mobile: http://jquerymobile.com/

:-)
Regards,

Lailton Fernando Mariano
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: Fiveweb
Posted: Fri Mar 29, 2013 10:09 AM
Lailton,

Yes, we are aware of jquery mobile. We also enjoy Bootstrap very much:

http://twitter.github.com/bootstrap/

I think that we could easily enhance FiveWeb to use them :-)
regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 231
Joined: Fri Jul 20, 2012 01:49 AM
Re: Fiveweb
Posted: Fri Mar 29, 2013 04:13 PM

Nice ! :D

Regards,

Lailton Fernando Mariano
Posts: 6983
Joined: Fri Oct 07, 2005 07:07 PM
Re: Fiveweb
Posted: Thu Apr 04, 2013 08:57 AM

Responsive

Hello Antonio,

can you help me learning FiveWeb.
I see IncludeScripts(),IncludeTheme( cTheme ) in fiveweb.prg.

Now I would like to use a window.

What exactly does the new method.
I don’t understand what SELF is.
Is SELF the Internet Explore canvas.

Thanks in advance
Otto

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: Fiveweb
Posted: Fri Apr 05, 2013 03:46 PM
Otto,

Here you have a working example to create a dialog:
http://www.fivetechsoft.net/cgi-bin/tutor02

To create a window, in fact what we would do, is to create a new explorer tab :-)
regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: Fiveweb
Posted: Fri Apr 05, 2013 03:48 PM

Otto,

FiveWeb is basically a translator that generates all the HTML and javascript logic required to build what we desire in web terms, using the traditional FiveWin syntax :-)

And as we use Harbour, then we have all the know-how and the power that we have developing apps :-)

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 708
Joined: Fri Oct 28, 2005 09:53 AM
Re: Fiveweb
Posted: Sun Apr 07, 2013 02:04 PM

Dear Antonio,

I have a FiveWeb application I will be developing on Windows Server 2008. Do you have documentation for the following?

  1. Server side installation and requirements?

  2. Connecting to MS SQL server?

Thank you,

*~*~*~*~*~*~*~*~*~*
Darrell Ortiz
CDM Software Solutions, Inc.
https://www.cdmsoft.com
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: Fiveweb
Posted: Sun Apr 07, 2013 09:14 PM

Darrell,

AFAIK, there is no need to install anything on the server except to check that you have MS SQL server properly working and IIS is also enabled and working fine.

You can use ADO to manage MS SQL Server, so many ADO examples from these forums will be of help :-)

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 708
Joined: Fri Oct 28, 2005 09:53 AM
Re: Fiveweb
Posted: Sun Apr 07, 2013 09:30 PM

Hi Antonio,

Ok, so I can just copy your examples to working IIS 7 folder and it should run without a problem?

Thank you,

*~*~*~*~*~*~*~*~*~*
Darrell Ortiz
CDM Software Solutions, Inc.
https://www.cdmsoft.com
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: Fiveweb
Posted: Mon Apr 08, 2013 06:29 AM
Darrell,

Yes, that would be enough :-)

I don't remember right now where IIS wants the CGIs to be placed, but google is our friend :-)
http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/bc0c4729-e892-4871-b8f3-fcbf489f2f09.mspx?mfr=true
regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 6983
Joined: Fri Oct 07, 2005 07:07 PM
Re: Fiveweb
Posted: Mon Apr 08, 2013 10:33 AM

Hello Darelle,
I am very interested in this topic too.
Please post all your expiriences.
Do you have an inhouse server?
Best regards,
Otto