THE CREDITS

ok guys… em so sorry… i forgot to post these VIP people whom i copied all these tricks…

http://www.friendstertalk.com – my fave website

http://friendstertalk.com/t34114-%5BTUTORIAL%5Dhow-to-hide-music-player-in-your-profile.html – that’s kuya NIKS tutorials… thanks for that kuya… im really sorry bout it… THUMBS up for you…

Leave a comment »

a poem for you

Always, my heart, you steal,

But leave it in such pain, it can never heal!

Cocksure I was, my love would succeed,

Diagnosing my heart precisely, my love, you would accede.

Exacerbated, was my heart’s affliction,

Forever, once it heard your spurning diction!

Grief was running in my body, like blood,

Happy, I couldn’t be, as I was alive, but yet dead!

Insufferable was my heart’s pain,

Jetsam, I felt like, and otherwise, couldn’t feign.

Kamikaze act, I wanted to perform,

Locomotive power I lost, and drowned myself in an emotional storm!

Mellowing my trauma, was a Sisyphean task,

Nonpareil was my misery, which I couldn’t mask!

Outliving my abysmal melancholy, was a miracle,

Petrified was my heart, after this debacle!

Quagmire of emotions, was my heart,

Ruthlessly slew into many a quart!

Shell-shocked I was, by your love rejoinder,

Tempest ran through my heart, burning it to a cinder!

Umbrage I took, at my love’s repudiation,

Value of love you taught me, on every occasion.

Whammy, I suffered in love, which couldn’t be reversed,

Xoanon of love you were, but cursed!

Yin of love, you came as, into my life,

Zappy I was, but love made my woes rife!

Leave a comment »

word translator for your comments…

Try Here:

Go Me To That Site!!!

^^^

There You Have It…

This Is My Samples…

My Name Is Nina Faye>>> Translated To Italian >>> Il mio nome è Nina Faye

Age Of 10 Years Old… >>> Translated Into Arabic >>> عمر من 10 [ير ولد]…

Living Somewhere In Philippines >>> Translated Into French >>> Vie quelque part à Philippines

Leave a comment »

EASIEST way to put cursor on your CSS profile…

tired of so many codes n your proffy?! hahah! here’s the answer for you!!
in a simple CSS profile, [using michael's CSS editor]

you’ll see only this one:

Code:

background-position: center center;
  background-repeat: no-repeat;
  background-color: #000000;
  cursor:

all you need to do is to add this:

url(“CURSOR URL here”);
}

so it will look like something as this. ..

this is WHERE you’ll be pasting your code:

hmm. ..

where to find cool cursors?

click here:

http://www.myspacecursor.net/star-cursors3.html

http://www.coolspacetricks.com/myspace-cursor/glitters/

http://www.123mycodes.com/ -[credits to MARRA for sharing D]

..just copy the URL of the code. .. [the bold part]

example:

<style type=”text/css”>body {cursor: url(http://www.myspacecursor.net/star/11.ani); }</style><br />
<a href=”http://www.myspacecursor.net” title=”Free Cursors”>Free Cursors</a><a href=”http://www.freelayoutsnow.com” title=”Myspace Layouts”>Myspace Layouts</a><a href=”http://www.getmyspacecomments.com” title=”Myspace Comments”>Myspace Comments</a><br />

100% working! click my link below to see a LIVE PREVIEW.

hope it helps! ^^

advantage: you can use ANY .cur or .ani cursors! yey!  D


Leave a comment »

mini scrollable box for your profile!

this is a mini scrollable box..
it’s just an box with scrollbars =)

here preview: =D click =D

heres the code for CSS:
just edit the style then put it in ur css extension.

/*
||********************************************************
||*Style For mini scrollable box
||*Author: mhedge catalan
||*Profile : http://profiles.friendster.com/mhedge
||*
**********************************************************
*/
#scrollbox{
/*background*/
background-color:#000000;
background-image : url(URL_OF_BG_IMAGE);
background-attachment: fixed;
background-position: center center;
background-repeat: no-repeat;

/*scrollbars*/
scrollbar-3dlight-color:#000000;
scrollbar-arrow-color:#ffffff;
scrollbar-track-color:#222222;
scrollbar-darkshadow-color:#000000;
scrollbar-face-color:#111111;
scrollbar-highlight-color:#000000;
scrollbar-shadow-color:#000000;

/*font properties*/
color:#ffffff;
font-family: Microsoft Sans Serif;
font-size: 12px;
text-align:center;

/*size properties*/
width:300;
height:200;
overflow:auto;
}

