RE: [WSG] Proxy HTTPS to HTTP

2008-03-11 Thread kevin_erickson
What I meant is that an HTTP URL I have come up with is going to go to the 
HTTPS pages seamlessly within the browser. I am not misleading the users by any 
means.

I am not 100% sure this is on topic as well but I believe it should be.

Thank you for your thoughts.

kevin


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



Re: Re[2]: [WSG] Proxy HTTPS to HTTP

2008-03-11 Thread kevin_erickson
Thank you and my apologies if was indeed off-subject. My thinking was that this 
is indeed a standards right-or-wrong issue when looking out for the users. - 
kevin

--- Original Message ---
From:Martin Heiden <[EMAIL PROTECTED]>
Sent:Tue 3/11/08  3:28 pm
To:"[EMAIL PROTECTED]" 
Subj:Re[2]: [WSG] Proxy HTTPS to HTTP

Kevin,

  well, I think it ist completely off topic, but anyway:

  You mean that http://my.server.com/folder/file.html shows the same
  HTML document as https://my.server.com/folder/file.html ?

  Make sure you use only relative links in the .html so that the
  secure connection is used for all linked files/pictures/css...

  Configure your server to use the same document root for the https
  and http virtual hosts.

  http://httpd.apache.org/docs/2.2/ssl/ssl_faq.html#parallel
  http://httpd.apache.org/docs/2.2/vhosts/

  If you have more questions, feel free to contact me off list!

regards,

  Martin

Tuesday, March 11, 2008, 6:11:57 PM, you wrote:

kcn> What I meant is that an HTTP URL I have come up with is going to
kcn> go to the HTTPS pages seamlessly within the browser. I am not
kcn> misleading the users by any means.

kcn> I am not 100% sure this is on topic as well but I believe it should be.

kcn> Thank you for your thoughts.

kcn> kevin





***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***





***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



[WSG] h1 heading followed by h2 or introductory text?

2008-04-22 Thread kevin_erickson
Hello,
I have a page where the content starts with an h1 heading, followed by 
introductory information and this information is followed by h2 headings and 
their content. Is this compliant with web standards to have and h1 and an h2 
seperated by text or should the introductory text be prefaced with an h2? I am 
thinking of accessibility and do not want to cause problems for screen readers 
by breaking the outline of the page.

Thank you,

Kevin


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



[WSG] HTML special characters coding

2008-06-17 Thread kevin_erickson
Hello,
I am looking for advice on if the best way to code for special characters is to 
use the actual character or the attribute value or the alt code?
i.e. for the ampersand should one use & or &? Does it matter? I know that 
Dreamweaver automates some of this but what is the best practice?

Thank you

kevin


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



Re: [WSG] HTML special characters coding

2008-06-17 Thread kevin_erickson
thank you for the good responses. Very helpful.

Kevin

--- Original Message ---
From:Matthew Holloway <[EMAIL PROTECTED]>
Sent:Tue 6/17/08  7:36 pm
To:wsg@webstandardsgroup.org
Subj:Re: [WSG] HTML special characters coding

Andrew Cunningham wrote:
> LOL, i enjoyed the wording.
>
> Considering the document character set of HTML4 is Unicode, if it
> can't be displayed in UTF-8 in a browser, then it can't be displayed
> using entitiies or NCRs either ;)

Generally I agree, although one good thing about entities (including
NCRs of course) is that it'll typically come up as a "?" when it's
unknown rather than mangled as â??. So it'll break more gracefully.

Also there can be other things involved other than the browser when
writing HTML, such as bad proxies. I can't remember the name of the
software but a few years ago an adblocker proxy that I installed on my
parents machine would break UTF-8 horribly... of course that's the
proxy's fault but entites would work around their bug.

