728x90 PPC Banner

About This Site

On this web site, we publish the latest information and news from our company, as well news, tips, and tricks about other Internet business topics which may interest our customers and web site users.

Want To Comment?

We've turned off commenting on this blog, because we've a better place for you to post them... our discussion forum, EBookFriends.com. Posting there has the advantage that comments are archived, and searchable.

Free & Recommended

Webmasters Make $$$
Webmasters Make $$$

Calendar

September 2005
M T W T F S S
« Aug   Nov »
 1234
567891011
12131415161718
19202122232425
2627282930  

AddThis Feed Button

RSS



Add to My MSN



Subscribe in NewsGator Online

September 13, 2005

Activ E-Book Compiler Version 5 goes Beta

Category: Company Announcements, eBook Marketing & Publishing — Answers 2000 @ 7:24 pm

We’ve just released the first beta of version 5 of Activ E-Book Compiler (our most popular software product ). The new version adds a whole host of features including tons of new scripting features, enhancements to rebranding so you can password protect individual rebrandable fields separately, and a lot more.

You can see the finalized full list of improvements and updates in version 5: here.

And if you want to download and try out the new beta version: go here for instructions.

P.S.
Of course, if you’ve never tried Activ E-Book Compiler and haven’t the faintest idea what I’m talking about, I’d suggest you don’t worry about the beta release right now: instead use the full-release version which you can find out about, as normal, at EBookCompiler.com

AddThis Social Bookmark Button
• • •

Free and Easy Split-Testing With ClickBank

Category: Internet Marketing, Webmasters/Web Design, ClickBank — Answers 2000 @ 5:31 am

Imagine, you’re selling your eBook or downloadable product using ClickBank. You think you can improve your sales letter (and thus convert more of your visitors into customers), but you’re not really sure whether your changes will be improvements or not. So you need to test. Now you can find all sorts of complicated software for split testing, but if your web host supports PHP, I can show you a dead easy way to do it, that doesn’t cost a penny.

  1. Imagine your existing sales letter is called index.html, first rename it to index1.html
  2. Next make the variants of your sales letter. called index2.html, index3.html, etc. (at least one, but as many as you want)
  3. In each of these variants, include a sales link to sell a different ClickBank product. For example, index1.html sells ClickBank product 1, index2.html sells ClickBank product 2, etc.
  4. In your account, you can set the thankyou pages for each of your ClickBank products to the exact same URL (after all the customer will get the same product regardless of which particular sales letter they see). You can set the price of the products to all be the same, or if you’re split testing different prices, vary the prices between the products.
  5. And now the clever bit…. you create a PHP script that displays each of the different sales pages at random.

Start Notepad, and enter the following:
<?php
$npages = 2 ; // change 2 to the number of sales pages you have
$n = ( time() % $npages ) ;
include ( ‘index’ . ($n+1) . ‘.html’ ) ;
?>

Now save the file as index.php (if you are using a version of Windows prior to Windows XP, you will need to type the name in the Save As dialog as “index.php” including the quotes, or else your file will be named index.php.txt).

Now upload your index.php to your site.

If you visit your site’s main URL, you should now see one of your sales pages loaded at random. If you click Refresh in your browser, different pages, should randomly rotate in (sometimes you’ll get the same page, sometimes you’ll get a different page). But the chance of any of the page being loaded is the equal.

And the result? As you run it, you’ll be able to see which version of the sales letter performs better, because its corresponding product number will occur more often in your ClickBank stats.

What should/could you test?

  • Different headlines
  • Different colors
  • Different sales letters
  • Different prices
  • Different guarantees

Vary one thing at a time, and eventually you’ll find the sales letter which converts best, and therefore makes the most money for you.

AddThis Social Bookmark Button
• • •


 
About/Terms Of Use    Privacy

This web site is owned by, operated by,
and Copyright (C) 1998-2007 Answers 2000 Limited
.