473,432 Members | 1,844 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,432 software developers and data experts.

frames/no frames

I currently have a site which has the index page immediately open
two frames. I put a music object in the top frame. That way the
music is not cut off when the user navigates to another page and
I certainly don't want to put the music on each page.

But, the page is not treated well by google as it has no
descriptive text to index so I would like to change it to a first
real page with text, but I don't want to lose the advantage of a
persistent page for the music.

Does anyone have any suggestion that would permit the music to
play one time even if the user navigates off the page ?

bill drescher
Jul 22 '06 #1
14 1559
In article <z-******************************@cablespeedmi.com>,
bill <no****@spamcop.netwrote:
I currently have a site which has the index page immediately open
two frames. I put a music object in the top frame. That way the
music is not cut off when the user navigates to another page and
I certainly don't want to put the music on each page.

But, the page is not treated well by google as it has no
descriptive text to index so I would like to change it to a first
real page with text, but I don't want to lose the advantage of a
persistent page for the music.

Does anyone have any suggestion that would permit the music to
play one time even if the user navigates off the page ?
Hi Bill,
To answer your specific question: there's no simple way that I'm aware
of, although you could consider a popup or popunder that exists off the
screen or something. However, my advice would be to consider if the
music is welcome at all. I'm a big fan of music, but I have yet to come
across a music-playing site on the Net where I was glad the music
played, and if it persisted playing while I navigated the site I'd
probably leave ASAP. Search this group and alt.html for "music" or
"sound" and I bet you'll find a number of conversations on this topic.

Cheers

--
Philip
http://NikitaTheSpider.com/
Whole-site HTML validation, link checking and more
Jul 22 '06 #2
bill wrote:
I currently have a site which has the index page immediately open two
frames. I put a music object in the top frame. That way the music is
not cut off when the user navigates to another page and I certainly
don't want to put the music on each page.

But, the page is not treated well by google as it has no descriptive
text to index so I would like to change it to a first real page with
text, but I don't want to lose the advantage of a persistent page for
the music.

Does anyone have any suggestion that would permit the music to play one
time even if the user navigates off the page ?

bill drescher
So, if while surfing the Web, I'm listening to the Webcast of my
favorite radio station and they're playing one of my favorite Beethoven
symphonies, you want to interrupt that without even asking me. Forget it!!

--

David E. Ross
<http://www.rossde.com/>

Concerned about someone (e.g., Pres. Bush) snooping
into your E-mail? Use PGP.
See my <http://www.rossde.com/PGP/>
Jul 22 '06 #3
PTM
"bill" <no****@spamcop.netwrote in message
news:z-******************************@cablespeedmi.com...
>I currently have a site which has the index page immediately open two
frames. I put a music object in the top frame. That way the music is not
cut off when the user navigates to another page and I certainly don't want
to put the music on each page.

But, the page is not treated well by google as it has no descriptive text
to index so I would like to change it to a first real page with text, but
I don't want to lose the advantage of a persistent page for the music.

Does anyone have any suggestion that would permit the music to play one
time even if the user navigates off the page ?

bill drescher
why not try a floating frame?
you should also consider adding some controls to stop the music playing
(keeps people like Dave happy)

Phil
Jul 22 '06 #4
PTM wrote:
"bill" <no****@spamcop.netwrote in message
news:z-******************************@cablespeedmi.com...
>I currently have a site which has the index page immediately open two
frames. I put a music object in the top frame. That way the music is not
cut off when the user navigates to another page and I certainly don't want
to put the music on each page.

But, the page is not treated well by google as it has no descriptive text
to index so I would like to change it to a first real page with text, but
I don't want to lose the advantage of a persistent page for the music.

Does anyone have any suggestion that would permit the music to play one
time even if the user navigates off the page ?

bill drescher

why not try a floating frame?
you should also consider adding some controls to stop the music playing
(keeps people like Dave happy)

Phil

There is a no music option, but 90 of the visitors elect the
misic. What is a floating frame ?
Jul 22 '06 #5
On 2006-07-22, bill wrote:
PTM wrote:
>"bill" <no****@spamcop.netwrote in message
news:z-******************************@cablespeedmi.com...
>>I currently have a site which has the index page immediately open two
frames. I put a music object in the top frame. That way the music is not
cut off when the user navigates to another page and I certainly don't want
to put the music on each page.

