Re: [WSG] Title attribute

2009-01-13 Thread Hayden's Harness Attachment
Let me see if I am understanding correctly. The Title attribute is not needed 
any more. As long as links are in simple language and their is a description of 
a photo and/or graphic on the side or top and bottom.

Angus MacKinnon
Infoforce Services
http://www.infoforce-services.com

Faith is the strength by which a shattered world shall emerge into
the light. - Helen Keller



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



[WSG] Title attribute

2009-01-11 Thread Hayden's Harness Attachment
I was wondering how valuible th Title attribute is. I just visited 
http://www.google.com/analytics/ and see they do not use a href= 
title=/a and the new code I uploaded for an international nonprofit. 
Apperantly this code I uploaded is HTML and cSS valid. I was taught to do a 
href= title=/a.

Angus MacKinnon
Infoforce Services
http://www.infoforce-services.com

Faith is the strength by which a shattered world shall emerge into
the light. - Helen Keller



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



Re: [WSG] Title attribute

2009-01-11 Thread Hayden's Harness Attachment
Jens

 I found that, contrary to what I believed previously, this is not
 required for assistive technologies, ie. screenreaders. They usually
 pick up the anchor text well.

Anchor text? What is anchor text? I thought the Title attribute was the anchor 
text.

Angus MacKinnon
Infoforce Services
http://www.infoforce-services.com

Faith is the strength by which a shattered world shall emerge into
the light. - Helen Keller



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



Re: [WSG] Firefox and IE font sizes

2008-07-27 Thread Hayden's Harness Attachment
James
Thank you for your help. I have been going through what you suggested. I am not 
familular with JAVAScript, since I have heard problem stories (mainly screen 
readers and folks turning JAVA off) and seen bad implementations. I turned my 
focus to PHP. I am a newbie to all of this. I have been working on the 
following.

HTML 

link rel=stylesheet type=text/css media=screen title=Default Font size 
href=/css/layout.css /

link rel=alternate stylesheet type=text/css media=screen title=Increase 
Font Size href=/css/layout_large.css /

link rel=alternate stylesheet type=text/css media=screen title=Decrease 
Font Size href=/css/layout_small.css /

?php
$set = $_GET['set'];
$fmt = 'a classß=switch href=/switcher.php?set=layout_%s%s Font
Size/a'; 
printf($fmt, medium, Default Font Size);
printf($fmt, large,  Increase Font Size);
printf($fmt, small,  Decrease Font Size);
?

switcher.php 


?php
setcookie ('sitestyle', $set, time()+31536000, '/', 
'http://www.choroideremia.org', '0');
header(Location: $HTTP_REFERER);
?

The PHP does not seem to be working. I am not sure why. I am also confused why 
putting http:ééwww.choroideremia.orgé at the top of my HTML, my code is 
suddenly not valid.

Angus MacKinnon
Infoforce Services
http://www.infoforce-services.com

Faith is the strength by which a shattered world shall emerge into
the light. - Helen Keller



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



[WSG] Firefox and IE font sizes

2008-07-26 Thread Hayden's Harness Attachment
At http://www.choroideremia.org/new/crf_header.php I have three buttons. The 
first is Decrease font size the second is ?Default font size. And the third 
is Increase font size:. Firefox 3.0.1 shows them in 15 point Arial font which 
I would say is good to default to. However, IE7 will show the in 21 point 
Arial. I would say IE7's font choice is to large. How do I get Fire fox and IE 
to both display 15 point Arial?

Angus MacKinnon
Infoforce Services
http://www.infoforce-services.com

Faith is the strength by which a shattered world shall emerge into
the light. - Helen Keller



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



Re: [WSG] Browsers and Zooming

2008-07-03 Thread Hayden's Harness Attachment
Talking about zooming. I am trying to use PHP to create a web page that has a 
default font size (layout_medium.css). As it stands, I have broken everything 
since I am so new to PHP. I use Firefox 3.0 as my main browser. It looks Okay, 
however, the H1 foreground and background colors are not happening. I should 
have white text on red. And the Guide Star logo and graphical text is not 
aligning with the bottom left corner of the curve graphic. I am not sure how to 
get IE6/7 to play along Or get PHP for Button1 Increase font size an button two 
decrease font size. Any Help is welcome.

