Showing posts with label tips nTricks. Show all posts
Showing posts with label tips nTricks. Show all posts

Monday, October 19, 2009

Know The Truth Behind Adsense


every blogger sure know about adsense ,but only few of them who know about the truth behind it .
adsense script work based on the blog/web content and domain name thats for sure ,based on the keyword from our content and domain name adsense show us an ads that showing up in our page ,but sometimes adsense showing a public ads,that public ads is not worthy you know it won't give you a revenue ,if thats public ads often appears in your page that means there is your keyword didn't match with anything in adsense ads ,because of that adsense show up a public ads in your page.
see...if thats happen in your page that means you've got nothing from adsense ,so lemme show you a way .

first of all we have to know how to make a keyword who doesn't show a public ads.
in adsense there is an ads publisher who placed their ads in a specific keywords ,what we need to do is knowing that keyword ,so...
open this link...
https://adwords.google.com/select/KeywordToolExternal
put any keyword you want to know like the screenshot below

for an example i choose the word "download"
now click get keyword ideas ,wait for a second and you'll see...
now you see...look at the advertiser competition coloumn ,there is a bar isn't it?
that bar show us how much advertiser compete between them to placed their ads in that keyword ,if the competition getting tighter the bar content will be full that means the ads for that keyword will be expensive :)
so if you often used many expensive keyword ,the ads show up in your page of course will be high you know ,and of course your revenue will be higher too





Tags: ,

Monday, July 20, 2009

Create Template:Box Positioning(Part 2)

» Click to show Screenshot«


hi...you all,previously i thought you about creating a template ,right??
but,only until the page structure ,so this article will be the next part for the previous one.
this time i decided to tell you about Boxes, it's the main bar and the sidebar
i will tecah you how to move it and create your own design with that,as you know there is some type of template ,like 2 coloumn(only mainbar and sidebar),3 coloumn(usually mainbar and 2 sidebar),and sometimes there is also 4 coloumn or more,the box position itself depends with the one who created it,for example you decided to create 2 coloumn template with the mainbar on the left and the sidebar on the right.
for the position you can change it in the HTML section like i explained in the last article,if you forget where is the HTML section ,it is below this code


]]></b:skin>


the first in the HTML section is the javascript you can input in your template(inside the Head tag but below the code above) and the body tag after that,this is where we can configure our boxes.for example i will using my violet rose template script(you can download it here).the Violet rose is 3 coloumn template type with mainbar on the center and the sidebar on the left and right.
first in the body tag is the header script,i will skip this because this time i will teach you to configure your mainbar and sidebar,so skip the header script until you found this code


<div id='content'>

<div id='crosscol-wrapper' style='text-align:center'>

<b:section class='crosscol' id='crosscol' showaddelement='yes'/>

</div>
.
.
.<!-- This is where the mainbar and sidebar script -->
.
.
</div>


in the violet script i named the center with "main-wrapper",left side with "sidebar-wrapkiri" and right side with "kanan",so the position itself depends where you put the code,for example if you put the "main-wrapper" first, means the mainbar will be located on the left,but if you put it(the "main-wrapper") after "sidebar-wrapkiri" the mainbar will be located on the center ,in this HTML section the code you input will be located from the left to the right.example:
if you put the "main-wrapper" first,"sidebar-wrapkiri" second ,and "kanan" last

[Mainbar][sidebar1][sidebar2]

if you put the "sidebar-wrapkiri" first, "main-wrapper" second ,and "kanan" last

[sidebar1][Mainbar][sidebar2]

if you put the "sidebar-wrapkiri" first, "kanan" second ,and "main-wrapper" last

[sidebar1][sidebar2][Mainbar]

if you delete one of the code,"kanan" for the example,your template will be 2 coloumn, thats how it works....
the question is...will be the naming still the same if we're using other script??
the naming depends on who created the script itself,but don't worry because you only need to found the content script,it's not to hard to find it,many script creator usually name it with "content" so don't worry ,you'll find that code.
ah yes...this trick you can use for the the page structure,you can move it as you wish,for example you put the header code after content and footer script then the header will be located below content and footer,but i think it's not the header anymore if the position like that :D

I think thats enough for the positioning,next time i will teach you how to added new box with two different style,so keep in touch okay...

To be Continued.....




Monday, July 13, 2009

Create Template:Page Structure(Part 1)

» Click to show Screenshot«


Hi all...from now on i will share my thought to you about how to create a template,but i'm not guarantee you can create very cool template after this,because it's up to to your imagination after all :D....hmm at least you'll know how to create it, i think...
before we start, i must tell you something first,you must have knowledge of HTML and CSS language to create a template, although it's only a basic you must understand this language(because it's impossible to create a template if do not understand at all)

