PDA

View Full Version : Coming soon.. How to Build a Web Site Fast!


Joel Comm
09-09-2005, 09:59 PM
Hey Gang,

Thought I'd let you know I have two new projects in the works before I move on to the third edition of my AdSense ebook.

1) There is another contextual advertising program out there that is totally compatible with AdSense. If you read my report, The Internet Money Tree, you know what I am talking about. A new ebook is coming soon, showing you how to make money with Kontera...

2) One of the most common questions I get is "How do I build a web site FAST?" I am going to answer this in a comprehensive ebook that gets you going from nothing to something in no time.

Stay tuned!

Joel

jayu
09-29-2005, 03:44 AM
Hi Joel,

This is Great...I always face problems, while creating and maintaining websites...If you give some inputs or suggest some software then this will help me a lot. I have lots of good ideas but find difficulties when it comes to put on Internet in a professional manner.

Regards,
Jayu...

pamz
10-04-2005, 07:45 PM
Joel,

Can't wait til the new info. Especially # 2

clickngets
10-05-2005, 06:57 AM
Hi Joel,
I want more information from You abt "How to make website" & "How to earn money on Adsense" pls Help Me as soon as possible.

Chrillec
11-03-2005, 11:16 AM
Hey Gang,

Thought I'd let you know I have two new projects in the works before I move on to the third edition of my AdSense ebook.

1) There is another contextual advertising program out there that is totally compatible with AdSense. If you read my report, The Internet Money Tree, you know what I am talking about. A new ebook is coming soon, showing you how to make money with Kontera...

2) One of the most common questions I get is "How do I build a web site FAST?" I am going to answer this in a comprehensive ebook that gets you going from nothing to something in no time.

Stay tuned!

Joel


Is this coming soon?

Joel Comm
11-03-2005, 11:37 AM
The ebook on how to build a web site fast is in its final draft phase. I hope to have it available before the month is out.

My Chitika ebook should also be completed in just a couple weeks.

Lots of exciting material heading your way soon!

Joel

Chrillec
11-03-2005, 01:35 PM
The ebook on how to build a web site fast is in its final draft phase. I hope to have it available before the month is out.

My Chitika ebook should also be completed in just a couple weeks.

Lots of exciting material heading your way soon!

Joel

You aren't looking for "beta testers" or proofreaders by any chance? ;)

affiliatechick
11-03-2005, 08:05 PM
You aren't looking for "beta testers" or proofreaders by any chance? ;)

I was just thinking the same thing ;)

kah22
11-04-2005, 02:33 PM
Hey Gang,

"How do I build a web site FAST?" I am going to answer this in a comprehensive ebook that gets you going from nothing to something in no time.

Stay tuned!

Joel

Who is the book aimed at: novice, intermediate, or advanced

Kevin
ps be glad to beta test in Ireland

Overallbeauty
11-04-2005, 05:23 PM
I am trying to understand this thread, you are writing a book on creating website fast? Are they for niches or for use with shopping cart? I am so confused :confused:

Terri
11-09-2005, 09:46 AM
The ebook on how to build a web site fast is in its final draft phase. I hope to have it available before the month is out.

My Chitika ebook should also be completed in just a couple weeks.

Lots of exciting material heading your way soon!

Joel

Hurry, Hurry - I can hardly wait! :D

FYI, I'm a REALLY GOOD proofreader, just in case.

Joel Comm
11-10-2005, 02:21 AM
Wow, proofreaders coming out of the woodwork! ;-)

If you want to test something for me, go test this site.

http://www.sudokupuzzlesonline.com/

As for the ebook, it will be out in December.

It contains alot of good info for beginners and a smattering of advanced tips. I wanted to provide a resource that would get someone up and running with a website in nothing flat. It goes very "Wide" and tries to cover alot of ground in one resource.

More on this as the date approaches. For now, the Chitika book is up next!

Joel

Joel Comm
11-10-2005, 02:23 AM
But I guess I can tease you a bit for right now ;-)

http://www.adsense-secrets.com/images/s-fastsite-3d.jpg

Oh, I am a big meanie...

Joel

Terri
11-12-2005, 09:10 AM
But I guess I can tease you a bit for right now ;-)
Oh, I am a big meanie...

Joel

Yes, you are a meanie!

Are you going to cover picking a subject? I'm probably going to show my ignorance here, but in going over to sudokupuzzlesonline, I don't "get" the moneymaking part.

Now I am REALLY going to show how little I know. I've been to World Village a couple of times. I like it (bookmarked it to come back a read more). How do you even begin to build a site like that? I mean, it seems to cover EVERYTHING and is good enough to compete with the big boys (yahoo, msn). If I wanted to do something like that how would I even begin? I do get the moneymaking part of World Village - obviously lots of traffic.

Chrillec
11-14-2005, 09:27 AM
Nice e-book cover, makes me wanna buy it...

Chris
http://www.internetmillionaireinayear.com/blog/

Malachim
11-16-2005, 02:22 PM
(index.php)

<?php echo '<?xml version="1.0" encoding="iso-8859-1"?>'; ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">

<head>

<!-- Page specific entries -->
<title>...</title>
<meta name="description" content="page desc ..." />
<meta name="keywords" content="page keywords..." />

<!-- Entries with paths -->
<link rel="shortcut icon" href="favicon.ico" />
<link rel="stylesheet" type="text/css" href="yourstyle.css" />

<!-- global header -->
<?php include_once 'header.php'; ?>
</head>

<!-- Start body -->
<body>
<!-- logo --><?php include_once 'logo.php'; ?>
<!-- menu --><div id="menubar"><?php include_once 'leftcolumn.php'; ?></div>
<!-- ads --><div id="adbar"><?php include_once 'rightcolumn.php'; ?></div>

<!-- Main Body Content -->
<div id="content"><a name="endnav" id="endnav"></a>

<h1>Welcome Keywords...</h1>

<div class="bodycontainer">

<h2>More keywords</h2>

<p><br />

*** UNIQUE CONTENT ***

<br /></p>

</div><!-- end bodycontainer -->


<!-- CONTENTS END -->

</div><!-- End content -->

<!-- Footer -->
<div id="footer">
<?php include_once 'footer-root.php'; ?>

</div>
</body>
</html>
<!-- end of file -->


*BLINK*

Just add customise global includes, add a pitch of CSS and upload for 30 seconds at gas mark 7. :)


Ah, profitable... Now that's another matter. Where's that book, Joel ?

Chrillec
11-24-2005, 05:37 AM
Could you give us a date when the book will be ready?

Joel Comm
11-24-2005, 09:46 AM
I am putting the finishing touches on it now! However, I will be traveling for Thanksgiving, so it will be 2-3 weeks.

Joel