Archive for the ‘English entries’ Category

Which one your feeds?

June 1st, 2008 | No Comments | Filed in English entries

Many readers they want read a full post from their RSS reader. They don’t want click to the original post just for read the whole thing of your post. They want easy with little effort. It also benefits for readers who have limited access of Internet.

Many bloggers are choosing to offer their excerpts to protect their contents from misuse. They believe that If the article is interesting, the reader will click through to their blog, they will get traffic from this way.

(more…)

HappyChecker: Rapidshare Happy Hours Checker

May 30th, 2008 | No Comments | Filed in English entries

When rapidshare happy hours active, HappyChecker will tell you. HappyChecker is add-on for mozilla firefox. Rapidshare happy hours is a time where non premium members get free acces like premium members without captcha ( without rapidshare security question ) .

(more…)

Finally i got free sony ericsson themes

May 29th, 2008 | 2 Comments | Filed in English entries

I dont know how many times i download themes for my sony ericsson but i never satisfied with what i got. If i make comparation between nokia and sony ericsson, I think nokia has more themes variation than sony ericsson. Yesterday i found software to create sony ericsson themes. It is freeware, its mean that i can get free sony ericsson themes perfeclly like what i want without surfing anymore.

(more…)

Another free anti virus for symbian mobiles

May 27th, 2008 | No Comments | Filed in English entries

I wrote about “free antivirus for symbian mobiles” a few days ago. Kaspersky is free, but it does not work automatic. You have to update with your self the application. Here i show you the automatic ones.

(more…)

Will AW Survey pay you?

May 26th, 2008 | 1 Comment | Filed in English entries

Is there some body get paid from AW survey?. It is about a moth ago i joined with this service. I had thinking that it is impossible, how we get 27 dollars with 5 times survey only? Just make a survey within 3 sentences is enough to pass their requirment. 6 dollars after sign up and 4 dollars every time we make a survey.

(more…)

What will you do with your broken code?

May 23rd, 2008 | 2 Comments | Filed in English entries

Did you know errors code in your blogs file could affect on search engine ranking? Most bloggers they don’t realize that a simple errors can cause incorrect indexing by search engine spider. Another bad news, they will skip the page altogether by this reason.

(more…)

Don’nt be stupid, upgrade your Wordpress now!

May 22nd, 2008 | No Comments | Filed in English entries

Did yo upgrade your Wordpress versions to the latest? The latest wordpress fixed several PHP bugs and feed issues. Some blogger who lazy to upgrade was based on the pretext that who knows their Wordpress blog version?

You make a mistakes when you think that nobody knows your Wordpress version!

Look at the source code of your Wordpress blog (Click View > Page Source from your web browser), you will see:


<# meta name=”generator” content=”WordPress bla..bla..”>

This code is autogenerated by a php code in your header.

php<# meta name="generator" content="WordPress <#?php bloginfo('version'); ?> <#!-- leave this for stats -->

So before you have removed the code, anyone will easy to find your wordpress version and hack it into a Wordpress bugs. So do you thinking that nobody knows your wordpress version?

Upgrade your wordpress regularly with the latest will give you a new features and bug fixes..

Controlled duplicated content with themes

May 21st, 2008 | 4 Comments | Filed in English entries

If you worried about duplicated content may Duplicate Content, and Wrong SEO Plugins by Planet Ozh will help you.

This plugin will Keep your content safe from the duplicated issue, but about optimized search engines actually is not be a plugin’s job, it is your theme’s job, it must be coded and designed for it.

Top engine like Google expects that your blog is free from duplicated content. But how we do when the front page, category and tag pages, archives, search results, feeds, and a lot of places on your blog has a same entry, google will see it as a duplicated content. It’s expected. but If it weren’t there, it would be not be a blog.. :smile:

While Ozh’s help blogger to minimize the amount of duplicated content on a blog using excerpts rather than full content, let’s not forget that the original intension of page rank is targeted towards those who scrape your content, or against splogs who use redundant content to fill up a blog, using spam links and such scam evils.

Here are a tips for reducing a penalty from duplicated contents:

1. Set multi-post views to excerpts, not full content, except on the front page and feeds if you wish.

2. Take care when you are copying another’s content to keep it within Copyright Law’s Fair Use restrictions to 10% of the content or 400 words. Write with your own words to make a differentiate between copied content and the originalls .

3. Dont use feed scraper or automatic feeds plugin that replaces your content with a full or excerpted content from others blog. If you use incoming feeds, feature only title and first 100 or less words of the your blog.

Thats enough,you can relax after its done. Remember, that duplicated content within a blog is expected. Duplicated content between blogs is not and will be penalized.

How strong is your password?

May 19th, 2008 | 2 Comments | Filed in English entries

When you type a new password, its about security hole on your personal blog.

The password “123” indicated that it is “too short”.

The password “12345” is just so simple.

During the input of “12345&” is much better, it is a “well”,“Strongly”.

The password “12345&aB “ is what i say correct. All caracters meaningfull and easy to remember would be “strong” and “perfect” password.

How to insert social bookmarking link without plugin

May 17th, 2008 | No Comments | Filed in English entries

Do you care your blog speed? When your blog is being slow do you think it is your hosting problem, your hosting is suck?

Maybe yes maybe no. Yes if all blog that hosted on that hosting are get a same problem. No if it happen on your blog only..

People who really care their speed will more carefully when they decided using plugin on their blog. Today i wanna share how to make sociall bookmarking link on the end of your article without any plugin.

You just need a code inserted in your single.php

Copy this code:
<a href="http://www.stumbleupon.com/submit?url=<?php the_permalink(); ?>&title=<?php the_title(); ?>">Stumble It!</a> | <a href="http://del.icio.us/post?url==<?php the_permalink(); ?>&title=<?php the_title(); ?>">Del.icio.us!</a> | <a href="http://digg.com/submit?phase=2&url=<?php the_permalink(); ?>&title=<?php the_title(); ?>">Digg it!</a>

Go to your dashboard
design>edit themes>single.php

pasta the code after the_post

Using this tips little bit you can minimalist a plugin addicted.. :mrgreen:

When you wanna change your themes you have to do a same thing on your single.php. It is not easy, but if you are a kind of speed oriented blogger, this tips may help you..