Any FrontPage Bytes
Logo graphic: FrontPage newsletter for any version of FrontPage
<!--The Bit in the Middle-->

Members: 1173 Issue 5 Vol II 13 FEB 2003

'The FrontPage Ezine of choice'

Home | Current Issue | Archives | Contributing Authors | Members | FrontPage E-Books | Window Shop | Sitemap | Advanced Search | Contact  | About | FAQ

 
 
 
 
   
 
 
EDITORS:  
Tina Clarke
Tiffany Edmonds
Frances Stewart

Technical Advisor:
Alex Tushinsky

AccessFP.net
At-FrontPage.com
Dynamite-iT.com
 

Ltmod.com

~~~~++++SPONSOR AD++++~~~~~

What's your time worth? Create more web sites in less time with Websunlimited add-in products for FrontPage. Jbots components bought together in the Plus 2002 package, will cost you less than a dollar each! Simply fill in dialog boxes, click Generate, and JavaScript code will automatically create the function you desire. Modify with just a double click. Websunlimited: http://anyfrontpage.com/bytes/jbots.htm

~~~~++++SPONSOR AD++++~~~~~
 

GENERALLY SPEAKING


Happy Valentine's Day from AnyFrontPage!!

It is a small FrontPage world out there and AFP has a lovely Valentine's story to share with you: In the December issue, our Birthday winner, Joy Jacobs, won the drawing for a FrontPage 2000 Addin by XZAKT Media. Now, our readers know that XZAKT Media means our long time contributor, Andrew Brisbane. It turns out that this is not the first time that FrontPage has thrown Joy and Andrew together. AFPB sources have learned that internet correspondence across half a world has blossomed into LOVE and a very special romance!! We wish you all happiness, Andrew and Joy !!
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Our Birthday entries for the Marvelous Month of February are:
Cheryl McCallon
Deborah Miller
Ian Hall
Martha Bagwell
Mac Bagwell
Nancy Kaminski
Frances McColl Stewart
AnyFrontPage wishes each and every one of you the happiest of birthdays.

As if it wasn't lucky enough to be born in February, the winner of our birthday drawing is Cheryl McCallon!

Cheryl wins Media Manager Version 1.2 by Alex Tushinky's LTMOD.com, http://www.ltmod.com  . Media Manager allows Microsoft® FrontPage® 2002 and FrontPage® 2000 users to add Macromedia Flash, RealNetwork's RealPlayer, Apple Quicktime, and Microsoft Media Player movies to their web pages! Easy as 1, 2, 3. Congratulations Cheryl! Happy Birthday everyone! And thank you to Alex!

If you recall, this time last year was the official kick off of our Birthday registration giveaway - inspired by our very own editor, Frances McColl Stewart's birthday! We want to wish Frances a very happy birthday and thanks for inspiring the most successful and most fun giveaway to date! Join the Winners!! Register your birthday with us Today, at:  [ out of date link - removed ]

~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Speaking of prizes, enter Microsoft's random drawing for a Pocket PC ( a winner each week). Enter before January 30 at: http://anyfrontpage.com/rd/swm.htm
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
PLEASE NOTE: The Latest issue of the AnyFrontPage Bytes 'Microsoft FrontPage FanZine' Archives 2003 E-Book is now available for download at: (January Issue) - NEW E-BOOK http://anyfrontpage.com/bytes/ebooks/ 

Your password can be found in your welcome message.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
January 28th saw FrontPage MVP's in a live online chat Q&A session. Among those stepping up to the plate were our editor Tiffany Edmonds and our long-time supporter Kathleen Andersen. The chat transcript should be available at http://anyfrontpage.com/rd/ms1.htm  soon. (It was not yet posted at the time of our publishing) Microsoft plans future sessions also, so make a list of those questions. We will try to give you as much notice as possible.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Yahoo has an updated privacy statement: http://anyfrontpage.com/rd/ppy.htm  In the section "Outside the Yahoo! Network", you'll see a little "click here" / opt-out link. AFP recommends doing this. Please Note: The "Success" message at the top of the next page has a "Cancel Opt- out" button that will undo the opt-out. This opt-out appears to be browser specific as opposed to changing your profile. If so, you will need to opt-out separately from each computer or browser that you use. The price of privacy?
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ASK ANNIE FRONTPAGE
Q. Can you tell me how to make the clocks that you have for the different time zones on your web page. I would like to have something similar that displays time zones for different cities of the world. I have not had much luck finding how to do this.

