|
|
|
How to Select a Web Site Host
So, you know how to create HTML files (web pages) and want to start a website. You have a domain name but don't know where to store the files (web host). You find countless web hosting companies offering a wide range of products but you can't...
Looking for a Website Builder that's both Easy and Good?
It is easy. You don't have to pull hair while trying to build a professional looking website. Thanks to something known as a WYSIWYG editor or website builder.
WYSIWYG (pronounced "wizzy wig") stands for What You See Is What You Get. As the...
Seven Free Tools to Create your Web Site
Coding your HTML by hand gives much better results than using a WYSIWYG program. You can get the layout that you want, and make small adjustments easily. NotePad comes free with Windows - but a much better text editor is NoteTab Light. This has a...
The Wonders of Content Management Systems
As you get serious about your web site, your time will become invaluable. A content management system is the best way to maximize your efforts
What A Content Management System Does for You
A good CMS system will allow you to update can entire...
W3C Compliance & Macromedia Flash
A Creative Solution to Validate Pages Containing Macromedia
Flash and Work Around XHTML Specifications for Microsoft's
Internet Explorer.
Remember the "Good Housekeeping Seal?"
W3C is the World Wide Web Consortium seal of quality...
|
|
| |
|
|
|
|
Autoresponders With PHP
First off, check out the URL below. You'll learn how to make that today. http://www.jumpx.com utorials/3/signup.html Fill out your e-mail address on the page you see. (I promise it's not being saved anywhere.) Then, wait a minute or two and check your mail. You should get a message from Gumby (null@jumpx.com) containing a sample autoresponder message. Today, we're going to learn three easy things: redirection, mail sending, and form submission. When we finish with that, you will know how to put those components together and create an autoresponder. Because if you think about it, that's all an autoresponder does. Somebody enters in their e-mail address, are sent an e-mail message, and then are redirected to a new page. Of course there are more complex autoresponders, like Gary Ambrose's Opt-In Lightning, or Wes Baylock's Mail Master Pro which handle multiple follow-ups and record the e-mail addresses of those who have signed up for the responder. But today we're just going to focus on how to make a very basic, very simple autoresponder. Hopefully, you've seen what form objects in HTML look like. Here's some code you can use for an example:
|
|
|
|
|
|