HTML http://www.choroideremia.org/new/crf_header.php

CSS http://www.choroideremia.org/css/layout.css
http://www.choroideremia.org/css/layout_medium.css
http://www.choroideremia.org/css/layout_large.css
http://www.choroideremia.org/css/layout_small.css

Angus MacKinnon
Infoforce Services
http://www.infoforce-services.com

Faith is the strength by which a shattered world shall emerge into
the light. - Helen Keller



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



Re: [WSG] W3C HTML Validation of an Intranet site

2008-06-19 Thread Hayden's Harness Attachment
Thank you all. After installing Firefox 3.0 and the web developer 1.6, I went 
to http://www.tereasangas.com and it seemed to work with my screen reader just 
fine and I used the webdeveloper toolbar to validate the web site. The W3C 
Validator gave a failed validation message;

http://validator.w3.org/check?verbose=1uri=http%3A%2F%2Fwww.terasengas.com%2FHomes%2Fdefault.htm

I am really confused. Can anyone explain?

Angus MacKinnon
Infoforce Services
http://www.infoforce-services.com

Faith is the strength by which a shattered world shall emerge into
the light. - Helen Keller



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



[WSG] W3C HTML Validation of an Intranet site

2008-06-18 Thread Hayden's Harness Attachment
I have an Intranet site I wish to put through the HTML validator. How do I 
validate the Internet site. Download and save the code? then upload the code to 
the HTML validator?

Angus MacKinnon
Infoforce Services
http://www.infoforce-services.com

Faith is the strength by which a shattered world shall emerge into
the light. - Helen Keller



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



[WSG] Re: [php-list] A PHP switcher

2008-06-07 Thread Hayden's Harness Attachment
Phill

Thank you. I am such a newbie to all of this I would not be suprised if I am 
messing up. In my header I have a default fontsize layout_medium and the 
following PHP code in My header.

?php
if ((!$sitestyle) || $sitestyle == 'layout_small') { echo 'a 
class=switch_small 
href=http://choroideremia.org/switcher.php?set=layout_small;Make Font Size 
Smaller/a';
}
else {
 echo 'a class=switch_large
href=http://choroideremia.org/switcher.php?set=layout_large;Make Font Size 
Larger/a';
}
?

I am trying to use PHP to create a cookie that chooses from the default font 
size (layout_medium), button one Make Font Size Smaller(layout_small) and 
button two Make Font Size Larger (layout_large).

HTML http://www.choroideremia.org/new/crf_header.php

CSS http://www.choroideremia.org/new/layout.css
http://www.choroideremia.org/new/layout_medium.css
http://www.choroideremia.org/new/layout_small.css
http://www.choroideremia.org/new/layout_large.css

Angus MacKinnon
Infoforce Services
http://www.infoforce-services.com

Faith is the strength by which a shattered world shall emerge into
the light. - Helen Keller



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



[WSG] Link Help please

2008-06-04 Thread Hayden's Harness Attachment
I am rebuilding a web site and have the following code in it.


link rel=stylesheet type=text/css media=screen href(layout.css) /

