This Layout is From Sw33t_Layouts!<3
here
are
some
sexy
codes
for you!
codes__________________e
read my profile
sign my guestbook

Name: Emily


Message: message me


Member Since: 4/12/2005

SubscriptionsSites I Read
updates

Blogrings
~XaNgA hTmL c0dEs~
previous - random - next

~Xanga Codes Here!~
previous - random - next

*cOdEs-n-mOrE*
previous - random - next

CODES CODES CODES CODES
previous - random - next

My Codes are HOT!!
previous - random - next

#**&^.^(CODES)^.^&**#
previous - random - next

Codez_4_u
previous - random - next


Posting Calendar

|<< oldest | newest >>|
view all weblog archives

Get Involved!

Suggest a link

Recommend to friend

Create a site


Sunday, August 21, 2005

hey, i've finally decided to post again. here are some new codes:

this code changes the script up top so instead of saying codes_____________e's xanga site it says, "codes <333" put the code in your custom header and change "TEXT HERE" to say whatever you want it to say. here's the code:

<script>document.title="TEXT HERE";</script>

this code diasbles highlighting so people can't copy your stuff. put it in the custom header:

<body bgcolor="#FFFFFF" ondragstart="return false" onselectstart="return false" oncontextmenu="return false">

this code changes your eprop picture so instead of having a little gold "e" for the eprop picture you can have little stars or hearts or something. go to www.google.com and search for small images of whatever you want. when you find something you want, copy the URL code from it and paste it in the place where it says, "PASTE URL CODE HERE". oh yeah, and when you're copying the URL code from google make sure you're copying it from the right place. so, when you search for "star" the whole page is filled with pictures of stars. if you copy the URL code from the page with all the little stars you'll get the wrong URL so you have to click the image to go to the next page/website and copy the URL from there. i hope that made sense....also, not all URLs will work even if you do copy the right one. anyways....here's the code:

<!-- begin code provided by createblog.com -->

<script language=javascript>

var oldprop = new Array('http://www.xanga.com/Images/eProp.gif');

var newprop = new

Array('PASTE URL CODE HERE');

for (var i = 0; i < document.images.length; i++) {

for (var s = 0; s < oldprop.length; s++){

if (document.images[i].src == oldprop[s]){

neweprop = document.createElement('img');

neweprop.src = newprop[s];

document.images[i].parentNode.replaceChild(neweprop, document.images[i]);

break;

}

}

}

</script>

<!-- end code provided by createblog.com -->

alright well, i have all those codes on my personal xanga site so i know they work. if you have trouble with any of them, comment. also....if you want little smilies like these:  go to....

http://www.xanga.com/home.aspx?user=sherrys_designs

she has lots of little smilies like those in lots of different colors. well, that's all for now but i'll try and post sometime soon. leave comments and requests if you need anything.


Saturday, April 30, 2005

OK. well guys, i don't think i can add any new codes or anything until june because thats when school gets out for me. so i'm really sorry. and a lot of people have been having trouble with music players so i think thats just a bad code....so i'll get a different one....

here it is(drop down music player):

<object id="darkplayer" codeBase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" type="application/x-oleobject" height="0" standby="Loading Microsoft Windows Media Player components..." width="0" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95">
<param NAME VALUE>
<param NAME="ShowControls" VALUE="0">
<param NAME="ShowStatusBar" VALUE="0">
<param NAME="ShowDisplay" VALUE="0">
<param NAME="DefaultFrame" VALUE="Slide">
<param NAME="Autostart" VALUE="1">
<param NAME="Loop" VALUE="True">
</object>
<form name="form">
<p style="text-align: center">
<select style="FONT-SIZE: 8pt; BACKGROUND:#ffffff; WIDTH: 170px; COLOR: #000000; font-face: cosmic sans ms; " name="playlist" size="1">
<option value="0">NAME OF SONG</option>
<option value="1">NAME OF SONG</option>
<option value="2">NAME OF SONG</option>
<option value="3">NAME OF SONG</option>
<option value="4">NAME OF SONG</option>
</select><br>
<input TYPE="BUTTON" NAME="darkplay" VALUE="PLAY" OnClick="play(document.forms['form'].playlist);">
<input TYPE="BUTTON" NAME="darkpause" VALUE="PAUSE" OnClick="document.darkplayer.Pause(); playstate=2;">
<input TYPE="BUTTON" NAME="darkstop" VALUE="STOP" OnClick="document.darkplayer.Stop(); playstate=2;"></p>
</form>
<script language="JavaScript">
<!--
var playstate = 1;
shuffle = 1;  // set to 0 to always play first song in list
              // set to 1 to randomly choose the first song to play
