Mood » Thanks for dropping your comments! I can't answer some questions as of now. I'm too busy T___T

Navigational CSS Layout Plus Designing Tutorial

Posted on April 15th, 2008 by xsabrina.chic| Filed Under » Coding, Designing, Tutorials

Requirements:
* Adobe Photoshop in any Version
* Notepad
* Creativity
* Patience

Think and imagine first on what would be the design of your Friendster Layout.
As the tutorial will start, this is just my own desire. Choose your own and be creative.

By this time I’m using Adobe Photoshop CS3, but you can follow the step if you have other Version of Adobe Photoshop.

Click the plus sign to see the screen shots.

In my case I used Pink and Violet, they are one of the good color combination. So I come up with this Friendster Layout in future.

FOR BACKGROUND

Step # 1
Go to File > New. [+]
Width: 100px » Height: 100px [+]
(If not mentioned leave it default, don’t change)
Click OK.

Step # 2
Use Paint Bucket Tool. Change Foreground to Pattern then choose the pattern you want to be the background of your Friendster Layout. [+]

Then fill/color the document.

Output

Step # 3
Go to File > Save. [+]
Type the file name you want. I used “bg” as my file name. And format of GIF. [+]
Then click SAVE.

Step # 4
You may now close your “bg.gif” to avoid confusion.

We are already done in Background of our layout! EASY right?

Technique: The most Important in making a background is the color combination and the texture. It must fit the last output of your Friendster Layout. We use GIF as an image format for fast loading for your layout. But it’s actually can be PNG or JPG/JPEG but these are larger image size than GIF.

FOR HEADER

Step # 1
Go to File > New. [+]
Width: 800px » Height: 200px [+]
(If not mentioned leave it default, don’t change)
Click OK.

Note: Height can be larger than what I use as an example. By this time I used 200px in height.

Step # 2
Use Paint Bucket Tool for coloring/filling the document. Change Pattern to Foreground. [+]
On Layer 1, I used #141414 Foreground color for the background of my header. [+]

Step # 3
On Layer 2, using Rectangular Marquee Tool, I selected the middle of the document with approximately 1 inch in height. And filled it with color pink using Paint Bucket Tool. [+]
Then press CTRL + D to deselect the pink rectangle.

Step # 4
Now, from the Layers Palette, double click Layer 2. And Layer Style Box will appear. [+]

Click and select the Gradient Overlay then follow this gradient style → [+]
OK.

Click and select the Stroke then follow this Stroke Style → [+]
OK.

Then click OK for Layer Style Box.

It’s like a 3D Pink Rectangle right? You now have something like this → [+]

Step # 5
You can now add any other detail design for you header. It’s up to you what to put on your header. It can be Photoshop Brushes, text, your name, favorite number or anything else. But make sure every input of design details you’ll always create a new layer from layers palette. [+]

My Output Design


Step # 6
We’re done in Header Design.
Go to File > Save. [+]
Type the file name you want. I used “xsabrina” as my file name. And format of PSD [+]
Then click SAVE.

We used the PSD format for the design revision. If you want to revise your design, it can be used by using your PSD format.

Then repeat saving for the Header JPG/JPEG.
Go to File > Save As. [+]
Type the file name you want. I used “xsabrina” as my file name. And format of JPG/JPEG [+]

Done in designing!

Proceed in Coding.

CSS CODING

Step # 1
Open your Browser and go to Friendster Profile Editor or Friendster-Tweakers.

Step # 2
By this time, I will use Friendster Profile Editor.
Fill up all the Friendster Styles:
The Background, Fonts and so on..

Step # 3
On the Page Background:
Upload your bg.gif in Tinypic or Imageshack. Get the Direct Link and put it in Image URL and follow the rest of these → [+]

Then fill up the rest. Don’t forget to think the good color combination for the better result of your layout =)

Step # 4
Then after setting your layout style, the colors, background, fonts and etc., click Generate Friendster Code. And click Preview if you want to see the result of your future layout. [+]

WHERE IS THE HEADER???

Step # 5
After Generating your code, Select All (ctrl + a) the code on the box > Right Click > Copy. [+]

Open notepad. On your desktop go to Start > Programs > Accessories > Notepad

Then Paste (Ctrl + V) your code on notepad. Then Save it, File > Save > File name: yourfilename.css
In my case xsabrina.css [Extension name of .css must be indicated]

Step # 6
Get this code for your Navigation / Header:
Code from FriendsterMagic

CODE

