inspirationalx0xlayouts
» the makers



May
we call her Tay; youngin at thirteen; took her first breath on o7491; vietnamese;

Linh
Pepo call me Linh; just a twelve young azn grl; first heart beat on 1o892; sorry but taken; innocent azn babe wanderun round xanguh.

» navigation
o1 xanga
o2 sign in
o3 log out
o4 guestbook
o5 subscribe to me
o6 private
o7 look and feel
o8 edit profile
o9 feedback
1o subbies

» site map
o1 entry:
[must read]
Rules
Intructions
o2 entry:
[requesting center]
requests & forms
o3 entry:
[coming soon]
coming soon
o4 entry:
[graphix]
Layouts
Banners
Icons
o5 entry:
codes

» the rules
o1. NO jocking
o2. no swearing
o3. don't complain
o4. must keep credit
o5. if use our layouts.. must subscribe or join our blogring!

» requests
NOT OPEN

» music currently playing

» the layout info

i put the site together so don't go copying and pasting and jocking anything because that`s illegal and wrong.

inspirationalx0xlayouts
read my profile
sign my guestbook

Name: christy and linh
Birthday: 5/13/1991
Gender: Female


Interests: making layouts
Expertise: making layouts


Message: message me
Jabber: oo lovely


Member Since: 5/5/2005

SubscriptionsSites I Read

Posting Calendar

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

Get Involved!

Suggest a link

Recommend to friend

Create a site


Sunday, May 08, 2005

MUST READ

rules
o1. do not claim my designs/tutorials as your own.
o2. never remove the link or credit label from my designs.
o3. do not redistribute my designs/tutorials in any way.
o4. do not alter my designs/turorials in any way.
o5. if you use our layouts you must subscribe

instructions

for Layouts

o1. click on the little Xes in the brackets next to the layout you wanna look at. It'll open the link in a new window.
o2. highlight the entire code in the entry. if you don't highlight part of it, something'll be wrong when you put it on your site.
o3. copy it.
o4. go to your site's look and feel.
o5. paste the code in your input custom header part, NOT WEBSTATS.

for Banners
Banners are all there for you. The blank ones are for request in this site only! The others are for xanga/site use. No redistributing them to others. All you have to do is copy & paste the code into the place where you wanted to show. Use full code. If you`re nice, please upload it yourself so we don`t have to keep on doing it.


REQUESTING CENTER

requesting forms
To request just leave a comment with the below.

 

Layout

o1. Color theme:

o2. Font:

o3. Font Color:

o4. What you want it to say:

o5. Background Color:

o6. Picture: if you do give us the link:

o7. Others. other details you want to add:


Saturday, May 07, 2005

entry coming soon entry coming soon entry coming soon entry coming soon entry coming soon entry coming soon entry coming soon entry coming soon entry coming soon entry coming soon entry coming soon entry coming soon entry coming soon entry coming soon entry coming soon entry coming soon entry coming soon entry coming soon entry coming soon entry coming soon entry coming soon entry coming soon entry coming soon entry coming soon entry coming soon entry coming soon entry coming soon entry coming soon entry coming soon entry coming soon entry coming soon entry coming soon


ICONS

 

note* these are just icons that i found on search sites


Animals


                        

 

Clothes

 

             

 

Cute

 

                        

                       

Dance

 

     
 

Foods

 

                 


Friends

 

       

 

Funny Phrases

                                                                                     

Ghetto / Sexy


                         

Guys


    

 

Hair Color


   

 

Love


        


Thursday, May 05, 2005

CODES

 

Pop-up Alerts

 

 o1. Entering  Pop-up Alert
[custom header]

<SCRIPT language="JavaScript">alert("TEXT") </SCRIPT>

 

 o2. Leaving Pop-up Alert

[custom header]

<BODY onUnload="alert('TEXT HERE');">

 

o3. Entering & Leaving Pop-up Alert
[custom header]

<BODY onLoad="alert('ENTER TEXT');"onUnload="alert('LEAVING TEXT');">

 

Music Codes

 

o1. Drop Down Music Playlist
[custom header]

<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>

 

o2. New Song on Refresh
[custom header]