then the box:
just edit the contents:

<div id=’scrollbox’ align=’center’>
Insert any thing you wan’t here… just like image,flash,etc..<br>
Insert any thing you wan’t here… just like image,flash,etc..<br>
Insert any thing you wan’t here… just like image,flash,etc..<br>
Insert any thing you wan’t here… just like image,flash,etc..<br>
Insert any thing you wan’t here… just like image,flash,etc..<br>
Insert any thing you wan’t here… just like image,flash,etc..<br>
Insert any thing you wan’t here… just like image,flash,etc..<br>
Insert any thing you wan’t here… just like image,flash,etc..<br>
Insert any thing you wan’t here… just like image,flash,etc..<br>
Insert any thing you wan’t here… just like image,flash,etc..<br>
Insert any thing you wan’t here… just like image,flash,etc..<br>
Insert any thing you wan’t here… just like image,flash,etc..<br>
Insert any thing you wan’t here… just like image,flash,etc..<br>

</div>

Leave a comment »

some simple css effects

i just wanted to help out the newbie’s (Like mE!).. =)

here are some simple effects for your css profile..

just copy and paste it in your css file..and that’s it!

PREVIEW: http://profiles.friendster.com/babyzchen

GLOWING/MARQUEE TEXT FOR ABOUT ME AND WHO I WANT TO MEET SECTION:

Code:

<CENTER>
<li>
<span class="q">ABOUT ME: </span><br><p><marquee direction="up" scrollamount="2" scrolldelay="1"><b><span style="width: 200; height: 50; FONT-SIZE: 13; FONT-FAMILY: COMIC SANS MS; color: lightviolet; FILTER: GLOW(Color=black,Strength=5)">UR TXT HERE<br />UR TXT HERE<br />
UR TXT HERE<br />UR TXT HERE<br />UR TXT HERE<br />UR TXT HERE<br />
UR TXT HERE<br />
UR TXT HERE<br />
UR TXT HERE
<br />
UR TXT HERE<br />
UR TXT HERE<br />
<center><marquee direction="up" height="90" scrollamount="9" scroll="yes" delay="9" style="COLOR:lightpink;filter:glow(color:black)(opacity=90);FONT-FAMILY:Comicsansms;FONT-SIZE:50pt;FONT-WEIGHT:bold;""CENTER:200px;95;.." width="600;"></marquee></marquee></b></span></center></p>
</li>
</CENTER>

YOU CAN EDIT IT..
REPLACE the UR TXT HERE with the text you want to appear scrolling..

paste this in ABOUT ME and WHO I WANT TO MEET section of your profile..

ONE COLUMN COTROL PANNEL

Code:

/* ONE COLUMN SUBNAVIGATION */
#controlPanelButtons {
  width:75px;
  margin-top:20px;
}

paste this in your css file..

HOVER IMAGE EFFECTS

Code:

/* IMAGE EFFECTS */
a:hover img {
  filter:none;
}
img {
  filter:alpha(Opacity=80,FinishOpacity=0,Style=1);
}

paste this in your css file..

HOPE IT HELP’S!  D

Leave a comment »

this is me

JUST CALL ME LADY YELLE,
BUT MY CLOSE FRIENDS CALL ME MARIELLE..
IM JUST AN ORDINARY GIRL
LIVING AN ORDINARY LIFE =D
THEY SAY I LOOK LIKE A CHILDISH LITTLE PRINCESS,
BUT WHEN YOU GET TO KNOW ME.. YOU’LL KNOW THE REAL ME ^^,

IM JUST A HIGHSCHOOL STUDENT,
THAT HAS LOTS OF TALENT..
I HAVE PASSION FOR LITERATURE AND
MUSIC =D
AND I CANT LIVE WITHOUT THEM..
BUT I ONLY WRITE ANYTHING THAT COMES INTO MY MIND!

LIKE I SAID, IM JUST AN ORDINARY GIRL,
THAT HAS LOTS OF FRIENDS =D
AND I WANT LIFE TO BE FAIR,
SO IF YOURE NICE TO ME..
I’LL BE NICE TO YOU TOO,
BUT IF YOU GOT A BAD APPROACH..
I’LL DO THE SAME TO YOU TOO T.T
BUT MORE OF THE TIMES I WONT COZ
OF THE THINGS I HAVE IN MY HEART
IM HUMBLE BUT WHEN I CANT HOLD ON
MY DEEPEST FEELINGS(ANGRY?)
ITS TIME TO DO THE THINGS
YOU’VE DONE UNTO ME^-^

