• Welcome to SCdev.org. Please log in.

Welcome to the new SCdev forums!

Help with website

Started by rocky, March 29, 2006, 07:20:40 PM

Previous topic - Next topic

rocky

Sorry if this is in the wrong catagory I dont know where else to put it but does anyone know how to change the little picture next to your website name like how ebay has theirs?  Also does anyone know how to change the name so it scrolls across the screen or does something? like cyprienwalkers site here? http://www.cyprienwalkermovies.com/
also how do I put a page inside of a page?

My site is here


http://webpages.charter.net/braineatingalienkyle/

or you can also go here, its easier but has adds

http://braineatingalien.tk/

I have been trying to figure this out for awile but cant.

thanks

DeVS

To make a pic show up next to your url, make a pic and save it as .ico file extension, then just drop that pic in the root of your websites server and name it favicon.ico.
Laugh Hard, It's A Long Ways To The Bank

sirec

here is the  script  that  is needed

<HEAD>

<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
var message = new Array();
// Set your messages below -- follow the pattern.
// To add more messages, just add more elements to the array.
message[0] = "Graphics Dont Matter";
message[1] = "Stories Do!";
message[2] = "Cyprien*Walker*Movies";
message[3] = "AND";
message[4] = "Ranch FM";

// Set the number of repetitions (how many times the arrow
// cycle repeats with each message).
var reps = 2;
var speed = 200;  // Set the overall speed (larger number = slower action).

// DO NOT EDIT BELOW THIS LINE.
var p = message.length;
var T = "";
var C = 0;
var mC = 0;
var s = 0;
var sT = null;
if (reps < 1) reps = 1;
function doTheThing() {
T = message[mC];
A();
}
function A() {
s++;
if (s > 8) { s = 1;}
// you can fiddle with the patterns here...
if (s == 1) { document.title = '|||*======||| '+T+' -----'; }
if (s == 2) { document.title = '|||==*====||| '+T+' -----'; }
if (s == 3) { document.title = '|||====*==||| '+T+' -----'; }
if (s == 4) { document.title = '|||======*||| '+T+' -----'; }
if (s == 5) { document.title = '|||====*==||| '+T+' -----'; }
if (s == 6) { document.title = '|||==*====||| '+T+' -----'; }
if (s == 7) { document.title = '|||*======||| '+T+' -----'; }
if (s == 8) { document.title = '|||=======||| '+T+' -----'; }
if (C < (8 * reps)) {
sT = setTimeout("A()", speed);
C++;
}
else {
C = 0;
s = 0;
mC++;
if(mC > p - 1) mC = 0;
sT = null;
doTheThing();
  }
}
doTheThing();
//  End -->
</script>


<p>

<!-- Script Size:  2.10 KB -->

<SCRIPT>
<!--

/*
Break-out-of-frames script
By JavaScript Kit (http://javascriptkit.com)
Over 400+ free scripts here!
Above notice MUST stay entact for use
*/

if (window!= top)
top.location.href=location.href
// -->
</SCRIPT>





where it  has the message message[0] = "Graphics Dont Matter"; etc  put yours in

i duno if you can alter the  animation thingy of it but i think it can be done  have a play and  show us  what u have done with it.

i aint sure if the codeing is all there but i think it is  as i tested it offline  on the computer
nimal  Crossing  -
Name - Stuart          
Town - Telford        
Friend Code - 2749-3900-3814

rocky

thanks but I still cant get the Icon thing to work.  heres the link

http://webpages.charter.net/braineatingalienkyle/favicon.ico

its in the root directory, it wouldent be because I have a free website would it?  I even tried copying a icon from another site and it didnt work

Blebekblebek

you can't put icon on freewebsite since you can't accses to root folder

rocky

Yea but cant you have it so you can put a different picture on each page?

jmr

why dont you just pay a few pounds & buy a domain name of a company that give free web hosting with the name
im in the uk & ive bought a few names of these lot http://www.freevirtualservers.com/free_hosting_features.html
you get 100mb of space & 100 MB Bandwidth loads of scrips (Geeklog, Joomla, Mambo, PHP-Nuke, Post-Nuke, Siteframe, Xoops, etc, etc)
NO ads if you need to host files but are worried about
going over you bandwidth just host them some place like
http://www.tripod.lycos.co.uk/
i dont know what country your in but there should be some were similar
you could get braineatingalien.info for £2.99 & then you could mess about in
the root folder

pwherman

Make sure your icon is 16x16 pixels, and make sure it's exactly "favicon.ico."

(After you save it in Paint or whatever, go into some sort of explorer, and change its extension from .bmp/.jpg/.gif or whatever to .ico)

Then, just upload it to the root, and it should work if it's exactly 16x16 and named correctly.

Cyprien Walker

yes you can change the animation with the text inc the bar.
frames are easy to make as will if you make sure that the file names are correct.

music play is simple links as well menu bar is one page.