But, the page is not treated well by google as it has no descriptive text
to index so I would like to change it to a first real page with text, but
I don't want to lose the advantage of a persistent page for the music.

Does anyone have any suggestion that would permit the music to play one
time even if the user navigates off the page ?

bill drescher

why not try a floating frame?
you should also consider adding some controls to stop the music playing
(keeps people like Dave happy)
There is a no music option, but 90 of the visitors elect the
misic.
For a more accurate estimate, turn it off by default and see how
many choose to turn it on.
--
Chris F.A. Johnson, author <http://cfaj.freeshell.org>
Shell Scripting Recipes: A Problem-Solution Approach (2005, Apress)
===== My code in this post, if any, assumes the POSIX locale
===== and is released under the GNU General Public Licence
Jul 22 '06 #6
Chris F.A. Johnson wrote:
On 2006-07-22, bill wrote:
>PTM wrote:
>>"bill" <no****@spamcop.netwrote in message
news:z-******************************@cablespeedmi.com...
I currently have a site which has the index page immediately open two
frames. I put a music object in the top frame. That way the music is not
cut off when the user navigates to another page and I certainly don't want
to put the music on each page.

But, the page is not treated well by google as it has no descriptive text
to index so I would like to change it to a first real page with text, but
I don't want to lose the advantage of a persistent page for the music.

Does anyone have any suggestion that would permit the music to play one
time even if the user navigates off the page ?

bill drescher
why not try a floating frame?
you should also consider adding some controls to stop the music playing
(keeps people like Dave happy)
There is a no music option, but 90 of the visitors elect the
misic.

For a more accurate estimate, turn it off by default and see how
many choose to turn it on.

I appreciate your suggestion, but would prefer suggestions along
the line of my question.
(FYI, this is a user preference that is selected before entering
the site and is kept in a cookie. Not everybody hates websites
with music.)
Jul 23 '06 #7
bill <no****@spamcop.netwrote:
>>>>I currently have a site which has the index page immediately open two
frames. I put a music object in the top frame. That way the music is not
cut off when the user navigates to another page and I certainly don't want
to put the music on each page.
>
But, the page is not treated well by google as it has no descriptive text
to index so I would like to change it to a first real page with text, but
I don't want to lose the advantage of a persistent page for the music.
>
Does anyone have any suggestion that would permit the music to play one
time even if the user navigates off the page ?
>
bill drescher
why not try a floating frame?
you should also consider adding some controls to stop the music playing
(keeps people like Dave happy)

There is a no music option, but 90 of the visitors elect the
misic.

For a more accurate estimate, turn it off by default and see how
many choose to turn it on.

I appreciate your suggestion, but would prefer suggestions along
the line of my question.
This isn't a help desk. Ask a question and we will discuss the
implications whether you like it or not.
>(FYI, this is a user preference that is selected before entering
the site and is kept in a cookie.
Put a <a href="music.ogg">funky music</alink to the music, that way if
people choose to play it it will launch their associated player and it
will continue to play if they move to another page.

--
Spartanicus
Jul 23 '06 #8
On Sun, 23 Jul 2006, bill wrote:
Chris F.A. Johnson wrote:

For a more accurate estimate, turn it off by default and see how
many choose to turn it on.
indeed.
I appreciate your suggestion, but would prefer suggestions along the
line of my question.
Welcome to usenet.
(FYI, this is a user preference that is selected before entering the
site and is kept in a cookie.
"Before"? Then it's unlikely to happen on my browser, for example.

If I wasn't so fascinated to see just how many different sites feel
it's their g*d-given right to plant their cookies on me without any
explanation or by-your-leave, I would just turn the whole thing off,
and consider whitelisting the very few where I'm sufficiently
interested in the site and have been convinced that the cookie setting
is in /my/ interest, not just in theirs.

As it is, I have the browser set to throw an alert when cookies are
sent.

Visits to some sites bring a sheer overwhelming deluge of cookie
attempts, and often cause a corresponding number of sites to be added
to my banned list. Half a dozen different sites isn't unusual - ten
or a dozen is by no means a record. Almost always due to
advertisements added to the page that I was trying to access. What
/do/ these wretched advertisers think they are up to?
Not everybody hates websites with music.)
I'm happy with the music that's already playing, and *most* upset to
have it trampled on by something I hadn't asked for.

Of course, this isn't really about *me*, but just one sample of how
readers might respond.

Jul 23 '06 #9
To further the education of mankind, bill <no****@spamcop.net>
vouchsafed:
>>There is a no music option, but 90 of the visitors elect the
misic.

For a more accurate estimate, turn it off by default and see how
many choose to turn it on.

I appreciate your suggestion, but would prefer suggestions along
the line of my question.
(FYI, this is a user preference that is selected before entering
the site and is kept in a cookie. Not everybody hates websites
with music.)
Maybe not, but I hate cookies and have them turned off by default.

:)

