Re: [WSG] Mac site check please...

2004-09-28 Thread Roger Johansson
On 28 sep 2004, at 08.37, Francesco wrote:
I am developing using ASP.NET, which we all know is not XHTML 
compliant,
Hi.
You may be interested in the articles at ASP.NET Resources [1], more 
specifically Producing XHTML-Compliant Pages With Response Filters [2], 
which explains how to clean up the mess. I successfully implemented 
this in a recent project, so you can make ASP.NET based sites validate 
:)

[1] < http://aspnetresources.com/ >
[2] < http://aspnetresources.com/articles/HttpFilters.aspx >
/Roger
--
http://www.456bereastreet.com/
**
The discussion list for  http://webstandardsgroup.org/
Proud presenters of Web Essentials 04 http://we04.com/
Web standards, accessibility, inspiration, knowledge
To be held in Sydney, September 30 and October 1, 2004
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
**


Re: [SPAM] [WSG] Mac site check please...

2004-09-27 Thread Francesco
I am developing using ASP.NET, which we all know is not XHTML compliant,
so yes I will always get validation errors with regards to certain
insignificant tags.  I cleaned up the non-ASP.NET specific errors and,
ignoring those, it validates fine now.

http://blackcoil.com





On Mon, 27 Sep 2004 23:31:51 -0400, "John Wells" <[EMAIL PROTECTED]> said:
> Francesco--
> I'd recommend you first validating your CSS and XHTML before attempting 
> to track down any other issues. This may not solve all of your 
> problems, but it will make the road to enlightenment much more 
> pleasant.
Francesco Sanfilippo, Internet Developer
---
Blackcoil Productions - http://blackcoil.com
URL123 Link Service - http://url123.com

**
The discussion list for  http://webstandardsgroup.org/

Proud presenters of Web Essentials 04 http://we04.com/
 Web standards, accessibility, inspiration, knowledge
To be held in Sydney, September 30 and October 1, 2004

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list & getting help
**



Re: [SPAM] [WSG] Mac site check please...

2004-09-27 Thread John Wells
Francesco--
I'd recommend you first validating your CSS and XHTML before attempting 
to track down any other issues. This may not solve all of your 
problems, but it will make the road to enlightenment much more 
pleasant.

Validate XHTML here:  http://validator.w3.org
Validate CSS here: http://jigsaw.w3.org/css-validator/
--
Pura Vida
John D Wells
http://www.jdwjr.com
On Sep 27, 2004, at 3:56 PM, Francesco wrote:
Could a few using Mac browsers please check out the new version of my
site at http://blackcoil.com and let me know if things look to be in
order?  There isn't much content there yet, but I want to make sure the
framework is stable before I move on, thanks.
Francesco Sanfilippo, Internet Developer
---
Blackcoil Productions - http://blackcoil.com
URL123 Link Service - http://url123.com
**
The discussion list for  http://webstandardsgroup.org/
Proud presenters of Web Essentials 04 http://we04.com/
 Web standards, accessibility, inspiration, knowledge
To be held in Sydney, September 30 and October 1, 2004
 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list & getting help
**

**
The discussion list for  http://webstandardsgroup.org/
Proud presenters of Web Essentials 04 http://we04.com/
Web standards, accessibility, inspiration, knowledge
To be held in Sydney, September 30 and October 1, 2004
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
**


Re: [WSG] Mac site check please...

2004-09-27 Thread Philippe Wittenbergh
On Sep 28, 2004, at 5:55 am, Barry Cranmer wrote:
Could a few using Mac browsers please check out the new version of my
site at http://blackcoil.com and let me know if things look to be in
order?  There isn't much content there yet, but I want to make sure 
the
framework is stable before I move on, thanks.

Doesn't work the same in IE. 5.2 for Mac - everything stacks 
vertically and overlap each other


Float require a width !

enough said
Philippe
---/---
Philippe Wittenbergh
now live : 
code | design | web projects : 
IE5 Mac bugs and oddities : 
**
The discussion list for  http://webstandardsgroup.org/
Proud presenters of Web Essentials 04 http://we04.com/
Web standards, accessibility, inspiration, knowledge
To be held in Sydney, September 30 and October 1, 2004
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
**


Re: [WSG] Mac site check please...