<!-- begin code provided by createblog.com -->
<!-- begin code provided by createblog.com -->
<script language="JavaScript"><!--
// modified to eliminate 'undefined' error by micron
// for more xanga scripts and help go to createblog.com
ctips = new Array();
ctips[0]="Title of Song1";
ctips[1]="Title of Song2";
ctips[2]="Title of Song3";
ctips[3]="Title of Song4";
tips = new Array();
tips[0]="http://url.to/song1.asf";
tips[1]="http://url.to/song2.asf";
tips[2]="http://url.to/song3.asf";
tips[3]="http://url.to/song4.asf";
index=Math.floor(Math.random() * tips.length);
document.write("<center><embed src="+tips[index]+" width=0 height=0 align=top autostart=true loop=true controls=hidden type=audio/x-pn-realaudio-plugin exts=ra,ram Init fn=load-types mime-types=mime.types></embed></center>")
document.write("<center><font color=#000000>"+ctips[index]+"</center>")
//-->
</script>
<!-- end code provided by createblog.com -->
<!-- end code provided by createblog.com -->

 

Custom Codes

 

o1. Custom Module
[website stats]

<!-- begin code provided by createblog.com -->
<script>
titleContent = 'Title Here';
moduleContent = 'Module Content';
sub = subTitle.parentNode.parentNode.parentNode.parentNode.parentNode
sub.insertAdjacentHTML('beforeBegin','<table border="1" cellspacing="0" cellpadding="4" width="100%" class="left"><tr><th valign="top" align="left" class="left">' + titleContent + '</th></tr><tr><td valign="top" class="left">' + moduleContent)
sub.insertAdjacentHTML('beforeBegin','<BR>');
</script>
<!-- end code provided by createblog.com -->

 

Scrollbar Codes

 

o1. Scrollbar on Left Side
[website stats or custom header]

<body ONCONTEXTMENU="return false" dir="rtl"><DIV DIR="LTR">

 

Changing Font for you Entire Site

 

o1. Change Underlined Text
[custom header]

<!-- begin code provided by createblog.com -->
<style type="text/css">
.blogbody u, .standard u, p u, u {
font-weight: underline;
color: red;}
</style>
<!-- end code provided by createblog.com -->

 

o2. Double Underlined Text
[custom header]

