Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Web Browser Question

Status
Not open for further replies.

sweep123

Technical User
May 1, 2003
185
GB
I have been writing software for the Windows environment using Visual Studio .Net (C++).
However as some groups have been using VME PowerPC h/w with VxWorks operating system. Now with the need to re-use software and develop 'common' s/w items between the two platforms. The idear to use a Web Browser to provide the common GUI was suggested.

Does a browser meet the requirements that MFC offers; i.e. request and control and display dymanic data.

Could use complier switches to cope with the different platforms, but need to separate out the GUI and make it identical on both platforms.

Question is, does anyone have any good links to this Web Browser technology and any comments on the use to a Browser to replace MS Visual Studio .Net (MFC C++)Windows applications?

I have only used Visual Studio .Net with MFC (C++), does it offer any add-ins for Browser interfacing facilities. I am not sure what I am looking for.

Regards,

 
it depends what task you're trying to perform.

web pages can do many things; throw in flash, video, and javascript and you're covering most bases (assuming, that is, that your user's browser supports those features! it's a common mistake to forget that they're not universally supported).

You really need to a business requirements analysis with a Web Expert. Dynamic pages can be designed using ASP, Java, PHP or coldfusion (to name the most common languages). The interfaces provided by the .net framework may not provide the level of functionality, customisation, and standard of code required. You will also need to ensure the system pumps out valid HTML.

The translation from software to web interface does require a seperate skill set: it's uncommon for a programmer to have the knowledge required to develop a complex dynamic web site, and - depending on which country you're in - local legislation may demand a minimum standard of accessibility.

<marc> i wonder what will happen if i press this...[pc][ul][li]please give feedback on what works / what doesn't[/li][li]need some help? how to get a better answer: faq581-3339[/li][/ul]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top