Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Formatting and browser compatibility

Reply
Thread Tools

Formatting and browser compatibility

 
 
Paul Mason
Guest
Posts: n/a
 
      05-19-2005

Hi folks,

I just need some advice about books/where to look about this subject.

I've got a number of happily running .NET apps that are doing the business
and have some good formatting, as long as the user is using IE. Non of
these applications are doing anything particularly special, just
straightforward navigate, add/edit and reporting functionality...no activeX
or java apps.

I've just modified one of these applications to be non-IE compliant. The
browsers in question are Firefox and Safari. This has generally been
succesful, except for some of the formatting. On the whole it isn't too
bad. Firefox and Safari both render the location of controls, labels and
buttons fairly well. The major problem is with multline text controls which
map to <textarea> input types in HTML...the controls I have are quite large
and are designed to take a lot of text. Unfortunately in Firefox and safari
they look considerably smaller in both axes and I'm not sure that these
broswer render the vectors in the <style> tag. Also I sometimes have
problems with combo box input type controls filling up the entire width of
the screen (some do, some don't....weird one this).

Any suggestions or do I (well, the users) have to live with it??

I do wish the W3C would wake up to the concept of vector graphics...it's
hardly rocket science these days!

Cheers...P


 
Reply With Quote
 
 
 
 
=?Utf-8?B?RGVhc3Vu?=
Guest
Posts: n/a
 
      05-19-2005
Hello

have you looked into using the Browsercap tag in the config file.
Should help with 90% of the formatting.
Except for Opera, that browser sucks.
--
Deasun
Home Site: www.tirnaog.com
Check out: The Code Vault in my forums section.


"Paul Mason" wrote:

>
> Hi folks,
>
> I just need some advice about books/where to look about this subject.
>
> I've got a number of happily running .NET apps that are doing the business
> and have some good formatting, as long as the user is using IE. Non of
> these applications are doing anything particularly special, just
> straightforward navigate, add/edit and reporting functionality...no activeX
> or java apps.
>
> I've just modified one of these applications to be non-IE compliant. The
> browsers in question are Firefox and Safari. This has generally been
> succesful, except for some of the formatting. On the whole it isn't too
> bad. Firefox and Safari both render the location of controls, labels and
> buttons fairly well. The major problem is with multline text controls which
> map to <textarea> input types in HTML...the controls I have are quite large
> and are designed to take a lot of text. Unfortunately in Firefox and safari
> they look considerably smaller in both axes and I'm not sure that these
> broswer render the vectors in the <style> tag. Also I sometimes have
> problems with combo box input type controls filling up the entire width of
> the screen (some do, some don't....weird one this).
>
> Any suggestions or do I (well, the users) have to live with it??
>
> I do wish the W3C would wake up to the concept of vector graphics...it's
> hardly rocket science these days!
>
> Cheers...P
>
>
>

 
Reply With Quote
 
 
 
 
Paul Mason
Guest
Posts: n/a
 
      05-20-2005

Hi,

I'd kind of looked at it and i see what you mean.

Just goes to show how much we take for granted in windows/linux programming.

Cheers...P


"Deasun" <> wrote in message
news:52A7E4A3-FB2C-4C85-898F-...
> Hello
>
> have you looked into using the Browsercap tag in the config file.
> Should help with 90% of the formatting.
> Except for Opera, that browser sucks.
> --
> Deasun
> Home Site: www.tirnaog.com
> Check out: The Code Vault in my forums section.
>
>
> "Paul Mason" wrote:
>
>>
>> Hi folks,
>>
>> I just need some advice about books/where to look about this subject.
>>
>> I've got a number of happily running .NET apps that are doing the
>> business
>> and have some good formatting, as long as the user is using IE. Non of
>> these applications are doing anything particularly special, just
>> straightforward navigate, add/edit and reporting functionality...no
>> activeX
>> or java apps.
>>
>> I've just modified one of these applications to be non-IE compliant. The
>> browsers in question are Firefox and Safari. This has generally been
>> succesful, except for some of the formatting. On the whole it isn't too
>> bad. Firefox and Safari both render the location of controls, labels and
>> buttons fairly well. The major problem is with multline text controls
>> which
>> map to <textarea> input types in HTML...the controls I have are quite
>> large
>> and are designed to take a lot of text. Unfortunately in Firefox and
>> safari
>> they look considerably smaller in both axes and I'm not sure that these
>> broswer render the vectors in the <style> tag. Also I sometimes have
>> problems with combo box input type controls filling up the entire width
>> of
>> the screen (some do, some don't....weird one this).
>>
>> Any suggestions or do I (well, the users) have to live with it??
>>
>> I do wish the W3C would wake up to the concept of vector graphics...it's
>> hardly rocket science these days!
>>
>> Cheers...P
>>
>>
>>



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
object width and browser compatibility David McDivitt Javascript 2 12-24-2006 02:06 AM
object width and browser compatibility David McDivitt Javascript 0 12-23-2006 09:54 PM
ASP.NET2.0 controls and Menubar's compatibility with Mac IE Browser dreamamit2001@gmail.com ASP .Net 4 10-12-2006 02:20 PM
Re: Non IE browser compatibility. Peter Blum ASP .Net 2 02-16-2004 01:04 PM
Need formatting options menu for formatting hard drive Mark T. Computer Support 3 11-24-2003 11:50 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57