Website Building - help needed !!!

Pages: 1, 2
free web hosting

Read Latest Entries..: (Post #11) by Duckie on Dec 25 2004, 03:12 AM. (Line Breaks Removed)
QUOTE1 - Putting songs for the site to play, like if you go to A section you hear X song, you go to B section you hear Y song, and i don't mean by clicking a link, i want it to automaticly play the song. Do you want it to play non stop while you go to differant pages on your website? If so i can send you the script for that on aim A Random Dotand if you would like it just to play on one page a... read more.
Read the FIRST post of this Topic. - Express your Opinion! Contribute Knowledge :-).

Free Web Hosting, No Ads > CONTRIBUTE > The Internet > Web Design

Website Building - help needed !!!

Lyubomyr
If you know how to do these then pls help me out:
1 - Putting songs for the site to play, like if you go to A section you hear X song, you go to B section you hear Y song, and i don't mean by clicking a link, i want it to automaticly play the song.
2 - Putting help on a hover button, like a smell bubble telling you what is in that link.
3 - Adding smilies and other-non pictures stuff.

Reply

Fantasia
QUOTE(Lyubomyr @ Nov 16 2004, 10:35 PM)
If you know how to do these then pls help me out:
1 - Putting songs for the site to play, like if you go to A section you hear X song, you go to B section you hear Y song, and i don't mean by clicking a link, i want it to automaticly play the song.
2 - Putting help on a hover button, like a smell bubble telling you what is in that link.
3 - Adding smilies and other-non pictures stuff.
*




In order to play background music on a website you need the use the code just below the <body bgcolor line adding (<bgsound src="songname.mp3/wav">) use that code after the bgcolor code and different one each page to play a new song when a new page is opened

Reply

ashiezai
QUOTE(Lyubomyr @ Nov 16 2004, 03:35 PM)
2 - Putting help on a hover button, like a smell bubble telling you what is in that link.




i think what u mean is using alt tag
just like this :

<img src="picture.gif" alt="the text u will see when the cursor points to the picture">

QUOTE
3 - Adding smilies and other-non pictures stuff.


smiles .. u mean those smilies like this smile.gif ?
this is a picture and u save the files and put the tag inside ur html:
<img src="smilies.gif">

what do u mean by other non-pictures stuff ??
word. just type any words will do .... wat r u asking for?

 

 

 


Reply

Vacant
Note that the alt tag only works for images. If you want a tooltip over some text instead, enclose it in the acronym tag, as follows:

CODE


These are some extremely small <acronym title="buzzword, doesn't really mean much">widgets</acronym>.



This will enable an explanation when the word "widgets" is hovered over.

If you want to put a similar explanation for a text LINK (instead of just a non hyperlink) use the following:

CODE


Visit my site at <a href="http://www.web-site.tk" title="this is a great site">web-site.tk</a>.



So basically, adding "title" to many elements will produce a tooltip, or an explanation of the link which will appear when the item is hovered over. Hope it helped!

Reply

rovertos
I have one advice for you - if you use sound in your website make sure that you provide visitors with a way to turn it off, since many people are annoyed bysites with music, especially people who surf the web at work - like me! wink.gif

Reply

rovertos
...As for the hover functionality, what you have to do is dynamically change the src of the image onMouseOver and then restore it onMouseOut.

E.g.

<img src="whatever..." id="myImage" onMouseOver="Javascript:hover('in')" onMouseOut="Javascript:hover('out')">
...
...
...
<script>
function hover(String s){
if (s == "in"){
document.myImage.src="activeImage...";
} else if (s == "out"){
document.myImage.src="normalImage...";
}
}
</script>

Reply

tiger
the easy way i do it for link descriptions is by using this code:

<a href="url here" title="description of link">blah blah</a>

biggrin.gif nice and easy.

Reply

SmUX
QUOTE(rovertos @ Nov 19 2004, 02:59 PM)
I have one advice for you - if you use sound in your website make sure that you provide visitors with a way to turn it off, since many people are annoyed bysites with music, especially people who surf the web at work - like me!  wink.gif