songs=new Array();
songs[0]="URL OF SONG"
songs[1]="URL OF SONG"
songs[2]="URL OF SONG"
songs[3]="URL OF SONG"
songs[4]="URL OF SONG";
if (shuffle == 1) {
var randsg = Math.floor(Math.random()*songs.length);
document.darkplayer.FileName = songs[randsg];
document.darkplayer.scr = songs[randsg];
document.forms['form'].playlist.options[randsg].selected = true;
}
function play(list) {
if (playstate == 2) {
document.darkplayer.Play();
} else {
var snum = list.options[list.selectedIndex].value
document.darkplayer.FileName = songs[snum];
document.darkplayer.scr = songs[snum];
}
playstate = 1;
}
//-->
</script>

also here's the code that changes words so instead of saying NAME: it says like HEY I'M: so here it is (put it in website stats!!!):

<script language="javascript">
function replaceWords()
{
    // ***add the words or fragments you wish to replace below
    var oldWords = new Array(
        "Get Involved",
        "Posting Calendar",
        "Stats",
        "Member since",
        "Real Name",
        "Birthday",
        "Gender",
        "Female",
        "Location",
        "Maryland",
        "Hobbies",
        "Email",
        "view entire profile",
        "sign my guestbook",
        "My Blogrings");
    // *** add the replacing words or fragments below
    var newWords = new Array(
        "InVoLvE yOuRsElF",
        "EvEnToS",
        "sTaTs",
        "Been a xAnGaEr since",
        "This is me",
        "BdAi",
        "Seks",
        "cHiCkA",
        "LoCa",
        "Em Dee",
        "Gotta Love",
        "Write to me",
        "This is me",
        "Leave A Mark",
        "Blogrings");
    allTableData = document.getElementsByTagName('td');
    allTableHeaders = document.getElementsByTagName('th');
       
    var collections = new Array(allTableData,allTableHeaders);
   
    for (var k = 0 ; k < collections.length ; ++k )
    {
        for (var i = 0 ; i < collections[k].length ; ++i )
        {  
            if (collections[k][i].innerHTML.indexOf('TABLE') == -1)
            {
                for ( var n = 0 ; n < oldWords.length; ++n )
                {
                    var indx = collections[k][i].innerHTML.indexOf(oldWords[n])
                    while (indx != -1)
                    {  
                        var replacement = '';
                        indx = collections[k][i].innerHTML.indexOf(oldWords[n]);
                        replacement = collections[k][i].innerHTML.replace(oldWords[n], newWords[n]);
                        collections[k][i].innerHTML = replacement;
                        break;                   
                    }
                }
            }
        }
    }
}
replaceWords();

 

 

 

so i'm really sorry i won't be able to update for about a month, but i'll be bored in the summer so i'll be able to put up some codes. also, i will GET codes for you but i won't MAKE them. like i can't make drop down music players for all of you. but i'll try to get some new codes in june.

xoxo,

emily


Sunday, April 17, 2005

HOW TO MAKE A DROP DOWN MUSIC PLAYER:

ok guys, i know its hard, i had so much trouble with mine at first. i have the code in the entry below, so first put go to the look and feel section of your xanga, the paste the whole code in the CUSTOM HEADER. now, you have to find music codes. here is a good site...

http://www.xanga.com/home.aspx?user=Music__Galore

they have some good stuff. also, search for xanga users with the word "music" in their name. cause they'll sometimes have music URLs. anyways...when you find a song that you like on someone's site(and it has to be a link) you right click, and click copy shortcut. now in the code somewhere it will say:

songs[0]="SONGURL HERE"
songs[1]="SONGURL HERE"
songs[2]="SONGURL HERE"