A. The time zone clocks that we have on http://anyfrontpage.com  are done by using a Java Applet and setting the "parameters" of the applet for the time zone wanted. The time to display is set relative to the time zone the server is located in - or the time zone that the server is set to. On our site we have 3 applets running to display the 3 time zones shown (Eastern, Central, GMT). See [ out of date link - removed ]    for details on how to use these and to download the applet files needed for this clock.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Top

 

TIPS AND TRICKS


FRONTPAGE KEEPS TRACK
 Did you know that FrontPage will keep track of how EVERYTHING on your web points to EVERYTHING else.

For example, if you rename or move a page, it not only updates all the internal links on that page, it updates all the links TO that page.

If you rename or move a graphic, it updates all the links TO that graphic.

However, it can't do that with things it doesn't "know about". JavaScript's fall into that category. When you use graphics in JavaScript's internal structure) normally you would use something like:
<img src="../images/graphic.gif"alt="graphic" width="50" height="50"> 
but if you use absolute links like:
<img src="http://mysite.com/images/graphic.gif"alt="graphic" width="50" height="50"> 
when you move or copy scripts to other folders within your site then, because the link is absolute, it will work from any folder within the web.

Based on a *FPlist posting by
James S. Huggins,
http://www.JamesSHuggins.com 
* http://groups.yahoo.com/group/fplist/
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
THE DIFFERENCE BETWEEN THEMES AND TEMPLATES

Themes
A theme consists of graphical elements (such as navigation buttons, horizontal rule, bullets, page banner, and background), and basic formatting such as heading colors and link colors.
Templates
A template consists of the page layout only, such as where items are positioned on the page. Templates may contain shared borders, tables to hold content, include components, and the entire page formatting instructions. A template can be a single page (known as a page template) or multiple pages (known as a web template).
Web Templates
A web template can also contain the instructions to call for a theme to be applied to the pages. This instruction is contained in the head of the page. So, in effect, a web template can "use" a theme, or rather instruct that a theme be applied to all of the pages within the web (or page) template.

A FrontPage theme contains different style sheets. There is one "main" style sheet, which is always called "theme.css". The other style sheets are called upon depending on whether you have the theme set to vivid colors, active graphics, and whether a background image is used.

You can edit the theme.css file and add special "classes" to it. This involves modifying the existing theme. You can also write your own external CSS file. The trick is in knowing what to place in your external style sheet so that there are no conflicts with the theme's style sheet.

Themes do add a bit of bulk to your file size, but not a great deal unless the items, which make up the theme are large in file size.

Tip by
Karey Cummins
http://www.rtbwizards.com

Top

 

MAIN ARTICLE

DESIGNING FRONTPAGE FORMS FOR MYSQL USING PHP
by Stan Rambin

Since many people who use FrontPage do not host on a Window's server, we receive many requests for creating forms on Linux servers running Apache. Most of these servers also have MySQL databases and PHP scripting languages since many distributions of Linux comes with these included in the package. The requirements to follow this example are:

  1. A Linux-Apache server
  2. MySQL Database and management program (like phpMyAdmin)
  3. PHP Scripting language
  4. FrontPage 2002 (2000 should work also)

First, open FrontPage and select-- File | New | Page or Webpage. This will open the side panel. From the side panel, next select Empty Web (name it dataweb), then-From New Template | Page Templates. Select--Form Page Wizard from the pages offered.

The form page wizard will began to run. Select Next and a box with Add over it will appear. Select add to add form information. The list of options now appears. Under the type of input to collect for this question, includes-- Contact Information. Select it, and click next. A check-box options list will appear, select the following:

  • Under Name, select first and last
  • Check Postal Address
  • Home Phone
  • E-Mail address
  • URL

