| Once webmasters put up a site, they need to | | | | * Deleting web pages and 404 errors: If you are |
| update or change present pages or add more pages | | | | using cpanel, it will easy to display custom 404 error |
| soon. They need to add product pages, faq, shopping | | | | page, where you can keep links to your products or |
| cart, autoresponder system etc. to full potential of an | | | | main pages of the site. So people just get back in to |
| ecommerce web site. | | | | your site. Or you can also redirect them to your |
| There are some easy to follow tips that you can use | | | | home page by using .htaccess redirects. |
| to make the web site updates easy ... | | | | * Use a FAQ script: This way you can answer the |
| * Create header, footer and menubar templates: You | | | | questions of your visitor beforehand so they will get |
| can create these templates because if you change | | | | a clear picture about your product/service. When |
| the html in one file, it will be reflected on all pages of | | | | new questions are coming to you from your visitors |
| your site. Pretty cool ... huh? Do a search on Google | | | | you can continue posting them under FAQ. |
| for 'ssi includes'. You will get many instructions on | | | | * Automate the product downloads and customer |
| how to create text files to include your template. | | | | follow ups: Use a membership script to provide |
| * Use CSS for colors and table layout: Another time | | | | immediate downloads to your products. Use a follow |
| saver apart from SSI is CSS style sheets. CSS | | | | up autoresponder to follow up your customers so to |
| means 'Cascade Style Sheets'. These files contain the | | | | offer discounts, upgrades or free newsletters. You |
| styles for your web site font, links and tables. If you | | | | can use a shoppingcart to list your products and a |
| update style here in this css text file, it will be | | | | third party processor like or for payments. |
| reflected on your whole site. There are some online | | | | All these steps remove most of the manual work |
| CSS creators or do a search on Google for 'css | | | | from your side, so you can concentrate on your web |
| editor'. You will get many free or paid tools. They will | | | | site promotion. |
| create css for you on fly. | | | | |