paste your URL code where it says SONGURL HERE. you MUST leave the little qoutations!!! otherwise the song won't play. now. now somewhere in the code it will say:

<option value="0">TITLE - ARTIST</option>
<option value="1">TITLE - ARTIST</option>
<option value="2">TITLE - ARTIST</option>

this is where you change the title and artist or you just make it say whatever you want it to say. for example. if you wanted to put...emily by THE EMILY'S...then the code would look like this:

<option value="0">eMiLy~THE EMILY'S</option>

you can write whatever you want it to say for the song title. ok also you can change it so the buttons don't say play, pause, stop, etc. you can make it say whatever you want.

so here is the part of the code where you can change that.

<input TYPE="BUTTON" NAME="darkplay" VALUE="play" OnClick="play(document.forms['form'].playlist);">
<input TYPE="BUTTON" NAME="darkpause" VALUE="pause" OnClick="document.darkplayer.pause(); playstate=2;">
<input TYPE="BUTTON" NAME="darkstop" VALUE="stop" OnClick="document.darkplayer.stop(); playstate=2;"></p>
</form>

you can change the words where it says "pause"....etc...but remember, leave the quotation marks. also...you can change the color of your music player.

<select style="FONT-SIZE: 8pt; BACKGROUND:#FFFFFF; WIDTH: 160; COLOR: #00000; font-face:

backround is of course, the backround color where on the little scrolling part (where it says the names of the songs.) and where it says COLOR: #00000 you can change the color of the text.

eMiLy

OH WAIT I ALMOST FORGOT!!! when you want to add more songs to you playlist....

songs[0]="SONGURL HERE"
songs[1]="SONGURL HERE"
songs[2]="SONGURL HERE"

just type a new thing there and add the next number.... like this....

songs[0]="SONGURL HERE"
songs[1]="SONGURL HERE"
songs[2]="SONGURL HERE"  

songs[3]="SONGURL HERE"                                               

then same for the titles of the songs. any questions, just comment.

 


here is the code for the cursor i have (with the pink hearts):

<style>
<!--
BODY{
cursor:url("http://www.yummyapology.net/cursor1.ani");
}
-->
</style>