2004-09-27 Thread Nick Lo
Hi Francesco,
It has some issues in earlier versions of IE PC You might want to check 
out (Just got my multiple versions of IE installed ( 
http://www.skyzyx.com/archives/94.php ) so it's nice to be able to 
say that! ).

I had a quick look in IE Mac and it does have a few things needing 
sorting. I started giving it a crack but then thought: You seem to have 
a lot of  s and a fairly complicated HTML structure for a 
relatively simple page. Perhaps the best place to start would be to 
simplify as much as possible. e.g. just from a glance:


	 
		
		
	
	
		
	


...looks like it could easily become...

	
		
		
	
	


...and looks like it could potentially still be reduced. The simplified 
HTML would allow simpler CSS and therefore make debugging a lot easier 
as well.

S'what I think anyway,
Nick
From: "Francesco" <[EMAIL PROTECTED]>
Date: Tue Sep 28, 2004  8:47:38  AM Australia/Sydney
To: "wsg" <[EMAIL PROTECTED]>
Subject: Re: [WSG] Mac site check please...
Reply-To: [EMAIL PROTECTED]
It looks perfect to me on: Win IE 6, Win FF 0.9, and Win Opera 7.
Francesco
**
The discussion list for  http://webstandardsgroup.org/
Proud presenters of Web Essentials 04 http://we04.com/
Web standards, accessibility, inspiration, knowledge
To be held in Sydney, September 30 and October 1, 2004
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
**


Re: [WSG] Mac site check please...

2004-09-27 Thread Francesco
It looks perfect to me on: Win IE 6, Win FF 0.9, and Win Opera 7.

Francesco



On Mon, 27 Sep 2004 16:55:08 -0400, "Barry Cranmer"
<[EMAIL PROTECTED]> said:
> 
> On Monday, September 27, 2004, at 03:56  PM, Francesco wrote:
> 
> > Could a few using Mac browsers please check out the new version of my
> > site at http://blackcoil.com and let me know if things look to be in
> > order?  There isn't much content there yet, but I want to make sure the
> > framework is stable before I move on, thanks.
> >
> > Francesco Sanfilippo, Internet Developer
> 
> 
> Works as I believe you wish in Foxfire 0.8 - equal space right and 
> left, blackcoil above home, grey box upper right with four links 
> horizontally across bottom of box - text white, dk grey, whit, dk grey, 
> white, photo on right, welcome text on left.
> 
> Same in Safari - 1.0.3 (v 85.8)
> 
> 
> Doesn't work the same in IE. 5.2 for Mac - everything stacks vertically 
> and overlap each other
> 
> Opera  6.0.3 breaks the solid grey box upper-right into separate blocks 
> by inserting white space between them. Rest is the same as foxfire and 
> safari.
> 
> I can't wait to hear the experts suggest a fix for this.
> 
> 
> **
> The discussion list for  http://webstandardsgroup.org/
> 
> Proud presenters of Web Essentials 04 http://we04.com/
>  Web standards, accessibility, inspiration, knowledge
> To be held in Sydney, September 30 and October 1, 2004
> 
>  See http://webstandardsgroup.org/mail/guidelines.cfm
>  for some hints on posting to the list & getting help
> **
> 
Francesco Sanfilippo, Internet Developer
---
Blackcoil Productions - http://blackcoil.com
URL123 Link Service - http://url123.com

**
The discussion list for  http://webstandardsgroup.org/

Proud presenters of Web Essentials 04 http://we04.com/
 Web standards, accessibility, inspiration, knowledge
To be held in Sydney, September 30 and October 1, 2004

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list & getting help
**



Re: [WSG] Mac site check please...

2004-09-27 Thread Barry Cranmer
On Monday, September 27, 2004, at 03:56  PM, Francesco wrote:
Could a few using Mac browsers please check out the new version of my
site at http://blackcoil.com and let me know if things look to be in
order?  There isn't much content there yet, but I want to make sure the
framework is stable before I move on, thanks.
Francesco Sanfilippo, Internet Developer

Works as I believe you wish in Foxfire 0.8 - equal space right and 
left, blackcoil above home, grey box upper right with four links 
horizontally across bottom of box - text white, dk grey, whit, dk grey, 
white, photo on right, welcome text on left.

Same in Safari - 1.0.3 (v 85.8)
Doesn't work the same in IE. 5.2 for Mac - everything stacks vertically 
and overlap each other

Opera  6.0.3 breaks the solid grey box upper-right into separate blocks 
by inserting white space between them. Rest is the same as foxfire and 
safari.

I can't wait to hear the experts suggest a fix for this.
**
The discussion list for  http://webstandardsgroup.org/
Proud presenters of Web Essentials 04 http://we04.com/
Web standards, accessibility, inspiration, knowledge
To be held in Sydney, September 30 and October 1, 2004
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
**


Re: [WSG] Mac site check please...

2004-09-27 Thread Steve Avery
Hi

I've just taken a look at your site using safari, IE5 and Firefox.

The site looks fine in Safari and Firefox but is completely broken in IE5.

Hope this helps.
On 27 Sep 2004, at 20:56, Francesco wrote:

Could a few using Mac browsers please check out the new version of my
site at http://blackcoil.com and let me know if things look to be in
order?  There isn't much content there yet, but I want to make sure the
framework is stable before I move on, thanks.

Francesco Sanfilippo, Internet Developer
---
Blackcoil Productions - http://blackcoil.com
URL123 Link Service - http://url123.com

**
The discussion list for  http://webstandardsgroup.org/

Proud presenters of Web Essentials 04 http://we04.com/
Web standards, accessibility, inspiration, knowledge
To be held in Sydney, September 30 and October 1, 2004

See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
**



Regards

Steve Avery

[e]: [EMAIL PROTECTED]
[w]: www.steveavery.net


[WSG] Mac site check please...

2004-09-27 Thread Francesco
Could a few using Mac browsers please check out the new version of my
site at http://blackcoil.com and let me know if things look to be in
order?  There isn't much content there yet, but I want to make sure the
framework is stable before I move on, thanks.

Francesco Sanfilippo, Internet Developer
---
Blackcoil Productions - http://blackcoil.com
URL123 Link Service - http://url123.com

**
The discussion list for  http://webstandardsgroup.org/

Proud presenters of Web Essentials 04 http://we04.com/
 Web standards, accessibility, inspiration, knowledge
To be held in Sydney, September 30 and October 1, 2004

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list & getting help
**