(I don't really have strong opinions either way though)

-- 
.Matthew Holloway
http://holloway.co.nz/



***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***





***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



RE: [WSG] HTML special characters coding

2008-06-18 Thread kevin_erickson
Can others with experience with this please confirm (or not) what Patrick has 
said?
Thanks.
Kevin


--- Original Message ---
From:Patrick Lauke <[EMAIL PROTECTED]>
Sent:Wed 6/18/08  6:10 am
To:wsg@webstandardsgroup.org
Subj:RE: [WSG] HTML special characters coding

> Rick Lecoat

> So let me see if I have this right: as long as my page declares an  
> encoding (I use UTF-8) I don't need to encode the entities, I 
> can just  
> type them straight into the markup. Is that correct?

Make sure that your whole environment is UTF-8 (your code editor, any database 
input forms /admin page you may have, etc). Then yes, it should all work fine.
 
> Will it validate? (I normally use an xhtml 1.0 strict doctype).

Yes.

P

Patrick H. Lauke
Web Editor
Enterprise & Development
University of Salford
Room 113, Faraday House
Salford, Greater Manchester
M5 4WT
UK

T +44 (0) 161 295 4779
[EMAIL PROTECTED]

www.salford.ac.uk

A GREATER MANCHESTER UNIVERSITY  


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***





***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



Re: [WSG] Code for Firefox, hack for IE

2008-09-01 Thread kevin_erickson
I have also read and believe that you code correctly and, yes, the browsers 
that are web standard compliant should not need any hacks. However there will 
most likely be the need for IE6 hacks.

--- Original Message ---
From:David McKinnon <[EMAIL PROTECTED]>
Sent:Mon 9/1/08  6:55 am
To:wsg@webstandardsgroup.org
Subj:[WSG] Code for Firefox, hack for IE

Hi,

For a while now, I've been operating on the principle "Code for  
Firefox, hack for IE".

That is, writing CSS for the most standards-compliant browser, and  
then making adjustments for non-standard behaviour.
I said this in a meeting last week to argue a point and my boss said  
"who says?".

I could have said "me", but maybe that's not a good enough answer.
Somewhere some years ago I read this, or heard someone at a conference  
or something and it got stuck in my head.

Is this the way anyone works?
Is it the best way to work?
Does anyone know where I got this idea from? Book? Blog? A bit of  
googling this afternoon turned up not very much.

Thanks,
David 


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***





***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



Re: [WSG] Safari Beta 4

2009-02-27 Thread kevin_erickson
Thank you


Sent from my Centro Wireless Device.

-Original Message-

From:  Todd Budnikas 
Subj:  Re: [WSG] Safari Beta 4
Date:  Wed Feb 25, 2009 11:23 pm
Size:  4K
To:  wsg@webstandardsgroup.org

according to Mr. Andrew Lyle:"Safari 4 is the first web browser to pass the web 
standards Acid 3 test which demonstrates how well a browser adheres to CSS, 
javascript, XML and SVG."


So, i'd say it's handling them pretty well :)


http://acid3.acidtests.org/




On Feb 25, 2009, at 10:39 PM, Kevin Erickson wrote:
Hi,
Anyone know about how the new Safari Beta 4 is handling the current standards 
of the Web?

Thanks,
Kevin 


No virus found in this outgoing message.
Checked by AVG.
Version: 7.5.557 / Virus Database: 270.11.3/1969 - Release Date: 2/24/2009 6:43 
AM


***
List Guidelines:http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe:http://webstandardsgroup.org/join/unsubscribe.cfm
Help:memberh...@webstandardsgroup.org
***



 ***List 
Guidelines: http://webstandardsgroup.org/mail/guidelines.cfmUnsubscribe: 
http://webstandardsgroup.org/join/unsubscribe.cfmHelp: 
memberh...@webstandardsgroup.org***
  



***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***



Re: [WSG] Chrome now higher traffic than IE

2009-03-03 Thread kevin_erickson
That is fine with me. I always test it with new designs along with IE5.5 6 &7, 
Opera, Firefox ans Safari. I have to do all of these tests on Ms Vista although 
I would love to one day have a Mac as well.


Sent from my Centro Wireless Device.

-Original Message-

From:  "Mike Kear" 
Subj:  [WSG] Chrome now higher traffic than IE
Date:  Mon Mar 2, 2009 8:29 pm
Size:  8K
To:  

 Re: [WSG] Out of Office AutoReply: WSG Digest
  For the first time since I started building web sites, IE is not 
the most prominent server on my two highest traffic sites. 
  
  Google Chrome now amounts to over half the traffic on these sites. Not sure 
what that means for us as web developers, but it would certainly be significant 
for Microsoft people if it was translated across the web. Of course other sites 
will have a different pattern, depending on the audience.
  
  On these two sites, the breakdown is like this: 
  Unknown: 1.86% 
  IE: 38.85% 
  Bots,Spiders: 1.47% 
  Firefox: 4.91% 
  Google Chrome: 51.35% 
  Opera: 0.72% 
  Safari: 0.46% 
  Netscape: 0.22% 
  Other: 0.15% - 
  
  