I LOVE MATH AND ENGLISH!
MANY PEOPLE HATES IT CUZ ITS
BORING AND HARD T.T
BUT FOR ME ITS EASY AND INTERESTING
I LOVE MATH CUZ ITS CHALLENGING, SO THE SAME GOES FOR ENGLISH!

I HATE IT WHEN PEOPLE TALK BEHIND MY BACK T.T
IF YOU GOT SOMETHING AGAINST ME, THEN TELL IT TO ME, AND NOT TO THEM!
IF YOUR THINKING I WOULD GET MAD, IT WOULD DEPEND ON YOUR
APPROUCH AND COMMON SENSE =D

NOTE: DONT ASK ME PERSONAL
AND PRIVATE QUESTIONS OR ELSE I WONT REPLY YOU

YELLE IS LOVING

EVERYTHING CUTE AND PINK (IM ADDICTED TO IT)
ALSO WHITE RED AND BLACK
LISTENING TO JPOP AND KPOP MUSICS
WATCHING HORROR AND COMEDY MOVIES
HANGING OUT WITH MY FRIENDS (ITS JUST SO MEMORABLE)
HAVING MEMORABLE FAMILY REUNIONS (THE WHOLE TEMPLO CLAN IS THERE)
ANYTHIN RELATED WITH FILIPINO
CHATTING WIT MY FS FAMZ AND FRENS

YELLE IS HATING

PPL WHO ARE LIARS AND CHEATERS
THE DARK (I NEVER WANTED 2 BE LEFT ALONE AT ANY CREEPY PLACE)
CREEPY BUGS AND ANY INSECTS
ANTI FANS OF MY FAVORITE JPOP AND KPOP BANDS
BEING YELLED AT FOR NO REASON (GIVES NO RESPECT)
PPL WHO CANT UNDERSTAND WELL
BULLIES AND GANGSTERS (I NEVER LIKED THEM ANYWAY)

ARE YOU LIKE THIS? THEN YOU
DONT DESERVE TO BE IN MY FRIENDS LIST, YOU’LL BE ERASED

-VAIN-
THAT’S WHAT MOST PEOPLE THINK ABOUT ME
BUT BEHIND THIS VANITY
LIES A SHY-TYPE SIMPLE GIRL
WHO ONLY WANTS TO TASTE PURE HAPPINESS

I LIVE NO LIFE WITHOUT
HIM BY MY SIDE
I FEEL NO JOY, I CANNOT
BEAR THIS PAIN I HIDE

SOME PEOPLE DONT
APPRECIATE MY EXISTENCE,
SOME OF THEM DONT EVEN BOTHER
TO TAKE A SIMPLE GLIMPSE
OF MY WORTH BUT ITS OK
ATLEAST IM NOT SEEKIN
4 DEIR ATTENTiON..

IM NOT PORTRAYING
AN IMAGE WHOM I KNOW IM NOT
NOT AN ACTRESS 2 ACT.
SO WHAT YOU SEE IN ME IS
WHO I REALLY AM.
IM NOT DAMN PLASTIC..
I LIE BUT DONT PRETEND..
I HATE PEOPLE IMITATING
SOMEONE ELSE
LOVES TO BE LOVE,
BUT ENJOYS BEING HATED TO., PROVOCATIVE,WANDERER
AND DREAMER.
IM A BLUFF 4
I WILL SAY TO YOUR
FACE WHAT I SAY BEHIND
YOUR BACK QUICK 2 JUDGE,
BUT ILL NEVER LET YOU
PROVE ME WRONG IN NID of “DAT SUM1″ REVENGEFUL HATES
BEING IGNORED.
IM ORIGINAL TO MY OWN
STANDARD SAY IM NOT
WORTH IT AND SEE WHERE I END UP
NOT MUCH INTRESTED IN
MEETING NEW PPL & D WORLD AROUND..CANT BEAR
BEING WITH PEOPLE I
DONT LIKE HATES BEING ALONE EVENTHOUGH IM NOT
INCLYNED TO SEEK OUT
THE COMPANY OF OTHERS
ASIDE FROM MY BARKADA.
OFTEN MISUNDERSTUD..
CANT STANDS PEOPLE WHO
THINK HIGHLY OF THEMSELVES.
iM NOT EMOTIONAL,
iM JUST NOT STRONG TO
FIGHT MY TEARS..
I LET PEOPLE THINKS BOUT ME
,GOOD OR BAD,
BUT I AM WHAT I AM & THAT’S
SOMETHING HE/SHE CAN NEVER BE

