Re: [Mono-list] C# Patterns Web Site

2004-05-21 Thread Thomas R. Corbin
On Friday May 21, 2004 12:57 pm, Kevin Berry wrote:
 Since C# is now popular on Linux ;-) it is a bit
 irritating when you encounter a site like this...

 http://www.dofactory.com/Patterns/PatternCommand.aspx

 The Show Code link doesn't expand when used with
 Mozilla.  Obviously if you're using Linux it is a bit
 of a problem to just go into IE and browse it. ;-)

I know this probably won't work for you, but it works in konqueror.


 I've submitted my comments via their contact page.
 Could someone else also do the same.  Maybe if enough
 people complain they'll do something about this.

 Thanks,
 Kevin.





 __
 Do you Yahoo!?
 Yahoo! Domains – Claim yours for only $14.70/year
 http://smallbusiness.promotions.yahoo.com/offer
 ___
 Mono-list maillist  -  [EMAIL PROTECTED]
 http://lists.ximian.com/mailman/listinfo/mono-list
___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] C# Patterns Web Site

2004-05-21 Thread Gregory Junker
Or just use Opera...

 On Friday May 21, 2004 12:57 pm, Kevin Berry wrote:
 Since C# is now popular on Linux ;-) it is a bit
 irritating when you encounter a site like this...

 http://www.dofactory.com/Patterns/PatternCommand.aspx

 The Show Code link doesn't expand when used with
 Mozilla.  Obviously if you're using Linux it is a bit
 of a problem to just go into IE and browse it. ;-)

   I know this probably won't work for you, but it works in konqueror.


 I've submitted my comments via their contact page.
 Could someone else also do the same.  Maybe if enough
 people complain they'll do something about this.

 Thanks,
 Kevin.





 __
 Do you Yahoo!?
 Yahoo! Domains – Claim yours for only $14.70/year
 http://smallbusiness.promotions.yahoo.com/offer
 ___
 Mono-list maillist  -  [EMAIL PROTECTED]
 http://lists.ximian.com/mailman/listinfo/mono-list
 ___
 Mono-list maillist  -  [EMAIL PROTECTED]
 http://lists.ximian.com/mailman/listinfo/mono-list



___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


RE: [Mono-list] C# Patterns Web Site

2004-05-21 Thread Dan
This function seems to be the culprit, but you'd think mozilla could handle
it, wouldn't you?

script Language=JavaScript
!--

function ShowHide( ref )
{
   var color;
   if( ref == 'Structure' )
 color = 'aa';
   else
 color = '007733';
 
   if (eval(ref).style.display =='none')
   {
  eval('x' + ref).innerHTML = 'font face=Arial,helvetica color=' +
color + ' size=2buHide code/u/b/font';
  eval(ref).style.display ='';
   }
   else
   {
  eval('x' + ref).innerHTML = 'font face=Arial,helvetica color=' +
color + ' size=2buShow code/u/b/font';
  eval(ref).style.display ='none';
   }   
}
//--
/script

-Dan  

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Kevin Berry
Sent: Friday, May 21, 2004 12:57 PM
To: [EMAIL PROTECTED]
Subject: [Mono-list] C# Patterns Web Site

Since C# is now popular on Linux ;-) it is a bit irritating when you
encounter a site like this...

http://www.dofactory.com/Patterns/PatternCommand.aspx

The Show Code link doesn't expand when used with Mozilla.  Obviously if
you're using Linux it is a bit of a problem to just go into IE and browse
it. ;-)

I've submitted my comments via their contact page. 
Could someone else also do the same.  Maybe if enough people complain
they'll do something about this.

Thanks,
Kevin.





__
Do you Yahoo!?
Yahoo! Domains  Claim yours for only $14.70/year
http://smallbusiness.promotions.yahoo.com/offer
___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list

___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


OT: Re: [Mono-list] C# Patterns Web Site

2004-05-21 Thread Rodrigo B. de Oliveira
I think mozilla would be happier if the eval calls were changed to
document.getElementById...

- Original Message - 
From: Dan [EMAIL PROTECTED]
To: 'Kevin Berry' [EMAIL PROTECTED]; [EMAIL PROTECTED]
Sent: Friday, May 21, 2004 5:02 PM
Subject: RE: [Mono-list] C# Patterns Web Site


This function seems to be the culprit, but you'd think mozilla could handle
it, wouldn't you?

script Language=JavaScript
!-- 

function ShowHide( ref )
{
   var color;
   if( ref == 'Structure' )
 color = 'aa';
   else
 color = '007733';

   if (eval(ref).style.display =='none')
   {
  eval('x' + ref).innerHTML = 'font face=Arial,helvetica color=' +
color + ' size=2buHide code/u/b/font';
  eval(ref).style.display ='';
   }
   else
   {
  eval('x' + ref).innerHTML = 'font face=Arial,helvetica color=' +
color + ' size=2buShow code/u/b/font';
  eval(ref).style.display ='none';
   }
}
//--
/script

-Dan

___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list