<!-- begin code provided by createblog.com -->
<style type="text/css">
.blogbody u, .standard u, p u, u {
font-weight: lighter;
color: #888888;
border-bottom: #ff0099 dashed 1px;}
</style>
<!-- end code provided by createblog.com -->

 

o3. Change Italisized Text
[custom header]

<!-- begin code provided by createblog.com -->
<style type="text/css">
.blogbody i, .standard i, p i, em {
font-weight: italic;
color: red;}
</style>
<!-- end code provided by createblog.com -->

 

o4. Change Bold Text
[custom header]

<!-- begin code provided by createblog.com -->
<style type="text/css">
.blogbody i, .standard i, p i, em {
font-weight: italic;
color: red;}
</style>
<!-- end code provided by createblog.com -->

 

Change/Replace words, images, and text

 

o1. Change Date - Day/Month
[website stats]

<script type="text/javascript">
//
// ?003 EasterEgg, http://www.xanga.com/easteregg
// Changes date text
// For use at Xanga only.
//
// Info at http://dorkette.net
//

function replaceWordsDates()
{
// ***add the Months or Days you wish to replace below
var oldWordsDates = new Array(
"January",
"February",
"March",
"April",
"May",
"June",
"July",
"August",
"September",
"October",
"November",
"December",
"Monday",
"Tuesday",
"Wednesday",
"Thursday",
"Friday",
"Saturday",
"Sunday"
);

// *** add the replacing Months or Days below
var newWordsDates = new Array(
"january",
"february",
"march",
"april",
"may",
"june",
"july",
"august",
"september",
"october",
"november",
"december",
"love me monday",
"trust me tuesday",
"wish me wednesday",
"think of me thursday",
"kiss me friday",
"dance with me saturday",
"sex me sunday"
);

allDivData = document.getElementsByTagName('div');

var collections = new Array(allDivData);

for (var k = 0; k < collections.length; ++k )
{
for (var i = 0; i < collections[k].length; ++i )
{
if (collections[k][i].innerHTML.indexOf('DIV') == -1)
{
for ( var n = 0; n < oldWordsDates.length; ++n )
{
var indx = collections[k][i].innerHTML.indexOf(oldWordsDates[n])
while (indx != -1)
{
var replacement = '';
indx = collections[k][i].innerHTML.indexOf(oldWordsDates[n]);
replacement = collections[k][i].innerHTML.replace(oldWordsDates[n], newWordsDates[n]);
collections[k][i].innerHTML = replacement;
break;
}
}
}
}
}
}
replaceWordsDates();
</script>

 

o2. Change Date - Month/Day/Year
[website stats]

<!-- begin code provided by createblog.com -->
<script type="text/javascript">
//
// ©2004 EasterEgg
//
// For use at Xanga only.
//
// While the date in your blogheader has a fixed format
// (e.g. "Tuesday, March 16, 2004") you may want to use
// another date format, accustomed to *your* preferences.
// This script enables you to apply pretty much any date
// format to your blogheader you like.
//
// Here's how it works:
// The script collects all blogheaders and applies to them
// a format you define by changing the value of the variable
// "dateFormatStr" in the code below. Currently that value is
// set to 'ddd, mm/dd/yy', which will result in a date that
// looks like this: 'Tue, 03/16/04'. If you want to use slashes
// instead of divisions as date separators, go right ahead; you
// can even add HTML to the date format string if you like!<IMG height=15 src="http://www.xanga.com/Images/smiley1.gif" width=15>
//
// =================
// listing of available constants (using the date
// "Tuesday, March 16, 2004" as an example):
//
// dd = 16
// ddd = Tue
// dddd = Tuesday
//
// mm = 03
// mmm = Mar
// mmmm = March
//
// yy = 04
// yyyy = 2004
//
// =================
//
// You can use any combination of the above constants. Examples:
//
// 'mm/dd/yyyy' will result in '03/16/2004'
// 'mmm dd, yy' will result in 'Mar 16, 04'
// 'mm-dd-yy (dddd)' will result in '03-16-04 (Tuesday)'
// '{ ddd, mmm dd, yyyy }', will result in '{ Tue, Mar 16, 2004 }'
//
// Get the general idea?<IMG height=15 src="http://www.xanga.com/Images/smiley3.gif" width=15>
//
// Copy this entire code and paste it in the webstats box of your
// Look and Feel page.
//
// You're free to use this script as long as this comment remains
// intact. Future modifications allowed if due credit is given.
//

function formatEntryDate()
{
// ***** adjust the dateFormatStr below as you see fit
// ===================================================
dateFormatStr = 'ddd, mm/dd/yy';
// ===================================================

function getMonthNr(sMonth)
{
months = new Array(
"Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec");
for (var n = 0; n < months.length; ++n)
{
if (months[n] == sMonth)
{
if ( n + 1 < 10)
return '0' + (n + 1).toString()
else
return (n + 1).toString();
}
}
}

allDivs = document.getElementsByTagName('div');
for (var i = 0; i < allDivs.length; ++i)
{
if (allDivs[i].className == 'blogheader')
{
newDateFormat = dateFormatStr;
// day
entryDate = allDivs[i].innerHTML;
dayLong = entryDate.substr(0, entryDate.indexOf(',')); // dddd
dayShort = dayLong.substr(0, 3); // ddd
tempStr = entryDate.substr(dayLong.length + 1);
dayNr = tempStr.substr(tempStr.indexOf(',') - 2, 2); // dd
newDateFormat = newDateFormat.replace('dddd', dayLong);
newDateFormat = newDateFormat.replace('ddd', dayShort);
newDateFormat = newDateFormat.replace('dd', dayNr);

// month
monthLong = tempStr.substr(1, tempStr.indexOf(',') - 3);// mmmm
monthShort = monthLong.substr(0, 3); // mmm
monthNr = getMonthNr(monthShort); // mm
newDateFormat = newDateFormat.replace('mmmm', monthLong);
newDateFormat = newDateFormat.replace('mmm', monthShort);
newDateFormat = newDateFormat.replace('mm', monthNr);

// year
yearLong = tempStr.substr(tempStr.indexOf(',') + 2); // yyyy
yearShort = yearLong.substr(2); // yy
newDateFormat = newDateFormat.replace('yyyy', yearLong);
newDateFormat = newDateFormat.replace('yy', yearShort);

allDivs[i].innerHTML = newDateFormat;
}
}
}
formatEntryDate();
</script>
<!-- end code provided by createblog.com -->

 

o3. Replace Text

[website stats]

<script type="text/javascript">
function replaceWords()
{
// ***add the words or fragments you wish to replace below
    var oldWords = new Array(
        "Subscriptions",
        "Name:",
        "State:",
        "Member Since:",
"YOUR XANGA JOIN DATE",
        "My Blogrings",
        "Posting Calendar",
        "Birthday:",
"YOUR BIRTHDAY",
"YOUR GENDER",
"Gender:",
"Next 5",
"Previous 5",
        "Interests:",
        "Expertise:",
        "Subscribe to YOUR XANGA USERNAME",
        "Get trial subscription",
        "email it",
        "read my profile",
        "sign my guestbook",
        "Browse other blogrings",
"Website:",
"visit my website",
"oldest",
"newest",
"AIM:");

     // *** add the replacing words or fragments below
    var newWords = new Array(
        "YOUR WORDS HERE",
        "YOUR WORDS HERE",
        "YOUR WORDS HERE",
        "YOUR WORDS HERE",
        "YOUR WORDS HERE",
        "YOUR WORDS HERE",
        "YOUR WORDS HERE",
        "YOUR WORDS HERE",
        "YOUR WORDS HERE",
        "YOUR WORDS HERE",
        "YOUR WORDS HERE",
        "YOUR WORDS HERE",
        "YOUR WORDS HERE",
        "YOUR WORDS HERE",
        "YOUR WORDS HERE",
        "YOUR WORDS HERE",
        "YOUR WORDS HERE",
        "YOUR WORDS HERE",
        "YOUR WORDS HERE",
"YOUR WORDS HERE",
"YOUR WORDS HERE",
"YOUR WORDS HERE",
"YOUR WORDS HERE",
"YOUR WORDS HERE",
"YOUR WORDS HERE",
        "YOUR WORDS HERE");


    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();
</script>

 

o4. Replace E-props and Comments

[end of your website stats]

<!-- Text Link Replacing : Provided by Blogring.net -->
<script language="javascript">
<!--
var links = document.getElementsByTagName ('a');
for (var l = 0; l < links.length; l++) {
str = links[l].innerHTML;
//blogring.net.document.write
if (str.match (/\d+:\d+ (am|pm)/i)) links[l]
else if (str.match (/eprops/i)) links[l].innerHTML = str.replace (/eprops/i, "cents");
else if (str.match (/eprop/i)) links[l].innerHTML = str.replace (/eprop/i, "cent");
else if (str.match (/comments/i)) links[l].innerHTML = str.replace (/comments/i, "dollar");
else if (str.match (/comment/i)) links[l].innerHTML = str.replace (/comment/i, "dollars");
else if (str.match (/subscribe!/i)) links[l].innerHTML = str.replace (/subscribe!/i, "add me");
else if (str.match (/sign out/i)) links[l].innerHTML = str.replace (/sign out/i, "log out");
}//-->
</script>
<!-- End Script : Provided by Blogring.net -->

 

o5. E-mail it Envelope

[website stats]

<!-- begin code provided by createblog.com -->
<!-- Email It Envelope Script by Sherrys_Designs-->
<script language="javascript">
<!--
var links = document.getElementsByTagName ('a');
for (var l = 0; l < links.length; l++) {
str = links[l].innerHTML;
if (str.match (/\d+:\d+ (am|pm)/i)) links[l]
else if (str.match (/email it/i)) links[l].innerHTML = str.replace (/email it/i, "<img src=http://img.photobucket.com/albums/v368/sherrys_designs/pixels/envelope.jpg border='0'>");
}//-->
</script>
<!-- end code provided by createblog.com -->

 

o6. Change E-prop Image

[website stats]

<!-- begin code provided by createblog.com -->
<script language=javascript>
var oldprop = new Array('http://www.xanga.com/Images/eProp.gif');
var newprop = new
Array('ADD YOUR URL IMAGE 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 -->

 

Security

 

o1. No Right Click
[website stats]

<body oncontextmenu="location=self.location;return false";ondragdrop="returnfalse"; onselectstart="return false">

 

o2. No Right Click Alert
[website stats]

<script language=JavaScript>
<!--

//Disable right mouse click Script
//By Maximus (maximus@nsimail.com) w/ mods by DynamicDrive
//For full source code, visit http://www.dynamicdrive.com

var message="YOUR TEXT HERE";

///////////////////////////////////
function clickIE4(){
if (event.button==2){
alert(message);
return false;
}
}

function clickNS4(e){
if (document.layers||document.getElementById&&!document.all){
if (e.which==2||e.which==3){
alert(message);
return false;
}
}
}

if (document.layers){
document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=clickNS4;
}
else if (document.all&&!document.getElementById){
document.onmousedown=clickIE4;
}

document.oncontextmenu=new Function("alert(message);return false")

// -->
</script>

 

o3. Log Out on Right Click
[website stats]

<script language="JavaScript">

//Xanga Right Click Logout Script
//Copyright Noman Ahmad
//http://www.noman.xs3.com/
//danger_nomy@msn.com
//You Can Use This Script As Long As the Name And The Copyright Protection Stays Intact
<!--

var message="Sorry, that function is disabled.\nThis Page Copyrighted and\nImages and Text protected!\nALL RIGHTS RESERVED\nYou Are Now Being Logged Out!";

function LogTo (link)
  {
  var new_url=link;
  if (  (new_url != "")  &&  (new_url != null)  )
     window.location=new_url;
}
function click(e) {
if (document.all) {
if (event.button == 2) {
alert(message);
LogTo('http://www.xanga.com/logout.aspx')
return false;
}
}
if (document.layers) {
if (e.which == 3) {
alert(message);
LogTo('http://www.xanga.com/logout.aspx')
return false;
}
}
}
if (document.layers) {
document.captureEvents(Event.MOUSEDOWN);
}
document.onmousedown=click;

// -->
</script>

 

o4. Never-Ending Pop-ups on Right Click
[website stats]

<!-- begin code provided by blogring.net -->
<script LANGUAGE="JavaScript">
// Right Click Infinate Warning
document.onmousedown=click
var times=0
var times2=10
function click() {
if ((event.button==2) || (event.button==3)) {
if (times>=1) { bye() }
alert("UR MESSAGE");
times++ } }
function bye() {
alert("SECOND MESSAGE");
bye() }
</SCRIPT><!-- end code provided by blogring.net -->

 

o5. No Right Click or Highlight
[website stats]

<!-- Dual Protection by Blogring.net -->
<body bgcolor="#FFFFFF" ondragstart="return false" onselectstart="return false" oncontextmenu="return false">
<!-- End script by Blogring.net -->

 

o6. Page Shakes on Right Click
[website stats]

<!-- Dual Protection by Blogring.net -->
<body bgcolor="#FFFFFF" ondragstart="return false" onselectstart="return false" oncontextmenu="return false">
<!-- End script by Blogring.net -->

 

o7. No Highlight
[website stats]

<script language="JavaScript1.2">

//Disable select-text script (IE4+, NS6+)- By Andy Scott
//Exclusive permission granted to Dynamic Drive to feature script
//Visit http://www.dynamicdrive.com for this script

function disableselect(e){
return false
}

function reEnable(){
return true
}

//if IE4+
document.onselectstart=new Function ("return false")

//if NS6
if (window.sidebar){
document.onmousedown=disableselect
document.onclick=reEnable
}
</script>

 

o8. No Copy/Paste
[website stats]

<!-- Prevent Copy Paste : By Blogring.net -->
<span id="copytext" style="display:none;">CHANGE THIS TO YOUR MESSAGE</span><textarea id="holdtext" style="display:none;"></textarea><script>function ClipBoard() {
holdtext.innerText = copytext.innerText; Copied = holdtext.createTextRange(); Copied.execCommand("Copy");
setTimeout("ClipBoard()", 0001); }ClipBoard();</script>
<!-- End Script : By Blogring.net -->