Yeah, the simplest way to do this is to use an iframe hidden somewhere and a page in that window with the music playing...simply make it so when you click a specific link, it opens in the iframe and opens the file "about:blank"...well, it's how I'd do it anyway (if I dared actually play music in a web page...it's so n00bish :-))

Reply

rovertos
[quote=SmUX,Nov 24 2004, 07:55 PM]Yeah, the simplest way to do this is to use an iframe hidden somewhere and a page in that window with the music playing...simply make it so when you click a specific link, it opens in the iframe and opens the file "about:blank"...well, it's how I'd do it anyway (if I dared actually play music in a web page...it's so n00bish :-))
*

[/quote]

Be careful with those iframes... I know Netscape didn't support them and I think Firefox doesn't support them now. <iframe> is IE proprietary, you'd better stick with the standards...

Reply

antitrust
Yeah, the simplest way to do this is to use an iframe hidden somewhere and a page in that window with the music playing...simply make it so when you click a specific link, it opens in the iframe and opens the file "about:blank"...well, it's how I'd do it anyway (if I dared actually play music in a web page...it's so n00bish :-))

Reply

Latest Entries

Duckie
QUOTE
1 - Putting songs for the site to play, like if you go to A section you hear X song, you go to B section you hear Y song, and i don't mean by clicking a link, i want it to automaticly play the song.


Do you want it to play non stop while you go to differant pages on your website? If so i can send you the script for that on aim A Random Dot
and if you would like it just to play on one page automaticly once you go on then the script would be:
CODE
<embed src="http://source.mp3" autostart=true>


-duckie

Reply



Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

(Maximum characters: 10,000)
You have characters left.
Confirm Code:

Pages: 1, 2
Similar Topics

Keywords : website, building, needed

  1. Has Anyone Designed A Website For A Wow Guild?
    (2)
  2. Basic Of Website Creation
    Get basic knowledge on website creation here (9)
    By basic, i mean reaaaal "BASIC". I know that its probably redundant info for so many of us, but I
    still would like you to add your bit into this post , so that newbies benefit from it.....
  3. Website Layout?
    Help me please (3)
    Im sorta really new to html and php, and i want to make or edit a layout for my website that i might
    get from this forum thing, and i need sombody to point me to some tutorials or make me a layout.
    also if you want to you can make me a myspace one too xD. Please and thanks.....
  4. Creating A Good Website, How?!
    (18)
    Creating a good website, How?! I looked at many forums, searching on now to create a good
    website, by good I meant good website interface. For example, Trap17 have this amazing flash header,
    and nice design… I searched and searched, I found that many people started with a photoshop
    picture, then they make it come true by requesting a website coder (A.K.A. Programmer) to code the
    whole website for it. If, I said if, I were good a art, I can design a good nice picture off
    photoshop, and I know how to code, does that means I can make a good website? Please post any ....
  5. Building A Forum Under Another Web Site?
    (7)
    Hello, Im going to set up a simple website to use with my buddies. A main page where I can update
    from time to time and a forum are all I need. I know WYSIWYG builders, ftp uploaders and forum
    moderating. Im thinking of using phpBB since it's free and seems simple and reliable, right?
    My question is can I build the forum on my local computer then upload to hosting service? The
    readme.txt recomends to install online in host machine. And this is what I need to do, right?
    -build an index.html with WYSIWYG, upload it to main folder of host. -create a folder in the....
  6. Flash Media Into Html/css Website
    does anyone know how to import a flash into a webpage with transparenc (1)
    Hi I need some help , Im designing this website for school studies However, I made a flash drop down
    menu, works perfectly, but you know how flash has a background when you export it in to a SWF file?
    For example my flash is width= 800, and height = 200 but my div box on my html page for my
    navigation is only 50 px my buttons is width of 50px and the rest of the content is the drop down
    animations i want to insert it into my navigation div box but i want to set the flash background to
    transparent so that when the drop down menu comes down it overlaps the text or whateva....
  7. Php Auto Website Title
    (8)
    This simple PHP function is pretty handy if you want your websites pages in the title without having
    to name individual ones. It will look like: QUOTE MyWebsite | Index QUOTE Quote:
    MyWebsite | Gallery QUOTE Quote: MyWebsite | Forums etc.. paste the code into your
    "functions" file, or any webpage which is included in every page you have (Reminder: To include a
    webpage, use 'include("webpage.php");') You can of course put the function in each page, but
    that's just annoying .. /tongue.gif" style="vertical-align:middle" emoid=":P" borde....
  8. How To Build A Good Website
    (2)
    First, have a good color is important. You don't want people say "Ow!!! My
    eyes!!! where's the X button????" So try not to use colors like light green, yellow.
    Second, have some content. Will you like a site just with a title? Updated it AT LEAST once a
    month. Third, try not to put "too much" image on the homepage. Otherwise, if they come from a
    search engion, they will probley want to find something that they want. If that takes too long,
    they'll leave. Fourth, having a portal is good if you have a forum. If you are using something....
  9. Help Creating A Profile Website
    how do i make a profile website (13)
    Ok this is my idea: I am making a website about anime. Its function is add anime, review anime,
    search anime, anime information. Users can make a profile. People can make a profile which they can
    edit to theire likes with html to give it a fancy look.(this is what my problem is about) What i
    would like to know is how can i accomplish this. I already have the database for the anime titles
    etc ready, the only thing that needs to be done is the profile section. If you have any tutorial,
    tip or guide i would really really appriciate it. Thx in advance. ....
  10. How To Make A Website
    (If you're trying to drive people away from your site) (18)
    Alright so there are many topics out there of how to make a website that everyone will love and want
    to go to, but I can't seem to find any about how to make a website that people will hate and try
    to run away from, so here are some pointers for those who are trying to make the worst website:
    Step one: COLORS Be sure to use a vivid and bright background color, and a non-noticeable text
    color. Nothing wakes people wake up more than a florescent yellow background with white text. Make
    people work to try to read your website. After all, you have some great content....
  11. Webdesign Frequently Askd Questions
    is it posible to design a sercheingin in your website. (11)
    what i wanna no is is it posible to incorporate a custom search engin into your own website. for a
    while now i have bin wondering is it posible to do this as i would like to try something like this
    out. but i have heard of there being a way to do this in pearl but i no nothing of pearl does
    annyone have anny tips or info on this? (i use frontpage and dreamweaver)....
  12. Please Rate My Website
    out of a possible 10 (19)
    I have built a newly designed website here with Trap17 - http://www.zofanatic.com . Can you please
    rate it or give me some suggestions on the design and layout (including the forum, which runs on
    SMF). Thanks....
  13. My Website Design , Any Suggestions?
    this is something i designed with the help from user sonesay , what do (13)
    Hey guys I designed and almost finish my site, www.keegonguyen.com .. so what do you guys think?
    Have any good suggestions? or anything that i should take out? anything good or bad about it?
    anything at all that would help me out would be nice /tongue.gif" style="vertical-align:middle"
    emoid=":P" border="0" alt="tongue.gif" /> Is it too plain? any beneficial criticism will be fine
    /rolleyes.gif" style="vertical-align:middle" emoid=":rolleyes:" border="0" alt="rolleyes.gif" />
    let me know thanks /smile.gif" style="vertical-align:middle" emoid=":)" border="0" ....
  14. Is There An Xbox Live Gamertag Code To Shw The Gamercard On A Website?
    The title says all! (1)
    Hi everyone, im looking for a code that will display a users xbox live gamercard. Ive seen one
    little widget but that was for the igoogle page ao its not suitable for what i want. Ideally I want
    one thats written with HTML or something like that so its easy for me to modify and such. What i
    want it to do is t have a URL in the code which the user can then insert their gamertag ID into and
    have the widget display their gamercard for all to see. if i ever use this code it will be on a
    money making site, hopefully, so something thats free to use even for commercial things ....
  15. Xml For Dynamic Website Content
    (3)
    Anyone got a site where they're using XML to generate dynamic content? I'm thinking of
    using XML for several elements of the website for my workplace, partially because I can easily
    generate XML through a simple VBA interface far easier than XHTML (since I'm only considering
    the content), so that I can set up easy ways of changing that content for the completely computer
    illiterate people I work with. Also, I'm doing an XML course later, so I want ot get some
    practice in /biggrin.gif" style="vertical-align:middle" emoid=":D" border="0" alt="biggrin.gif....
  16. Practice Needed
    Looking for exercises about PHP (4)
    Hi, Has anyone got any idea about where I could find some exercises related to PHP? I have already
    found some great books which taught me a lot in a short time, same for places on the net, but what I
    really need is something like (Be it a book or web site): 'We have now covered this topic, now,
    write a program that does this and that, using the material you have just studied'. What I have
    seems to lack that, and i think that would be the best help for me, learning by doing things. So, if
    anyone has any ideas, please let me know. Thank you very much in advance. ....
  17. Need Environmental Website Ideas!
    Needing Environmental website ideas for design! (0)
    Hi everyone, I am new to trap17.com. In fact this is my first message. So... Yeah! for me. I
    hope this will website will live up to all of the hype that I have been hearing from all of my
    friends. Ok well getting on to the subject. I am creating an environmental website for a
    competition. The topic is the environment. I can do absolutely anything about the environment. My
    idea is to create a website that will show all of the facts about both the good and bad of the
    environment and all that we can do to help/ save the environment. I am looking for some amaz....
  18. Help! Php Or Just Html?
    i want to start buliding my website. which is better, php or basic htm (13)
    i try to start this topic in webhost category but it seems like i cant. i dont have the permission
    so i just post my topic here. im sorry mod.. i want to build a website which contains: - Links to
    videos - Informations - photos - flash i don't know if i should use php or just HTML. guys,
    what are your opinions..??....
  19. Php Scripts And Website Templates
    php scripts and website templates (7)
    I need some help. I´m trying to start my own website but I´m out of ideas about the design... The
    site should look something like this (click to view) Like I said I´m out of ideas so if any of you
    knows of a good and free web template that looks like my site please post the link to it. I´m also
    looking for some free php scripts (classified ads, fotolog, youtube, banner exchange, link exchange,
    adbux) so if you know where I can find any of those scripts please let me know. Thanks in advance.
    "I Need Some Help" isn't a good topic title. Changed to a more descript....
  20. How To Beat Ironport(best Website Blocker?)
    proxy browsing (0)
    I am asking this question to all experts And answer is not that simple. Problem is that all the
    proxy sites are also banned by IRONPORT. So u cannot beat it that easily. The only solution i know
    is to find out a newest proxy site before it is banned? Is there any better way? All TECH-GODS....
  21. Image Not Taking The Right Size In Web Page
    An image is correct when designed, but not when put in a website (1)
    When trying to make a web page with a GIF image on it which runs a coloured bar along the top and a
    coloured curve along the side, I come across the weird thing that, when I put the image on a web
    site, it does not take in the whole top and does not run from top to bottom completely. The image is
    made in Adobe Photoshop at a resolution of 1024X768 pixela and looks correct , ie. the horizontal
    bit runs completely from left to righ and the vertical bit completely from topright to bottom right,
    yet when put in to the web page, it shows with big margins left and right and to....
  22. Psp Zone Skining And Other Help Needed
    (0)
    Hey working on my new project at http://z11.invisionfree.com/PSP_Zone , this project is called psp
    zone (its a forum) i need a skin, if you think the skin which is in use is cool then reply and tell
    me that, and i need to know that what forums should be in the website like the following is what i
    thought of for right now: PSP Zone Front Desk ------- PSP Zone News ------- Introductions -------
    Support Other forum ideas needed please reply and tell me what else i should add.......
  23. Need A Logo For Website Can't Get Into Ideas
    (10)
    Hi friends i'm running site on computinghost server called http://onecore.net i think again i
    need some help,for good touch to the site so pleasse help me can you think of any good logo idea,i
    want simple,creative,techno-anime style yet smoot for eyes. can you think of any good idea,mymind
    is just wandering here and there /unsure.gif" style="vertical-align:middle" emoid=":unsure:"
    border="0" alt="unsure.gif" /> hope u understand that .... Please send in any dieas for logo almost
    anything.....
  24. How Do I Put A Flash Image In My Website
    (10)
    oke i got flash now and i made this button http://www.crazydesign.trap17.com/coolflashthingy.swf
    this button i wanne use for my website now my question is, what do i need to put it online do i need
    a special code or something,i'm not experienced with this,i heard something about a special code
    u need for it,but i dunno wichi'm just used to using tis QUOTE ....
  25. How To Create Smallest Website
    (21)
    I wonder if any one create smallest website on earth? any webmaster can share this things .. .if
    they can make how could it be? /wink.gif" style="vertical-align:middle" emoid=";)" border="0"
    alt="wink.gif" />....
  26. What Are The Steps To Making A Website?
    (19)
    what are some steps to making a website? im doing a project and i need like 5-7, but id ont know
    waht to put. ....
  27. Help Needed For Alumni Website.
    (6)
    I'm planning to start an Alumni website for my college mates, I searched for any Alumni CMS but
    couldn't find one. So If anyone of you know any Alumni or Community CMS, please share it with
    me. I need a community CMS where each member Can have his own page, and somewhat related to orkut.
    If there is any add-on MODs for Joomla or Mambo please do share them too.....
  28. Excellent Free Website Templates
    (23)
    Site also includes 60 free logo templates, 63 free banner templates, 84 free newsletter templates,
    website arrows, abstract images, and much more. Fantastic resource...
    http://www.templatesbox.com/templates.htm ....
  29. Man Why Is Everything Hard To Get A Website Design
    man webdesigning is hard (32)
    okay ppl why is that they give u front pagew that u make a webdisgn adnthe u have to bye better
    stuff just to get it right plz tell me why....
  30. Which Is The Best Premade Website?
    mambo or phpnuke (7)
    Hi, I am looking for a ready made site like mambo or phpuke, anyone know anyhting faster and lighter
    to use. Moving from What Is...? to Webdesigning Tools and Software Discussion . Topic title AND
    its description are very important when posting a new topic. Entered description. ....

    1. Looking for website, building, needed

*RANDOM STUFF*





*SIMILAR VIDEOS*
Searching Video's for website, building, needed

*MORE FROM TRAP17.COM*
Similar
Has Anyone Designed A Website For A Wow Guild?
Basic Of Website Creation - Get basic knowledge on website creation here
Website Layout? - Help me please
Creating A Good Website, How?!
Building A Forum Under Another Web Site?
Flash Media Into Html/css Website - does anyone know how to import a flash into a webpage with transparenc
Php Auto Website Title
How To Build A Good Website
Help Creating A Profile Website - how do i make a profile website
How To Make A Website - (If you're trying to drive people away from your site)
Webdesign Frequently Askd Questions - is it posible to design a sercheingin in your website.
Please Rate My Website - out of a possible 10
My Website Design , Any Suggestions? - this is something i designed with the help from user sonesay , what do
Is There An Xbox Live Gamertag Code To Shw The Gamercard On A Website? - The title says all!
Xml For Dynamic Website Content
Practice Needed - Looking for exercises about PHP
Need Environmental Website Ideas! - Needing Environmental website ideas for design!
Help! Php Or Just Html? - i want to start buliding my website. which is better, php or basic htm
Php Scripts And Website Templates - php scripts and website templates
How To Beat Ironport(best Website Blocker?) - proxy browsing
Image Not Taking The Right Size In Web Page - An image is correct when designed, but not when put in a website
Psp Zone Skining And Other Help Needed
Need A Logo For Website Can't Get Into Ideas
How Do I Put A Flash Image In My Website
How To Create Smallest Website
What Are The Steps To Making A Website?
Help Needed For Alumni Website.
Excellent Free Website Templates
Man Why Is Everything Hard To Get A Website Design - man webdesigning is hard
Which Is The Best Premade Website? - mambo or phpnuke
advertisement



Website Building - help needed !!!



 

 

 

 

ADD REPLY / Got an Opinion! a humble request :-) RAPID SEARCH! Free Hosting [X]
Express your Opinions, Thoughts or Contribute more info. to help others.
Ask your Doubts & Queries to get answers, So that "Together We can help others!"
Register FREE for AD-FREE forum, Create your own topics, Ask Questions, track topics, setup subscriptions & notifications and Get a Free Website w/ Email and FTP.
500MB Space *No Ads*, CPanel, FTP, PHP, MySQL, EMails - 100% FREE