Computer Webmaster Gaming Console Graphics Forum

Welcome to the Computer Webmaster Gaming Console Graphics Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.

MK PitStop Main Earn $25 Earn Money Posting Extras Members Blogs Image Hosting User Pages
Go Back   Computer Webmaster Gaming Console Graphics Forum > Webmaster Forum > Website Coding > HTML
Register FAQ/Rules Become A V.I.P. Member Search Today's Posts Mark Forums Read

HTML HTML problems, maybe you are trying to code for MySpace. Get all the HTML coding help here for your website.

Google
Closed Thread
 
LinkBack Thread Tools Display Modes
Old 07-01-2007, 1:20 PM   #1
Headless
 
Headless's Avatar
 
Posts: n/a
My Photos: (0)

Banked:
MK Cash: $

I am Worth:
MK Cash: $
Donate

Recent Blog: None

Default How Do I Embed Music............

Andrew H. Carter <acarterchef@earthlink.net> wrote:

><analogy>
>Correct me if I'm wrong, but generally a program written for
>Win3.1/Win 95/Win98/etc... can be read by each of it's successors with
>rare/some exceptions, but by and large it holds true: Win 98 can do
>Win 95 proggies, but can Win 3.1 do Win 95 proggies? Can Win 95 do Win
>987 proggies? Probably not.
></analogy>


You keep on trying to avoid the real issue here, embedding audio/video
via the <embed> tag or via _any_ other method is fundamentally flawed
and unnecessarily restricts the availability of content to a subset of
visitors.


Headless

 
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Advertisements
Old 07-01-2007, 1:20 PM   #2
Andrew H. Carter
 
Andrew H. Carter's Avatar
 
Posts: n/a
My Photos: (0)

Banked:
MK Cash: $

I am Worth:
MK Cash: $
Donate

Recent Blog: None

Default How Do I Embed Music............

On Sun, 22 Jun 2003 22:20:53 +0100, Headless <invalid_address@dna.ie>
wrote:

>You keep on trying to avoid the real issue here, embedding audio/video
>via the <embed> tag or via _any_ other method is fundamentally flawed
>and unnecessarily restricts the availability of content to a subset of
>visitors.
>



I get it, so the issue is to just provide a link so that they may
download the audio/video or not as embeding slows down the page from
loading.

And by continuation of that, the issue is to only use a browser that
does text only (Lynx, or turn off images) as the use of graphics and
colors takes away from the reading experience. But if we do that,
what do we do about the reading impaired? Sure we can use the tag
attribute that enables the text to be read:

<HEAD>
<STYLE TYPE=text/css MEDIA="All">
blah, blah, blah
</STYLE>
</HEAD>

And in order to not discriminate, all pages should be adjusted for
that, like all/most driveup ATM machines have Braille instructions.

So when we get down to it, you object to advertising: background WAVs,
MIDIs, SWFs. If you are like my brother you also probably turn
down/mute the volume on a TV when a commercial comes on. Don't you
just hate it when a tune sticks in your head and you can't get rid of
it?

Sincerely,

Andrew H. Carter
 
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Old 07-01-2007, 1:21 PM   #3
Whitecrest
 
Whitecrest's Avatar
 
Posts: n/a
My Photos: (0)

Banked:
MK Cash: $

I am Worth:
MK Cash: $
Donate

Recent Blog: None

Default How Do I Embed Music............

In article <869cfv8mqu7a5e7o2db277285hp2o14uj0@4ax.com>,
acarterchef@earthlink.net says...

> And in order to not discriminate, all pages should be adjusted for
> that, like all/most driveup ATM machines have Braille instructions.


Albeit with a touch of sarcasm, I think you finally understand the
fundamentally flawed "Every page for every human" theory....
--
Whitecrest Entertainment
www.whitecrestent.com
 
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Old 07-01-2007, 1:21 PM   #4
Andrew H. Carter
 
Andrew H. Carter's Avatar
 
Posts: n/a
My Photos: (0)

Banked:
MK Cash: $

I am Worth:
MK Cash: $
Donate

Recent Blog: None

Default How Do I Embed Music............

On Sun, 22 Jun 2003 21:42:07 -0400, Whitecrest <whitecrest@zipzap.com>
wrote:

