Monday, December 6, 2010

| by Posted by ceghap

0

1 Person i can trust

easy to say: NO ONE! thanks! :)

| by Posted by ceghap

0

2 things i wish i could do


I know i am late for about a week to do this task. I wish you dont mind dahlia.hehe Last week i need to fly to bribane for some reason. So this is the two whings i wish i could do:
  1. Roll back time
  2. I hope i can satisfy everyone in every aspect. peace!
Tuesday, November 30, 2010

| by Posted by Anonymous

0

A tags from Mr Jauhari

Hi all, this is a tags from Mr Jauhari. I volunteer to to this tags from Mr Jauhari ok.haha ok how to do this tags? Here the procedure:

1) Put your music library in shuffle mood
2) For each question press the next button to get your answer
3) You must write the answer to the question, no matter how silly it sound

If someone says 'is this ok?' you say ?
Dictactorshit (sepultura) ---- this means NOT ok.haha

How would you describe yourself ?
Timeless (Madball) - yeah, so many task to be completed.(how come i have time to this bullshit?haha)

What do you like in a guy / girl ?
Midnight Regulation (Alexisonfire) ----- what? owh 18sx.hahaha

How do you feel today ?
Senja (Daily Flavored Tune) ----- in poetry its mean sorrow. phew~

What is your life's purpose ?
Something's Missing (John Mayer) ---- i have no purpose in life. :)

What's your motto ?
Goodbye, Apathy (One Republic) ---- ha? what is apathy means actually?

What do your friend think of you ?
Shoot to thrill (AC/DC) ---- Yeah just follow your heart bebeh!

What do you think of your parents ?
Forgotten (Avril Lavinge) ---- OMG! Sorry mak abah!

What do you think about very often ?
Racial Hatred (A.C.A.B.) ---- yeah! this is why our PM introduce 1 Malaysia! Hope there are no racial hatred anymore

What is 2 + 2 ?
Unanswered (Suicide Silence) ---- hahaha nice one!

What do you think about your bestfriend(s) ?
Facing the end (The Sorrow) ---- i don't have best friend. Thank You.

What do you think of the person you like ?
Aku Scandal (HUJAN) ---- hahaha who want to be my scandal?

What is your life story ?
Main Serong (The Changcuters) ----- opss~

What do you want to be when you grow up ?
Unholy Confession (Avenged Sevenfold) ---- ha?

What do you think of when you see the person you like ?
Hijrah ke London (The Changcuters) ---- i need to migrate to london? to meet her? i will! hahha

What will you dance at your wedding ?
Don't Touch (Ashley Tisdale) ---- dance with no touching each other! The first touch only at first night. lalala

What will they play in your funeral ?
Hati Besi (Robot Asmara) ----- Be patient guys! see you soon! hehe

What is your biggest fear ?
Kicking and screaming (Ashlee Simpson) ----- hehehe

What is your biggest secret ?
Love Song (Caliban) ----- nice one. Love song in metal. Which means jiwang metal.haha

What will you post this as ?
Second Heartbeat (Avenged Sevenfold)

| by Posted by Anonymous

0

3 words i can't go a day without using

Hi all, the day 8 has coming! hoyeah! Dahlia oh dahlia, you have give reason to keep blogging.hahaha And the 2 words are:
  1. Shit!
  2. Wadehel?
  3. Oh mak!
Monday, November 29, 2010

| by Posted by Anonymous

5

How to change your font at blogspot using Google Font Directory

Do you recognize recently people like to change their blog font from the standard font to the coolest and nicer font? If your are using Wordpress maybe it is normal because Wordpress already have plugin that support font changing. This is a good news for blogger platform user. Recently google has launched a new service/application which let us easily change our font in any blog named Google Font Directory. Interesting right? This service is powerd by JavaScript code which is hosted by google. Good for blogger platform user which dont have a own hosting. For now, there are only 18 fonts available. But we can expect there are more to comes since this service is still in beta release. For example to the font is like this : This font is cool right?. Interested?

Here i show you how to make it:

1- Go to Google Font Directory.

2- You will see the font list. Choose which one you like. For the font like i show before it was "Lobster" font.

3- After you have choose it, you will landed to the new page. Click on "Get the code" link.

4- You will see the code like this:
<link href='http://fonts.googleapis.com/css?family=Lobster&subset=latin' rel='stylesheet' type='text/css'>

5- To add this to blogger platform blog, you need to modify this code a little bit. Just remove the "&subset=latin" form the code and add /(slash) at the end of the code before >. You will get the code like this:
<link href='http://fonts.googleapis.com/css?family=Lobster' rel='stylesheet' type='text/css' />

6- Open your blogger Dashboard --> Design--> Edit HTML and find(ctrl+f) </head> and place the code just before the </head> and then save it.

7- Now your site is ready to use this custom font!

Use of the code:

If you want to add it in your post just simply use this code:
<span style="font-family: Lobster;">I am the lagendary ceghap.</span>

and the result is like this:
I am the lagendary ceghap.

If you like to change your post title font you need basic css knowledge. I will show you some, But i don't know if you understand or not. If you want to try this make sure you backup your template first :)

1- Open your Dashboard --> Design --> Edit HTML. And find(ctrl+f) "h3" or "h2" depends on your template.

The code will look like this maybe:
h2, h3
{
  margin: 0;
}

Then just add the css to this code:

h2, h3
{
  margin: 0; font-family: 'Lobster', arial, serif;
}

If you can understand the css well. you can modify most of the font at your blog. the basic code is like this:
h1 { font-family: 'Lobster', arial, serif; }