okay...in this part i'll tell you the page structure of the template.
a webpage divided into three parts...that is..Header,Content,and footer (see the screenshot above)
in the header section,you know,this is where your header image or your web title placed,you can put the navigation on this section too if you want.
the content section is a place where your blog content with the article in the mainbar and widget in the sidebar .
and the footer itself usually used for credits to someone,like a link..you know..:D

Now we go to the script
in our blog template script itself divided into two parts...that is CSS section and HTML section,in the Css section you can modify your blog style ,like changing the text color,text size,mainbar and sidebar size and many more..
curious???? hmmmm...okay let's give it a try :)


in this section i take an example with Violet Rose Script
you can download the script here
» Click to show CSS - click again to hide... «


nah..that is the css for the body,if you already familliar with Css you should understand that code right...in that script i'm not using background image,i'm just using background color with #000000(Hex Color for black) and #FFFFFF(Hex Color for white) for the text color
see the width with 985 pixel in the outer wrapper,thats your page width,you can modify on your own as you wish.
now the HTML section,this is the place where the widget you placed...you can put javascript too in this section ,okay for the example ,this is where you can put the javascript on the HTML section

]]></b:skin>


<script language='JavaScript' type='text/javascript'> >


YOUR JAVASCRIPT CODE


</script>


</head>



or upload the javascript file and put the url like this

]]></b:skin>


<script src='YOUR JS URL' type='text/javascript'/>


</head>



hmm i think thats it for the page structure...next time i will tell you how to moved a sidebar and create new sidebar...so keep in touch until the next part

To be Continued....



Monday, June 29, 2009

3 Blogger Mistake




you must be confused with that title right?...what's that mean??
like you know...there's many blogger in this blogosphare,sometimes most of them make a mistake (i know,we're human not an angel..so surely make mistakes sometimes),maybe few of them already fixed it,but what about the other who don't know...i mean they late to realize their mistakes.

and now i will tell you the 3 most blogger mistake(from my perspective)which is often done by the blogger
maybe few of you(who read this article) don't really care about this stuff and if you consider this trivial and not important...you're wrong guys ,maybe you could lose visitors because of this trivial stuff

ok then the first thing is....

1.Useless Widget
most of you already know the exact meaning of this right?..yeah most of you sure using widget for beautify your blog...but the question is....is that widget really usefull for your blogs??,most of you sometimes using any widget but not really understand the main purpose for that widget right??
for example...Mp3 widget
the question....is your blog mp3-based Blog???
if its not,why you're using it?? ...really useless...
not only that...if you're IDM(Internet Download Manager) user you must be realize...sometimes this application responding if there are any mp3 widget,and of course the download menu will appear,if you cancel it..it will appear again and again..it will bother the visitors(if i were the visitor ,i will close that blog...because its useless you know...i can't read the article if that download menu always appear)
maybe you think...just uninstall that IDM so you can read the article freely...but if you were the visitor what will you do??... will you uninstall the IDM because of that??..now WAY right??.I already ask some of my friends,almost of them just close the blog rather than keep reading.

2.Using Too Many Javascript
yeah javascript really important for the web,with that we can beautify our page,but overusing it will only make your loading site to heavy.ah...sometimes also a blogger who put on a useless javascript into their site(just like the uselsess widget above)
for example...Welcome Alert Script
this script will appear if you visit the page who using it,this scrpt structure not too long so the browser can read it quickly,but is it really usefull for you??
maybe you think its usefull,but don't see only with your perspective ,compare with visitors perspective too,is that not bother them??
hmmm...i forgot...sometimes there is a blogger who using this script too much
what do you think if you enter their page the welcome alert will appear like this
"Welcome to My site"--------------click it and the next one will appear
"Thx For Visit"-------------------click again and it will appear again...sigh
"don't forget to leave comment"---yeah and many more....

if it were you the visitors it only make you depressed right??

The last one is....
3Too Much Ads
huff...so many blogger using to many ads(especially for adsense) for their site,but i know the purpose..yeah to get much money from ads .You know...too many ads not good for the both side...for the visitors perpective of course the ads will bother them, they come to read your article not your ads...and for your perspective not really good too,the more you used ads and the price for the ads will be cheap
you understand right?? for what you using many ads but your income so small,use only as needed,and you know the first adsense script read by google is the ads with the high bidding on it,so make sure you place it in the place with the highest click ratio on your page...its much better if we only have few ads but with high price and the highest click ratio rather than many ads but cheap price right...


Attention
maybe few of you will be umbrageous with this article,but you know thats not the real purpose i create this article...i hope with this ,blogger who still use these mistake will fixed their site...im doing this because i care bout your blog,we are all bloggers so we help each other right
best regards
ziegey




