Tuesday, April 28, 2009

Language Translator Widget For Blogger

With Google translation widget you can translate english to many other languages like Arabic , Bulgarian , Chinese ( simplified and traditional) , Croatian , Czech , danish , Dutch , Finnish , French , German , Greek , Hindi , Italian , Japanese , Korean ,Norwegian , Polish , Portuguese ,Romanian , Russian , Spanish and Swedish. I hope no one might have seen such a huge list anywhere.
his Widget is powered by Google. This Google translation Widget helps your readers to read the article in their own regional language.

If you want translate widget by google visit here google transalte widget.

Friday, April 24, 2009

bux.to scam? Definitely not

They where almost dying out but nowbut.to is back and is in a full power. Members had been complaining about not receiving payment for click. But a while ago things have been changing and member acounts have been ringing with payments. pro members even get up to 87 daily ads. standard members up to 30 ads, definitely more than 20 ads daily. Admin is back and up. Answing every query in the forum. Well if you ask me this is definitely not a Scam. if you had been scared? then you have no reasons to be anymore. your time will definitely pay off. Happy clicking


Insert the Special code here

New Ptc

UPDATE: New trusted Ptc site i came across naturally still under scrutiny. but at first site its a good one. Payment is instant, and first payment is any amount requested by you. That is if you click one ad and got one cent, you can request a one cent pay out. cool right? check the link below.

         



Change background color oo Post

If you are wishing to change the back ground color of your post in blogspot, log into your count-->layout-->edit html and expand click on expant widget template and search for the following code;
.post {
margin:.5em 0 1.5em;
border-bottom:1px dotted $bordercolor;
padding-bottom:1.5em;
}
you may try by adding the code <-background-color: #000000-> as a start(you can choose variouse colors from the hex code chart)
so it will look like this
.post {
margin:.5em 0 1.5em;
background-color: red;
border-bottom:1px dotted $bordercolor;
padding-bottom:1.5em;
background-color: #000000

If youy rather want to change the whole color behind the post title and post itself, the look for the following code

#main-wrapper {
width: 580px;
padding: 10px 10px 10px 10px;
margin-left: 75px;
margin-right: 0px;
border:4px dashed $bordercolor;
float: $startSide;
word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
overflow: hidden; /* fix for long non-text content breaking IE sidebar float */
}
}
and add the same code or just go to the chart and search for your desired color
background-color: #000000

so it looks like this
#main-wrapper {
width: 580px;
padding: 10px 10px 10px 10px;
background-color: red;
margin-left: 75px;
margin-right: 0px;
border:4px dashed $bordercolor;
float: $startSide;
word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
overflow: hidden; /* fix for long non-text content breaking IE sidebar float */
}

wish you a happy blogging. any question just leave a comment and i will get back to you.

Remove navigation bar blogspot

Yesterday when i opend i tried to view one of my blog sites, i got a massage that it has been suspended because someone had i think mistakenly flaged it. i was so pissed off by that, so much i couldnt sleep well. Well that trouble is over cause i found out how to remove this nav bar trough a simple trick. hope it does help you too. never will someone flag us again.
Step one. Log into your blog, goto layou--> edit html.
dont forget to download your current template just incase a problem might occure Its always good to have a test page where you test your codes.
Step two. press CTrl+f to open search box, and type Variable definition. and paste the following code just above that.


#navbar-iframe {
height:0px;
visibility:hidden;
display:none;
}


Et voila... nav bar gone. happy blogging. leave acomment incace you come into problems.

Thursday, April 23, 2009

Autoblogging plugging for WordPress. WP-O-Matic

Wordpress plugin for autoblogging.
Autoblogging i think is the most important of adding rich rss feed content to your blog. Many bloggers are already making good use of this fuure

There are many autoblogging software but they all cost money. There also exist WP plugin is all free with which you can create hundreds of blog posts automatically. from RSS feed.

This plugin is known as WP-o-Matic. You can create blog posts automatically from your choosen RSS choose.

I always wonder how to apply filters with the feeds you choose. You may still need to weed out some content-right?
Well, this WP plugin is supposed to come with some advanced filters which of course I don't know. If the interface is user friendly, then I foresee many bloggers use this wp plugin. When I saw the screenshots of this plugin, I believed it can be handled easily, even by me


