We have Moved to TechCreak.com-A Fresh Tech Blog.
How to Place AdSense Ads anywhere in Blog Posts.
First Go to your Google adsense account >> My ads >> New ad unit
Design your ad and Save the changes and Copy generated code.
Now you can’t place this copied code directly in xml of your blog. Firstly you have to parse this code
Just visit link given below and paste your adsense code copied in text box and click on parse.
Parse Your Adsense Code Here
Copy the new parsed code.
Login to your Blogger Account.
Go to Dashboard >> Design >. Edit HTML
Click on Expand Template Widgets option.
Press Ctrl+F and find this code <data:post.body/> in HTML of your blogger template.
Now replace above code with the code given below.
<div expr:id='"aim1" + data:post.id'></div>
<div style="clear:both; margin:10px 0">
<!-- Your AdSense code --> </div>
<div expr:id='"aim2" + data:post.id'>
<data:post.body/> </div>
<script type="text/javascript">
var obj0=document.getElementById("aim1<data:post.id/>");
var obj1=document.getElementById("aim2<data:post.id/>");
var s=obj1.innerHTML; var r=s.search(/\x3C!-- adsense --\x3E/igm);
if(r>0) {obj0.innerHTML=s.substr(0,r);obj1.innerHTML=s.substr(r+16);} </script>
Remove text Your Adsense Code with your AdSense parsed code.
Now clock on Save Template.
Now Go to Dashboard >> New Post
Write your post.
Click on Edit HTML
Place code <!—adsense --> at the place where you want to display adsense ad. After this step don’t go to compose mode. Just publish blog post in HTML mode only.
Now Your blog post has been published and adsense ad has been placed at required place. So you can place adsense ads anywhere in your blog post to increase CTR. Lastly if you enjoyed this post don’t’ forgot to share it with your friends and Please leave your valuable comments and tell us whether this tutorial is working or not.
How to Increase Alexa Rank Quickly for Your Blog or Website.
Firstly download Alexa Toolbar by visiting Alexa website. If you are using firefox browser, you can use another plug-in SearchStatus which provides Alexa rank as well as Google page rank, No-follow links, sites linking in, pages indexed by Google, Bing and Yahoo etc
Digg or Stumble your blog post. It can create massive traffic to your website or blog.
Place Alexa rank widget to your blog or website. Each visitor is counted who clicks on this widget.
Write about Alexa in your blog posts.
Set your blog or website as homepage of your browser.
Write posts related to webmasters- This is because Alexa toolbar is used by most of webmaster. If you provide related to them they will visit your blog or website which contributes to your alexa rank. You can write posts related to SEO, Webmaster tools etc. Spread your post on webmaster forums and social networking websites.
Write quality content which really helpful to reader. They will appreciate your post and will visit your blog or website more frequently.
Write blog posts frequently. Post your blog posts on some top articles directories.
By Just above given steps, you can increase Alexa rank quickly of your blog or website in short duration of time. For more interesting articles visit our friend website TechCreak-online tech tips and tricks
Open Links in New Tab or Window automatically.
If links on your blog or website opens in new window or tab, it has many benefits. Your visitors will still stay on your website or blog for longer time. They will not leave your site by clicking that links. Nobody likes visitors to leave their blog or website. If you can make links on your site which opens in new window or tab, Your problem will be solved. You convert text links or image links to open in new window or tab by simple steps given below:-
For Image Links
If you are using Images as links, then you will be using HTML code given as:
<a href="URL" title="TITLE"><img src="Image URL" border="0" width="25" height="35" alt="Description"></a>
In the above given code, just place target="_blank" or target="new" after URL of the link which opens after clicking on anchor text to open links in new window or tab. As given in below example.
<a href="URL" target="_blank" title="TITLE"><img src="Image URL" border="0" width="80" height="15" alt="Description"></a>
For Text links
Similarly you can open text links in new window or tab by using tag provided above. As given below:-
<a href="http://www.blogger.com/" target="_blank">Blogger</a>
Enjoy it.
How to Add Customized Fevicon To Blogspot.
Design your Fevicon with online free services available. You can search on Google about these free fevicon generator services. Besides this, You can use free ready made fevicons. An animated Fevicon can also be created with the help of these services.
After your fevicon is ready, Host it on some online services available like Photobucket, Imageshack, Flicker etc.
After the uploading or hosting your fevicon, Take URL of fevicon provided by host service used.
Go to Blogger Dashboard > Design > Edit HTML
Now find this piece of code <b:skin><![CDATA[ in the template.
Paste the code given below just above <b:skin><![CDATA[
<
link
href
=
'PUT YOUR FAVICON URL HERE'
rel
=
'shortcut icon'
type
=
'image/x-icon'
/>
Replace the Text given in red with URL of the fevicon hosted by you in earlier step.
Click on Save template. You will see customized fevicon added just before your blog address in address bar.
Disable registry editing in Windows 7, Windows XP or Windows Vista.
Click Start > Run and Type regedit in Windows XP.
Click Start > and type regedit in Search for Programmes and files box in Windows 7 and Windows Vista.
Now follow the instructions as HKEY_CURRENT_USER > Software > Microsoft > Windows > CurrentVersion > Policies
If there is no Key named as System under the Policies. Then right click on Policies > New > Key. Name this Key as System. Otherwise go to the next step.
Now right click on this System key > New > DWORD (32-bit) Value (REG_DWORD) as name this as DisableRegistryTools.
Double click on this DisableRegistryTools created. Put value data 1 and base Hexadecimal in DisableRegistryTools.
In this way you can disable Registry editing in Windows7, Windows XP or Windows Vista.
How To Restore Deleted Blogspot Blog.
You will be very frustrated, if You have done much hard work to make a blogger blog and this blog has been accidently deleted by you. Don’t worry, you can restore or recover accidently deleted blogger blog by the simple steps given below.
Go to Blogger Dashboard after sign-in into your Blogger Account.
Now you will see Displaying 4 of 5 blogs – Show all at the end of blog list.
Click on Show all.
Your will see as given in below image when you hit on Show all.
Click on Undelete this blog.
Your blog will be restored and you will see the message like this.
Your blog was successfully restored.