FiveWeb

FiveWeb

Postby Otto » Fri Mar 22, 2013 7: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
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club
********************************************************************
User avatar
Otto
 
Posts: 6332
Joined: Fri Oct 07, 2005 7:07 pm

Re: Fiveweb

Postby Antonio Linares » Fri Mar 22, 2013 8:33 am

regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 42089
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: Fiveweb

Postby Otto » 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

Image
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club
********************************************************************
User avatar
Otto
 
Posts: 6332
Joined: Fri Oct 07, 2005 7:07 pm

Re: Fiveweb

Postby Antonio Linares » Thu Mar 28, 2013 1: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
User avatar
Antonio Linares
Site Admin
 
Posts: 42089
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: Fiveweb

Postby Lailton » 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
User avatar
Lailton
 
Posts: 153
Joined: Fri Jul 20, 2012 1:49 am
Location: Brazil

Re: Fiveweb

Postby Antonio Linares » 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
User avatar
Antonio Linares
Site Admin
 
Posts: 42089
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: Fiveweb

Postby Lailton » Fri Mar 29, 2013 4:13 pm

Nice ! :D
Regards,
Lailton Fernando Mariano
User avatar
Lailton
 
Posts: 153
Joined: Fri Jul 20, 2012 1:49 am
Location: Brazil

Re: Fiveweb

Postby Otto » Thu Apr 04, 2013 8: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
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club
********************************************************************
User avatar
Otto
 
Posts: 6332
Joined: Fri Oct 07, 2005 7:07 pm

Re: Fiveweb

Postby Antonio Linares » Fri Apr 05, 2013 3: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
User avatar
Antonio Linares
Site Admin
 
Posts: 42089
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: Fiveweb

Postby Antonio Linares » Fri Apr 05, 2013 3: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
User avatar
Antonio Linares
Site Admin
 
Posts: 42089
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: Fiveweb

Postby cdmmaui » Sun Apr 07, 2013 2: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
User avatar
cdmmaui
 
Posts: 689
Joined: Fri Oct 28, 2005 9:53 am
Location: Houston ∙ Chicago ∙ Los Angeles ∙ Miami ∙ London ∙ Hong Kong

Re: Fiveweb

Postby Antonio Linares » Sun Apr 07, 2013 9: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
User avatar
Antonio Linares
Site Admin
 
Posts: 42089
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: Fiveweb

Postby cdmmaui » Sun Apr 07, 2013 9: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
User avatar
cdmmaui
 
Posts: 689
Joined: Fri Oct 28, 2005 9:53 am
Location: Houston ∙ Chicago ∙ Los Angeles ∙ Miami ∙ London ∙ Hong Kong

Re: Fiveweb

Postby Antonio Linares » Mon Apr 08, 2013 6: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
User avatar
Antonio Linares
Site Admin
 
Posts: 42089
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: Fiveweb

Postby Otto » 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
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club
********************************************************************
User avatar
Otto
 
Posts: 6332
Joined: Fri Oct 07, 2005 7:07 pm

Next

Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: Google [Bot] and 95 guests