Insert the Special code here

Tuesday, April 21, 2009

Make money with your BLOG

Make Extra Money

Do you own blog ?
Do you want to make extra money with it?
No sense if it is just personal blog or business blog. No sense if it is blogger, wordpress or other blog!

You just have to decide how to monetize the traffic. You have a few ways for do that and maybe the best choice are affiliate programs and ppc programs.

In this article i will say a few sentences about a few affiliate and ppc programs which may help you to make extra money from your blog. I am using them, so they are legitimate and pays on time.

-CashBurners
That’s an affiliate program with high commissions. CashBurners gives commisions from 40 to 50% and an amazing starting bonus - $50 !

With CashBirners you can make extra money with your blog and in the same time you will offer products which have really good prices and you can give coupon codes to your customers.

You can sell: Sex Toys, Aphrodisiacs, Bodybuilding Supplements, Party Pills, Products for Women, Teeth whitening products and a lot of more!
http://blog.make-business.info/cashburners-50-bonus/

-AdSense
As you know Google AdSense is the most popular and reliable pay per click program. Everyone can use it and can earn extra money with his blog or website. But if you make something wrong… you can start using other ppc program like the sites posted above.
www.google.com/adsense

-AdBrite
Good one, but adsense is better.
adbrite.com

-Bidvertiser
This is maybe the second - after AdSense. Bidvertiser will pay you when u reach only $10 ! And you can get paid by PayPal which is one advantage.
bidvertiser.com

-CJ- Commission Junction
Also you can use and CJ. CJ is an affiliate program with thousands advertisers and they will offer you really big choice of products for promoting!
CJ.com

I am using CashBurners and CJ and i am really satisfied from them - i have received a lot of payments and that is my way to make extra money from my blogger blogs or my websites.

That’s How To Make Extra Money!


Insert the Special code here

Remove navigation BAR

Some bloggers wish to hide blog navigation bar from Blogger Layout as some blog owners dont like navbar at the top of blog to be shown. If you are one of those bloggers, then i got the right code for you
To hide the navbar

- Log in to blogger

- On your Dashboard, select Layout. . Click Edit HTML. Remember to downloadyou existing template before you start playing with it

Search for the code head{
- paste the below code after the body { tag





#navbar-iframe {
height:0px;
visibility:hidden;
display:none;
}

Or Use

div.navbar {
opacity:0.0;
display:none;
}

Or You can Place If both not works

#navbar-iframe { display: none !important; }

any problem just leave a comment;

Display Scripts and css codes in bloggerPosts

Have you tried posting scripts in blogger posts. It seems impossible as they are normaly not vissible in post pages
But now you can post these scripts with css codes in to the blogger posts.

For these scripts to display :

Just Follow These steps to add this " Post Styling Hack " to your Blog .

Step 1 :

Login to your Blogger account and navigate to Layout section . Then go to Edit Html Tab.
Step 2 : Add This CSS code above this ]]></b:skin>


.codeview {
margin : 15px 35px 15px 15px;
padding : 10px;
clear : both;
list-style-type : none;
background : #f9f9f9;
border-top : 1px solid #eeeeee;
border-right : 2px solid #cccccc;
border-bottom : 2px solid #cccccc;
border-left : 1px solid #eeeeee;
}
.codeview li {
font-size : 13px;
line-height : 24px;
font-family : "Courier New", "MS Sans Serif", sans-serif, serif;
color : #333333;
font-weight : normal;
margin : 0;
padding : 0;
}


Step 3 :

Whenever you create new posts just include the speical Script ( CSS code , Scripts , etc ) within this div section .

<div class="codeview">

Insert the Special code here

</div>

If you have anyproblem using this hack just let me know and i would walk you trough

how to add "read more" tag to blogger

This feature has been long and existing in wordpress blogger but now i found the hack for getting you started in blogger.

It is realatively easy to write and use the Read more tag to your blogger template. just follow the simple proceedures below and you are well to go.
First, log into your blogger account, go to layout-->Edit Html. You would however want to download your existing template just incase things might go wrong for you.
Press Ctrl+f for your search box

Search this part of the code in your template:


Once you find this code, "REPLACE" the above line with the following set of lines:



Save your template and go to Settings-->Formatting and scroll below till end and find the Post Template window and in the window box, paste the following lines:



Save the settings and when you create a new post, you can observe(html section) that the following code is automatically generated:

f you want you add the "more tag to you existing posts, just go to "edit HTML" and paste the part of the article you want to be visible when the read more tag is clicked, between these two lines:

Add signature bellow each blog post

How to add your Signature Below Each Post of your blog,ya as if each post is signed by you.This feauture will add more professional look to your each post and make it look beautiful.As this hack is very easy to implement and most of us would be knowing how to use it in blogger,but still i feel to write about it because today i added a signature to my post,as you can see it at end of the post.
Creat a signature using Mylifesignature or any other website of your choice.


Copy the image URL


Log into your blogger account


Go to Layout > Edit Html > Expand Widget Templates


Now search for the following code (just press ctrl+f) to open search box



And paste this code just underneath data:post.body

Please provide url in above code,align =left is for to tell postion of signature below each post make it to center or right where ever you want it to place below each post.

good luck

How Backup , Download Blogger Template Designs

For new commers to b logger it is very important to to back up your blogger template before experimenting on it, changing scripts, adding blogger widgets, an so on.
It's very important to save a copy of your template before you do any customization on it (any change in the the HTML code of your Blog).
Reason that if something goes wrong you will always have a point of return.It is easy quick and and a relatively small file. just follow the steps below


DASHBOARD ► LAYOUT ► EDIT HTML ► DOWNLOAD FULL TEMPLATE

Create 'Go to top Of Page' Link For Blogger

How to create to the Top of the page Button link for blogger,all websites and blogs have this to the top of page button at the bottom of there page.As it is very helpful for the sites and blogs which have long pages to scroll.So lets implement this top of the page link button just by adding small piece of codes to your blogger.


Login to your Blogger go to


Dashboard > Layout > Page elements > Add a Page Element > Html/Javascript


and add the below codes there and Save it.

Wednesday, April 15, 2009

Hide blog Post date, time and author

Blogger tips $ tricks: Hide blog Post date, time and author.

There are alot of reasons why someone would like to remove the author, date from their blog. Main reason i think is to delete some lines in posting or just keeping your blog tidy . Well there are two ways of doing this. the first is easy and general for all blogs. The second ways is a lot easier if you are posting using blogger.
#methode number 1; Log into your blogger acount go to 'layout' and then to 'Edit HTML'. Don't forget to check 'Expand widget templates'.

Hide Post date
To hide the post date, find the code below and delete it.

Well having showed you trough the hard way, its time to explain to you how you couold do this easily on your blogger by logging into your blog go to your layout and click on edit post. you get this picture

post edit confuguration

Check and unchek what you would want yo show on your post. hope this helps take care.

Saturday, April 4, 2009

Make money from your blog


HI. I wanted to share with you this free ebook on how to make money from your blog. its a very exiting book Micheal Rasmussen Jason Terassi. This books covers usefull topics as Explainning what is a blog,make money blogging, Blogging resourses.especially installing and using the porpular word press. RSS and Blogging You dont have anything to loose reading this book especially as its free. take your time, read trough, make money and enjow. download here

Wednesday, April 1, 2009

bring trafic to your site. Earn money

How hard can it be to get referrals...? well hundreds if not thausands of us are frustrated with this venture because it just but lead to loop holes. all we do is going round and round posting comments on various forums, placing our sites url where ever we land. write articles about things we ourself don't understand and expect that some day maybe somebody would read it. The reality, we get up at dawn and we notice our site has been untouched. Well that is about to change for you. it did for me and i am happy. the answer is Traffic exchange. As a registered user(all free) you surf any number of websites 10, 50, 100..., you name it. in turn you earn credits which automatically translate to other users surfing your website and the business you have to offer. so the more you surf others website, the more your site is surfed. The more visitors you bring to your site, the more your business starts gaining shape. Its easy help others and they in turn help you. I joined this programs two days ago and i already get hit on my blog. you can check it out on page counter right conner of page. Here are some useful links to get you started. Its all free feel free to join and rip your rewards.