26 September 2008

Show Adsense in Middle of Post

0 comments
Today I will show you how to implement content around Adsense ads or implement adsense in the middle of posts in Blogger.First you should know the advantages of this hack.*More clicks will be generated *It will increase your CTR rate *Your earnings will increase

Any how, it is very easy to implement this hack in your blogger template.You have to follow just few easy steps.So, don't wait and follow the below steps to boost your Adsense earnings!


Note that the below hack work only in Beta Blogger.If you wanna it in Classic blogger, then contact me.

Just Follow the Below Steps for this hack:

First you have to login into your Blogger account & Go to Layout>>Edit HTML.
Now check the "Expand Widget Templates" box.Now search for this <data:post.body/> tag in template.

Now replace the above code (Tag) with the code given below:



<div expr:id='"aim1" + data:post.id'></div>

<div style="clear:both; margin:10px 0">

<!-- Your AdSense code here -->

</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 t=s.substr(0,s.length/2);
var r=t.lastIndexOf(" ");
if(r>0) {obj0.innerHTML=s.substr(0,r);obj1.innerHTML=s.substr(r+1);}
</script>


Now replace <!-- Your AdSense code here --> with your desired adsense code.Note that when you add the Adsense code, you must Encode it with Encoder.

Now, when you see your posts, you will see Adsense ads appearing in the middle of your blogger posts.

I think this is the best place in the whole template for Adsense.You will soon notice that 80% of your clicks will genearated from this Area.Good Luck!
CONTINUE READING ■ ■

22 September 2008

Show Adsense ads inside or between blog post.

1 comments
Adding adsense ads inside blog posts is a very good thing to do to increase your CTR. CTR means"(the number of times your ad clicked) divided by (number of times it is shown).So,the more CTR you have,the more $$ you get.
As we know,there are more chances for the ads to be clicked when they are in the middle(blog posts) rather than at the sidebars(especially the right sidebar),footer,etc.So,

Blogger-Adsense integration feature allows New Blogger users to easily embed or show Adsense ads in between posts via a new option in the Blog Post widget setting page - Show Ads Between Posts!

However, it isn’t a perfect Blogger-Adsense integration that works for everyone!

First, unless you’re using the original New Blogger template, a highly customized New Blogger template might not show Inline Adsense by simply turning on the “Show Ads Between Posts” option.

Follow these simple steps:
  • go to blogger dashboard & click on Layout link
  • click on the Edit link in “Blog Posts” column
  • check the box next to “Show Ads Between Posts” in the pop-up window
  • save the changes

You can also configure your ads settings there.but when someone will visit a particular post link in your site the adsense ads will appear below the post. if you want to show the ads inside post body you have to do the followings:

  • Go to blogger dashboard>Layout>Edit HTML
  • Check the box next to “Expand Widget Templates”
  • Now scroll down & find out the code

  • Place the below code just above red arrow
<b:if cond='data:blog.pageType == "item"'> <b:if cond='data:post.includeAd'> <data:adEnd/> <data:adCode/> <data:adStart/> </b:if> </b:if>

* again find out the following code within red border

[ifcon_2h.jpg]

* replace it with the below code

<b:if cond='data:blog.pageType != "item"'> <b:if cond='data:post.includeAd'> <data:adEnd/> <data:adCode/> <data:adStart/> </b:if> </b:if>

* save the changes

you are done. & don’t forget to save your template before you make the changes.
CONTINUE READING ■ ■

19 September 2008

Add DIGG Button to your Blogger Post !

7 comments
This is a step-by-step guide to automatically place a real-time Digg count and vote button to every single blog post. Digg is a social content website where your readers or you can submit content to. If you have a good story, members will 'digg' the post and write comments. As a blog owner, you may want to make it easy for and encourage your readers to submit and digg your articles.




Steps:

  • First log into your Blogger Dashboard.
  • Go to layout.
  • Then Click Edit HTML.
  • Mark 'Expand Widget Template' .
  • Now search for the following code... <p><data:post.body/></p>
    Now place the following Code just before the <p><data:post.body/></p>

<div style='float:right; margin-left:10px;'>
<script type='text/javascript'>
digg_url = '<data:post.url/>';
digg_window = 'new';
</script>
<script src='http://digg.com/tools/diggthis.js' type='text/javascript'/>
</div>



  • Now Save your Template.