link rel=stylesheet type=text/css media=screen title=Default font size 
href(?php echo (!$sitestyle)?'layout':$sitestyle ?.css /

link rel=alternate stylesheet type=text/css media=screen title=larger 
Font size href(layout_large.css) /

What am I doing wrong? The web site will not use the layout.css file. The 
default directory is http://www.choroideremia.org/new/.

Angus MacKinnon
Infoforce Services
http://www.infoforce-services.com

Faith is the strength by which a shattered world shall emerge into
the light. - Helen Keller





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



Re: [WSG] Is RTF accessible?

2008-05-27 Thread Hayden's Harness Attachment
This topic is very interesting. As a screen reader user I have enjoyed always 
getting Rich Text files. I use to get bills in HTML which was great. However, 
everything is now PDFs. I hate PDFs! With a little more care, you could do 
everything a PDF does in an HTML file. I use a RTF editor called Jarte 
(http://www.jarte.com) with conversion packs I downloaded from Microsoft. My 
Jarte word Processor can now read everything from Word 97 to Word 2007. I am 
not a lover of Word and do not have it installed on ny PC. Besides being a 
resource hog Word takes over everything and has ties to everything on the PC. I 
do not know what is worse, Word or a virus.

Angus MacKinnon
Infoforce Services
http://www.infoforce-services.com

Faith is the strength by which a shattered world shall emerge into
the light. - Helen Keller



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



Re: [WSG] SEO, fact or fiction and myths

2008-03-09 Thread Hayden's Harness Attachment
Okay then. What is an example of an accessible robots.txt file? Are you also 
talking about the site map link you see on large web sites?

Angus MacKinnon
Infoforce Services
http:ééwww.infoforce-services.com

It is impossible to rightly govern the world without God and the Bible.
George Washington



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



[WSG] Firefox developer toolbar

2008-03-07 Thread Hayden's Harness Attachment
I hope this is not off topic. I have the web developer toolbar working great 
with Firefox 2.x. Does the web developer toolbar support Firefox 3.0 beta 3?

Angus MacKinnon
Infoforce Services
http:ééwww.infoforce-services.com

It is impossible to rightly govern the world without God and the Bible.
George Washington



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



[WSG] Controling Windows DPI settings

2008-02-23 Thread Hayden's Harness Attachment
I have Windows Vista Home Premium and use 96 DPI. I am told repeteated ly that 
my fonts are to large. I have even tried font-size: 80%; in my CSS and still 
get told the fonts are to large. I know you are not able to overide a person's 
preferences. can I do something in CSS to change the default DPI and/or 
font-size? And then create different CSS files to increase the DPI and/or 
font-sizes?

Angus MacKinnon
Infoforce Services
http:ééwww.infoforce-services.com

It is impossible to rightly govern the world without God and the Bible.
George Washington



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



[WSG] Why code and no web pag

2008-02-02 Thread Hayden's Harness Attachment
I am sorry for the off topic message. I did not know who to turn to. Please 
reply to [EMAIL PROTECTED]

I have the following on a Windows Vista Home Premium PC.

http://www.choroideremia.org/events/national_capital_marathon_may2008.php

The code shows in my text editor, however, it will not display in IE7 or 
Firefox. Does someone know why? Everything shows just fine.

Angus MacKinnon
Infoforce Services
http:ééwww.infoforce-services.com

It is impossible to rightly govern the world without God and the Bible.
George Washington



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



[WSG] Re: Why code and no web pag

2008-02-02 Thread Hayden's Harness Attachment
Solved the problem. However, why does;

include ../crf_header.php;

Will work and;

include http://www.choroideremia.org/crf_header.php;

Will not?

Angus MacKinnon
Infoforce Services
http:ééwww.infoforce-services.com

It is impossible to rightly govern the world without God and the Bible.
George Washington



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



[WSG] APHP counter script

2008-01-29 Thread Hayden's Harness Attachment
The nonprofit I run a web site for again wants a counter. I did work on putting 
together a PHP counter and came up with the following.

?php
$vCounter = TotVis.txt;
if(file_exists($vCounter))
{
$oFile = fopen($vCounter, r+);
$visits = fread($oFile,filesize($vCounter));
$visits++;
rewind($oFile);
fwrite($oFile, $visits);
fclose($oFile);
}
else
{
$oFile = fopen($vCounter, w);
$visits = 1;
fwrite($oFile, $visits);
fclose($oFile);
}
echo As of December 22, 2005 you are visitor number $visits to 
nfoforce-services.com.br /Counter provided by a 
href=\http://www.stormdragon.us\;Storm Dragon/a.;
php?

Is this correct ? And how do I add it? If this is off topic, please reply to 
[EMAIL PROTECTED]

Angus MacKinnon
Infoforce Services
http:ééwww.infoforce-services.com

It is impossible to rightly govern the world without God and the Bible.
George Washington



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



[WSG] Downloading a WAV

2007-12-11 Thread Hayden's Harness Attachment
I appologize if this is off topic. On a web site I would like to create an 
accessible link that will download a WAV file to a user's computer to pplay in 
their own media player. I am only aware of a href= title=/a. any help 
and comments welcome?

Angus



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



Re: [WSG] Comment mark

2007-12-10 Thread Hayden's Harness Attachment
Matthew
Thank you for the help.

Angus



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



[WSG] Comment mark

2007-12-09 Thread Hayden's Harness Attachment
I would like to appologize if I am off topic. I am not sure who to ask. I am 
using !-- ... --! to comment out a line in a PHP file. Firefox2.x will use it 
to comment out a link and IE7 will not use. Am I doing the commenting a line 
out right?
Angus



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



Re: [WSG] Re: worst site I've seen lately

2007-10-29 Thread Hayden's Harness Attachment
As a JAWS user, I could not view the web site. JAWS kept 
blocking the Flash.


--
Love Hayden (Super Duper Guide Dog)and
The harness attachment Angus MacKinnon
MacKinnon Crest Saying
Latin -  Audentes Fortuna Juvat
English - Fortune Assists The Daring
Web page http://www.infoforce-services.com


It is impossible to rightly govern the world without God and 
the Bible.

George Washington

- Original Message - 
From: John Faulds [EMAIL PROTECTED]

To: wsg@webstandardsgroup.org
Sent: Monday, October 29, 2007 5:19 PM
Subject: Re: [WSG] Re: worst site I've seen lately



http://www.ourtype.be/

On Tue, 30 Oct 2007 09:57:02 +1000, Travis D. Falls 
[EMAIL PROTECTED] wrote:


I missed the URL for this. can someone send it out again? 
I want to see

what has everyone in a tizzy.  J


travis


From: [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED] On

Behalf Of Chris Wilson
Sent: Monday, October 29, 2007 4:26 PM
To: wsg@webstandardsgroup.org
Subject: Re: [WSG] Re: worst site I've seen lately



I have to agree. Not everything has to be so damn usable 
that it has no
visual flair, something that, sadly, tends to be the norm 
on this list.  This

is neat if only because it's quite unique.



On 10/29/07, Olly Hodgson [EMAIL PROTECTED] wrote:

On 10/29/07, Rob Mason [EMAIL PROTECTED] 
wrote:

My eyes, my beautiful eyes...it burns.


whisperI actually quite like it./whisper

It's nice to see someone trying something slightly away 
from the norm.
OK, so they don't quite pull it off -- the mad scrolling 
stuff could
do with being toned down a little (perhaps a bit of 
motion blurring?)
and some of the UI design is just plain silly, but 
generally, not a

bad effort. I've certainly seen a lot worse.

Besides, what's not to like about a site that employs 
lines like
Value-added red noses maximize a plan to vigorously 
deliver

multilevel hairdryers. in place of lipsum? ;)


--
Olly
http://thinkdrastic.net/


***
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]
***



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

