Web designers and developers
Home > About us > Web Development Process > Portfolio > Web Development Outsourcing > Contact > Site Map > Link to us  
Dynamically Update Your Ebooks with JavaScript

    Web   selbourne.com
Search results powered by Google - all rights reserved

Increase your Alexa Ranking download the SEO Alexa Toolbar today!
Service request form

Free Search engine submitter

Directory submission
 
 
Web Templates
» Website Templates
» Flash Templates
» PHP-Nuke Templates
» osCommerce Templates
» Zen Cart Templates
» phpBB Skins
» Flash Intro Templates
» SWiSH Templates
» Logo Templates
» Corporate Identity
» Logosets
» Icon Sets
» FREE Templates
» Free clipart Library
» Affiliate Program
 
Free Hosting Reseller
 
Dedicated Hosting
 
Website Hosting

Uptime Guarantee - 99.9%
» Economy Hosting
50 MB Space, 1 GB Bandwidth
1 Domain Hosted, Unlimited parked domains, 5 FTP accounts, 500 email accounts, 30 SubDomains, PHP4 & PHP5

$3/month

Domain Registration: $6
» Business Hosting
15 GB Space, 300 GB Bandwidth
3 Domain Hosted, Unlimited parked domains, 20 FTP accounts, 100 email accounts, 30 SubDomains, PHP4 & PHP5, 20 MySQL DBs

$4/month

Domain Registration: $6
» Corporate Hosting
25 GB Space, 400 GB Bandwidth
30 Domain Hosted, Unlimited parked domains, 50 FTP accounts, Unlimited email accounts, 30 SubDomains, PHP4 & PHP5, 50 MySQL DBs
$8/month

Domain Registration: $6
» Enterprise Hosting
40 GB Space, 500 GB Bandwidth
Unlimited: Domain hosting & parking, FTP accounts, email accounts, SubDomains, MySQL DBs. With PHP4 & PHP5 support

$10/month


Domain Registration: $6
» Compare the two plans
» Web Hosting Glossary
 
Domain Registration
» Affordable Domain Registration
Domain Name at $ 6.00 with web hosting plan
» Domain Reselling
 
 
Web Development
» E-Commerce website development
E-Commerce solutions: - Shopping Carts / Payment Gateway Integration / PHP development / JSP developers / ASP developers
» Database Driven Website
Dynamic Websites using database like MS SQL Server, MySQL, Access, Oracle
» Flash Website development
Dynamic Flash site using ASP / PHP / JSP
» Static Website development
Mostly HTML Pages with multiple forms emailed or stored in database.
 
Website Promotions
» Search Engine Optimization
Website optimization for Search Engines. Validation of pages for Search engine readability. HTML code cleaning & anchor tag optimization
» Meta Tag Development
Research & Development of meta tags for your website pages
» Web Directory Submission
Directory listings to get one way in bound links to boost link popularity
» Link Popularity Development
Link Optimization & Linking Promotions to get reciprocal links from quality websites to increase link popularity on Search Engines.
» Search Engine Submission
Submissions to the Top SE's and other misc. SE's
» Competitive Analysis Services
Competitive keyword rankings in the major search engines and directories
» Search Engine Optimization Resources
Top Directory & Search Engines
Dynamically Update Your Ebooks with JavaScript




Dynamically Update Your Ebooks with JavaScript



Ebooks are considered to be the "perfect" online marketing tool. Not only do they provide your visitors with something of value, but they also enable you to promote your products and services. With just one quality ebook development, you can produce an on going promotional tool that will work 24 hours a day, seven days a week for years to come. Your ebook can literally be viewed by millions simply by giving it away and allowing it to be freely distributed.

Although there are different types of ebooks you can create, the type of ebook I am referring to is a self-contained "executable" file of HTML. This HTML may be a website you've created or HTML you've specifically prepared to be compiled into a downloadable .exe file for distribution.

Ebooks are completely interactive with the Internet and can contain live links, graphics, forms, JavaScript, embedded video, and just about anything that HTML 4.0 supports. In addition, they can even be protected via password/userid and have search capabilities.

Needless to say, they are one of the most powerful marketing tools available on the Internet. They combine two of the most sought after forms of content online. The need for information and the desire to get something of quality, free.

By creating a quality, informative ebook and allowing it to be freely distributed, you are literally creating a massive marketing machine. This marketing machine will spread like wildfire and continue to work for you eternally.

You can even take that one step further and create a free ebook that will become a Viral Marketing Tool. You can create a free ebook that you will have complete control over forever. No matter how many copies you give away, you can have the ability to update each and every one of them with just one file.