--
Neredbojias
Infinity has its limits.
Jul 23 '06 #10

bill wrote:
I currently have a site which has the index page immediately open
two frames. I put a music object in the top frame. That way the
music is not cut off when the user navigates to another page and
I certainly don't want to put the music on each page.

But, the page is not treated well by google as it has no
descriptive text to index so I would like to change it to a first
real page with text, but I don't want to lose the advantage of a
persistent page for the music.

Does anyone have any suggestion that would permit the music to
play one time even if the user navigates off the page ?

bill drescher
Dear sir,
You might be able to do this by using a PHP require. If you read up
more about it, you should understand why.

I have the honor to remain your most humble and Ob't Sv't in our war
against the King.

--
Patrick Reilly
1st Coy.
Colonel Seth Warner's Regiment

Jul 23 '06 #11
Alan J. Flavell wrote:
On Sun, 23 Jul 2006, bill wrote:
>Chris F.A. Johnson wrote:
>> For a more accurate estimate, turn it off by default and see how
many choose to turn it on.

indeed.
>I appreciate your suggestion, but would prefer suggestions along the
line of my question.

Welcome to usenet.
>(FYI, this is a user preference that is selected before entering the
site and is kept in a cookie.

"Before"? Then it's unlikely to happen on my browser, for example.

If I wasn't so fascinated to see just how many different sites feel
it's their g*d-given right to plant their cookies on me without any
explanation or by-your-leave, I would just turn the whole thing off,
and consider whitelisting the very few where I'm sufficiently
interested in the site and have been convinced that the cookie setting
is in /my/ interest, not just in theirs.

As it is, I have the browser set to throw an alert when cookies are
sent.

Visits to some sites bring a sheer overwhelming deluge of cookie
attempts, and often cause a corresponding number of sites to be added
to my banned list. Half a dozen different sites isn't unusual - ten
or a dozen is by no means a record. Almost always due to
advertisements added to the page that I was trying to access. What
/do/ these wretched advertisers think they are up to?
>Not everybody hates websites with music.)

I'm happy with the music that's already playing, and *most* upset to
have it trampled on by something I hadn't asked for.

Of course, this isn't really about *me*, but just one sample of how
readers might respond.
Many sites think they are setting cookies when I view them. But my
cookies.txt file is marked read-only. This means all cookies are
session-only.

Further, my browser's options are set to reject any cookie that is not
for the domain I am currently viewing. Finally, I have black-listed
some domains so that cookies from them are rejected even if I do view
them (blocking cookies when a Web page has a frame or script that
references a different domain).

Also note that I usually have my speakers turned off.

--

David E. Ross
<http://www.rossde.com/>

Concerned about someone (e.g., Pres. Bush) snooping
into your E-mail? Use PGP.
See my <http://www.rossde.com/PGP/>
Jul 23 '06 #12
On Sun, 23 Jul 2006, David E. Ross wrote:

[excessive quotage snipped]
Also note that I usually have my speakers turned off.
But that's far too easy! At work, I often need to have audio or video
conferencing in progress, for which it's essential to have the
speakers (or headphones) in operation.