Help: [EMAIL PROTECTED]
***




--
Tyssen Design
www.tyssendesign.com.au
Ph: (07) 3300 3303
Mb: 0405 678 590



***
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] Windows Mobile on XP SP2

2007-10-20 Thread Hayden's Harness Attachment
I am not sure if this is off topic or not. If it is off topic, contact 
me at [EMAIL PROTECTED]


I have an HP IPAQ HW6955 PDA running Mobile Speak Pocket (MSP) and 
want to start designing web pages for the Windows Mobile Platform. 
When I contacted Microsoft about this, I was told to check the CD that 
came with the IPAQ and to also contact HP. Microsoft active Sync is 
okay for viewing and modifying files, but is not great for seeing my 
work on a P4 2.4GHz Windows XP SP2 PC. I realize I need to find an 
emulator, however, where do I find it?


--
Love Hayden (Super Duper Guide Dog)and
The harness attachment Angus MacKinnon
MacKinnon Crest Saying
Latin -  Audentes Fortuna Juvat
English - Fortune Assists The Daring
Web page http://www.infoforce-services.com


It is impossible to rightly govern the world without God and the 
Bible.

George Washington



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



[WSG] Web Developer toolbar for firefox 2.x

2007-08-26 Thread Hayden's Harness Attachment
I do not know if this is off topic. If it is please excuse me. I have the 
web developer toolbar that works with Firefox upto 1.5 and when I try to 
upgrade for my Firefox 2.x, I get an error. Is their a web developer toolbar 
for Fire fox 2.x? If so, where can I download it? Thank you.


--
Love Hayden (Super Duper Guide Dog)and
The harness attachment Angus MacKinnon
MacKinnon Crest Saying
Latin -  Audentes Fortuna Juvat
English - Fortune Assists The Daring
Web page http://www.infoforce-services.com


It is impossible to rightly govern the world without God and the Bible.
George Washington



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