Click on Next. The next screen will offer you the option of editing the text above the form, but for now, leave it as the default. Now we need to decide what presentation options to select. Let us check - Normal paragraphs, No table of contents and use table to align form. Click-- Next-- to arrive at the output options. For our purpose, select use custom CGI script. What this does is to direct the form output to a file named custom.cgi. We can change this later to direct our results to a php page. Now, select 'Finish' to complete the form.

You may wonder why not just use a CGI file for the output. You can, however in order the run a CGI file, the file must reside in a cgi-bin directory. One of the great advantages of php is that an interpreter reads it and the results are returned as html. So, the script can be executed anywhere an html file can be viewed.

Now, we can select a theme. Select-- Format | Theme, select your theme. (Any theme is o.k.)

Select the HTML view of your new page, and look at the script we have created. Save the page as index.htm. Notice that right under <body>, the <H1> banner area. Delete the current text and enter <H1>Contact Information</H1>. You can also change the Title to Contact information also.

The top of the page should look like this:

<HTML>
<HEAD>
<meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-1252">
<meta http-equiv="Content-Language" content="en-us">
<TITLE>New Page 1</TITLE>
<meta name="Microsoft Theme" content="echo 011">
</HEAD>
<BODY>
<div style="border-style: groove">
  <H1 align="center">Contact information</H1>
</div>
<HR>
<P>This is an explanation of the purpose of the form ...</P>
<FORM METHOD="POST" ACTION="process.php">
  <P> Please provide the following contact information:</P>
<BLOCKQUOTE>
  <TABLE>
     <TR>
         <TD ALIGN="right"> <EM>First Name</EM></TD>
<TD>

And so forth…

Notice the form area. The first line says, FORM METHOD="POST" ACTION="…etc. This line defines how and where the form information goes on completion. The method means it is sent to another page for processing and the Action tells it the name of that page. Now since the web is unpublished, the file referenced will be on your hard drive. Look at the way each field of the form sets up, INPUT TYPE=TEXT NAME= the field name, and finally the size determines the input area length. The names used by FrontPage are fine, but one thing to remember, is that Linux and MySQL are case sensitive, so if you use the default field names, all references to these fields must exactly match the default names.

Therefore, we have eleven fields for our database. Next, we will create the data entry page. Click on the new page icon on the right side of the tool bar and create a new blank page. Click on the tab area of the new page, and change the name to process.php. Save the file using the same name.

To setup the database, check with your hosting company on database creation. Most will provide a database management program like phpMyAdmin, which simplifies the database creation process. In the manager, add a user named "user".

You can use the phpMyAdmin GUI to create the database or copy and paste into your SQL window the following:

Create database contact; /* Your database may add your root name to the database name. In my case, the lhost is added by MySQL, so below you will see the full name lhost_contact.*/

Select go or the enter button on the GUI. Then enter this:

Grant select, insert, index, alter, create on lhost_contact.* to user;

/*Once again, the root name is appended giving the user name of lhost_user.*/

Again, enter this command.

To setup the table, the following will work:

Create TABLE customer(
Contact_FirstName char( 25 ) not null ,
Contact_LastName char( 25 ) not null primary
key , Contact_StreetAddress char( 35 ) ,
Contact_Address2 char( 35 ) , Contact_City
char( 35 ) , Contact_State char( 35 ) ,
Contact_ZipCode char( 12 ) , Contact_Country
char( 25 ) , Contact_HomePhone char( 25 ) ,
Contact_Email char( 100 ) not null ,
Contact_URL char( 100 ) not null
)
)
Complete the entry.

This sets up a table named 'customer' in the database named 'contact'. In addition to the normal database users, the 'lhost_user' will be the default name for transactions on the database. This will restrict the form from being used as a gateway for crackers. The rights for 'lhost_user' are restricted to this database and do not include the ability to grant other privileges to itself or others.

Back in FrontPage, go to process.php. We are ready to receive the data from the index.htm page.