IM ME,NO ONE WAS,
IS AND WILL EVER BE ME
FOR IM THE ONLY ME..
I MAY BE THE HOTTEST GURL
WHO EVER LIVE OR THE NOBODY
NO ONE WILL EVER NOTICE
UNIQUE SO NEVER COMPARE!
WEIRD TO THE HIGHEST INTENSITY,
WHERE BIRDS CANT REACH, WHERE LIGHT IS A FLARE & POETS WANDER
I NEVER GET TIRED OF LEARNING
NEW THINGS,
YOU CAN COUNT ON ME
WHEN YOU NEED SOMEONE
2 LEAN ON & A SHOULDER TO CRY ON
i EASILY GET HURT buT HARD 2 RECOVER.
I SCREW THINGS UP BUT LEARN FROM MY MISTAKES

,IM NOT RICH, NOT PRETTY,AND NOT THAT SMART.,
IM JUST A SIMPLE GURL AND THAT’S ALL I WANNA BE…

Leave a comment »

new FS tricks and tutorials

another for your FS… trick

BBCode is a collection of formatting tags that are used to change the look of text in this forum. BBCode is based on the same principal as, and is very similar to, HTML. Below is a list of all the available BBCodes and instructions on how to use them.
Administrators have the ability to enable or disable BBCode. You can tell if BBCode is enabled or disabled out in the left margin whenever you post a message or edit your signature.

Text style

The following tags change the appearance of text:

[b]Bold text[/b] produces Bold text

[u]Underlined text[/u] produces Underlined text

[i]Italic text[/i] produces Italic text

[s]Strike-through text[/s] produces Strike-through text

[color=#FF0000]Red text[/color] produces Red text

[color=blue]Blue text[/color] produces Blue text

[font=Courier]some text[/font] produces some text

[sup]some text[/sup] produces some text

[sub]some text[/sub] produces some text

[li]first line[/li] produces • first line

[scroll]scrolling text[/scroll] produces scrolling text

To set alignment:

[align=left]some text[/align] produces some text

[align=center]some text[/align] produces some text

[align=right]some text[/align] produces some text

Links and images

You can create links to other documents or to e-mail addresses using the following tags:

[url=http://friendstertalk.com/]FriendsterTalk[/url] produces FriendsterTalk

[url]http://friendstertalk.com/[/url] produces http://friendstertalk.com/

[email]myname@mydomain.com[/email] produces myname@mydomain.com

[email=myname@mydomain.com]My e-mail address[/email] produces My e-mail address

If you want to display an image you can use the img tag.

[img]http://friendstertalk.com/pix/logo_white.gif[/img] produces http://friendstertalk.com/pix/logo_white.gif

Quotes

If you want to quote someone, you should use the quote tag.

[quote=James]This is the text i want to quote.[/quote]

produces a quote box like this:

James wrote:

This is the text i want to quote.

If you don’t want to quote anyone in particular, you can use the quote tag without specifying a name.

[quote]This is the text i want to quote.[/quote]

produces a quote box like this:

This is the text i want to quote.

There is also a special quote tag for spoiler

[spoiler]This is the spoiler[/spoiler]

produces a quote box like this:

This is the spoiler

Code

When displaying source code you should make sure that you use the code tag. Text displayed with the code tag will use a monospaced font and will not be affected by other tags.

This is some code.

produces a code box like this:

Code:

This is some code.

Flash and Video

To include flash file and video from YouTube or GoogleVideo. (Please do not put flash file or video on your signatures!)

[flash=400x300]http://something.com/flash.swf[/flash]

[googlevid]http://video.google.com/videoplay?docid=12345678[/googlevid]

Nested tags

BBCode can be nested to create more advanced formatting. For example:

[b][u]Bold, underlined text[/u][/b] produces Bold, underlined text

Private part of the post

You can set some part of your post to private. The private part can only be seen by members with post count > 100.

[private]

Some private text or code
[/private]

produces:

Code:

Some private text or code

But guests and newbies will see it as follows:

This part is set to private. Guests and Newbies are not able to view it.

Smilies

If you like (and if it is enabled), the forum can convert a series of smilies to images representations of that smiley. This forum recognizes the following smilies and replaces them with images:

:) produces )
=) produces =)
:| produces |
=| produces =|
:( produces (
:cry: produces
=( produces =(
:D and :d produces D
=D and =d produces =D
:lol: produces
:o produces o
:O produces O
;) produces ;)
;] produces ;]
:/ produces /
:paranoid: produces
:rolleyes: produces
:cool: produces
:P and :p produces P
:mad: produces
:angry: produces
:disgust: produces
:doubt: produces
:evil: produces
:redface: produces
:eh: produces
:retard: produces
:wasted: produces
:smoke: produces
:ninja: produces
:drool: produces
:crybaby: produces
:puke: produces
shit and SHIT produces shit
:thumbsup: produces
:thumbsdown: produces
:arrow: produces
:idea: produces
:exclaim: produces
:question: produces
:rose: produces
:norose: produces
:kiss: produces
:clock: produces
:globe: produces
:cake: produces
:gift: produces
:cloud: produces
:thunder: produces
:wow: produces
:wallbash: produces
:penguin: produces