Cheers
  Mike Kear
  Windsor, NSW, Australia
  0422 985 585
  Adobe Certified Advanced ColdFusion Developer 
  AFP Webworks Pty Ltd 
  http://afpwebworks.com 
  Full Scale ColdFusion hosting from A$15/month
  
  
  ***List 
Guidelines: http://webstandardsgroup.org/mail/guidelines.cfmUnsubscribe: 
http://webstandardsgroup.org/join/unsubscribe.cfmHelp: 
memberh...@webstandardsgroup.org***
  



***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***



Re: [WSG] 3 column layout issue

2009-03-18 Thread kevin_erickson
It may be a float clear issue. 
I may need to see the code.

Kevin

Sent from my Centro Wireless Device.

-Original Message-

From:  Naveen Bhaskar 
Subj:  [WSG] 3 column layout issue
Date:  Wed Mar 18, 2009 4:00 am
Size:  1K
To:  wsg@webstandardsgroup.org

Hi, 

I have a 3 column layout structure. My issue is the content of the center 
column is shifting down . pls help me to fix this..

thanks a ton in advance..



thanks and regards 
Navii





  Add more friends to your messenger and enjoy!  Invite them now. 
***List 
Guidelines: http://webstandardsgroup.org/mail/guidelines.cfmUnsubscribe: 
http://webstandardsgroup.org/join/unsubscribe.cfmHelp: 
memberh...@webstandardsgroup.org***
  



***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***



Re: [WSG] Help with mobile MIME type always fails test

2010-04-16 Thread kevin_erickson
Sorry. Meant to say hit CANCEL button and you should be able to see it. Thanks
Sent on the Sprint® Now Network from my BlackBerry®

-Original Message-
From: Phil Archer 
Date: Fri, 16 Apr 2010 22:25:44 
To: 
Subject: Re: [WSG] Help with mobile MIME type always fails test

Kevin,

That's a password protected page so I can't see it.

Not sure what you man by the 'Mobile MIME type'. Can you elaborate please?

Phil.

Kevin Erickson wrote:
> Hello all,
> I am hoping someone can help me with a MIME for mobile sites problem I am
> having. I have a page,
> http://devel.virginiainteractive.org/demo/portalredesign2010/mobile/mobile_p
> ages/, that will not pass the test for mobile MIME type using the
> http://mobiready.com/launch.jsp mobile site tester. I have tested other big
> brand mobile sites for government and commercial and none seem to pass this
> either. Can someone please advise?
> 
> Thank you very much,
> Kevin 
> 
> 
> 
> ***
> List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
> Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
> Help: memberh...@webstandardsgroup.org
> ***
> 
> 

-- 


Phil Archer
W3C Open Media Web
http://www.w3.org/

http://philarcher.org
+44 (0)1473 434770


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***

Re: [WSG] Help with mobile MIME type always fails test

2010-04-16 Thread kevin_erickson
Just cancel on the login but load the page into the test site please to see the 
results. Thanks
Sent on the Sprint® Now Network from my BlackBerry®

-Original Message-
From: Phil Archer 
Date: Fri, 16 Apr 2010 22:25:44 
To: 
Subject: Re: [WSG] Help with mobile MIME type always fails test

Kevin,

That's a password protected page so I can't see it.

Not sure what you man by the 'Mobile MIME type'. Can you elaborate please?

Phil.

Kevin Erickson wrote:
> Hello all,
> I am hoping someone can help me with a MIME for mobile sites problem I am
> having. I have a page,
> http://devel.virginiainteractive.org/demo/portalredesign2010/mobile/mobile_p
> ages/, that will not pass the test for mobile MIME type using the
> http://mobiready.com/launch.jsp mobile site tester. I have tested other big
> brand mobile sites for government and commercial and none seem to pass this
> either. Can someone please advise?
> 
> Thank you very much,
> Kevin 
> 
> 
> 
> ***
> List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
> Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
> Help: memberh...@webstandardsgroup.org
> ***
> 
> 

-- 


Phil Archer
W3C Open Media Web
http://www.w3.org/

http://philarcher.org
+44 (0)1473 434770


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***