If you have any doubts , feel free to comments here :-)
CONTINUE READING ■ ■

How to show HTML code in Blogger Post ?

3 comments
Want to show some piece of code in your post to your readers ?? Normally when you insert some code with HTML tags in your blogger composer , it will be executed and the result will be shown instead of code.In such a case How to show code with HTML tags to your readers as I had shown in my earlier post ??

Its very simple.All you have to do is

  • Copy the HTML code you want to add to your post in a notepad .
  • In the notepad , go to Edit --> Replace
  • A dialogue window will pop up . In the window , type > in the text box "Find what " and type ; in the text box " Replace with " . Do the same for < class="fullpost">

  • Now copy the entire code and use it in your blogger composer .
  • Now publish the posts and the tags which used will be shown as <> in your blog .
Hope this will help the new blogger users .

If you have any doubts , suggestion then feel free to comments here.
CONTINUE READING ■ ■

How To Show Expandable Posts ??

1 comments
Step 1. Search for "post-header-line" to find this portion of code in your template and add the lines in red as shown.

<div class='post-header-line-1'/>

<div class='post-body'>

<b:if cond='data:blog.pageType == "item"'>
<style>.fullpost{display:inline;}</style>
<p><data:post.body/></p>
<b:else/>
<style>.fullpost{display:none;}</style>

<p><data:post.body/></p>

<a expr:href='data:post.url'>Read More......</a>
</b:if>

<div style='clear: both;'/> <!-- clear for photos floats -->
</div>




Step 2. Goto Settings->Formatting and at the bottom, you will find the text box provided to specify the "Post template". Copy/paste these lines into that text box and save the settings.

Type your summary here
<span class="fullpost">
Type rest of the post here
</span>
If you create a new post now, it shows you clearly where to type the summary and where to add the rest of the post. Follow the format and only summary will show up in your main page. Please note that you also need to divide your old posts like this (atleast the ones showing up in main page) into summary and full portions by editing them.


CONTINUE READING ■ ■

17 September 2008

10 Beautiful Blogger Templates

0 comments

1) WP Fun Blogger Conversion


Wp Fun has one wide column on the left and 3 at the bottom which are locked and optimized for default template features.Also the mascot in the header makes this template different from other custom blogger designs.







2)Notepad Chaos Blogger Conversion

Notepad Chaos is another Wordpress template by SmashingMagazine converted into Blogger by GosuBlogger , it has a stylish illustrated background picture and sidebar sections , first 3 section(recent posts categories and links ) are locked due to the design of this template , you can add extra elements below these 3 section and cannot replace these 3. But it loved by a lot of people thinking that Jackbook readers also will love it , now im sharing it.











DEMO | Download

3)Google Chrome theme


preview



4) Blogger Genkit





5) Firebug



DEMO | DOWNLOAD


6) Spotlight


preview

DEMO | DOWNLOAD

7) Revolution


preview

DEMO | DOWNLOAD

9)Charcoal

DEMO | DOWNLOAD

10) WP Premium Brown




CONTINUE READING ■ ■

11 September 2008

Make Money Online with Chitika !

3 comments
Want to maximize your online income? Think about the ad solutions offered by Chitika.

What is Chitika? Chitika is one of the leading online advertising companies with a network of thousands of blogs and websites. The eMiniMalls is their flagship product and it will enable you to supplement your existing ad revenue while providing a completely new revenue stream through interactive merchandising. The good news about Chitika eMiniMalls is that it can be runalongside Google Adsense.


Besides Chitika eMiniMalls, they also have a number of other ad solutions for publishers. It means that you will have more options for better utilization of your ad space. You can run their ads on multiple websites as long as all your websites meet their terms and conditions. Let’s take a quick look at all the ad solutions offered by Chitika.

Chitika eMiniMalls

Chitika eMiniMalls

Chitika eMiniMalls is Chitika’s flagship paid per click (PPC) product. With eMiniMalls, you can provide your users with relevant content and comparative shopping information without sending them outside of your site. Chitika eMiniMalls will perform best if your site contains information about products.

Get Chitika Premium

Chitika Premium

Chitika Premium