Tuesday, June 23, 2009

Jquery Tab Menu Tutorial


Live Preview


hi guys...sorry im late again...got an exams in the last two weeks ,so little busy to create new post...yeah but somehow i managed to finishing the exams(i hope the result in very very goood...:P).
ah i almost forgot...for what reason i am being here...yeah to give you a little trick to beautify our template.look at the screensgot above and the Live Preview too,the name is Jquery TabMenu, cuz we will using jquery again.

in this TabMenu u can put anything (in HTML Of course)like links,comment,shoutbox and many more, and of course...with this tabMenu ur template will be a litle simple ^.^.

Now...Lets Start
First
Open ur template Edit HTML page....and found this code:

and paste this CSS code above it

» Click to show CSS Code - click again to hide... «




and again paste this js below

» Click to show JS Code - click again to hide... «


NOTE:see the url jquery above that script...Download that and reupload to ur hosting for safety,cuz im not responsible if that file will be deleted from my geocities account

Save ur template and go to page element...add new gadget and choose HTML/javascript
Now the last u need to do....(sigh..finally)
paste this code to it...
» Click to show HTML Code - click again to hide... «



u can change the content if u want(see the Green text),for example i change the comment tab with shoutmix script,save ur gadget if ur finished...and....taraaaaa....enjoy ur tabmenu
Thx To http://www.1stwebdesigner.com
See Other Tutorial
Object Dock Navigation
Tabslide Navigation
Spoiler And Code Tutorial
Horizontal Accordeon Slide Tutorial


Saturday, June 13, 2009

Horizontal Accordeon Slide Tutorial



Live Preview
sorry guys...for not being able to post a new one back there...im a litle busy these few days,but im back right now :D...of course with the new one :))

this time i will teach you to make a Horizontal accordeon slide....
acctualy i got this Tutorial after surfing in this cyber world hehehe ,and right now i will share it what i've got to you
see the screenshot above if you want to know what it is...and the Live Preview included of course ^.^,see it up there too.
Features :
* handle aligned to the left
* animation is opening and closing content at the same time
* event trigger is mouse over
* cycling every 10 seconds from 1 to 4 and than from 4 to 1
* new event will only be allowed, once the first animation completed

Ok Lets begin....

First Paste This Css Code, above this Code

» Click to show CSS Code - click again to hide... «


Now For the JavaScript,Paste This Code Below


<script src='http://www.geocities.com/ziegey_clonesphare/jquery-1.3.2.js' type='text/javascript'/>

<script src='http://www.geocities.com/ziegey_clonesphare/jquery.easing.1.3.js' type='text/javascript'/>

<script src='http://www.geocities.com/ziegey_clonesphare/jquery.hrzAccordion.js' type='text/javascript'/>

<script src='http://www.geocities.com/ziegey_clonesphare/jquery.hrzAccordion.examples.js' type='text/javascript'/>



NOTE:you see js file URL right?? I suggest you download that file and reupload to your filehosting ,because im not responsible if that file removed from my account


Now The Last Thing you need to do...
Paste This Script Below

» Click to show Script Code - click again to hide... «




NOTE:If in your Header already had a widget then paste the code after </div> tag
Change As Needed...Text With Blue Color is Image Url,Text With Red Color Is Title For The Content,And with green color is the slide content

Ok Guys Thats all...(huff really tired after this)
Thx To http://www.1stwebdesigner.com
See Other Tutorial
Object Dock Navigation
Tabslide Navigation
Spoiler And Code Tutorial

Thursday, June 4, 2009

Spoiler And Code Tutorial


» Click to show Spoiler - click again to hide... «




ok...come again guys... this time i will teach you how to create "Spoiler" and "Code" for your blogs(Double Tutorial!!..Cool Isn't it :D).
some of you surely already know about spoiler ,right??...yeah script used to hide text,image,script and many more ,if you don't know just go up there and you'll find it :)

and "Code"...what is this??... this is the script used in many forums ,you sure know it if you ever joined a forum (like always...see above for the screenshot if you don;t know)
yoshh...this time i'll make that Code available in your post..hehehehe

first...i'll teach you how to create the spoiler
open your template (layout--->Edit HTML)
go to Css Section (Above This Code)
and Paste this Code

» Click to show CSS Code - click again to hide... «


you can change the color if you want
next to HTML Section(Below this Code )

Paste This Code
» Click to show Script - click again to hide... «


Save Your Template
go to settings--->formatting and paste this on the "post template"

<div class="spoilertop" onclick="openClose('YOURSPOILERID')"> » Click to show Spoiler - click again to hide... « </div>