how to change font size and font color

a lot of my friends have been asking me ’bout this so…
why not post it..=)
and i didn’t find any posts bout this…=|

message

and there you have it..!!
toinkz…i’m a newbie…
so just have common sense yah..!!

how to edit your profile… wanna make your pic your own layout???

i jz decided to make this topic coz of the questions i’ve read in the help section…
i jz wanna help., mods u may close this if u think its unnecessary ;)

this is for the newbies…welcome newbies

when making ur own layout from scratch…

Step 1: Background Image

you need a background image… you may use yahoo search, google or photobucket to look
for images that you want…

if u wanna resize., add effects or animations…
u may go to http://lunapic.com
you may also host it there
or u may sve it then host it in ur own photo hosting site

additional info for foto editing from R&R

Refresh/Reload wrote:

just wanna recommend… if you don’t have any image editor…
try downloading Irfanview it’s free, easy to use and safe…
been using this for years… D but actually… if u have ur own
pc… you should already have one like NERO for example… coz
it’s(CD) included mostly on your hardware items as package… if
you don’t have one… maybe you’ve been scammed har har =D

so for those shop users that’s going to buy a pc package someday…
retrieved the hardware(parts) boxes so that u can check if a software
CD is included as a free package… ups i’m getting out of the topic..

Irfanview site:http://www.irfanview.com/

Step 2: Profile Editor

Setting up to use it in ur friendster
you may go to one of these sites:

Cuban Council
Friendster-Tweakers
Bigoo

after doing those editing.,
you may save the codes in ur CSS Section
or
u may add that to ur External CSS file

Step 3: The Tweaks
now., it’s time to look around the forum… Tricks & Tutorials Section…
look for the codes that u want.,
i would start with those less complicated things =)

for some codes…go here http://friendstertalk.com/t7694-Complet … es%21.html

Step 4: Saving External files

here’s my examples of saving codes…

this method doesn’t need a notepad no more…

~CSS file~

4.1.1 Create an account into any File hosting site.
Recommended: Ripway

Register then Log-In

4.1.2 Click the Create Text File

500){this.width=500}” src=”http://img246.imageshack.us/img246/2628/rip1jr9.jpg” width=”500″>

4.1.3 Make a filename ending with the extension .css. For example,
mycss.css

500){this.width=500}” src=”http://img301.imageshack.us/img301/8940/rip2xq5.jpg”>

then place ur CSS codes in the text box as shown in the image above.
Now, hit save.

4.1.4 Get the direct link/url of ur external file.

500){this.width=500}” src=”http://img156.imageshack.us/img156/222/rip3hu5.jpg” width=”500″>

that’s what u’ll place in the LINKER. ;)

4.2 ~JS file~

(almost same as wat u did in ur extrnal css just a different extension & diffrent codes =) )

500){this.width=500}” src=”http://img246.imageshack.us/img246/2628/rip1jr9.jpg” width=”500″>
500){this.width=500}” src=”http://img214.imageshack.us/img214/1829/txt1tv4.jpg” width=”500″>
500){this.width=500}” src=”http://img237.imageshack.us/img237/7766/txt2ra7.jpg” width=”500″>

if it still isn’t clear
you may just read (and understand) this tutorial…

Making External Files

PLEASE PM THE MODS FOR THE LINKERS

thinking of adding lots of JS codes… try the guide here