Chitika Premium is an interesting cost per click (CPC) ad solution that is said to be designed to become your highest performing ad unit (eCPM). These ads are behaviorally targeted and they will displayed only to your U.S. search engine traffic (including certain other traffic). So, if your website gets a lot of U.S. traffic, then Chitika Premium ads are just perfect for you. Chitika Premium ads are available in all standard IAB sizes and they are compatible with Google AdSense.

Multiple Product Unit (MPU)

This PPC ad unit is similar to Chitika eMiniMalls but displays ads for various products instead of just one. More products means more chances of genuine clicks by visitors and more income for publishers.

Chitika AdPro

A hosted ad management platform for publishers that will enable you to start, promote and manage your direct ad sales. After sign up, Chitika will create a Direct Ad Sales storefront for you. Then you can promote, monitor approve your direct advertising campaigns. Chitika will take care of your approved advertisers’ campaign set-up and ad serving, and processing of payments.

Chitika Linx

Chitika Linx

This is Chitika’s text link ad solution. Chitika Linx will automatically identify important keywords on your web pages and will hyperlink those keywords to interactive CPC-based product listings. This is a non-intrusive form of advertising and your users will see the ads only when they mouse-over those links.

Chitika for Parked Domains

This solution is perfect for making money from your parked domains. It will convert your parked pages to sleek shopping store fronts featuring a variety of products, offers and promotions. You will earn revenue on PPC basis from these product listings.

Chitika’s Referral Program

The publisher referral program of Chitika is also a good way to earn some extra money. You will earn 10% of the total CPC revenue that your referrals earns for up to 12 months. You can also earn money by referring advertisers to Chitika. For each $100 spent by your advertiser referral, you will get $25 as commission.

What about Payments?

Chitika will pay you 60% of Chitika’s revenue. They makes payments to their publishers via PayPal and check. All payments are sent around the start of every month. You will receive your payments about 30 days after the end of the month in which your account’s total generated revenue exceeds $10 (for Paypal) or $50 (for checks).

In my view, Chitika is the best alternative or companion to Google Adsense. If you run a blog or website focused on poducts, then Chitika eMiniMalls may give better results than AdSense. Chitika Premium ads are also a good option if you get a good amount of US search traffic. Right now, I am getting really good results from their Premium ads on one of my blogs. So, I would highly recommend you to join Chitika today.

CONTINUE READING ■ ■

05 September 2008

Beautiful and free social websites icon set for bloggers

0 comments
I want to suggest you this beautiful and free icon set of the most popular social websites "in a bottle" for bloggers (for personal and not for commercial use) designed from the guys of Templates.com.

Take a look at Templates.com

Free Icon set for bloggers consists of 10 icons: StumbleUpon.com, Ma.gnolia.com, Technorati.com, del.icio.us, DesignFloat.com, Digg.com, RSS, Twitter.com, Facebook.com, Reddit.com. Each icon is produced in the following sizes: 80х80, 64х64, 32х32.




If you are courious about icon desing, you can learn more about the creation process of this Icon Set here.

Take a look at this link to download this icon set.

Templates.com
CONTINUE READING ■ ■

Add Yahoo! Buzz button on Blogger Template

0 comments
ahoo opened Buzz!, a Digg like site to share stories, to all publishers. Add Buzz! button on your Blogger template.

This is a short post which explains how to add Yahoo! Buzz buttons on your Blogger template. It's really very simple!




Take a look at this page to see what kind of buttons are available and choose the style you prefer. For example, if you choose Square button style:



...copy and past the following code in your blogger template (a good position is under post's title):






In any case, if you choose a different button, you have only to change the string ARTICLEURL in the code with .

It's all! For questions or update about this topic contact me or add a comment :)
CONTINUE READING ■ ■

02 September 2008

Internet Explorer 8(Full Cracked Genuine)

0 comments



internet explorer 8
Internet Explorer 8 takes the Web experience beyond the page and introduces a new way to seamlessly experience the power of the Web whether you are a Web developer writing to standards, or an end user discovering a new online service.
This beta release is available to everyone, but is primarily for Web developers and designers to test the new tools, layout engine, and programming enhancements.


L'Explorateur Internet 8 prend l'expérience de Web au-delà de la page et présente une nouvelle voie de continûment connaître le pouvoir du Web si vous êtes un développeur de Web écrivant aux normes, ou à un utilisateur final découvrant un nouveau service en ligne.
Cette version bêta est disponible pour chacun, mais est essentiellement pour les développeurs de Web et les créateurs pour évaluer les nouveaux instruments, le moteur de disposition et les majorations de programmation.

Internet Explorer 8 nimmt die Weberfahrung außer der Seite und führt einen neuen Weg ein, die Macht des Webs nahtlos zu erfahren, ob Sie ein Webentwickler sind, der der Standards, oder einem Endbenutzer schreibt einen neuen On-Line-Dienst entdeckt.
Diese Beta-Ausgabe ist für jeden verfügbar, aber ist in erster Linie für Webentwickler und Entwerfer, um die neuen Werkzeuge, Lay-Out-Motor, und Programmiererhöhungen zu prüfen.

Internet Explorer 8 берет опыт Сети вне страницы и вводит новый путь без шва испытать энергию Сети, являетесь ли Вы разработчиком Сети, пишущим стандартам, или конечному пользователю, обнаруживающему новую онлайновую службу.
Эта бета - версия доступна для каждого, но - прежде всего для разработчиков Сети и проектировщиков, чтобы проверить новые инструменты, двигатель расположения, и программные повышения.

El Explorador de Internet 8 toma la experiencia de Web más allá de la página e introduce un nuevo camino de experimentar sin costuras el poder de la Web si usted es un revelador de Web que escribe a estándares, o un usuario final que descubre un nuevo servicio en línea.
Esta liberación de beta está disponible a cada uno, pero es principalmente para reveladores de Web y diseñadores para probar los nuevos instrumentos, motor de disposición, y realces de programación.


Download :


http://rapidshare.com/files/13837189...86-ENU--JA.rar
CONTINUE READING ■ ■

How to Import Wordpress blogs to Blogger?

0 comments
For many years bloggers on other platforms were frustated by the inability to import their blogs to Blogger. One had to copy and paste each post individually from a non-Blogger blog to a Blogger blog. Those days are over now since Blogger has introduced import-export facility available at the moment only through Blogger-in-Draft.


You can import posts and comments from any blogging platform which gives you ability to export your blog as an XML file. This is how to do it from Wordpress to Blogger........

EXOPRT FROM WORDPRESS


Login to your Wordpress blog (Site Admin) :

http://MYBLOG.wordpress.com/wp-admin/

Click the 'Manage' link at the top.

Click the 'Export' subtab of the Manage tab.

You can choose to export posts from a single author or from all authors.

Click 'Download Export File'.

Click Save in the popup window.

Choose a location on your disk and click Save in the explorer window.

An XML file is saved on your disk. Remember the location where it is saved.




IMPORT TO BLOGGER

Login at Blogger in Draft : http://draft.blogger.com.

Click 'Create a Blog' link on Dashboard.

Under Advanced Options, click the Import Blog Tool link.

Click 'Browse' button.

Explorer window will open.

Navigate to where you saved the XML file exported from Wordpress.

Click on the file to choose it.

Click 'Open' in the explorer window.

Type in the Word Verification letters.

Click Upload arrow at the bottom.

IMPORT TO EXISTING BLOG


Login at Blogger in Draft as before.

Click Settings link under the Blog title.

Click Import Blog link under Blog Tools on Basic subtab.

Follow same steps to upload the XML file exported from Wordpress.

Check the box next to Automatically publish all imported posts before you click Import Blog or else you will have to publish them separately afterwards.


IMPORTANT NOTE : This feature is at present offered only from Blogger in Draft but soon after all the bugs have been ironed out you will be able to do this directly from Blogger.com.
CONTINUE READING ■ ■

Adobe Photoshop CS4 Extended + Crack

1 comments
Adobe Photoshop CS4 Extended retail
codehacks.org





Top features
Nondestructive editing
Edit nondestructively with new Smart Filters, which let you visualize different image effects, and Smart Objects, which let you scale, rotate, and warp raster and vector graphics — all without altering the original pixel data.
Rich painting and drawing toolset
Create or modify images with a wide assortment of professional, fully customizable paint settings, artistic brushes, and drawing tools.
Advanced compositing
Create more accurate composites by automatically aligning multiple Adobe® Photoshop® layers or images based on similar content. The Auto-align Layers command quickly analyzes details and moves, rotates, or warps layers to align them perfectly, and the Auto-blend Layers command blends the color and shading to create a smooth, editable result.


3D compositing and texture editing
Easily render and incorporate rich 3D content into your 2D composites — even edit existing textures on 3D models directly within Photoshop Extended and immediately see the results. Photoshop Extended supports common 3D interchange formats, including 3DS, OBJ, U3D, KMZ, and COLLADA, so you can import, view, and interact with most 3D models.
Movie Paint
Enhance video directly within Photoshop Extended. Now you can paint, add text, and clone over multiple frames of an imported video sequence.

2D and 3D measurement tools
Extract quantitative information from images with new measurement tools. Easily calibrate or set the scale of an image, and then use any of the Photoshop Extended selection tools to define and calculate distance, perimeter, area, and other measurements. Record data points in a measurement log and export data, including histogram data, to a spreadsheet for further analysis.
Faster, more flexible asset management with Adobe Bridge CS3
Organize and manage images more efficiently with next-generation Adobe Bridge CS3 software, which now delivers improved performance, a Filter panel for easier searching, the ability to group multiple images under a single thumbnail, the Loupe tool, offline image browsing, and more.
Better raw-image processing
Process raw images with increased speed and superior conversion quality using the Photoshop Camera Raw plug-in, which now adds support for JPEG and TIFF formats; new tools including Fill Light and Dust Busting; compatibility with Adobe Photoshop Lightroom™ software; and support for over 150 camera models.
Enhanced Vanishing Point with 3D support
Edit in perspective on multiple surfaces — even those connected at angles other than 90 degrees — with the enhanced Vanishing Point, which also lets you measure in perspective; wrap graphics, images, and text around multiple planes; and output 2D planes as 3D models.
Wide range of supported formats
Import and export an even greater range of file formats, including PSD, BMP, DICOM, Cineon, JPEG, JPEG2000, OpenEXR, PNG, Targa, and TIFF.
The RAR Says CS3 But it is CS4 Extended. I Typed it wrong during the Rar Process

Download
Password
Code:
codehacks.org
CONTINUE READING ■ ■

Join Pepperjam Affiliate Network with $10 Sign-up Bonus.

1 comments

If you haven’t joined Pepperjam Network yet then you are missing the next wave in affiliate marketing. Pepperjam Network has only been in existence for 5 months, has partnered with the biggest affiliate program on the net (eBay) and is already the number 5 affiliate marketing company in the United States. And with the latest viral promotion they’re doing they just might end up moving up a few places in the rankings. If you’d like to earn an easy $10 all you have to do is sign up for Pepperjam and as soon as you are approved, you get the $10 deposited into your account.



Overview of Pepperjam offers:

1. $10 New Publisher Sign-Up Bonus - You are eligible for a $10 bonus just for signing-up for Pepperjam Network. Only thing you need to do is join Pepperjam via any referral links.

2. Flat $7 for each referral - For the entire month of August the Pepperjam Network Publisher Referral Program will pay publishers (aka, affiliates) a flat $7 for every new publisher referral. Now if you are a blogger, then you must join Pepperjam within 2 days to get $10 sign-up bonus. You can use last day to refer your blog visitors to Pepperjam via your affiliate links.

PJN July Promo

3. Blogger Incentive Program - Yes, there is still some money. Pepperjam publisher / blogger will receive $10 for each post they make (up to 5 per month) that promotes Pepperjam Network or any Pepperjam Network tool. Of course, your post need to be pre-approved by them. I already got late to try Pepperjam, so I am posting this straightaway so you don’t miss your sign-up bonus. But you can contact bloggers@pepperjamnetwork.com prior to making your post to gain approval of the topic.

Evolution

Pepperjam is also running a blogger incentive program where you can earn up to $50 per month for writing about the network and or some of the tools they offer such as Pepperjam Chat. All you have to do is get prior approval for your post, so spammers don’t take advantage of the situation, and you are off to the races. You get $10 for each post and can do up to 5 per month.

Pepperjam has some of the newest and most exciting offers I’ve seen since I’ve been an affiliate and they’re bringing on new and prestigious companies on a weekly basis that you can earn good money with. Join the up and coming affiliate network that will be #1 one day and get $10, plus have the opportunity to earn $50 per month by blogging about them. If you’re an affiliate marketer, why wouldn’t you join?

Join Pepperjam Network here.

CONTINUE READING ■ ■
 

© All Content is Under Copyright Protection © 2008-2009 World of Vampire Site Best Viewed in Firefox : VISHAL