>In article <869cfv8mqu7a5e7o2db277285hp2o14uj0@4ax.com>,
>acarterchef@earthlink.net says...
>
>> And in order to not discriminate, all pages should be adjusted for
>> that, like all/most driveup ATM machines have Braille instructions.

>
>Albeit with a touch of sarcasm, I think you finally understand the
>fundamentally flawed "Every page for every human" theory....



Oh, I know that and have known that, but if you go with the basics,
HTML 1 (no coffee (Javascript), no artwork/windows/mirrors (frames))
and don't advance to 4, then you will reach the lion's share of the
audience. Give the users an option(s) basic or advanced, bi-plane or
SR-71 Blackbird, at the start page.


Sincerely,

Andrew H. Carter
 
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Old 07-01-2007, 1:22 PM   #5
Headless
 
Headless's Avatar
 
Posts: n/a
My Photos: (0)

Banked:
MK Cash: $

I am Worth:
MK Cash: $
Donate

Recent Blog: None

Default How Do I Embed Music............

Andrew H. Carter <acarterchef@earthlink.net> wrote:

>>You keep on trying to avoid the real issue here, embedding audio/video
>>via the <embed> tag or via _any_ other method is fundamentally flawed
>>and unnecessarily restricts the availability of content to a subset of
>>visitors.

>
>I get it, so the issue is to just provide a link


Indeed. Hyperlinking is not limited to text links, provide a graphically
rich interface if you want.

>so that they may download the audio/video


Or use redirector files to stream (preferably with an option to
download).

>or not as embeding slows down the page from loading.


You were told about more serious problems, ignoring that doesn't make it
go away.

>And by continuation of that, the issue is to only use a browser that
>does text only (Lynx, or turn off images) as the use of graphics and
>colors takes away from the reading experience. But if we do that,
>what do we do about the reading impaired? Sure we can use the tag
>attribute that enables the text to be read:
>
><HEAD>
><STYLE TYPE=text/css MEDIA="All">
>blah, blah, blah
></STYLE>
></HEAD>
>
>And in order to not discriminate, all pages should be adjusted for
>that, like all/most driveup ATM machines have Braille instructions.


Turning to ridicule does not obscure the fact that you've failed to
provide a single argument in favor of embedding or a single argument
against linking.


Headless

 
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Old 07-01-2007, 1:22 PM   #6
Isofarro
 
Isofarro's Avatar
 
Posts: n/a
My Photos: (0)

Banked:
MK Cash: $

I am Worth:
MK Cash: $
Donate

Recent Blog: None

Default How Do I Embed Music............

Andrew H. Carter wrote:

> but if you go with the basics,
> HTML 1 (no coffee (Javascript), no artwork/windows/mirrors (frames))
> and don't advance to 4, then you will reach the lion's share of the
> audience.


Advancing to HTML 4 or XHTML does no lose any of the "lion's share of the
audience". Neither does adding artwork.


> Give the users an option(s) basic or advanced, bi-plane or
> SR-71 Blackbird, at the start page.


Providing two websites where one will do does not make economic sense. When
things get tight, guess which version loses out?


--
Iso.
FAQs: http://html-faq.com http://alt-html.org http://allmyfaqs.com/
Recommended Hosting: http://www.affordablehost.com/
Web Standards: http://www.webstandards.org/
 
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Old 07-01-2007, 1:23 PM   #7
Whitecrest
 
Whitecrest's Avatar
 
Posts: n/a
My Photos: (0)

Banked:
MK Cash: $

I am Worth:
MK Cash: $
Donate

Recent Blog: None

Default How Do I Embed Music............

In article <0c8dfvcto1tskhb4i35i11n1k5vjmdo72c@4ax.com>,
invalid_address@dna.ie says...
> Turning to ridicule does not obscure the fact that you've failed to
> provide a single argument in favor of embedding or a single argument
> against linking.


You are absolutely right. If you want to reach the absolute largest
possible number of people you can, no matter what they use to see your
page and your content, (not taking into consideration if they would even
buy the product or not), then you can not not embed, you must publish in
some generic format, and can not ever use any JavaScript, or flash for
anything essential. I completely agree with that, and have never said
anything to the contrary (hmmm... never say never?)

