Keep your blog with original content. Do not copy others and put it in to your site. It just wasting your time. But it's true you could have a tons of article when you do that. Just write whatever you want and post it. It's enough to keep your blog alive for a years.
Just remember google loves the original site. Write your own idea and create a creation of words and feel alive again ;D
I know you write english better than me. But i try my best to write an original content. I need about 30 minutes to write this sentences. haha.
But my advice to keep your blog alive is keep write an original mind. Post it.
I tell you about my 2 sites. One site use an original content and the other just copying from another site (don't try again;p). And the different is after one years the original site still on the first page on google search, and the website that copying article is gone from the search engine.
That prove that a blog using an original content survive more than a copy site.
Keep post your idea ;)
Friday, March 22, 2013
Thursday, February 28, 2013
Harleem style
hahaha lol. I've just seen some funny dance on youtube. It's called harleem shake. Almost like gangnam style psy, but the different this shake has no choreography .
Now i'm thinking to make my new version of harleem shake with mars planet background haha.
Still bout SEO, this page of harleem shake written there.
Now i'm thinking to make my new version of harleem shake with mars planet background haha.
Still bout SEO, this page of harleem shake written there.
Sunday, February 03, 2013
Adbrite closed service scam
This is a bad news for now.
After years using their services now adbrite decided to close services. Gosh i lose many cash there. This message I've got from my mail. And i think all of us disappointed from now. #hammerface.
Let see our mailbox, find of you got this message too.
After open their site, it said 404 page not found #angry
So open up your heart and let all the money goes away.
And other scam listed here is ziddu. After 2008 and first payment about $10, now ziddu delete their earning stats. Oh gosh.. another M***ER F**KER scam.
This make me sure google adsense still the trusted site for earning some cash. even tough now it's difficult to make a new account.
Others, sorry for being late to update this blog. Still looking the best idea for a new topic (trending topic) aha.
After years using their services now adbrite decided to close services. Gosh i lose many cash there. This message I've got from my mail. And i think all of us disappointed from now. #hammerface.
Let see our mailbox, find of you got this message too.
After open their site, it said 404 page not found #angry
So open up your heart and let all the money goes away.
And other scam listed here is ziddu. After 2008 and first payment about $10, now ziddu delete their earning stats. Oh gosh.. another M***ER F**KER scam.
This make me sure google adsense still the trusted site for earning some cash. even tough now it's difficult to make a new account.
Others, sorry for being late to update this blog. Still looking the best idea for a new topic (trending topic) aha.
Tuesday, November 29, 2011
Delete Undeepfreeze
How to delete deepfreeze from your computer. I browse and find this software and trust me this is really works to delete deepfreeze from your computer. Download the deepfreeze uninstal here.
The story begin when i leave my computer on my desk and when i'm back i found someone had instal deepfreeze in my computer. I know that i can't save my works again and i can do nothing with my computer again.
I'm afraid if i re installing the OS i will lose all of my works. Other way, what if someone had instal a spy program in to my computer?
Then i go to internet cafe near my house and i found this program. I hope it will help me, and the truth is yes. It works. Now the deepfreeze is gone and i start to scan my computer from spying activity. And now i can use my computer like before.
I hope i can help someone out there who had a same case like me.
Download here
The story begin when i leave my computer on my desk and when i'm back i found someone had instal deepfreeze in my computer. I know that i can't save my works again and i can do nothing with my computer again.
I'm afraid if i re installing the OS i will lose all of my works. Other way, what if someone had instal a spy program in to my computer?
Then i go to internet cafe near my house and i found this program. I hope it will help me, and the truth is yes. It works. Now the deepfreeze is gone and i start to scan my computer from spying activity. And now i can use my computer like before.
I hope i can help someone out there who had a same case like me.
Download here
Adsense banned
There are many adsense publishers that receive mail from google. It said that the publisher got banned from google adsense. That happen not only for one person, but a few months ago thousand publisher talks about this.
As we know google didn't explain the cause. And guest what, i'm also got banned. (sad)
Until now i don't know why this happen to me. Because i'm using adsense and use the adsense TOS as my guide.
Many people say that the europe economic situation made this. Beside that google loose their profit because facebook also take a huge number advertiser to advertise on their site. And many reason else.
After this case, i make a decision to make another publisher account.
I choose adbrite. Maybe not as much as google adsense earn. but have some variation in publishing ads. example like an ads inside a post (almost like a link). I start using adbrite and it's not bad. :)
Try adbrite now, and don't put your egg at one basket. So if you broke one, you still have another one. Good luck :)
As we know google didn't explain the cause. And guest what, i'm also got banned. (sad)
Until now i don't know why this happen to me. Because i'm using adsense and use the adsense TOS as my guide.
Many people say that the europe economic situation made this. Beside that google loose their profit because facebook also take a huge number advertiser to advertise on their site. And many reason else.
After this case, i make a decision to make another publisher account.
I choose adbrite. Maybe not as much as google adsense earn. but have some variation in publishing ads. example like an ads inside a post (almost like a link). I start using adbrite and it's not bad. :)
Try adbrite now, and don't put your egg at one basket. So if you broke one, you still have another one. Good luck :)
Wednesday, March 30, 2011
how to make spoiler on blogspot
This is tutorial how to make spoiler in blogger. What is spoiler?
Spoiler usually use inside forum to hide some text or image. The text or image will be shown if the spoiler button is clicked.
This is the sample of spoiler button inside blog.
How to make spoiler:
Copy this script and paste it into your new post editor.
Copy below script to insert image into spoiler
Enjoy the blog spoiler
Spoiler usually use inside forum to hide some text or image. The text or image will be shown if the spoiler button is clicked.
This is the sample of spoiler button inside blog.
How to make spoiler:
Copy this script and paste it into your new post editor.
<div style="margin: 5px 20px 20px;"><div class="smallfont" style="margin-bottom: 2px;">Your Title : <input value="Show" style="margin: 0px; padding: 0px; width: 60px; font-size: 10px;" onclick="if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = ''; this.innerText = ''; this.value = 'Hide'; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = 'Show'; }" type="button"> </div><br /><div class="alt2" style="margin: 0px; padding: 6px; border: 1px inset;background: #f1f1f1 none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; color: rgb(127, 69, 0); line-height: 1.5em;"><div style="display:none;">Your Text or Image Link<br /></div></div></div>
Copy below script to insert image into spoiler
<div style="margin: 5px 20px 20px;"><div class="smallfont" style="margin-bottom: 2px;">Your Title : <input value="Show" style="margin: 0px; padding: 0px; width: 60px; font-size: 10px;" onclick="if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = ''; this.innerText = ''; this.value = 'Hide'; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = 'Show'; }" type="button"> </div>
<div class="alt2" style="margin: 0px; padding: 6px; border: 1px inset; background-color: rgb(255, 255, 255); background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0% 50%; -moz-background-size: auto auto; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; color: rgb(125, 125, 125); line-height: 1.5em;"><div style="display: none;">
<a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEizP6HYsop0gpi1Vfeej861_6sISVRkM4AKt50ZVsiAqmt9xLLroCvus5mkOLglNcCT_WbU8zYS2I2gGEB78SErPYMqOhOlDEtun3458dUQLNuQj0ejNU9SKJ4SiT6iexp6oWMccs_M2Io/s320/BLOGGER.gif"><img style="margin: 0pt 20px 20px 0pt; cursor: pointer; width: 128px; height: 128px;" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEizP6HYsop0gpi1Vfeej861_6sISVRkM4AKt50ZVsiAqmt9xLLroCvus5mkOLglNcCT_WbU8zYS2I2gGEB78SErPYMqOhOlDEtun3458dUQLNuQj0ejNU9SKJ4SiT6iexp6oWMccs_M2Io/s320/BLOGGER.gif" alt="spoiler" title="spoilers" border="0" /></a>
</div></div></div>
<div class="alt2" style="margin: 0px; padding: 6px; border: 1px inset; background-color: rgb(255, 255, 255); background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0% 50%; -moz-background-size: auto auto; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; color: rgb(125, 125, 125); line-height: 1.5em;"><div style="display: none;">
<a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEizP6HYsop0gpi1Vfeej861_6sISVRkM4AKt50ZVsiAqmt9xLLroCvus5mkOLglNcCT_WbU8zYS2I2gGEB78SErPYMqOhOlDEtun3458dUQLNuQj0ejNU9SKJ4SiT6iexp6oWMccs_M2Io/s320/BLOGGER.gif"><img style="margin: 0pt 20px 20px 0pt; cursor: pointer; width: 128px; height: 128px;" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEizP6HYsop0gpi1Vfeej861_6sISVRkM4AKt50ZVsiAqmt9xLLroCvus5mkOLglNcCT_WbU8zYS2I2gGEB78SErPYMqOhOlDEtun3458dUQLNuQj0ejNU9SKJ4SiT6iexp6oWMccs_M2Io/s320/BLOGGER.gif" alt="spoiler" title="spoilers" border="0" /></a>
</div></div></div>
Enjoy the blog spoiler
Mosque layout style
Mosque Here is mosque template for blog spot
Here is mosque template for blogspot. 2 column, simple design, and litle dark dominant color. Modified this template your self to get another template.
Click here to download this template..
Zipped, 8.4 KB free from trojan and virus. you can download this blogger template for free.
Here is mosque template for blogspot. 2 column, simple design, and litle dark dominant color. Modified this template your self to get another template.Click here to download this template..
Zipped, 8.4 KB free from trojan and virus. you can download this blogger template for free.
Subscribe to:
Posts (Atom)
Handphone Protector
handphone is the stuff that is always attached in your pocket. This m obile is a common item , but that does not mean it is not w...
-
If you are blogger, you should know this word. Yes "Post a Comment". This word can found below every post you have. But if you thi...
-
Magazine layout for blogspot. This is Copyright 2008 All Rights Reserved Revolution Two Church theme by Brian Gardner . Magazine layout ...
-
for those users Apple devices that using iOS 6 operating system is now smiling because the latest version of jailbreak is to...
http://www.freebloggertemplate.org/2010/06/new-window-blog-template.html