Instead of coding your regular HTML pages for your ebooks, you simply place two small lines of JavaScript within your HTML page where you'd like your content to display. This code will pull the content from a file on your server to display within your ebook.

Before we begin, if you'd like to see an example of a free ebook with dynamically updated content, visit: http://www.web-source.net/free_ebooks.htm and download Syndicator eMagazine. This free ebook is the Net's first dynamically delivered emagazine. There are two versions available; the Internet Business version and the Home and Family version.

The first step in setting up your content feed is to create the file that will contain your content. To do this, you must first create your HTML page exactly as you'd like it to display within your ebook. Once you've created your page, open a text editor such as NotePad and simply cut and paste your HTML into a new page. Not all of your HTML, just the contents that you would like to be dynamically displayed. There is no need to begin your new file with <HTML><HEAD>, etc. as you are only creating the file for the contents of your existing HTML page. Once you've created your new page containing your HTML, you'll now need to add some additional JavaScript coding to each line of your HTML.

The first line of your new file will look like this: <!--

The next line will begin with: document.writeIn(' and end with: ');

Your first line of HTML will be placed between the beginning and ending coding. For every line of your original coding, you'll need to add the above-mentioned codes before and after.

Note: Make sure you don't add any extra spaces, including at the end of each line, as JavaScript is very sensitive.

Your new file will end with //--> on the last line.

Here's how your code might look:

<!--
document.writeln('<TABLE BORDER="0" ALIGN="Center">');
document.writeln('<TR>');
document.writeln('<TD>');
document.writeln('Your table content');
document.writeln('</TD>');
document.writeln('</TR>');
document.writeln('</TABLE>');
//-->

Each backslash (\) should be preceded with another backslash.

Example: \\

Each apostrophe (') should be preceded with a backslash.

Example: \'

You can include most HTML and JavaScript coding however, you cannot include JavaScript that must access another file to run.

After you've completed your content file you'll need to save it and upload it to your server. Try to select a name that reflects your file such as ebook.js and make sure your filename is no longer than eight letters.

Next, you'll need to create a new directory on your server where you store all of your HTML files. Name this directory "content" (without the quotes) and upload your new .js file in ASCII.

Finally, place the following code into your original HTML page (the page you cut the HTML code from) where you'd like the content to display. Make sure you change the URL and point it to your new .js file.

<SCRIPT language="JavaScript" src="http://www.yourdomain.com/content/yourfile.js">
</SCRIPT>

Note: This script has only been tested using the following ebook compilers and may not work with all compilers:

E-ditor (Recommended)
http://www.web-source.net/cgi-bin/web/jump.cgi?ID=2884

Ebook Edit Pro (Highly Recommended)
http://www.web-source.net/cgi-bin/web/jump.cgi?ID=2894

Activ E-book (Recommended)
http://www.web-source.net/cgi-bin/web/jump.cgi?ID=105

If you are receiving a script error message, most of the time, it's due to an extra space at the end of a line or an extra or missing character. Make sure you go over your code very carefully.

If you'd rather not have to code the JavaScript yourself, I use a great script called, Master Syndicator which will code your content for you. I highly recommend it. http://www.web-source.net/cgi-bin/t.cgi?l=wm2

Creating a free ebook will be one of the BEST marketing decisions you'll ever make. Creating a free ebook you can dynamically update will give you the power to control your free ebooks forever. Now that's Viral Marketing!

Copyright © Shelley Lowery

More Articles

Hosting Members Login Area
Username
Password



Online 24 hrs Support

Web Services

Online Media
» Web Designing
» Single Page designing
» Template Designing
» Complete Website Designing
» Newsletter Designing
» Website Redesign
 
Print Media
» Graphic Design
» Corporate Identity Design
Logo Design
Animated Gif Logo
Flash Logo designing
Business Card
» Brochure Design
 
Interactive Media
» Flash & Multimedia Services
Flash Intro
Flash Presentation
PowerPoint Presentation
Flash Website
Flash Navigation
» Banner Designing
Flash Banner
Animated Gif Banner
Static Banner
» Interactive Brochures
» Animated Graphics
 
Web Site Maintenance
 
Software Development
 
E-Learning Services
 
Web Design Course
» Business
» Marketing / Tools
» Advertising
» Ebooks
» Success
» Web Site
» Opt-In Lists
» FAQ's
 
     
Web Resources :: Web Directory :: Web Resource 1
© 2002 Selbourne.com - Website designers Developers Search Engine Optimization Specialists
Website Hosting and domain Registration