code for drop down music player (if you don't know how to put in the music links, stuff like that, leave a comment!):

<object id="darkplayer" codeBase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" type="application/x-oleobject" height="0" standby="Loading Microsoft Windows Media Player components..." width="0" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95">
<param NAME VALUE>
<param NAME="ShowControls" VALUE="0">
<param NAME="ShowStatusBar" VALUE="0">
<param NAME="ShowDisplay" VALUE="0">
<param NAME="DefaultFrame" VALUE="Slide">
<param NAME="Autostart" VALUE="1">
<param NAME="Loop" VALUE="True">
</object>
</p>
<form name="form">
<p style="text-align: center">
<select style="FONT-SIZE: 8pt; BACKGROUND:#FFFFFF; WIDTH: 160; COLOR: #00000; font-face: verdana; height:174" name="playlist" size="1">
<option value="0">TITLE - ARTIST</option>
<option value="1">TITLE - ARTIST</option>
<option value="2">TITLE - ARTIST</option>
</select><br>
<input TYPE="BUTTON" NAME="darkplay" VALUE="play" OnClick="play(document.forms['form'].playlist);">
<input TYPE="BUTTON" NAME="darkpause" VALUE="pause" OnClick="document.darkplayer.pause(); playstate=2;">
<input TYPE="BUTTON" NAME="darkstop" VALUE="stop" OnClick="document.darkplayer.stop(); playstate=2;"></p>
</form>


<script language="JavaScript">
<!--
var playstate = 1;
shuffle = 1; // set to 0 to always play first song in list
// set to 1 to randomly choose the first song to play
// unlimited songs, just copy and paste the song line and change the number
songs=new Array();
songs[0]="SONGURL HERE"
songs[1]="SONGURL HERE"
songs[2]="SONGURL HERE"

if (shuffle == 1) {
var randsg = Math.floor(Math.random()*songs.length);
document.darkplayer.FileName = songs[randsg];
document.darkplayer.scr = songs[randsg];
document.forms['form'].playlist.options[randsg].selected = true;
}
function play(list) {
if (playstate == 2) {
document.darkplayer.Play();
} else {
var snum = list.options[list.selectedIndex].value
document.darkplayer.FileName = songs[snum];
document.darkplayer.scr = songs[snum];
}
playstate = 1;
}
//-->
</script>

blue sparkly stars mouseover:

<!-- begin code provided by createblog.com -->
<style type="text/css">a:hover {background:url(http://img.photobucket.com/albums/v377/glittersigns/stars.gif); text-decoration: none;}</style>
<!-- end code provided by createblog.com -->

dancing words marquee:

<center><DIV align=center>
<MARQUEE scrollAmount=2 scrollDelay=15 direction=down behavior=alternate width="4%" height=26 align="middle"> I </MARQUEE>
&nbsp;
<MARQUEE scrollAmount=2 scrollDelay=20 direction=up behavior=alternate width="4%" height=24 align="middle"> L</MARQUEE>
&nbsp;
<MARQUEE scrollAmount=2 scrollDelay=15 direction=down behavior=alternate width="4%" height=26 align="middle"> O</MARQUEE>
&nbsp;
<MARQUEE scrollAmount=2 scrollDelay=20 direction=up behavior=alternate width="4%" height=24 align="middle"> V</MARQUEE>
&nbsp;
<MARQUEE scrollAmount=2 scrollDelay=15 direction=down behavior=alternate width="4%" height=26 align="middle">E</MARQUEE>
&nbsp;
<MARQUEE scrollAmount=2 scrollDelay=20 direction=up behavior=alternate width="4%" height=24 align="middle"> Y</MARQUEE>
&nbsp;
<MARQUEE scrollAmount=2 scrollDelay=15 direction=down behavior=alternate width="4%" height=26 align="middle"> O</MARQUEE>
&nbsp;
<MARQUEE scrollAmount=2 scrollDelay=20 direction=up behavior=alternate width="4%" height=24 align="middle">U</MARQUEE>
&nbsp;
<MARQUEE scrollAmount=2 scrollDelay=15 direction=down behavior=alternate width="4%" height=26 align="middle">!</MARQUEE>
&nbsp;
<MARQUEE scrollAmount=2 scrollDelay=20 direction=up behavior=alternate width="4%" height=24 align="middle">!</MARQUEE>
</DIV></div><center>

scrolling up marquee:

<!-- begin code provided by createblog.com -->
<marquee behavior=scroll direction="up">Your message here</marquee>
<!-- end code provided by createblog.com -->

more later!! keep commenting!!!

emily


Saturday, April 16, 2005

hey again! thanks for the people who left comments. here are some new codes!

code for pop up at the beginning(change the words):

<!-- Popup Alert on Entry : Blogring.net -->
<script language="JavaScript">
function confirm() {
if (!confirm("TEXT"))
 history.go(-1);
return " ";
}
document.writeln(confirm())
//brnet document.pop
</script>
<!-- End Script : Provided by Blogring.net -->

code for pop up at the end(again..change the words):

<body onUnload="alert('TEXT');">

 

code for spaced out hover over:

<!-- begin code provided by createblog.com -->
<style type="text/css">
{
a:hover{letter-spacing:5px
}
</style>
<!-- end code provided by createblog.com -->

upside down hover over:

<!-- begin code provided by createblog.com -->
<style type="text/css">
A:hover
{
filter: flipv
}
</style>
<!-- end code provided by createblog.com -->

code for no right click with pop up:

<!--

begin code provided by createblog.com --><script

language="JavaScript">var message="WRITE YOUR MESSAGE HERE";function

click(e) {if (document.all) {if (event.button==2||event.button==3)

{alert(message);return false;}}if (document.layers) {if (e.which == 3)

{alert(message);return false;}}}if (document.layers)

{document.captureEvents(Event.MOUSEDOWN);}document.onmousedown=click;//

--></SCRIPT> <!-- end code provided by createblog.com -->

code for rainbow hover over:

<!-- begin code provided by createblog.com -->

<script language=javascript>

var rate = 100; // Increase amount(The degree of the transmutation)

var obj; // The object which event occured in

var act = 0; // Flag during the action

var elmH = 0; // Hue

var elmS = 128; // Saturation

var elmV = 255; // Value

var clrOrg; // A color before the change

var TimerID; // Timer ID

si=setInterval;

if (navigator.appName.indexOf("Microsoft",0) != -1 && parseInt(navigator.appVersion) >= 4) {

Browser = true;

} else {

Browser = false;

}

if (Browser) {

document.onmouseover = doRainbowAnchor;

document.onmouseout = stopRainbowAnchor;

}

function doRainbow()

{

if (Browser && act != 1) {

act = 1;

obj = event.srcElement;

clrOrg = obj.style.color;

TimerID = si("ChangeColor()",100);

}

}

function stopRainbow()

{

if (Browser && act != 0) {

obj.style.color = clrOrg;

clearInterval(TimerID);

act = 0;

}

}

function doRainbowAnchor()

{

if (Browser && act != 1) {

obj = event.srcElement;

while (obj.tagName != 'A' && obj.tagName != 'BODY') {

obj = obj.parentElement;

if (obj.tagName == 'A' || obj.tagName == 'BODY')

break;

}

if (obj.tagName == 'A' && obj.href != '') {

act = 1;

clrOrg = obj.style.color;

TimerID = si("ChangeColor()",100);

}

}

}

//document.write.blogring

function stopRainbowAnchor()

{

if (Browser && act != 0) {

if (obj.tagName == 'A') {

obj.style.color = clrOrg;

clearInterval(TimerID);

act = 0;

}

}

}

function ChangeColor()

{

obj.style.color = makeColor();

}

function makeColor()

{

// HSVtoRGB

if (elmS == 0) {

elmR = elmV; elmG = elmV; elmB = elmV;

}

else {

t1 = elmV;

t2 = (255 - elmS) * elmV / 255;

t3 = elmH % 60;

t3 = (t1 - t2) * t3 / 60;

if (elmH < 60) {

elmR = t1; elmB = t2; elmG = t2 + t3;

}

else if (elmH < 120) {

elmG = t1; elmB = t2; elmR = t1 - t3;

}

else if (elmH < 180) {

elmG = t1; elmR = t2; elmB = t2 + t3;

}

else if (elmH < 240) {

elmB = t1; elmR = t2; elmG = t1 - t3;

}

else if (elmH < 300) {

elmB = t1; elmG = t2; elmR = t2 + t3;

}

else if (elmH < 360) {

elmR = t1; elmG = t2; elmB = t1 - t3;

}

else {

elmR = 0; elmG = 0; elmB = 0;

}

}

//document.write.blogring

elmR = Math.floor(elmR);

elmG = Math.floor(elmG);

elmB = Math.floor(elmB);

clrRGB = '#' + elmR.toString(16) + elmG.toString(16) + elmB.toString(16);

elmH = elmH + rate;

if (elmH >= 360)

elmH = 0;

return clrRGB;

}

</script>

<!-- end code provided by createblog.com -->

code for fireworks:

<!-- begin code provided by createblog.com -->

<!-- begin code provided by createblog.com -->

<script>

// xanga fireworks - by jeff aka godofphotoshop

// happy fourth of july everyone!

// paste in website stats

var firework_text = "*"; // control fireworks shape

var firework_count = 5; // higher = more blooms at a time

var firework_size = 150; // higher = larger blooms

var firework_density1 = 25; // higher = dense fireworks

var firework_density2 = 10; // higher = dense fireworks

var firework_life = 80; // higher = longer lasting blooms

var firework_fadelife = 20; // higher = longer to fade

// do not edit below this line

var blooms = new Array();

var firework_enabled = true;

var myCanvas = document.body;

var time = 0;

var bloomid = 0;

stix = window.setTimeout;

// HSV conversion from http://www.ficml.org/jemimap/style/color/wheel.html

function hue2hex(Hdeg) {

H = Hdeg/360; // convert from degrees to 0 to 1

S = 1;

V = 1;

var_h = H*6;

var_i = Math.floor( var_h ); //Or ... var_i = floor( var_h )

var_1 = V*(1-S);

var_2 = V*(1-S*(var_h-var_i));

var_3 = V*(1-S*(1-(var_h-var_i)));

if (var_i==0) {var_r=V; var_g=var_3; var_b=var_1}

else if (var_i==1) {var_r=var_2; var_g=V; var_b=var_1}

else if (var_i==2) {var_r=var_1; var_g=V; var_b=var_3}

else if (var_i==3) {var_r=var_1; var_g=var_2; var_b=V}

else if (var_i==4) {var_r=var_3; var_g=var_1; var_b=V}

else {var_r=V; var_g=var_1; var_b=var_2}

R = Math.round(var_r*255); //RGB results = From 0 to 255

G = Math.round(var_g*255);

B = Math.round(var_b*255);

hexval = R*65536 + G*256 + B

hexstr = hexval.toString(16);

while(hexstr.length < 6) hexstr = "0" + hexstr;

return "#" + hexstr;

}

function Bloom() {

size = firework_size * (0.9 + (Math.random() * 0.1));

centerX = Math.random() * (myCanvas.clientWidth - size) + size/2;

centerY = Math.random() * (myCanvas.clientHeight - size) + myCanvas.scrollTop + size/2;

density1 = firework_density1 * (0.9 + (Math.random() * 0.1));

density2 = firework_density2 * (0.9 + (Math.random() * 0.1));

hue = 360 * Math.random();

this.bloomid = bloomid++;

this.active = true;

this.offtime = time + (firework_life * (0.9 + (Math.random() * 0.2)));

this.masterParticles = new Array();

for(var i = 0; i < density1; i++) { this.masterParticles.push(new MasterParticle(centerX, centerY, Math.random() * 6.283, size * (0.3 + Math.random() * 0.7), hue + (Math.random() * 60), density2)); }

}

function MasterParticle(x, y, direction, velocity, hue, density2) {

this.x = x;

this.y = y;

this.dx = velocity * Math.cos(direction) / density2;

this.dy = velocity * Math.sin(direction) / density2;

this.hue = hue;

this.subParticles = new Array();

this.i = 0;

this.density2 = density2;

}

function SubParticle(x, y, hue, bloomid) {

var z = document.createElement("span");

z.innerText = firework_text;

z.style.position = "\u0061bs\u006flut\u0065";

z.style.top = y;

z.style.left = x;

z.style.color = hue2hex(hue);

z.id = "span_" + bloomid.toString();

this.span = myCanvas.appendChild(z);

}

function NullBloom() {

this.active = false;

}

function Clear(bloomid) {

while(document.getElementById("span_" + bloomid.toString())) document.body.removeChild(document.getElementById("span_" + bloomid.toString()));

}

function StopFireworks() {

for(i = 0; i < firework_count; i++) { if(blooms[i].active) Clear(blooms[i].bloomid); blooms[i] = null; blooms[i] = new NullBloom(); }

firework_enabled = false;

}

for(var i = 0; i < firework_count; i++) blooms.push(new NullBloom());

function updateFireworks() {

time++;

for(var a = 0; a < firework_count; a++) {

// update fireworks colors

if(blooms[a].active) {

for(var b = 0; b < blooms[a].masterParticles.length; b++) {

bo = blooms[a].masterParticles[b];

if(bo.i++ < bo.density2) bo.subParticles.push(new SubParticle(bo.x + bo.i * bo.dx, bo.y + bo.i * bo.dy, bo.hue, blooms[a].bloomid));

if(blooms[a].offtime <= time) {

for(var c = 0; c < blooms[a].masterParticles[b].subParticles.length; c++) {

var temp = blooms[a].masterParticles[b].subParticles[c];

}

}

}

if((blooms[a].offtime + firework_fadelife) <= time) {

Clear(blooms[a].bloomid);

blooms[a] = null;

blooms[a] = new NullBloom();

}

}

else if(Math.random() < 0.05) {

blooms[a] = new Bloom();

}

}

if(firework_enabled) stix(updateFireworks, 50);

}

stix(updateFireworks, 3000);

</script>

<a href="#" onclick="StopFireworks();">stop the fireworks</a> - <a href="http://www.xanga.com/godofphotoshop">get the script</a>

<!-- end code provided by createblog.com -->

<!-- end code provided by createblog.com -->

i'll post more codes later. leave comments and requests guys!!

xoxo, emily

 



Next 5 >>