[WSG] Should logo not link to the homepage?

2006-02-23 Thread John S. Britsios

Dear co-members,

I would like to ask your opinion here, if a web site logo should or not 
link to the homepage.
By the way, see for example what Jesper Tverskov wrote about this:  
http://www.smackthemouse.com/20040719


Thanks in advance for your kind responces.

Kind regards,

John S. Britsios
http://www.webnauts.net

---
Redesign in process: http://www.webnauts.net/redesign/



---
avast! Antivirus: Outbound message clean.
Virus Database (VPS): 0608-0, 20.02.2006
Tested on: 23.02.2006 09:32:33
avast! - copyright (c) 1988-2006 ALWIL Software.
http://www.avast.com



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

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



Re: [WSG] A hand with text wrapping around images in CSS?

2006-02-06 Thread John S. Britsios

I think the problem is fixed: http://www.webnauts.net/redesign/
Do you something wrong there? If not, everything is fine.

Thanks a lot for your help.

John

Gunlaug Sørtun wrote:


John S. Britsios wrote:

I did that but it still doesn't work. See example here: 
http://www.webnauts.net/redesign/testing.html



Try adding:

.content {overflow: hidden;}

...as you have a case of floats being forced down to line up with
elements in the right column. 'overflow: hidden' will _isolate_ the main
column so that won't happen, but test it well across browser-land to
avoid unwanted side-effects.

The "fix" is based on 'block formating context'[1] in CSS2.1, where
other stylings for the same effect are listed.

regards
Georg

[1]http://www.w3.org/TR/CSS21/visuren.html#q15



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

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



Re: [WSG] A hand with text wrapping around images in CSS?

2006-02-06 Thread John S. Britsios

Lea,

I did that but it still doesn't work. See example here: 
http://www.webnauts.net/redesign/testing.html


Thanks,

John

Lea de Groot wrote:


On 06/02/2006, at 6:56 PM, John S. Britsios wrote:


Lea can you tell me how you do that exactly? Code it?



Sure!

Oh, you're almost there.
eg.
html:
Usability Testing
class="fett">Usability is the measure of the quality of a  
user's experience when interacting with a product...


Add CSS:
p img.left {
  float: left;
  width: 100px; /* whatever the width of the image is */
  margin: 0 0 0.5em 0.5em;  /* I like to put a little padding on the  
image, for white space */

}

Actually, when I examine your css more closely - you are already  
doing this, although you havent applied a width to make the float  
valid...


HIH!
Lea



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

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



Re: [WSG] A hand with text wrapping around images in CSS?

2006-02-06 Thread John S. Britsios

Lea can you tell me how you do that exactly? Code it?

Thanks,

John


Lea de Groot wrote:



On 06/02/2006, at 5:30 PM, John S. Britsios wrote:

I would like to ask here, if there is a possibility making my texts  
wrap around the bottom of my images
here http://www.webnauts.net/redesign/test.html, without becoming  
rubbish when resizing the page.



