473,385 Members | 1,387 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Netscape & IE

hello all,

I am looking for a list of "things to look for" when building a web page
so it works with both nn and ie
What are the things to look for

Thank you.

JL
Nov 18 '05 #1
6 1543
This isn't really an ASPNET question, since ASPNET renders contents that
render in NN and IE anyway.

If you are looking for more general answers to the best implementation of
HTML, JavaScript & JScript and CSS, I would suggest an HTML newsgroup.
"MS News (MS ILM)" <sq***********@hotmail.com> wrote in message
news:uJ**************@TK2MSFTNGP11.phx.gbl...
hello all,

I am looking for a list of "things to look for" when building a web page
so it works with both nn and ie
What are the things to look for

Thank you.

JL

Nov 18 '05 #2

I think the most important thing to look out for is making sure that your browserCaps in
{web/machine}.config is up to date; the newest Gecko browsers aren't there -- which sometimes means
that ASP.NET will treat Gecko browser as downlevel when they really should be uplevel. There are
various home-brewed Gecko/Mozilla browserCaps around.

The second thing to think about is what kind of HTML; usually VS.NET it defaults to HTML 4.0
(unless you've setup your config differently, like HTML 3.2) -- I like XHMTL. In the end I decided
on XHTML transitional because VS.NET really doesn't grok XHMTL strict -- next release will, I guess.

The rest of the stuff has less to do with ASP.NET and more to do with the individual browsers.

Scott

"MS News (MS ILM)" <sq***********@hotmail.com> wrote in message
news:uJ**************@TK2MSFTNGP11.phx.gbl...
hello all,

I am looking for a list of "things to look for" when building a web page
so it works with both nn and ie
What are the things to look for

Thank you.

JL

Nov 18 '05 #3
Do you know any Links?
"Scott M." <s-***@BADSPAMsnet.net> wrote in message
news:eT**************@TK2MSFTNGP12.phx.gbl...
This isn't really an ASPNET question, since ASPNET renders contents that
render in NN and IE anyway.

If you are looking for more general answers to the best implementation of
HTML, JavaScript & JScript and CSS, I would suggest an HTML newsgroup.
"MS News (MS ILM)" <sq***********@hotmail.com> wrote in message
news:uJ**************@TK2MSFTNGP11.phx.gbl...
hello all,

I am looking for a list of "things to look for" when building a web page
so it works with both nn and ie
What are the things to look for

Thank you.

JL


Nov 18 '05 #4
Scott,

Can you tell me how to include browserCaps in the config file. as an example
Or what's in the machine.config is good enough for NN

Thank you

"Scott" <no*****@this-is-extra-hotmail.com> wrote in message
news:eD**************@TK2MSFTNGP10.phx.gbl...

I think the most important thing to look out for is making sure that your browserCaps in {web/machine}.config is up to date; the newest Gecko browsers aren't there -- which sometimes means that ASP.NET will treat Gecko browser as downlevel when they really should be uplevel. There are various home-brewed Gecko/Mozilla browserCaps around.

The second thing to think about is what kind of HTML; usually VS.NET it defaults to HTML 4.0 (unless you've setup your config differently, like HTML 3.2) -- I like XHMTL. In the end I decided on XHTML transitional because VS.NET really doesn't grok XHMTL strict -- next release will, I guess.
The rest of the stuff has less to do with ASP.NET and more to do with the individual browsers.
Scott

"MS News (MS ILM)" <sq***********@hotmail.com> wrote in message
news:uJ**************@TK2MSFTNGP11.phx.gbl...
hello all,

I am looking for a list of "things to look for" when building a web page
so it works with both nn and ie
What are the things to look for

Thank you.

JL


Nov 18 '05 #5
Google Search on HTML
"MS News (MS ILM)" <sq***********@hotmail.com> wrote in message
news:Oj**************@TK2MSFTNGP12.phx.gbl...
Do you know any Links?
"Scott M." <s-***@BADSPAMsnet.net> wrote in message
news:eT**************@TK2MSFTNGP12.phx.gbl...
This isn't really an ASPNET question, since ASPNET renders contents that
render in NN and IE anyway.

If you are looking for more general answers to the best implementation of HTML, JavaScript & JScript and CSS, I would suggest an HTML newsgroup.
"MS News (MS ILM)" <sq***********@hotmail.com> wrote in message
news:uJ**************@TK2MSFTNGP11.phx.gbl...
hello all,

I am looking for a list of "things to look for" when building a web page so it works with both nn and ie
What are the things to look for

Thank you.

JL



Nov 18 '05 #6
Hi,

check these threads at ASP.NET Forums:
http://www.asp.net/Forums/ShowPost.a...1&PostID=86795
http://www.asp.net/Forums/ShowPost.a...1&PostID=89874

--
Teemu Keiski
MCP, Microsoft MVP (ASP.NET), AspInsiders member
ASP.NET Forum Moderator, AspAlliance Columnist
http://blogs.aspadvice.com/joteke
"MS News (MS ILM)" <sq***********@hotmail.com> wrote in message
news:%2****************@TK2MSFTNGP12.phx.gbl...
Scott,

Can you tell me how to include browserCaps in the config file. as an example
Or what's in the machine.config is good enough for NN

Thank you

"Scott" <no*****@this-is-extra-hotmail.com> wrote in message
news:eD**************@TK2MSFTNGP10.phx.gbl...

I think the most important thing to look out for is making sure that your browserCaps in {web/machine}.config is up to date; the newest Gecko browsers aren't there -- which sometimes means that ASP.NET will treat Gecko browser as downlevel when they really should be uplevel. There are various home-brewed Gecko/Mozilla browserCaps around.

The second thing to think about is what kind of HTML; usually VS.NET it defaults to HTML 4.0 (unless you've setup your config differently, like HTML 3.2) -- I like XHMTL. In the end I decided on XHTML transitional because VS.NET really doesn't grok XHMTL strict -- next release will, I guess.
The rest of the stuff has less to do with ASP.NET and more to do with the individual browsers.
Scott

"MS News (MS ILM)" <sq***********@hotmail.com> wrote in message
news:uJ**************@TK2MSFTNGP11.phx.gbl...
hello all,

I am looking for a list of "things to look for" when building a web page
so it works with both nn and ie
What are the things to look for

Thank you.

JL



Nov 18 '05 #7

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

Similar topics

1
by: g | last post by:
Hi, I would like to step through all the key-value pairs in an associative array. I'm trying: for (var i=0 in hashOfItems) { // go through all keys in the hash hashOfItems // do sth }
2
by: simchajoy2000 | last post by:
Hi, Well I am totally desperate - I can't figure out why Netscape is not able to display the background image for my website. I use a regular html table and inside one of the cells I place an...
1
by: jfancy-Transport Canada | last post by:
This code needs to be changed so that it is compatible with other browsers like Opera, Netscape, and Mozilla. { s=a.currentStyle.fontSize+''; s=Right(s,2); a.style.fontSize =...
9
by: Anna | last post by:
Hi, I use the Swedish letters å,ä,ö in my HTML code and it works perfectly in IE, but not in Netscape and Mozilla browsers. Does anyone know how to fix it? I use &aring for å, &auml for ä and...
7
by: MS News \(MS ILM\) | last post by:
hello all, I am looking for a list of "things to look for" when building a web page so it works with both nn and ie What are the things to look for Thank you. JL
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 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 former...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?

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.