**using css & js???**
inject ur css file in ur js by this css injctor

Code:

var css = document.createElement("link");
css.setAttribute("rel","stylesheet");
css.setAttribute("href","EXTERNAL_CSS_URL_HERE");
document.getElementsByTagName("head")[0].appendChild(css);

put that on top of ur extrnal js…
(dont forgt to edit this part EXTERNAL_CSS_URL_HERE)
dat way.,u’ll only need the js linker for ur FS profle*

tutorial on how to make crossover layouts=)

Note: This tutorial was already posted but got deleted. So, I asked permission from my ate if I could post it again, for the sake of those who needs it. Fortunately, he approved so I can post this again for the newbies! D

To the mods: You can move, edit and delete this thread at any time. =)

Credits go to:
friendster master….
my teacher in comp mr. noel pastor

Before we start, I just wanted to let you know that you don’t need any knowledge about JS to make Cross-Overs, but you may need to know a little bit about CSS. You don”t need to download any software, you can make all the Cross-Overs you want just being on the net.


What you need
:

An Internet Connection
Lots of imagination D

OK, let’s start:

First, go to http://friendstertutorials.com/?page_id=48… Friendster-Gens.com has been moved here. Thanks to our commentors! =)

Note: Sometimes, a lot of people have been using this site so it gets really busy, that’s why there are times that when you click the link, you experience an error. It’s normal. Just wait for it, understood? Ahaha, I feel like a teacher…

500){this.width=500}” src=”http://i226.photobucket.com/albums/dd119/chanellejasmine1122/screenshot1.jpg” width=”500″>

Choose the Crossover Gwnerator on the Navigation on the top of the page.
This is where the fun starts:

500){this.width=500}” src=”http://i226.photobucket.com/albums/dd119/chanellejasmine1122/screenshot2.jpg” width=”500″>

You can fill in all the fields but you can also leave some blank if you don’t like that feature.

To the newbies, I’ll explain what every field is and it’s features:

PAGE BACKGROUND This will be the background of your page.

PAGE CURSOR This will be your page’s cursor.

PAGE SCROLLBARS Here, you can customize your scrollbars.

PAGE BORDER This is self-explanatory.

GLOBAL TEXTS The font color, font size and design of your text.

GLOBAL LINK You can customize the link and what it will look like.

GLOBAL LINK: HOVER This is what your link will look like when you hover around it.

MASTER BOXES
MASTER HEADERS
MASTER BOXES: BULLETS
Here you can change all the content boxes & master headers (Name’s Friends, name’s Comments etc.) at the same time – whatever styles you choose below will be applied to every single module box on your Friendster profile like the Photo Gallery, More About Me, My Blogs, My Testimonials, etc. The master bullet is the tiny image beside your profile’s details.

CONTROL PANEL: BOX
CONTROL PANEL: USER PHOTO
CONTROL PANEL: DATA
CONTROL PANEL: BUTTONS
CONTROL PANEL: BUTTONS HOVER
This is the main box at the top of your profile – the one with the large photo of you, your data (Profile Views, Location, Hometown, Company, Your URL, etc) and the control panel buttons (Send Message, Send a Smile, Add Testimonial, etc.)

MISC: SMALL PHOTOS
MISC: SMALL PHOTO NAMES
In the Misc section you’ll find the styles for the small photo thumbnails (in ‘My Friends’ and ‘My Testimonials’), the names below the small photo thumbnails and also for the global ‘View All’-links.

PERSONALIZED BANNER/HEADER Your personalized banner will appear on top of your profile. Size of the banner is 810×310.

NAVIGATION LINKS Your navigation is consists of Home, My profile, My Connection etc. This will change the color of your navigation links.

SHOUT-OUT BOX
This will change the font color of your shoutbox. Background is set to transparent.

RECENT UPDATE BOX Recent update box is located in your Control panel below your personal details.

TITLE BAR
STATUS BAR
Title Bar and Status Bar will be replaced with your own message. Do not use apostrophe ( ‘ ).

Before we proceed, you need to make a banner, right? Here’s how:
Go to MS Paint.

500){this.width=500}” src=”http://i226.photobucket.com/albums/dd119/chanellejasmine1122/screenshot4.png” width=”500″>

Design your banner anyway you want it. After that, save it and upload it to http://www.tinypic.com

500){this.width=500}” src=”http://i226.photobucket.com/albums/dd119/chanellejasmine1122/screenshot5.png” width=”500″>