<html>
<head>
<meta http-equiv="Content-Language"
content="en-us">
<meta http-equiv="Content-Type"
content="text/html; charset=windows-1252">
<meta name="GENERATOR"
content="Microsoft FrontPage 5.0">
<meta name="ProgId"
content="FrontPage.Editor.Document">
<title>Database entry results</title>
</head>
<body>
<H1>Data Entry Results</H1>

<? /* This starts the php code section. If you need to place a code area on a FrontPage .htm page, use the <% to start the code and %> to end it. The || means or in PHP. So it reads- if not $Contact_FirstName or not …*/

if (!$Contact_FirstName || !$Contact_LastName
|| !$Contact_Email || !$Contact_URL )
{
echo "You have not filled out all required details. Please go back and try again."; exit; //This makes sure the require information  is added.} /*

Here we assign php variables and make sure dangerous code is excluded by using the addslashes feature. This make sure that code entered in your form, can not be executed. If I were writing this code for a production server, I would use different names for the variables on the database side. The reason for this is to make it easier to debug and to make sure the incoming variables are not being entered into the database without the addslashes function.

*/
$Contact_FirstName =
addslashes($Contact_FirstName);
$Contact_LastName =
addslashes($Contact_LastName);
$Contact_StreetAddress =
addslashes($Contact_StreetAddress);
$Contact_Address2 =
addslashes($Contact_Address2);
$Contact_City =
addslashes($Contact_City);
$Contact_State =
addslashes($Contact_State);
$Contact_ZipCode =
addslashes($Contact_ZipCode);
$Contact_Country =
addslashes($Contact_Country);
$Contact_HomePhone =
addslashes($Contact_HomePhone);
$Contact_Email =
addslashes($Contact_Email);
$Contact_URL =
addslashes($Contact_URL);

// Now we open the database.

@ $db = mysql_pconnect("localhost",
"lhost_user", "password");

//Next we check to see if it opened.

If (!$db) // The ! or 'bang' means, not in php.
{
echo "Error opening database. Please try
again later.";
exit;
}
mysql_select_db("lhost_contact"); //Selects the
database.
// Then we write a string to hold the incoming
data.
$query = "insert into customer values
('".$Contact_FirstName."',
'".$Contact_LastName."',
'".$Contact_StreetAddress."',
'".$Contact_Address2."', '".$Contact_City."',
'".$Contact_State."', '".$Contact_ZipCode."',
'".$Contact_Country."',
'".$Contact_HomePhone."', '".$Contact_Email."',
'".$Contact_URL."')";
/* Each variable is surrounded by a single quote
' followed by a double quote " then a period -The
variable name-then the . period next " double
quote, ' single quote ' and separated by a
comma. */
// Now we query the SQL database.
$result = mysql_query($query);
//Check results.
If ($result)
Echo mysql_affected_rows()." Contact fields
inserted into the database."; //Prints results.
// Now we end the php.
?>
</body>
</html>

You can copy and paste the above onto the process.php page. If the code inserts correctly, it will print out "11 Contact fields inserted into the database." If you want a copy emailed to you, it's easy at this point because the customer information is still contained in $results as well as each variable. The string - mail(string to, string subject, string message); can be defined like this:

$to = "your_email_address";
$subject = "Contact alert";
$message = trim($Contact_FirstName."
".Contact_LastName. " ".$Contact_Email."
". $Contact_URL); // Using any or all fields.

Then to send the email: mail($to, $subject, $message);

And that's it. The form information has been entered into your database and an email of notification sent to the mailbox of your choice.

ABOUT THE AUTHOR
******************************
Stan Rambin runs Ladata Software Development L.L.C. and Ladatahost, a web hosting company specializing in e-commerce site development for small businesses. http://ladatahost.com
******************************

~~~~~~~~++++SPONSOR AD++++~~~~~~~

Quality Websites and Presentations for Beginners and Professionals - See our Themes and Templates for Spring and Easter!! **Packages **Images **Components **Support Where? From PIXELMILL Why PixelMill? It's our Day Job!! http://anyfrontpage.com/rd/pix.htm

~~~~~~~++++SPONSOR AD++++~~~~~~~~

Top

 

FEATURED SITE

DLTK's Crafts for Kids http://www.dltk-kids.com/crafts/valentines/ 

Hearts, flowers, lace, FrontPage, and family activities - your editors found a winner for the Valentine's Day Featured Site in DLTK's Crafts for Kids, http://www.dltk-kids.com/crafts/valentines/ 

Printables, such as cards, coloring pages; crafts, games, puzzles, and recipes make this site a joy for the whole family. Site content is rated suitable for children - Toddlers through grade school. Created in FrontPage, the navigation is intuitive and the design is clean and colorful. Holidays are for family - and this FrontPage site that will add to your enjoyment of Valentine's Day.

Top

 

SIMON SAYS

We are very glad to report that Simon Haddad is recovering well and in good spirits! We are all looking forward to his next edition of Simon Says. So many have asked about information on Simon. We are pleased to report that he is making great progress and looks forward to hearing from you all. You can email him or make your own cards and/or send online cards from places like hallmark.com or bluemoutainarts.com to Simon@anyfrontpage.com . We expect him back online soon, but until then, the cards and notes will be printed out and delivered to him for you. http://at-frontpage.com/SimonBots

Top

 

LINKS AND RESOURCES
 
FRONTPAGE RELATED:
~~~~~~~~~~~~~~~~~~~~~
  ~ FrontPage Links:

Are You a FrontPage Whiz?
http://anyfrontpage.com/rd/qui.htm
How long have you been using Microsoft FrontPage®? Are you a veteran who's used it since the dawn of time? Or a fast-learning newbie who's the envy of all your coworkers? Whichever level you are, the FrontPage Whiz Quiz will size you up.
 ~~~~~~~~~~~~~~~~~~~~~~~~~~
Tutorial Box
http://anyfrontpage.com/rd/ttu.htm
Beginner & Advanced tutorials on FrontPage 2000.
 ~~~~~~~~~~~~~~~~~~~~~~~~~~
FP Themes List - NEW
http://groups.yahoo.com/group/FPThemes
 ~~~~~~~~~~~~~~~~~~~~~~~~~~
Assuring Content Quality and Accessibility for your Web site. - FREE Web Cast
http://hisoftware.com/access/msAccEssDays.html
Time: 1:00 p.m.- 2:00 p.m. EST Upcoming Dates: Feb 19, 2003 Feb 26, 2003

 ~ FrontPage Resources:

Inside Microsoft FrontPage - Feb 2003 Index
http://www.elementkjournals.com/mfp
1. Create multiple link types in the Insert Hyperlinks dialog box. 2. Use animated GIFs to increase your site's visual interest. 3. Making sense of FrontPage theme images. 4. Advanced form buttons give you additional options--barely. 5. Add a back button to a Web page. 6. Speed up service by getting your forms results via email. 7. Add pizzazz to your FrontPage Web with Flash and Swish animations.
~~~~~~~~~~~~~~~~~~~~~~~~~~
FrontFX FrontPage Addons
NEW ADD-ON FrontFX MasterPics and CacheMate
A two in one product! Not only browse your Internet Explorer Cache and insert images and SWF (Flash) Files directly into your web page, but modify them with a collection of brilliant image effects! No more switching to expensive "paint" programs to run effects on images! Import Pack 6 Available For FrontFX FrontFlash. 15 new pieces of clipart including Valentines Day clips.
............................................................
FrontFX Screen Grab - NEW ADD-ON
A small and simple addin to capture/grab either the Full Screen, Specific Windows or just An Area of the display. Buy Now for only $10 OR as a part of Bundle Pack 2 with MasterPics and CacheMate For Only $31.95! That's a 20% Saving!
Ed NOTE: Enter the CodeWord you received in the December issue of AnyFrontPage Bytes And Click Go To Get 25% Discount On Any Purchase From XZAKT Media apart from Bundle Packs!!
 ............................................................
FrontFX DoDraw - Donationware NEW ADD-ON
Utilise Microsoft Drawing and Charting quickly and easily within FrontPage (2k/02) in Image Format (Including converting from Draw components of FP02 to images) Note : May Require Other Office Components to be Installed.
~~~~~~~~~~~~~~~~~~~~~~~~~~
GET NEARLY 50% OFF BEATWARE'S E-PICTURE PRO
http://anyfrontpage.com/rd/epa.htm 
For $69 US--almost 50% off the regular price--you can purchase the commercial version of Beatware's e-Picture Pro, including the e-Picture Imager. FrontPage users please note: Offer expires Feb. 15th - so HURRY!! (Tell them we sent you)
~~~~~~~~~~~~~~~~~~~~~~~~~~
FrontLook Screen Capture - NEW ADD-ON
http://anyfrontpage.com/rd/flc.htm
Add User Interface Screen Shots to a web page or word processing documents. Email a Screen shot to explain a technical problem. Print a checkout or purchase confirmation pages exactly as you saw it. Capture Flash, Java, and other generated pages. Works with or without Microsoft FrontPage.
~~~~~~~~~~~~~~~~~~~~~~~~~~
Link Validation Utility - NEW FREE ADDON
http://hisoftware.com/linkvalidate/
Dramatically reduce errors related to site presentation and usability with this comprehensive Link Validation tool.This addon provides "out-of-the-box" testing and reporting for Accessibility, Privacy, Searchability and Usability standards. The value-added Link Validation tool provides structure and organization validation to your site, allowing both content and site structure to be of the highest quality. Note the Professional Version Comes with any HiSoftware Promotion product or Accessibility Product Suite at no charge.
~~~~~~~~~~~~~~~~~~~~~~~~~~
Spawn
http://www.jimcoaddins.com/com.aspx 
FP2k Users: You will need version 1.0.0.507 in order to use Spawn. If you dl an earlier version, please download the latest version. Easily create popup windows in FrontPage. If you need to create a hyperlink that opens in a new window and you need full control over the appearance of that window.
~~~~~~~~~~~~~~~~~~~~~~~~~~

 ~ General Resources

This issue is love and hearts for Valentine's Day, but to get you ready for the next themes for your website, we provide these links for the next graphics you will want: Pat's St. Patrick's Day Graphics - Background / wallpaper / graphics including knock-out green roses - free for a link back: http://patswebgraphics.com/stpat/stpat.html
~~~~~~~~~~~~~~~~~~~~~~~~~~
Top Hat - Pot 'o Gold - Shamrocks galore: wallpaper and graphics
http://anyfrontpage.com/rd/stp.htm
 ~~~~~~~~~~~~~~~~~~~~~~~~~~
Beautiful Free Celtic Clip Art
http://anyfrontpage.com/rd/cca.htm
 ~~~~~~~~~~~~~~~~~~~~~~~~~~
 Holiday Fonts, Themes, and Graphics
http://www.fontsandgraphics.com/holiday.html
 ~~~~~~~~~~~~~~~~~~~~~~~~~~
 Sounds - including leprechaun imitation:
http://keytrax.com/cgi/gcs?cat=StPatsDayFx
 ~~~~~~~~~~~~~~~~~~~~~~~~~~
St. Patty themes, Valentines Day themes
http://katstuff.com/FrontPage/KatKreations.htm

 ~ General Links

SIMPLE intro to two tutorials
http://anyfrontpage.com/rd/wmt.htm
One on building functional forms / one on making the interactivity work for You.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Different size screen resolutions
http://anyfrontpage.com/rd/gho.htm
Resize your browser to fit the colored area that represents the size screen resolution you want to test your webpage in. Then preview your webpage in the same window.
~~~~~~~~~~~~~~~~~~~~~~~~~~
Crimson Editor
http://www.crimsoneditor.com/
A professional source editor for Windows. Fast and small - the program replaces Notepad and offers many powerful features for programming languages such as HTML, C/C++, Perl and Java. It can be extended for other programming languages based on custom syntax files. Other features: undo/redo, user tools, macros, spell checker and more.

Link tip thanks to Trancer, http://www.213hornets.com
------------------------------------------------------


~~~~~~~++++SPONSOR AD++++~~~~~~~~~

E-Books! / Ebooks! / Ebooks! Organize and learn with: **AnyFrontPage Bytes Vol I - Tips and Tricks AD FREE Tips and Tricks published in Vol I AnyFrontPage Bytes. **AnyFrontPage Bytes Vol I - All published issues from Vol I - No advertisements. Extra Bonus material only available in this e-book. **FrontPage 2000 The Right Way by Tiffany K. Edmonds, MVP.
http://frontpage-ebooks.com
~~~~~~~~++++SPONSOR AD++++~~~~~~
 

Top

 
 
 

Your FrontPage Community Interactive Ezine: bringing you Goodies, Links, News & Tutorials that that you can't find elsewhere

CURRENT ISSUE:

FrontPage News
Main Article
Links and Resources

 

AnyFrontPage Bytes

  

AnyFrontPage Bytes SPONSORS:

Any FrontPage Bytes Volume One & Any FrontPage Bytes tips and Tricks ebooks!

Photo Editing, Graphics Creation and Editing, Built-in Text Effects, Animations

Front Page Secrets: What your FrontPage training and manuals never told you about FrontPage.

 

J-Bots Plus 2002: 87 components for FrontPage web sites.  Make them more attractive, engaging, and easier to navigate. No programming skills are required.

 Cool Tool Button.

PixelMill FrontPage themes & Web templates - PowerPoint templates

"Essential FrontPage 2002 for Web Professionals" by Tiffany K. Edmonds.  The definitive book on FP 2002.
Essentials FrontPage 2002 For Web
Professionals.
by:
Tiffany K. Edmonds

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 
 
       
 
       
   
AnyFrontPage Scoop  
Sign up now to AnyFrontPage Bytes and obtain your FREE FrontPage E-books.
We have a new look and we are still filled to the brim with FrontPage delights.

 

 

FrontPage Tools

PixelMill FrontPage themes & Web templates - PowerPoint templates

Window Shop FrontPage add-ins, addons, themes, templates, hot products for FrontPage and more! J-bots, OutFront, PixelMill, FrontPage Tools, FrontPage e commerce tools

J-Bots - FrontPage add-ons

EDITORS:

Tina Clarke
Tiffany Edmonds
Frances Stewart

TECHNICAL ADVISOR:
Alex Tushinsky

IN THE PRESS
Read our AFP new press releases here

 

Internet Content Rating Association

 

  ROUTINE DISCLAIMER:

Although we make an effort to check out every advertisement and link. We cannot assume responsibility for the actions of our advertisers, or the availability of links. You use the information provided at your own risk, it is always wise to back up your data before editing.

Full Disclaimer
Privacy Policy

PROMOTE:

Please help promote
AnyFrontPage Bytes by linking to our site. Instructions on how to link can be found on our FAQ page


FORWARD:
Please feel free to forward this newsletter to any of your associates who might benefit
from this information.

 
If you are receiving this issue as a forward, and would like to get your own free subscription, please see subscription management above. When you subscribe you will be eligible to receive five FREE E-books, "FrontPage Newbie Secrets" and "Microsoft FrontPage Fanzine Archives" 1999 -2000, Plus 2001, 2002 and 2003. As well as being able to enter competitions and contents.

 

 
This FREE publication by AnyFrontPage Bytes is sent ONLY to people who have requested it. If you do not wish to receive e-mail from us in the future, click here to remove your name from our mailing list. You can also manage your membership at any time by visiting our AnyFrontPage community homepage or by sending blank emails to the following email addresses: To SUBSCRIBE to this Ezine: AnyFrontPageBytes-subscribe@yahoogroups.com
To UNSUBSCRIBE from this Newsletter: AnyFrontPageBytes-unsubscribe@yahoogroups.com

Copyright © 2000 - 2003 AnyFrontPage Bytes - The Bit in the Middle. AnyFrontPage Bytes may only be redistributed in its unedited form. Written permission from the editors must be obtained to reprint or cite the information contained within this newsletter.