/* FRIENDSTER MAGIC */
#navigation {
background-image: url(YourHeaderURLhere.JPG);
height: 65px !important;
position: relative !important;
margin: 0;
padding: 200px 0 0 0;
background-attachment:scroll;
background-repeat: no-repeat;
background-position: top left;
background-color: transparent;
border: 5px dashed #c70067;
}

Explanation:
padding: 200px 0 0 0; What ever you header height, that would be the padding
background-attachment:scroll; Just make it scroll
background-repeat: no-repeat; It can be Repeated or not Repeated
background-position: top left; Much better to use Center
background-color: transparent; It can be transparent of has a color
border: 5px dashed #c70067; Do want borders on you header? If not, delete this line.

Copy and paste CODE on your notepad. [+]

Step # 7
We’re done in coding! Go to File > Save. In notepad, it’s automatically overwrite you previous saved file.

You have now your own layout.

UPLOADING AND APPLYING

Step # 1
On your browser, go to Freewebtown or Freewebs. It’s a free hosting site.

If not a member yet, please register.
If already a member, then upload your .css file.

Step # 2
In my case, I have already an account in Freewebtown so that I will upload my file there.
Go to File Manager. [+]
Click Single Uploader. [+]
Click Browse and choose youfilename.css and then click open. (Mine is xsabrina.css) [+]
At last, click the button Upload Files [+]
(Ignore the other boxes, we are uploading only one file)

Step # 3
While loading, you are now redirecting on your files.
You will now see your file.
Right click on your uploaded file > Copy Link Location. (for Firefox user)
Right click on your uploaded file > Copy shortcut. (for IE user) [+]

Step # 4
We will now generate your uploaded CSS file.


Galileo’s CSS Linker





Step # 5
Log-in to your Friendster Account, and paste the Generated Code on the specified section.

CONGRATULATIONS YOU’RE DONE!
See Layout Preview of this Tutorial

Need some tricks?? CLICK HERE

Techniques:
1. In designing your layout, think first what would be the style, colors and images to use.
2. Combining your colors must be a good color combination. Maximum of 3 color combination is better. But if your layout is too much colorful, then you may use multiple colors. In my case I used Pink and Violet, they are one of the good color combination.
3. Just make it simple. Not too much exaggerated.

If you have any questions, just post it here.
Tutorials by xsabrina.chic

65 Comments to Navigational CSS Layout Plus Designing Tutorial

  1. lokaret21
    August 18th, 2008 at 9:15 am

    :idea: :smile: :razz: grabe ate

    galing mo naman

    keep it up!

    add me up….marieantonetteuntalan@yahoo.com….

    thanks…

    nagtry na ako maggawa…medyo kelangan pa ng few adjustments….

    d important s ive learned…

    because of you…

    thanks a lot….

    God Bless….. :?: :arrow: :cool:

  2. KASAorvin
    August 16th, 2008 at 11:06 pm

    lamat po teh!!!

    gawa ko na ph…

    salamt po talaga…

    ^_^♥

  3. madudz
    August 16th, 2008 at 3:48 am

    tnX poh:D :grin:

  4. ate
    August 15th, 2008 at 9:25 pm

    ate nc..gawa cu na..yipeeeeeeeee..lam cu na cung pano.amats po :))

  5. Rheanne
    August 15th, 2008 at 7:07 am

    thanks po! nagawa ko na po ate…

    eto p oh

    http://www.friendster.com/r022786

    heheeh..
    thnx po ulit and

    more power :arrow: :evil: :grin: :idea:

  6. allain
    August 15th, 2008 at 6:21 am

    :lol: ate thank you so much… i like it… u really help me… :idea:

  7. Mh@rvZ
    August 15th, 2008 at 3:01 am

    Great!

  8. andrew
    August 12th, 2008 at 2:27 am

    ate …bka pwd makahinge ng installer ng adobe photoshop
    tnx…plzzzzzzzz poh

  9. marleida
    August 11th, 2008 at 7:27 am

    pwede po pa help??
    gumana po ung sakin kaso ngalang hindi cya nakacenter at d po maayos..
    pwede po paturo??
    ty…

  10. jomarie
    August 9th, 2008 at 6:59 am

    ate..parehas po tau ng version ng photoshop adobe :lol:
    pero hindi ko po mkita ung Paint Bucket Tool…
    san ko po un makikita?..nakita ko po ung sample pic
    pero ala po tlaga me nkita eh.. :sad:

    plss..help po!
    gusto ko po tlaga makakagawa ng own layout through ur help! :?:
    thanks po!


Leave a Reply