السبت، 1 أكتوبر 2011

How To Add jQuery Scroll Background To Blogger

Posted by islam ibrahim 6:53 ص, under | 11 comments

1.Login to your blogger dashboard--> layout- -> Edit HTML 2.Scroll down to where you see </head> tag . 3.Copy below code and paste it just before the </head> tag . <script src='http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js?ver=1.3.2' type='text/javascript'/> <script type='text/javascript'> //<![CDATA[ $(function(){ // *** // Scrolling background // *** // height of background image in pixels var backgroundheight = 4000; // get the current minute/hour of the day var now = new Date(); var...

How To Add Style to Mouse Cursor in Blogger

Posted by islam ibrahim 6:47 ص, under | 1 comment

1.Login to your blogger dashboard-->Layout > Page Elements 2.Click on 'Add a Gadget' on the sidebar. 3.Select 'HTML/Javascript' and add the one of code given below and click save. <script language="javascript"> // ENTER TEXT BELOW. CAN *NOT* INCLUDE NORMAL HTML CODE. var text='ENTER YOUR TEXT HERE....'; var delay=40; // SPEED OF TRAIL var Xoff=0; // PIXEL COUNT FROM THE LEFT OF THE CURSOR (- VALUES GO TO LEFT) var Yoff=-30; // PIXEL...

Numbered Page Navigation Hack For Bloggers

Posted by islam ibrahim 6:32 ص, under | 1 comment

1.Login to your blogger dashboard--> layout- -> Edit HTML 2.Scroll down to where you see ]]></b:skin> tag . 3.Copy below code and paste it just before the ]]></b:skin> tag. .showpageArea a { text-decoration:underline; } .showpageNum a { border:1px solid #CCCCCC; margin:0 3px; padding:3px 7px; text-decoration:none; } .showpageNum a:hover { background-color:#CCCCCC; border:1px solid #CCCCCC; } .showpagePoint { -moz-background-clip:border; -moz-background-inline-policy:continuous; -moz-background-origin:padding; background:#CCCCCC...

الجمعة، 30 سبتمبر 2011

How To Add Random,Rotating Images for Blogger Header

Posted by islam ibrahim 7:32 م, under | No comments

In this tutorial I am going to explain how to add random,rotating images for your blogger header background.When after you adding this feature to your blogger blog,header image of your blog will rotate/change in each page refresh.Before doing this trick you must create header images for your blog.In this tutorial I am going to show how to rotate 5 header images. 1.Log in to your dashboard--> Design- -> Edit HTML 2.Scroll down to where you see <body> tag. 3.Now copy below code and paste it just after the <body> tag. <script...

How To Add 728x90 leaderboard Adsense ads between Header and Post Section in blogger

Posted by islam ibrahim 7:21 م, under | 3 comments

1.Log in to your dashboard--> layout- -> Edit HTML 2.Click on "Expand Widget Templates" 3.Scroll down to where you see this: <b:section class='crosscol' id='crosscol' showaddelement='no'/>  4.Now replace above code with below code. <b:section class='crosscol' id='crosscol' showaddelement='yes'/>  5.Now save your template. 6.Go to Layout > Page Elements 7.Now Click on new 'Add a Gadget' option that will...

How To Use Adsense Section Targeting on Blogger

Posted by islam ibrahim 7:18 م, under | No comments

What is Google Adsense Section targeting? Here is the official information on Adsense Help Center: Section targeting allows you to suggest sections of your text and HTML content that you'd like us to emphasize or downplay when matching ads to your site's content. By providing us with your suggestions, you can assist us in improving your ad targeting. We recommend that only those familiar with HTML attempt to implement section targeting. To implement section targeting, you'll need to add a set of special HTML comment tags to your code. These...

How To Remove Low paying Adsense Ads

Posted by islam ibrahim 6:54 م, under | No comments

To increase your Adsense Earnings by removing the lowpaying adsense ads from your account,follow the steps below. 1.First go to www.adsblacklist.com . 2.Now Signup for a account.it's free and very simple. 3.Now login to your account. 4.Now Click on My Account. 5.Now click on 'Add New Domain' 4.Submit your URL,TITLE and Keywords.Look at the example below. 5.Now go to Generate Filter List. 6.Drag and drop your domain name into 'Keywords from...

How To Remove AdSense Ads from the Homepage

Posted by islam ibrahim 6:41 م, under | 2 comments

This post explains how to hide Google Adsense Ads In Home Page And display them only Inside Post pages Alone. If you want to hide Google Adsense Ads In Home Page ,follow the steps below. 1.Generate Parsed code for your adsense code because we cannot put adsense code directly in the xml.So parse it using AdParser. After parsing,your ad code Should look like this. 2.Log in to your dashboard--> layout- -> Edit HTML 3.Click on "Expand Widget...

How to put AdSense in the Middle or Anywhere of Blogger posts

Posted by islam ibrahim 6:33 م, under | 1 comment

If you want to put Adsense ads in the middle of Blogger posts follow the steps below. 1.Generate Parsed code for your adsense code because we cannot put adsense code directly in the xml.So parse it using AdParser. After parsing,your ad code Should look like this. 2.Log in to your dashboard--> layout- -> Edit HTML 3.Click on "Expand Widget Templates" 4.Scroll down to where you see this: <data:post.body/> 5.Now replace above code with...

Pages 41234 »