473,749 Members | 2,432 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

ASP.NET cross-browser compatible

Ed
When writing my ASP.NET C# programs, how can I ensure my UI and windows
forms are cross-platform compatible? My users are on Windows IE 6, Mac OSX
Safari and Mac OSX IE 5.

What are some of the techniques to follow?

Thank you.
Nov 19 '05 #1
3 1836
Hi

You have as problem as the DOMs for IE6, IE5(Mac) and Safari are
different.

So

1) No VBScript

2) Try do no client side code.

3) Test you app in Safari.

Good luck.

Daniel Roth
MCSD.NET

Ed wrote:
When writing my ASP.NET C# programs, how can I ensure my UI and windows forms are cross-platform compatible? My users are on Windows IE 6, Mac OSX Safari and Mac OSX IE 5.

What are some of the techniques to follow?

Thank you.


Nov 19 '05 #2
Hi Ed,

There is no easy or simple answer to this. It has been an issue with all web
developers for a very long time, well at least as long as there have been
more than one browser.

With the advent of new HTML entities such as CSS and XHTML, the situation
has improved, but only to a limited extent. The problem is, browser
manufacturers deal with all the same sorts of political and competition
issues that the rest of us have to deal with. As a result, browsers handle
HTML, CSS, etc. in slightly different ways.

Your best bet is to get familiar with the most popular browsers among your
target audience, and build to accomodate them. IMHO, using CSS is an
excellent way to go about this. You can separate your style attributes from
your HTML by using CSS classes, and write your style sheets to accomodate
different browser types. This way, as browsers change, you don't have to
change your web app and ASPX pages, only your style sheets.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
What You Seek Is What You Get.

"Ed" <ed*********@ho tmail.com> wrote in message
news:uM******** *****@TK2MSFTNG P15.phx.gbl...
When writing my ASP.NET C# programs, how can I ensure my UI and windows
forms are cross-platform compatible? My users are on Windows IE 6, Mac
OSX
Safari and Mac OSX IE 5.

What are some of the techniques to follow?

Thank you.

Nov 19 '05 #3
Ed
Thanks Kevin.

Is there any classes or libraries that I can include in my ASP.NET C#
project that will smartly translate all front-end calls and produce
consistent UI look & feel on all client browsers?
"Kevin Spencer" <ke***@DIESPAMM ERSDIEtakempis. com> wrote in message
news:ux******** ********@TK2MSF TNGP15.phx.gbl. ..
Hi Ed,

There is no easy or simple answer to this. It has been an issue with all web developers for a very long time, well at least as long as there have been
more than one browser.

With the advent of new HTML entities such as CSS and XHTML, the situation
has improved, but only to a limited extent. The problem is, browser
manufacturers deal with all the same sorts of political and competition
issues that the rest of us have to deal with. As a result, browsers handle
HTML, CSS, etc. in slightly different ways.

Your best bet is to get familiar with the most popular browsers among your
target audience, and build to accomodate them. IMHO, using CSS is an
excellent way to go about this. You can separate your style attributes from your HTML by using CSS classes, and write your style sheets to accomodate
different browser types. This way, as browsers change, you don't have to
change your web app and ASPX pages, only your style sheets.

--
HTH,

Kevin Spencer
Microsoft MVP
.Net Developer
What You Seek Is What You Get.

"Ed" <ed*********@ho tmail.com> wrote in message
news:uM******** *****@TK2MSFTNG P15.phx.gbl...
When writing my ASP.NET C# programs, how can I ensure my UI and windows
forms are cross-platform compatible? My users are on Windows IE 6, Mac
OSX
Safari and Mac OSX IE 5.

What are some of the techniques to follow?

Thank you.


Nov 19 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
2052
by: Web Science | last post by:
Site and Features: http://www.eigensearch.com Search engine, eigenMethod, eigenvector, mathematical, manifolds, science, technical, search tools, eigenmath, Jacobian, quantum, mechanics, manifolds, science, physics, chemistry, law, legal, government, home, office, business, domain lookup, medical, travel, food, university students, searching, searchers, surfing, advanced search, search tools Chemistry, mathematics, physical sciences,...
12
3879
by: * ProteanThread * | last post by:
but depends upon the clique: http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&oe=UTF-8&threadm=954drf%24oca%241%40agate.berkeley.edu&rnum=2&prev=/groups%3Fq%3D%2522cross%2Bposting%2Bversus%2Bmulti%2Bposting%2522%26ie%3DUTF-8%26oe%3DUTF-8%26hl%3Den ...
3
3114
by: rollasoc | last post by:
Hi, Doing a bit of system testing on a Windows 98 laptop. (.Net 1.1 app). Did a bit of testing. Loaded a previously saved file. A gray box appeared with the text and buttons all white rectangles with a big red cross in it. Pressed a button (the one I thought might be ok). My file appeared to load. Then when I clicked on any button on my form, the button was replaced with a white rectangle with a big red cross in it.
0
1891
by: Web Science | last post by:
Site and Features: http://www.eigensearch.com Search engine, eigenMethod, eigenvector, mathematical, manifolds, science, technical, search tools, eigenmath, Jacobian, quantum, mechanics, manifolds, science, physics, chemistry, law, legal, government, home, office, business, domain lookup, medical, travel, food, university students, searching, searchers, surfing, advanced search, search tools Chemistry, mathematics, physical sciences,...
4
5583
by: David Peach | last post by:
Hello, hope somebody here can help me... I have a query that lists defects recorded in a user defined date range. That query is then used as the source for a Cross Tab query that cross-tabs count of defect type by calendar month. Defect types are stored in one table, defect transactions in another along with date etc. When I cross-tab the results, defect types that have no defects recorded against them appear as a blank (null) value. That...
23
6541
by: Jeff Rodriguez | last post by:
Here's what I want do: Have a main daemon which starts up several threads in a Boss-Queue structure. From those threads, I want them all to sit and watch a queue. Once an entry goes into the queue, grab it and run a system command. Now I want to make sure that system command doesn't hang forever, so I need some way to kill the command and have the worker thread go back to work waiting for another queue entry.
0
2058
by: Web Science | last post by:
Site and Features: http://www.eigensearch.com Search engine, eigenMethod, eigenvector, mathematical, manifolds, science, technical, search tools, eigenmath, Jacobian, quantum, mechanics, manifolds, science, physics, chemistry, law, legal, government, home, office, business, domain lookup, medical, travel, food, university students, searching, searchers, surfing, advanced search, search tools Chemistry, mathematics, physical sciences,...
7
3914
by: Scott M. | last post by:
How can I disable the cross-site scripting check for one particular page of a site?
1
2764
by: Rob Woodworth | last post by:
Hi, I'm having serious problems getting my report to work. I need to generate a timesheet report which will contain info for one employee between certain dates (one week's worth of dates). I have a table containing records for each job done, the records contain date, employee name, job done (a code representing the type of job), cost code (another code), regular hours, and overtime hours. The tricky part is that more than one job can...
6
3989
by: ampo | last post by:
Hello. Can anyone help with cross-domain problem? I have HTML page from server1 that send xmlHTTPRequest to server2. How can I do it? Thanks.
0
8997
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8833
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
9389
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
9335
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
1
6801
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6079
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4881
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
2794
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2218
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.