But, if a page like that doesn't work with your target audience, (the
ones that will buy your product) then you need to consider using the
tools that will work. And you need to design the page in a way that
turns them on, works with them, and makes them buy (this includes
branding). If that takes Flash, embedded video, dhtml menus, then that
is what you need to use. If my customers tend to like flash, then they
will get flash. Because if I don't give it to them, then they will go
to my competitors who has flash.
<sarcasm>
But I will be happy that my page could be seen by every single person on
the web (if they wanted to see it) as I go out of business. </sarcasm>

Since we disagree on this basic premise, we will both go on our ways,
game fully employed and happy in our own knowledge of what the other
does not understand....

I am not arguing with you, I am only stating another way of thinking.
And an opinion (your's mine, or anyone else's) can never be wrong.

--
Whitecrest Entertainment
www.whitecrestent.com
 
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Old 07-01-2007, 1:23 PM   #8
Andrew H. Carter
 
Andrew H. Carter's Avatar
 
Posts: n/a
My Photos: (0)

Banked:
MK Cash: $

I am Worth:
MK Cash: $
Donate

Recent Blog: None

Default How Do I Embed Music............

On Mon, 23 Jun 2003 17:17:44 +0000, Isofarro
<spamblock@spamdetector.co.uk> wrote:

>Advancing to HTML 4 or XHTML does no lose any of the "lion's share of the
>audience". Neither does adding artwork.
>


True, provided that everybody chooses to upgrade. But inreality, not
everybody chooses to upgrade, or they do so on a different time
schedule.


>
>> Give the users an option(s) basic or advanced, bi-plane or
>> SR-71 Blackbird, at the start page.

>
>Providing two websites where one will do does not make economic sense. When
>things get tight, guess which version loses out?


I have one website, located at http://home.earthlink.net/~acarterchef,
but have two different versions of it, through the use of text/HTML
pages sharing the same images. The big "waste of space" are audio and
graphic files. text files are rather small in comparison.

Sincerely,

Andrew H. Carter
 
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Old 07-01-2007, 1:25 PM   #9
Isofarro
 
Isofarro's Avatar
 
Posts: n/a
My Photos: (0)

Banked:
MK Cash: $

I am Worth:
MK Cash: $
Donate

Recent Blog: None

Default How Do I Embed Music............

Andrew H. Carter wrote:

> On Mon, 23 Jun 2003 17:17:44 +0000, Isofarro
> <spamblock@spamdetector.co.uk> wrote:
>
>>Advancing to HTML 4 or XHTML does no lose any of the "lion's share of the
>>audience". Neither does adding artwork.
>>

>
> True, provided that everybody chooses to upgrade.


Nobody needs to upgrade.


--
Iso.
FAQs: http://html-faq.com http://alt-html.org http://allmyfaqs.com/
Recommended Hosting: http://www.affordablehost.com/
Web Standards: http://www.webstandards.org/
 
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Old 07-01-2007, 1:25 PM   #10
Isofarro
 
Isofarro's Avatar
 
Posts: n/a
My Photos: (0)

Banked:
MK Cash: $

I am Worth:
MK Cash: $
Donate

Recent Blog: None

Default How Do I Embed Music............

Whitecrest wrote:

> If you want to reach the absolute largest
> possible number of people you can, no matter what they use to see your
> page and your content, (not taking into consideration if they would even
> buy the product or not), then you can not not embed, you must publish in
> some generic format, and can not ever use any JavaScript, or flash for
> anything essential. I completely agree with that,


No surprise there, considering its the most discredited myth against
accessibility.


--
Iso.
FAQs: http://html-faq.com http://alt-html.org http://allmyfaqs.com/
Recommended Hosting: http://www.affordablehost.com/
Web Standards: http://www.webstandards.org/
 
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Featured Websites
Free Space
Free Space
Free Space Free Space
Closed Thread
Tags: ,




Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
do u prefer music or no music? Tim.T Console Subjects 13 06-26-2007 12:25 PM
New Music Darryl Ray Car audio 0 06-18-2007 11:40 AM
Music & Design woom Graphics in general 0 06-11-2007 11:44 PM
Music on website Minxy HTML 4 03-23-2006 1:14 PM


Featured Websites




All times are GMT +1. The time now is 12:17 AM.


Powered by: vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.0.0
Cheap Computers
MK PitStop Copyright 2005 - 2008

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98