I'm sure you can imagine how "enjoyable" it is (on a scale of 0 to
minus 100) while web browsing alongside the conference session, to
have a web page come blaring out uninvited.
Jul 23 '06 #13
In article <C6******************************@cablespeedmi.com >, bill writes:
>>>"bill" <no****@spamcop.netwrote in message news:z-******************************@cablespeedmi.com...
>>>>Does anyone have any suggestion that would permit the music to play one
time even if the user navigates off the page ?
>I appreciate your suggestion, but would prefer suggestions along
the line of my question.
(FYI, this is a user preference that is selected before entering
the site and is kept in a cookie. Not everybody hates websites
with music.)
I don't hate *all* web sites with music. In fact, I'm listening to music
from http://www.jazz88fm.com/ as I type this. One of the first things
that I do every morning when I get to work is fire up KBEM's stream.

What I do hate is web sites that try to over-ride my musical choices
with theirs.

--
Michael F. Stemper
#include <Standard_Disclaimer>
There is three erors in this sentence.

Jul 24 '06 #14
PTM
"bill" <no****@spamcop.netwrote in message
news:VI******************************@cablespeedmi .com...
PTM wrote:
>"bill" <no****@spamcop.netwrote in message
news:z-******************************@cablespeedmi.com...
>>I currently have a site which has the index page immediately open two
frames. I put a music object in the top frame. That way the music is
not cut off when the user navigates to another page and I certainly
don't want to put the music on each page.

But, the page is not treated well by google as it has no descriptive
text to index so I would like to change it to a first real page with
text, but I don't want to lose the advantage of a persistent page for
the music.

Does anyone have any suggestion that would permit the music to play one
time even if the user navigates off the page ?

bill drescher

why not try a floating frame?
you should also consider adding some controls to stop the music playing
(keeps people like Dave happy)

Phil
There is a no music option, but 90 of the visitors elect the misic. What
is a floating frame ?
Floating frames are inline frames (iframe). They can be put anywhere on a
page you need them so you don't need a page with the frameset holders to
make up the site layout.

example code for an iframe:
<iframe name='ads' id='ads' src='[YOUR PAGE HERE]' frameborder='0'
scrolling='no' class='adpos'></iframe>

in the example, the class element uses 'adpos' from a css file (or inline
stylesheet if its the only one your going to use) to position the iframe
where you need it.
any links from a page positioned into the iframe are auto loaded into that
iframe.
links on the main page that need the content displayed inside the iframe,
need the 'a href' targeted to the iframes ID (which doesn't necessarily have
to match its name).
if you want to load back into the main page from the iframe then you need to
make sure your href includes target='main'

hope this helps :)

Phil
Jul 25 '06 #15

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: les | last post by:
Hello, I just wonder what are the implications to use frames to build portal. I've seen some sites that are quite fast with frames but I just wonder if there are hidden "costs". I've tried to...
40
by: JohnnyCJohnny | last post by:
Is it pretty safe to say that almost all web surfers now use browsers that are Frames compatible? What are most people using these days? IE? Thanks
7
by: David Hayes | last post by:
I tried finding an answer on http://www.quirksmode.org/ without success. I am attempting a complicated Frames structure. I have made it work in IE, but not Netscape. I begin with three...
95
by: Neal | last post by:
Of course, every frame site I've ever seen has reduced usability and all. We've been through this before. But as frameset is still a part of HTML, there must be some legitimate use for it, hmm?...
25
by: Steal | last post by:
Hi at all I try to validate this page using the link: http://validator.w3.org/ but it return that this is not a valid HTML 4.01 page please where is it error? Steil <!DOCTYPE HTML PUBLIC...
5
by: Dfenestr8 | last post by:
Hi. I'm designing a site, and I'm trying find a way of browsing it without using frames, so I can test the <noframes> </noframes> tags. I use a linux mandrake 10 system, with KDE 3.2. Is there...
7
by: dj Bass | last post by:
simple, they don't like things that restrict the server-side controls... and when it comes to frames, you need client side stuff and that stuff's up the asp.net strategy. right or wrong?
3
by: Nish | last post by:
Is HTML frame is an old technology? Will the modern web application are developed using the HTML frames? Does all the browsers support them? Thank you for your suggestion, Nish
56
by: Deepan HTML | last post by:
Hi All, Currently i am working in a framed environment where i have divided the window as 20% and 80% and the 20% is used for navigation purpose and right frame for displaying the orignal content....
14
by: Mark | last post by:
Hi Guys, I am very new to ASP.NET world. I need to create three frames. One at the top, one on the left and another on the right side. I don't know how to do it. So please help me with it. ...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.