We've discussed this one before (a long time ago - I remember because  
last time it was me who asked :)) and concluded that it can only be  
done by including the IMG element in the HTML and floating it.
If anyone has thought up something since I would love to hear it, as  
I go for this effect all the time. :(


Lea



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

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



[WSG] A hand with text wrapping around images in CSS?

2006-02-05 Thread John S. Britsios

Hi everyone,

I would like to ask here, if there is a possibility making my texts wrap 
around the bottom of my images
here http://www.webnauts.net/redesign/test.html, without becoming 
rubbish when resizing the page.


Thanks in advance for your kind help.

Best wishes and regards,

John


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

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



Re: [WSG] HTML Restructuring of hopkinsprogramming.net

2006-02-01 Thread John S. Britsios

Hi Zachary,

I just have noticed that your web site does not meet the requirements 
for WAI AA and AAA.

But it is really beautiful.

Best,

John

Home: http://www.webnauts.net
Redesign in process: http://www.webnauts.net/redesign/



Hopkins Programming wrote:


Does anyone have any ideas or thoughts on my question?

--Zachary

On 1/30/06, *Hopkins Programming* <[EMAIL PROTECTED] 
> wrote:


Hello all!

I re-did my website (http://www.hopkinsprogramming.net/) a while
back in an effort to update its look and improve the quality of
the coding behind it.

Right now, it looks perfect, just like I want it to.  But, I need
to improve/clean up the XHTML coding behind it - eg, properly
structure the page, designing first for Lynx and text based
browsers, then going back and making everything pretty for modern
browsers through CSS.

Do you all have any suggestions on the proper kinds of things that
should end up in the heading (-) tags?  Like, is my site
title or my page title supposed to be in ?

I greatly appreciate your suggestions and input.

--Zachary Hopkins

-- 
==

"The best way to predict the future is to invent it."

[EMAIL PROTECTED] 
http://www.hopkinsprogramming.net




--
==
"The best way to predict the future is to invent it."

[EMAIL PROTECTED] 
http://www.hopkinsprogramming.net 



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

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



[WSG] Web Site Template Review

2006-01-30 Thread John S. Britsios

Dear co-members,

we would kindly appreciate if you could have a look and give us a 
feedback on our web site redesign template, which may be viewed here:

http://www.webnauts.net/redesign/

Especially we are concerned about:

1. Markup and Semantic issues;
2. OS/Browser/Screen Resolution compatibility;
3. Accessibility;
4. Usability.

Thanks a lot in advance for your kind support.

Best wishes and regards,

John S. Britsios
http://www.webnauts.net

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

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



Re: [WSG] Your email requires verification verify#iLdQ6jQBVHVxFucsCtE1pCQeEpwomkhY

2005-12-19 Thread John S. Britsios

[EMAIL PROTECTED] wrote:

The message you sent requires that you verify that you 
are a real live human being and not a spam source.


To complete this verification, simply reply to this message and leave
the subject line intact.

The headers of the message sent from your address are show below:

From wsg@webstandardsgroup.org Mon Dec 19 12:43:46 2005
Received: from [216.119.112.83] (helo=mail.webboy.net)
by antinous.webserversystems.com with esmtp (Exim 4.52)
id 1EoP33-0007qg-6k
for [EMAIL PROTECTED]; Mon, 19 Dec 2005 12:43:46 -0500
From: 
To: 
Subject: digest for wsg@webstandardsgroup.org
MIME-Version: 1.0
Content-Type: multipart/mixed;
charset=Windows-1252;
boundary=SM_fe9a151b-64e8-4323-9943-afa094e30679
Date: Tue, 20 Dec 2005 04:28:25 1100
message-id: <[EMAIL PROTECTED]>
X-Antivirus-Scanner: This message has been scanned by ClamAV.

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

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


 



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

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



Re: [WSG] Your email requires verification verify#a6vQxgsxnTQ2Ky73eCXlkHoHksHXd3PV

2005-12-16 Thread John S. Britsios

Kevin Arrowsmith wrote:


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of [EMAIL PROTECTED]
Sent: 12 December 2005 17:04
To: wsg@webstandardsgroup.org
Subject: [WSG] Your email requires verification
verify#a6vQxgsxnTQ2Ky73eCXlkHoHksHXd3PV

Due to the volume of Spam around the internet, and in the interests of
keeping the internet as spam-free as possible, unfortunately, the message
you sent requires that you verify that you are a real live human being and
not a spam source.

To complete this verification, simply reply to this message and leave the
subject line intact.

Full apologies to those legitimate messages that are being verified, but,
you will only need to verify once! Thanks for your assistance in helping to
clear the internet of spam!

The headers of the message sent from your address are show below:

From wsg@webstandardsgroup.org Mon Dec 12 12:04:07 2005
Received: from [216.119.112.83] (helo=mail.webboy.net)
by spirit.premierservers.com with esmtp (Exim 4.52)
id 1Elr5p-0001Il-0y
for [EMAIL PROTECTED]; Mon, 12 Dec 2005 12:04:07 -0500
From: 
To: 
Subject: digest for wsg@webstandardsgroup.org
MIME-Version: 1.0
Content-Type: multipart/mixed;
charset=Windows-1252;
boundary=SM_c877dea0-6c92-451d-af83-7fb727368263
Date: Tue, 13 Dec 2005 03:45:46 1100
message-id: <[EMAIL PROTECTED]>


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

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

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

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


 



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

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



[WSG] Announcement: Our Certified Web Accessibility Consultant (CWAC) training program

2005-11-16 Thread John S. Britsios

Dear co-members,

I just wanted to bring to your consideration, that on the 18th of 
October 2005 we launched our "Certified Web Accessibility Consultant 
(CWAC)" training program, which is a brand new and one-of-a-kind 
resource for web-related professionals.


Our program is guided by an instructor, and is completely accessible 
online. Some features include lists of valuable web-based resources, web 
space for your project, forums, and chats dealing with accessibility.


This program is engineered specifically for web site designers, 
managers, SEO practitioners and anyone else involved in the development 
or maintenance of web sites. A secondary audience is researchers who 
investigate Web design issues.


For further information, please do not hesitate to visit us here: 
http://academy.webnauts.net


Thanks a lot for your attention.

Best wishes and regards,

John

--
John S. Britsios
Web Architect & Trainer

Webnauts Net
Koblenzer Str. 37A
D-33613 Bielefeld
Germany

Tel.: (+49) 0521 - 3051020

Homepage: http://www.webnauts.net
Academy: http://academy.webnauts.net
Forums: http://forums.webnauts.net


*
NOTICE: The information contained in this message is intended for the 
addressess(s) only and may be confidential, proprietary, or legally 
privileged.  

If you have received this message in error or there are any problems 
with the transmission, please immediately notify us by return e-mail.  

The unauthorized use, disclosure, copying, or alteration of this 
message is strictly forbidden.  

The sender will not be liable for any damages arising from alteration 
of the contents of this message by a third-party or as a result of any 
virus being transmitted.  

This notice is automatically appended to each e-mail message transmitted 
from the sender's e-mail domain.


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

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



[WSG] Our Certified Web Accessibility Consultant (CWAC) training program

2005-11-16 Thread John S. Britsios
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
X-Antivirus: avast! (VPS 0546-2, 15.11.2005), Outbound message
X-Antivirus-Status: Clean
X-Virus-Scanned: by amavisd-new at webnauts.net
X-Amavis-Alert: BAD HEADER Improper folded header field made up entirely of 
whitespace in message header 'Subject':  

Dear co-members,

I just wanted to bring to your consideration, that on the 18th of 
October 2005 we  launched our "Certified Web Accessibility Consultant 
(CWAC)" training program, which is a brand new and one-of-a-kind 
resource for web-related professionals.

Our program is guided by an instructor, and is completely accessible 
online. Some features include lists of valuable web-based resources, web 
space for your project, forums, and chats dealing with accessibility.

This program is engineered specifically for web site designers, 
managers, SEO practitioners and anyone else involved in the development 
or maintenance of web sites. A secondary audience is researchers who 
investigate Web design issues.

For further information, please do not hesitate to visit us here: 
http://academy.webnauts.net

Thanks a lot for your attention.

Best wishes and regards,

John

-- 
John S. Britsios
Web Architect & Trainer

Webnauts Net
Koblenzer Str. 37A
D-33613 Bielefeld
Germany

Tel.: (+49) 0521 - 3051020

Homepage: http://www.webnauts.net
Academy: http://academy.webnauts.net
Forums: http://forums.webnauts.net


*
NOTICE: The information contained in this message is intended for the 
addressess(s) only and may be confidential, proprietary, or legally 
privileged.  

If you have received this message in error or there are any problems 
with the transmission, please immediately notify us by return e-mail.  

The unauthorized use, disclosure, copying, or alteration of this 
message is strictly forbidden.  

The sender will not be liable for any damages arising from alteration 
of the contents of this message by a third-party or as a result of any 
virus being transmitted.  

This notice is automatically appended to each e-mail message transmitted 
from the sender's e-mail domain.

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

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



Re: [WSG] Page Check: www.qm-consulting.co.uk/test/indextest

2005-11-06 Thread John S. Britsios

Hi Richard,

Very good work! Very nice web site!

My suggestions:

1. The XHTML 1.0 recommendation states that both "lang" and "xml:lang" 
attributes should be used when specifying the language of an element. 
The value of the "xml:lang" attribute takes precedence.


2. The "style" attribute has been used but a default style sheet 
language has not been defined (note that HTML Validator would not see 
this declaration if it is sent as an HTTP header by a web server). HTML 
4.01 and XHTML require this for valid documents.
For example, include this in the "head" section of your document to 
specify "text/css" as the default style sheet language: http-equiv="Content-Style-Type" content="text/css" />. See 
http://www.w3.org/TR/html4/present/styles.html#default-style


Good luck,

John

---
John S. Britsios
Web Architect & Marketing Consultant

Webnauts Net
Koblenzer Str. 37A
D-33613 Bielefeld
Germany

Tel.: (+49) 0521 - 3051020

Homepage: http://www.webnauts.net
Academy: http://academy.webnauts.net
Forums: http://forums.webnauts.net



QM Consulting Ltd wrote:
I have been following this list with interest for some time and I am 
currently working on creating my web site. I've done some testing on 
IE and Firefox and validated on w3. I would appreciate any feedback, 
regarding standards, semantics, usability, accessibility etc.
 
The page is at http://www.qm-consulting.co.uk/test/indextest.html
 
Thanks,
 
Richard Morton
 
 
 
 


--
John S. Britsios
Web Architect & Marketing Consultant

Webnauts Net
Koblenzer Str. 37A
D-33613 Bielefeld
Germany

Tel.: (+49) 0521 - 3051020

Homepage: http://www.webnauts.net
Academy: http://academy.webnauts.net
Forums: http://forums.webnauts.net


*
NOTICE: The information contained in this message is intended for the 
addressess(s) only and may be confidential, proprietary, or legally 
privileged.  

If you have received this message in error or there are any problems 
with the transmission, please immediately notify us by return e-mail.  

The unauthorized use, disclosure, copying, or alteration of this 
message is strictly forbidden.  

The sender will not be liable for any damages arising from alteration 
of the contents of this message by a third-party or as a result of any 
virus being transmitted.  

This notice is automatically appended to each e-mail message transmitted 
from the sender's e-mail domain.


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

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



[WSG] Forums review

2005-10-01 Thread John S. Britsios

Dear co-members,

I would highly appreciate if you would come over, and have a look at our 
new forums,

and tell us your opinion or suggestions.

URI: http://forums.webnauts.net

Thanks a lot in advance,

John

--
John S. Britsios
Web Architect & Marketing Consultant

Webnauts Net
Koblenzer Str. 37A
D-33613 Bielefeld
Germany

Tel.: (+49) 0521 - 3051020

Home: http://www.webnauts.net
Academy: http://academy.webnauts.net
Forums: http://forums.webnauts.net

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

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



Re: [WSG] search engine question

2005-05-16 Thread John S. Britsios
You might would like to have a look at this accessible drop-down-menu:
http://www.brothercake.com/dropdown/

Good luck,

John S. Britsios
Accessibility & SEO Consultant,
Usability Specialist & Trainer

Webnauts Net
Koblenzer Str. 37a
D-33613 Bielefeld
Germany, Europe

Telephone: (+49) 0521 - 305 10 20
Cellular: (+49) 0163 - 202 55 61
Email: [EMAIL PROTECTED]

Homepage: http://www.webnauts.net
Open Directory: http://www.webnauts.net/directory/
Discussion Forums: http://www.webnauts.net/phpBB2/
User Interface Usability Checklist:
http://www.webnauts.net/user-interface-usability-checklist.html

"Designing & Optimizing Web Sites with Accessibility, Search Engines &
Usability in Mind"

- Original Message - 
From: "Kvnmcwebn" <[EMAIL PROTECTED]>
To: "wsg" 
Sent: Monday, May 16, 2005 2:58 AM
Subject: [WSG] search engine question


> Hello,
> Do spiders crawl links in external javascript files, like the ones found
in
> some dhtml menus?
> -kvnmcwebn
>
> **
> The discussion list for  http://webstandardsgroup.org/
>
>  See http://webstandardsgroup.org/mail/guidelines.cfm
>  for some hints on posting to the list & getting help
> **
>

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

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