Best way to use videos on a web site

D

Dave Patton

I have a site that I just put together at http://pintailbottoms.com
could anyone suggest a better format for the videos.

Think about what it means to say "click here". What if it's
someone who is using assistive technology such as a webpage
reader? Then think how it works when your page is viewed
with image loading disabled(or better yet, try it yourself).
 
N

Neal

Think about what it means to say "click here". What if it's
someone who is using assistive technology such as a webpage
reader? Then think how it works when your page is viewed
with image loading disabled(or better yet, try it yourself).

Put another way:

There are technologies which pull all your links out and list them. If the
clickable text is "click here" it says nothing. Ensure your linking
content expresses the nature of what you link to.

<a href="http://www.google.com">Click here</a> to go to Google.

Search for kore information on <a href="http://www.google.com">Google</a>.

Which is the better linking text/ It shoukd be obvious.

Nominative. Think nomitavely.
 
S

Spartanicus

Andrew S. said:
I have a site that I just put together at http://pintailbottoms.com could
anyone suggest a better format for the videos.

Which is?

If the .mpg's are mpeg-1 videos then you should use something else, the
quality/size ratio of mpeg-1 files is not good enough for net
distribution.

I'd suggest using offering 3 methods per video:

1) WindowsMedia format v8 or better: provides good quality/size ratio
and it will work for many people
2) The same file but streaming by using a redirector file
http://www.spartanicus.utvinternet.ie/streaming.htm Client support for
the WM redirector file format is good.
3) XviD + Ogg, both formats are open source and make the content
available to people who can/will not use the proprietary and evil pseudo
mpeg-4 WindowsMedia format. Note that client support for XviD+Ogg videos
is relatively poor.
http://www.spartanicus.utvinternet.ie/creating_accessible_multimedia_for_the_web.htm
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,444
Messages
2,571,709
Members
48,796
Latest member
Greg L.
Top