<div class="spoilermain" id="YOURSPOILERID" style="display: none;"> THIS IS YOUR SPOILER CONTENT </div>

Now if u create new post , This code will appear in the post
Change "YOURSPOILERID" with The Spoiler ID (anything but uniqe) and "THIS IS YOUR SPOILER CONTENT" for ur content u want to hide

Now for the "Code"
open your template (layout--->Edit HTML)
go to Css Section (Above This Code)
and Paste this Code
» Click to show CSS CODE - click again to hide... «



Save Your Template
go to settings--->formatting and paste this on the "post template"

<div id='code'>THIS IS CODE CONTENT</div >

change "THIS IS CODE CONTENT" as needed
I will take the css code above for example
you must write like this for the code to work

<div id='code'>

#code {

font-size: 12px;

color: #FFFFFF;

padding: 15px;

width: 100%;

background-color: #b3b0b0;

display: block;

font-family: "Courier New", Courier, mono;

border-left-width: 15px;

border-left-style: groove;

border-left-color: #FF0000;

}

</div>


and the result will be like this


See other Tutorial
Object Dock Navigation
Tabslide Navigation



Sunday, May 31, 2009

Object Dock Navigation Tutorial



here...another tutorial for your blog guys ^^
as the title above, you can tell ...am i right?..yes, this is the tutorial to create object dock navigation :),ah if u dont know it's ok...just see the screenshot above this Tutorial ,nah...you can tell now ,right ^^ .I am already using this trick too ,so...you can see the live preview for this tutorial.

Actually my previous post already using this too ,yeah "The DotA Allstars Template"...because of that ,few visitors want to know how i create this navigation.So...to answer that question i will tell you how to create it with this post

Here I come!!!! :D
First Found this Code


Paste this Css Code above that code

» Click to show CSS Code - click again to hide... «


next...paste this code below this

<script src='http://www.geocities.com/ziegey_clonesphare/jquery.js' type='text/javascript'/>
<script src='http://www.geocities.com/ziegey_clonesphare/interface.js' type='text/javascript'/>


NOTE:you see jquery.js and interface.js URL right?? I suggest you download that file and reupload to your filehosting ,because im not responsible if that file removed from my account


ok next
here the last script .paste this below
» Click to show Script - click again to hide... «


you can modify that script on your own ,you can change # for the URL,Images ,and dock labels
Ok Thats all...see you again in the other tutorial ^^

Thx to
http://www.andrewsellick.com


Thursday, May 21, 2009

Create Blogspot Tabslide Navigation



ok...many bloggers want to his/her blog looks cool and uniqe ,so.. many of them searching a template that is completely compatible with them. I...?!Of course i want my blog looks cool and different from the other blogs ,I have already create few template for blogspot...like "uchiha brothers" and "The Violet Rose "Template, that i hope will be used by the other blogger :D.

but only a template is not enough ,sometimes we must add a images or widget to beautify our template. so...this time, i want to tell you how to create a tabslide navigation.
if you don't know what it is,just look at the screenshot above. if you still not satisfied ok..click here to view the demo

ok thats enough for the chit-chat....let's go to the scripting :D
here i go
first you must set up a few file like this
1.mootools.js
2.tabslide.js
3.Header image(width=adjust with your header ,height 362px)

you can download that script with the default image here
upload these file to your filehosting
next open your "layout" and click "edit HTML" tab
find this code on tour template


paste this above that code
» Click to show Script «


here that you can modify from that script

#accordion {
border: 1px solid #1F669B;
width: 600px;/*ADJUST WITH YOUR HEADER WIDTH */

and change URL image with the url image you have uploaded
background-image:url(URL IMAGE tab-right.gif);


after that found this code on your template

open ziegey.txt and paste the script inside below that
here the screenshot


next
found this script on ur template

#header {
margin: 0 auto;
background: #000000 url(http://i191.photobucket.com/albums/z269/ziegey/VioHeader.jpg);
color: #ffffff;
padding: 0;
height: 200px;
text-align: $startSide;
}

delete image header URL and set header height to 0
like this

#header {
margin: 0 auto;
background: #000000 url();
color: #ffffff;
padding: 0;
height: 0px;
text-align: $startSide;

Final Step paste this script below
<script src="http://www.geocities.com/ziegey_clonesphare/mootools.js" type="text/javascript"></script>

<script src="http://www.geocities.com/ziegey_clonesphare/tabslide.js" type="text/javascript"></script>

oops i almost forgot ,you can add new panel and subpanel too
just open ziegey.txt u will find script like this

Change PanelID(look line 1 and 3),panel Name(line 2),subpanel name n subpanel url as u wish

Ok Thats it... if you have any question just reply here
credits to
http://www.andrewsellick.com


.