Wednesday, July 25, 2012

Godaddy coupon $2.95 (First Registration or Transfer)

New coupon from Godaddy:

SPECIAL OFFER! .COM just $2.95*! Additional .COMs just $7.99* per year!
Plus ICANN fee of $0.18 per domain name per year. $2.95 price good for the first year of one new or transfer .COM per customer. Additional years or .COMs may be purchased for $7.99 per year. Discounts cannot be used in conjunction with any other offer or promotion. Customers may not use gift cards, PayPal® or AliPay to redeem this offer. Your discount will be applied in your shopping cart.

Coupon code: gofg2005ha

Register in Godaddy:
GoDaddy - World's #1 Domain Registrar
You can pay with your Credit Card only!

Sunday, July 22, 2012

Wordpress permalinks not working - how to fix

What is WordPress (WP) Permalinks?
In normal, your WP post url likes "yourdomain/index.php?p=postID", and it is not good for SEO (I will explain why that in a future post). Blogger often use post name to rewrite url, for example "yourdomain/how-to-fix-permalinks"... And WP provide this feature in Dashboard -> Settings -> Permalinks.


But many people found error when change the permalinks. WP can't find the post with permalinks. The server say "Post not found".

Simple way to fix it?
It 's really simple. You choose Custom Structure, and enter the permalinks like:


/index.php/%year%/%monthnum%/%postname%/

(Of course, you can using permalinks without date or month).
And it worked.

Friday, July 13, 2012

[Tips] Connect your blogger/wordpress to twitter and facebook for auto post


Why using twitter and facebook?
Twitter and facebook are social networks where you can connect to people in over the world to give or get information. If you have many friends on facebook (or followers on twitter), you are lucky because if some of them share your information, there are many people know you and receive information from you.




How to post from your blog to twitter and facebook automatically?
Step 1: Create your feedburner by enter your blog RSS to http://feedburner.google.com
Step 2: In feedburner, select "Publicize", then select "Socialize", and add your Twitter account. Don't forget to click Active this feature.
Step 3: Login to twitter account, select "Setting" --> "Profile" and Connect to your Facebook account.


After "Save changes", when your blog has a new post, it is posted to twitter and facebook automatically.

Tuesday, July 10, 2012

Follow Name Cheap 's Twitter to get .Com /.Net /.Org First Year Domain Registration or Transfer only $0.98


https://www.namecheap.com/deals/30000-retweets-0.98-domains-july-2012.aspx

Coupon Details

If enabled, the code will be valid for exactly 24 hours starting from July 16th 00:00 AM EST. The price for com, .net, or .org domains registration or transfer with Namecheap is $0.98*. Please note that the $0.18 ICANN fee is applied to .com and .net domains. The offer is limited to 1 per household entity or business.

Each domain registration or transfer comes with free WhoisGuard and free Personal email for the first year.

If the deal gets enabled, your account should meet the following criteria to take advantage of the offer:

You must follow @namecheap on twitter
You follow the guideline and not retweet more than once every 6 hours

Rules

Twitter accounts must NOT be protected so that we can see your (re)tweet.
Please follow @namecheap while participating
You can only retweet once every 6 hours. If you fail to follow this rule, these retweets won't be counted. Additionally, accounts caught doing so might be disqualified from the promo.
The retweets published after 11.59 p.m. (EST) on July 15, 2012 will not be taken into account    

(source: namecheap.com)

Saturday, July 7, 2012

Synthesis of Coupon to renew domains in Godaddy only $8.49

Today when I renewed my domains in Godaddy, I found some coupons that only pay $8.49 per domain during 12 months. I hope they will help you saving money to renew domain (Coupons for renewing domain are so difficult to find).

When I create this post, they are available:

  • GDBBREN8: Only $8.49 for renewing .com, .net, .org, .mobi, .info and .tv
  • LEAKED32: 32% discount
  • cjc795dom: $8.49 when renewing .COM
  • gdbba776: renew $8.49 for .COM, $7.5 for .NET, .ORG, $7.99 for .INFO

You can use Paypal to renew.

(source: google.com)

Tuesday, July 3, 2012

Custom the Code snippet style in Blogger

To custom the Code snippet style, you should have a little knowledge about CSS (Cascading Style Sheets) and HTML. By using Code snippet style, your post is more clearly and articulately. Now I share the simple way to custom it.

Step 1: Login to Blogger, select the "Template", then choose "Edit HTML" (tick the Expand Widget Template for full source)

Step 2: Insert the code bellow after <b:skin><![CDATA[/* tag and ]]></b:skin> tag:

pre, code {
  font-family:arial;
font-size:12px;
border:0px #CCCCCC;width:99%;
height:auto;overflow:auto;
background:#f0f0f0;
background-image:URL(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjmA5IEKXsYmjGdXHWd6U4nx1QoOYo6fx7XVDreyWSrQnGrnIZkpzMBgJ9SdHoA57fljNIEybqONB-wo3DZFJtO6ItFNICkQDKdtx_33o-y8oj89cvk1hL-oChFLoeJXPNHZu_df-40Rhs3/s320/codebg.gif);
padding:0px;color:#000000;
text-align:left;
line-height:20px;
word-wrap:normal;
}


Step 3:  When creating a new post, choose HTML editor, insert the <code> and </code> (or <pre> and </pre>) before and after your code snippet (as my code in step 2).

Other way, you can use the online tool: http://codeformatter.blogspot.com/, by paste your code snippet to it, choose some option, it can create your code immediately.And you can still copy the result and paste to HTML editor when creating the post in Blogger.

Saturday, June 30, 2012

Insert the “Post rating” to blog

To help readers mounted to blog, you can use a tool for acticle evaluation from JS-Kit. 5 stars is the highest rating for a post. This tool is written by Javascript and easily inserted to any template (if you have a little knowledge about HTML) as Blogger, Wordpress,… Because we often put it where you feel appropriate.

Here 's the simple HTML code:


<div style="float: left; margin: 5px;" class="js-kit-rating" title="Rate this post" permalink=""></div>
<script src="http://js-kit.com/ratings.js"></script>




For example, I have been inserted it to my Blogger:

I inserted it in the bottom of each post, beside the share buttons (Google plus, email, facebook…). If you ‘re using Blogger, you can follow some steps here:


Step 1: Login to Blogger Dashboard, choose “Template”, then “Edit HTML” (tick to Expand Widget Templates). 

Step 2: Search the code:

<div class='post-share-buttons'>

Step 3: Insert the rating code follow it:

<div class='post-share-buttons'>
<b:if cond='data:blog.pageType == &quot;item&quot;'>
<div class='js-kit-rating' permalink='' style='float: right; margin: 5px; width:100px; height:50px;' title='Rate this post'/>
<script src='http://js-kit.com/ratings.js'/>
</b:if>

(This code above is mean: if the post is in detail, the rating code will exist, not in home page)


It ‘s done. If you have an own hosting, you should download the script file in 'http://js-kit.com/ratings.js' and modify it to suit, and custom the rating code in any area on your website to appropriate.

(Translated from source "http://www.thuthuatblog.com/2008/03/thm-tin-ch-nh-gi-bi-vit-vo-blog.html")