Page 3 of 6

Re: FiveWin Web Interface

PostPosted: Mon Oct 17, 2011 1:50 am
by Bayron
Antonio,

everything looks great, but I am thinking about security....

I am testing your samples in my own computer in localhost, and I have all your images, code Html, JavaScript and CSS; which I got by just using Google's Chrome Developer tools...

That means that all your code will be visible and will give you a Security risk, because your data will be exposed and your entire aplication can be copied!!!

That is the reason why I think it will be wise to use more PHP and less JavaScript or make the calls to JavaScrip from a .PHP file, because (I am not certain) but I think it will be hidden...

EDITED:
Just tested and the JavaScript is shown even in a PHP file, but everything contained between <?php ?> would not be shown... Plus PHP will give you easy access to MySQL...

By using lots of PHP, at least the applications will be useless when copied...

Re: FiveWin Web Interface

PostPosted: Mon Oct 17, 2011 3:45 am
by cdmmaui
Hi Antonio,

Great job!!! It seems to be working ok with with IE9. Dialogs appear and I able to type in data and get alert boxes.

Sincerely,

Re: FiveWin Web Interface

PostPosted: Mon Oct 17, 2011 7:50 am
by Antonio Linares
Bayron,

All the javascript used on the client side is open and accessible and this applies to all web apps

We are also going to use PHP and that will protect our apps :-)

Re: FiveWin Web Interface

PostPosted: Mon Oct 17, 2011 8:36 am
by Enrico Maria Giordano
Please reduce the horizontal size of your browser till Help option goes to the left, then try to open File menu. You should see that "Help" overwrites part of File menu.

EMG

Re: FiveWin Web Interface

PostPosted: Mon Oct 17, 2011 9:54 am
by Antonio Linares
Enrico,

Yes, we are going to get all sort of undesirable effects, but this is the web and we have to live with it and try to solve what we can :-)

Re: FiveWin Web Interface

PostPosted: Mon Oct 17, 2011 9:54 am
by Antonio Linares

Re: FiveWin Web Interface

PostPosted: Mon Oct 17, 2011 4:04 pm
by toninhofwi
Antonio Linares wrote:Toninho,

Please try it again, thanks :-)


Hi Antonio.

Sorry for delay. Now is working fine. Thank you.

Best regards,

Toninho.

Re: FiveWin Web Interface

PostPosted: Mon Oct 17, 2011 4:09 pm
by Antonio Linares
Browsing DBFs :-)

Please select "Project", "Open"
http://www.fivetechsoft.com/fiveweb

Image

Re: FiveWin Web Interface

PostPosted: Mon Oct 17, 2011 7:40 pm
by Eroni
Antonio, this project seems spectacular, will it have compatibility with sqlrdd for access to databases such as mysql for example?

Re: FiveWin Web Interface

PostPosted: Tue Oct 18, 2011 5:41 pm
by Antonio Linares
Eroni,

Actually we are using php in the server so you can easily use mysql, etc :-)

Re: FiveWin Web Interface

PostPosted: Tue Oct 18, 2011 5:42 pm
by Antonio Linares
Selecting records:

http://www.fivetechsoft.com/fiveweb Select "Project", "Open"

Image

Re: FiveWin Web Interface

PostPosted: Tue Oct 18, 2011 6:57 pm
by Antonio Linares
Selecting multiple records:

Image

Re: FiveWin Web Interface

PostPosted: Tue Oct 18, 2011 7:06 pm
by norberto
dont work again in my ie9 windows 7 64.

Re: FiveWin Web Interface

PostPosted: Tue Oct 18, 2011 7:19 pm
by Marc Vanzegbroeck
Works fine on Google Chrome :D , The menu's aren't working anymore on IE9 :cry: . The where working before :!:

Marc

Re: FiveWin Web Interface

PostPosted: Tue Oct 18, 2011 7:22 pm
by Antonio Linares
Norberto,

Fixed. Also we are going to check the font issue as it really slows down IE...