Question/Brainstorm

This is a discussion on "Question/Brainstorm" within the Website Planning section. This forum, and the thread "Question/Brainstorm are both part of the Planning Your Website category.


 Subscribe in a reader

Go Back   Webforumz.com > Main Forums > Planning Your Website > Website Planning

Notices




Reply
 
LinkBack Thread Tools
  #1  
Old Jan 3rd, 2007, 10:07
Elite Veteran
Join Date: Dec 2005
Location: On Internet
Posts: 4,859
Thanks: 0
Thanked 0 Times in 0 Posts
Cool Question/Brainstorm

Ok, I am building a website for a client. This website is going to be a fully XHTML/CSS website. But I seem to be having a slight problem with one part. This group really wants a music player, I told them the pros and cons, but since it is really a private website...who cares, cause that is what the group wants.

They want the player to keep playing the music through out their whole website, but the music player will stop unless I do frames....right? But I don't want to use frames, anyone have any other bright ideals?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote

  #2  
Old Jan 3rd, 2007, 10:51
Reputable Member
Join Date: Oct 2006
Location: UK
Age: 25
Posts: 108
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Question/Brainstorm

Another idea would be to put the music player in a pop up maybe. However it may be blocked by the users pc, but maybe better than frames.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #3  
Old Jan 3rd, 2007, 11:04
Elite Veteran
Join Date: Dec 2005
Location: On Internet
Posts: 4,859
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Question/Brainstorm

Well, I am not using frames, already went though the pop up idea, but not to happy with that either. Any other ideas?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #4  
Old Jan 3rd, 2007, 11:08
Reputable Member
Join Date: Oct 2006
Location: UK
Age: 25
Posts: 108
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Question/Brainstorm

not really, i have come across this issue before and went with the pop up / under. Its a shame there is no way of calling a page into a div really, but then thats just frames so...

well am rambling now anyway...but good luck and let me know what you come up with as i will no doubt come accross this issue again
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #5  
Old Jan 3rd, 2007, 13:13
Elite Veteran
Join Date: Aug 2005
Location: That Place
Posts: 2,044
Blog Entries: 1
Thanks: 0
Thanked 37 Times in 37 Posts
Re: Question/Brainstorm

couldn't you use like an iFrame in a div? Would be easy to fit etc...
__________________

Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #6  
Old Jan 3rd, 2007, 13:21
Elite Veteran
Join Date: Dec 2005
Location: On Internet
Posts: 4,859
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Question/Brainstorm

I was under the impression that frames are bad...and also bad for SEO. I guess it would not matter for just like the bottom of every page or something...but well...what do you guys think?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #7  
Old Jan 3rd, 2007, 14:02
Reputable Member
Join Date: Oct 2006
Location: UK
Age: 25
Posts: 108
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Question/Brainstorm

correct me if i am wrong but are iframes widely unsupported in older browsers??
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #8  
Old Jan 3rd, 2007, 15:04
Elite Veteran
Join Date: Aug 2005
Location: That Place
Posts: 2,044
Blog Entries: 1
Thanks: 0
Thanked 37 Times in 37 Posts
Re: Question/Brainstorm

Like he said, "but since it is really a private website" if he knows what it will be run on and its an intranet site I think an Iframe would be acceptable. I hate frames, and if there was a way to do some kind of include instead of using a frame to keep the player going without refreshing on every page I would love to know about it. Or go with a small pop up. Most blockers will allow pop ups if the user initiates them.
__________________

Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #9  
Old Jan 4th, 2007, 09:30
Ryan Fait's Avatar
Elite Veteran
Join Date: May 2006
Location: Las Vegas
Posts: 3,787
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Question/Brainstorm

Ajax, baby.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #10  
Old Jan 4th, 2007, 14:35
Elite Veteran
Join Date: Aug 2005
Location: That Place
Posts: 2,044
Blog Entries: 1
Thanks: 0
Thanked 37 Times in 37 Posts
Re: Question/Brainstorm

Forgot about the jax heh.
__________________

Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #11  
Old Jan 4th, 2007, 15:54
spinal007's Avatar
Moderator
Join Date: Mar 2004
Location: Good Ol'London
Age: 23
Posts: 1,669
Blog Entries: 1
Thanks: 1
Thanked 4 Times in 4 Posts
Re: Question/Brainstorm

That was I was going to suggest... Let me introduce you to Ajax, your new best friend.

Here's what I recommend:
<a href="page2.asp" onclick="GetContent('page2.html'); return false;">page 2</a>

Where...
1. The links work as usual for search engines and browsers without JS. Search engines will index the pages as usual.
2. Users with JS enabled will not follow the link.
3. Instead, Ajax will ask the server for the content of the page and you can update you xHtml accordingly (which will have the same effect as an iFrame, only a lot more Web2.0! LOL)

page2.asp has something like:
<html>
<head>
<title>Page 2</title>
</head>
<body>
<!--#include file='page2.html'//-->
</body>
</html>

page2.html has something like:
<h1>Page title</h1>
<p>A pararaph</p>

GetContent is a JS function that will use ajax to retrive the server response for page2.html.

Easy peasy! LOL
Last Blog Entry: Random String in Javascript (Apr 21st, 2008)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

Tags
css, music, player, xhtml

Thread Tools

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

BB 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
Question r.e. OS Daniel Webforumz Cafe 0 Sep 21st, 2007 08:13
another question please....... napstar Starting Out 3 Feb 20th, 2007 22:28
Question about a job. StJimmy Job Opportunities 10 Apr 30th, 2006 12:07
ID Question kaz Web Page Design 7 Apr 25th, 2005 15:01


All times are GMT. The time now is 08:35.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

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