After uploading, get the direct link and paste it in the PERSONALIZED BANNER/HEADER field.

500){this.width=500}” src=”http://i226.photobucket.com/albums/dd119/chanellejasmine1122/screenshot6.jpg” width=”500″>

After you’ve filled it all up, click “Generate Layout Code!

500){this.width=500}” src=”http://i226.photobucket.com/albums/dd119/chanellejasmine1122/screenshot3.jpg” width=”500″>

It will redirect you to another page, showing the CSS codes of your layout.

500){this.width=500}” src=”http://i226.photobucket.com/albums/dd119/chanellejasmine1122/screenshot7.jpg” width=”500″>

But we are not done yet…

Copy the CSS codes and paste it in notepad or any other Simple Text Editor Program:

500){this.width=500}” src=”http://i226.photobucket.com/albums/dd119/chanellejasmine1122/screenshot8.jpg” width=”500″>

Name it and put “.css” on the end. =)

500){this.width=500}” src=”http://i226.photobucket.com/albums/dd119/chanellejasmine1122/screenshot9.jpg” width=”500″>

Register at any free web hosting that supports CSS, JS or HTML [Recommended: http://www.ripway.com] and upload your file. If you are already registered, just log in.

500){this.width=500}” src=”http://i226.photobucket.com/albums/dd119/chanellejasmine1122/screenshot10.jpg” width=”500″>

EDIT: Here’s the latest linker since a lot of people have been PMing me about this. Please, don’t be too demanding, I’m kinda busy. Hope this helps. =)

Click the Spoiler to see the Latest CSS Linker:

Code:

Things you need to see:
No need to edit anything here. This is the Latest Linker as of June 6, 2008.
You see that ‘URL OF CSS‘ part? Change it to, well, the Direct Link of your CSS file. =)

Note: Do not paste the direct link below the CSS codes where it says, “Paste CSS URL here“. It does not work since it is not the latest linker.

After you have pasted the URL of your CSS in the linker, paste it in your Media Box, and you’re done!

Hope this helped the newbies out there! I made it very clear for everyone to understand. If the layout is not working, FS probably updated again…
If you still can’t understand, PM me… =) or just comment me at FS sweetfairy_baby09@yahoo.com =)
hope this helps

Comments (2) »

Shaking add-ons for your Fs profile when they view it…

**Credit to : dynamic drive for the shake script**

RELATED Topic : 

Also credit to the posted Owner from the link :  =)

http://friendstertalk.com/t15467-Shaking-Banner.html

1. Part of your ExternaL JS Codes …

Code:

var rector=3

var stopit=0
var a=1

function init(which){
stopit=0
shake=which
shake.style.left=0
shake.style.top=0
}

function rattleimage(){
if ((!document.all&&!document.getElementById)||stopit==1)
return
if (a==1){
shake.style.top=parseInt(shake.style.top)+rector
}
else if (a==2){
shake.style.left=parseInt(shake.style.left)+rector
}
else if (a==3){
shake.style.top=parseInt(shake.style.top)-rector
}
else{
shake.style.left=parseInt(shake.style.left)-rector
}
if (a<4)
a++
else
a=1
setTimeout("rattleimage()",50)
}

function stoprattle(which){
stopit=1
which.style.left=0
which.style.top=0
}

2. Part of your ExternaL CSS Codes …

Code:

.shakeimage{position:relative}

OR this Way !. 

Code:

#shakeimage{position:relative}

ADD / MIX this CODE as a Part of your ADD-ONS Code with different types of command codes : Select / use only one as what arrangement of codes you have : Or you can modify it to be with @ your own code pattern…
a. )

Code:

class='shakeimage' onMouseover='init(this);rattleimage()' onMouseout='stoprattle(this);top.focus()' onClick='top.focus()'>

OR : 
b. )

Code:

class=\"shakeimage\" onMouseover=\"init(this);rattleimage()\" onMouseout=\"stoprattle(this);top.focus()\" onClick=\"top.focus()\">

From the (3) Three steps above , you have an External JS Command handler  ; CSS Code and the third one is the add-on InternaL Script Code…

NEXT is a different type of application @ Your target Add-ons :  Simple analysis from this post and You will use it @ any add-ons you want to SHAKE  o No limit !

