Monday, June 29, 2009

Google Domain selling: Why buy here if they are not hosting your site

Recently, I was thinking of developing of a website. So I jumped the boat and drove in 5th gear to google website as my 80% time is spend on google and registered a website with them without finding out that google won't host my website if I have to make it efor commercial purpose (Not talking about transferring for blogging purpose. So why should someone still register a domain name with Google.

Answer is simple. You register with Google and they offer you Google Aps with mail, document, calender facilities. These are great value for 10$ bill (provided google don't raise the cost), so go ahead register your domain with website. Google tries to make it easy to transfer the hosting facility by tying up with Godday and eNom. It is easy to transfer the hosting feature to these service. If you want to know how to transfer the domain to Godaddy read this article. Domain transfer

Signature

Twit This!

Monday, June 29, 2009

How to Transfer a Domain Name Registered With Google to a GoDaddy Account

Well I was searching for information on how to transfer domain from Google to Godaddy, I thought it would be easy as we signed godaddy while purchasing a domain name. But trust me friends, its not that easy. Here is a very reliable source I came across. Christian Rogers has done a great job in explaining the process. He explain in step by step how to do this.

Go to his orginal source, he has explained everything there. [Click Here]

Just wanted to share his information for you guys.

Signature

Twit This!

Embeding PHP file into your blog

Just now I had to search everywhere on the web how to imbed PHP file onto my blog. Anyway it took me 1 hour to figure out how to embed PHP file. So here's the simple trick. Remember that PHP file are run on the server side.

<object width="425" height="344" type="text/html" data="URL.php"></object>

I have put the width and height according to the way I want to display on the page. but you can change according to your needs.  Check out this site where I have embedded it.[Here]

This works only in Mozilla FireFox. If anyone know more about it, please feel free to share.

Signature

Twit This!

Embeded Comment box

First you have to signed in to http://draft.blogger.com and be careful. it’s not blogger.com
it is go to draft.blogger.com. You can sign with your google mail account. Next make sure to check the box beside Make Blogger in Draft my default dashboard. on top of the page.

Then login to you blog, go to Edit--> Layout--> edit HTML. Check the widget box

<p class=’comment-footer’>
<a expr:
href=’data:post.addCommentUrl’
expr:onclick=’data:post.addCommentOnclick’>
<data:postCommentMsg/></a>
</p>
</b:if>

and replace them with

<p class=’comment-footer’>
<b:if cond=’data:post.embedCommentForm’>
<b:include data=’post’ name=’comment-form’/>
<b:else/> <b:if cond=’data:post.allowComments’>
<a expr:
href=’data:post.addCommentUrl’
expr:onclick=’data:post.addCommentOnclick’>
<data:postCommentMsg/></a>
</b:if> </b:if> </p> </b:if>

No go back to Draft.blogger.com and go to setting, comment and check box



The embedded comment form can not be used if you have Post Pages disabled.


And Save. Your done.

Signature

Twit This!