Computer Side Addins Frequently Asked Questions and Help Photo Enhancer Computer Side Addins will insert text from text files into html webpage files with the click of the mouse. No limit to the number of files or folders the program can be used on: computer side addins web page inserts server side includes ssi insert include text files html code web pages ssi online benefits lookout addin xp media center addins free powerpoint addin free ms access utilities ssi disability site developer web txt

by Rob aka Photo Enhancer

CSA Home Purchase Free Trial Version Online Help Tips and Tricks

This help page is for both the purchased version and the free version users of Computer Side Addins. The only difference between using the free version and the purchased version of Computer Side Addins is the free version is limited to running in the C:\ADDINS folder only.

Click on a question below to get an answer.
Questions:

  1. How do I purchase Computer Side Addins?
  2. Why should I buy Computer Side Addins if it works exactly the same as the free version?
  3. Where do I find my Computer Side Addins files?
  4. How do I create a New Folder for Computer Side Addins?
  5. How do I download Computer Side Addins?
  6. How do I Unzip the csaddins.zip file?
  7. How do I initialize Computer Side Addins?
  8. Do I have to close all other Program Files to Run Computer Side Addins?
  9. How do I insert addins in a html file?
  10. How do I run the Computer Side Addins program?
  11. How does the Computer Side Addins program update html files
  12. Where do I save the Addin text files?
  13. What does it mean when the Program tells me <p> tags don't match? This applies to Msg 75 through 95.
  14. I bought Computer Side Addins but can't Download it or was not sent to the Download Page. What do I do now?
  15. I bought Computer Side Addins and none of the above solves my problem. What do I do now?
  16. How do I un-install Computer Side Addins?

Questions and Answers:

1.  How do I purchase Computer Side Addins?

2. Why should I buy Computer Side Addins if it works exactly the same as the free version?

3. Where do I find my Computer Side Addins files?

The Computer Side Addin files will be in the C:\ADDINS folder if this folder did not already exist when Computer Side Addins was initialized. If the C:\ADDINS folder already existed, then the Computer Side Addins files will be in one of the following C:\ADDINS1 through C:\ADDINS9.

Go back to the top of this page.

4.  How do I create a New Folder for Computer Side Addins?

The steps outlined below can be used to create folders anywhere on your computer.

5.  How do I download Computer Side Addins?

6.  How do I Unzip the csaddins.zip file?

7.  How do I initialize Computer Side Addins?

8.  Do I have to close all other Program Files to Run Computer Side Addins?

9.  How do I insert addins in a html file?

Simply place two identical (before and after) addin tags in the html file where you want the text from the text file to be inserted.

Addin tag format and syntax:
The addin tag format is as follows: <!-- zaddin="filename.txt" -->
The addin tag syntax is as follows:

Inline addin tags:

Let's say you had the following line on several scattered pages on your Website:

There are 214 pages on this Website.

The number of pages can vary and is a good choice for an inline addin tag. To create the text file do the following:

Open a text file and enter 214 and save that file as say  webpages.txt. You do not want to put a linefeed after the number 214 in the text file. If you do, the linefeed will also be placed on the webpage when the _addin.exe program is run. Moral: anything you put in the text file will be added into the Webpage when that text file is called.

Example inline addin tag format: <!-- zaddin="webpages.txt" --><!-- zaddin="webpages.txt" -->

The code in the html file for the the line that tells the number of pages on the Website would look like this:

<p>There are <!-- zaddin="webpages.txt" --><!-- zaddin="webpages.txt" --> pages on this Website.</p>

After _addin.exe is run in the folder that contains html files with the above addin tag, the code in the html file will look like this:

<p>There are <!-- zaddin="webpages.txt" -->214<!-- zaddin="webpages.txt" --> pages on this Website.</p>

After that, whenever the number of pages changes on the Website, you will only have to change and save the number in the webpages.txt file and then run the _addin.exe program to update every webpage that calls the webpages.txt file as an addin.

Group addin tags:

Group addin tags can be used for headers, footers, menus, copyright notices or whatever you want.

Example group addin tag format:

<!-- zaddin="pagemenu.txt" -->
<!-- zaddin="pagemenu.txt" -->

Please open the example_page.htm file for more detail information on how to insert addin tags.

Go back to the top of this page.

10. How do I run the Computer Side Addins program?

11. How does the Computer Side Addins program update html files and where do I save the Addin text files?

The Computer Side Addins program updates html files in a three step process. 

12. Where do I save the Addin text files?

Lets say you have the html files in a folder named MY_HTM_FILES and this folder has the following path:

C:\MY DOCUMENTS\MY WEBS\MY_HTM_FILES\

The Addin text files could be save in the MY_HTM_FILES folder or
they could be save in a sub-folder which would have the following path:
C:\MY DOCUMENTS\MY WEBS\MY_HTM_FILES\ADDINS\ or
they could be saved in the C:\ADDINS folder where the program files are.

When you open the _ADDIN.EXE program in the MY_HTML_FILES folder, the program will first look for the Addin text files in the
C:\MY DOCUMENTS\MY WEBS\MY_HTM_FILES\ADDINS\
If the above folder doesn't exist or the Addin text file is not there, the program will then look in
C:\MY DOCUMENTS\MY WEBS\MY_HTM_FILES\
If the Addin text file is not there, the program will look in the
C:\ADDINS folder where the program files are.

This means you can have several Addin text files named HEADER.TXT for example. Each of these can have different content and can be saved in separate folders and still be correctly used for updates.

13. What does it mean when the Program tells me <p> tags don't match? This applies to Msg 75 through 95.

Messages 75 through 95 are warning messages and do not affect the updating of the html files. You can ignore these warning messages if you like. But, it is best if you correct them. 

Messages 75 through 95 identify html tags that do not have a matching beginning and ending tag. For example, if the html file has a <p> tag and does not have a ending </p> tag, the program will recognize it and tell you. There are over 25 tags the ADDIN Program checks.

The easiest way to find these incorrect html code errors is to search for the first two characters of the errant tag. This can be done in a html editor or in Notepad.

14. I bought Computer Side Addins but can't Download it or was not sent to the Download Page. What do I do now?

15. I bought Computer Side Addins and none of the above solves my problem. What do I do now?

16. How do I un-install Computer Side Addins?


Rob's C Programs Email Address Changer Email Address Coder HTML Addins Meta Tags Optimization Picture Print Size Calculator Picture Story Book Picture Viewer Search Find Replace Web Page Builder
Fast, Efficient C Programs plus Free Email Support = Quality Programs plus Top Value for your Money.

Computer Side Addins Frequently Asked Questions and Help

Computer Side Addins will insert text from text files into html webpage files with the click of the mouse. No limit to the number of files or folders the program can be used on: computer side addins web page inserts server side includes ssi insert include text files html code web pages ssi online benefits lookout addin xp media center addins free powerpoint addin free ms access utilities ssi disability site developer web txtCopyright © 1996-2007, Photo Enhancer - All rights reserved -