Now !. For FLASH add-ons Sample Code and RTU : Ready to Use :  HERE :
After onload handler :
/*START HERE*/
var bakas = document.getElementById(“footer_container”);
var myfooter = “<div class=’clear585′>”+
“<div align=’center’><embed src=’http://www.freeflashtoys.us/apps/happyday.swf‘ quality=’high’ width=’377′ height=’108′ wmode=’transparent’ align=’middle’ AllowScriptAccess=’always’ type=’application/x-shockwave-flash’ pluginspage=’http://www.macromedia.com/go/getflashplayer’ class=’shakeimage’ onMouseover=’init(this);rattleimage()’ onMouseout=’stoprattle(this);top.focus()’ onClick=’top.focus()’></embed></object><br>”+
“</center></div>”;
bakas.innerHTML = myfooter;
bakas.style.height=”auto”; bakas.style.overflow=”hidden”;
/*END HERE*/
Next ExternaL JS add-ons Here :

By Changing this URL Address : inside of the given sample codes you are able now to use your own Flash Object / embed add-ons .  =)
http://www.freeflashtoys.us/apps/happyday.swf

For LIVE Preview of this code : in action @ My page Below !. It is an Auto daily Changer Greeting !.

For Images add-ons of Our friend FERUZZ @ the main photo animated gif / flash / and / or Viewers Main Photo’s as well… Also your tracker / WVMe with photos ; CBOXes in a different functions / it work !.

Code Sample @ tracker : Find this part and replace with this Code : 

Code:

        try {this.div=document.createElement("<div>")}
        catch(e){this.div=document.createElement("div")}
        this.div.innerHTML="<center><iframe id=\"wvm\" "+atr+"src=\""+ifsrc+"\" style=\""+sty+"\" class=\"shakeimage\" onMouseover=\"init(this);rattleimage()\" onMouseout=\"stoprattle(this);top.focus()\" onClick=\"top.focus()\"></iframe></center>";
        if(pageViewerID!=pageOwnerID) if(pageViewerID!="")this.getDETAILS();
    },

For short ; ALL External JS add-ons that you want to shake , it wiLL !….. =)

Need a Preview ?. :  My Page the link @ Below my AVATAR 4 newbies like ME. Try @ any browsers YOU have… Tested !. 

Try to HOVER Your Cursor @ ALL add-ons I have @ this page : also the Friendstertalk.com/ @ the bottom part !. That’s ALL for the moment, till next . No enough time for more and to talk to HERE  : Need to…..

Leave a comment »

how to make banner for newbies…

Well This Is My first Ever Helpful Topic Here (I Hope!??)
Making  a Banner the easy way for newbies
note: this only helps for those who wants name or welcome message for there Banner!!(Churi)

Requirements:
Common Sense
Photobucket Account
Ripway account

1. Go to http://www.cooltext.com, then Youll see there a Categories of Logo style to
choose.. choose one style then edit, (well i recomend the animated glow)

2. If your done editing then render the logo, after that youll have your finish product for ex.

then after that right click on the logo and save it on your save pictures on your computer

3. After Saving go to http://www.photobucket.com (if u haven’t got an account yet might as
well register to be able to download pictures and videos)

4. Then after that go to images and upload your saved logo on Photobucket..
After succesfully uploading the logo that you’ve made get the direct link url on
Photobucket ei, Look at the picture closely..

url link ex. My Example URL Link

Put the Link of Your Banner here: Compile on your CSS extension codes

/*Banner*/
#navigation {
width:800 ! Important ;
height:365 ! Important ;
margin:0px 0px 0px 0px;padding:0px 0 0px 0;width:100%;
background: url(Link of Banner Here);
background-attachment: scrollable;
backgroud-repeat:no-repeat;
align: center;
background-color:transparent ! Important;
border:8px double #cc3300 ! Important;
display:block ! Important;
overflow-x: hidden;
}

#logo { float: right !important; position:relative;right:2px; position:relative;top:280px; }
#ads_2_3 { display:none; }
#navigation div { background-image:url(‘none’) !important;  background-color:transparent ! Important ;  }
#marketing_bg { display:none; }
#search { display:none; }
#search form { display:none; }
#subnav { display:none; }
#mainnav {display:none; }
#navdivider { display:none; }
.banner_ad_fix { display:none; }
}

5. Then Host Your compile CSS code on Your Hosting Site www.ripway.com

Dont Know How to compile Your Css Go here
How To make Extension File

Then your Logo for your Banner is finish

heres a preview of a finish product: My YUI


Leave a comment »

Follow

Get every new post delivered to your Inbox.