| How to Build a Simple Website? | | | | may be left alignment and or right alignment and or |
| It is very easy to build a basic website. There are | | | | centre alignment. Fill the boxes with images, text, |
| different softwares available to the beginners. | | | | background images and forms also. When we |
| Different types of web pages are available. Most of | | | | working with forms we must use ASP script. And it is |
| the internet uses html pages which is basic language | | | | important to build forms with high security. Otherwise |
| to create a web page. Some of the scripts used to | | | | they may viewed by the intruderslast step just |
| build a page are | | | | gather the pages and hierarchy and put images In |
| " ASP Programming | | | | images page and script pages (.CSS) in generated |
| " ASP.NET | | | | script folder. These are must created and used from |
| " PHP | | | | the beginning of the design. |
| " Cold Fusion | | | | Tips to avoid different problems: |
| " CGI-BIN Programming/PERL Programming | | | | Small script mistakes can get big problems. To avoid |
| " Custom DLL Registration* | | | | them follow some tips |
| " Many other.. | | | | 1. Do not use any spaces in the names. It is better to |
| Steps involved: | | | | use Underscores if you want the space. |
| 1. Basically 5 steps involved to build a web page. First | | | | 2. Use the sequential number to the images; it can |
| imagine the layout to your web page. Second draw it | | | | help you in future to update or modify the page or |
| on a paper. Add image areas if required. Third step | | | | to replace the image. |
| just design it in any image creation software. It is | | | | 3. Make sure that all images and or generated scripts |
| best to design in Photoshop as layers add the | | | | in hierarchy. If not it may appear as empty space in |
| effects if you want. Finalize the total design layout in | | | | that particular box. |
| Photoshop. Divide the Photoshop image (layout) in to | | | | 4. By using simple script (called tags) you can view |
| boxes (sizes will be depending on the web page | | | | your site in search engines also. These are META |
| layout). Fourth step is arranging the table with | | | | TAGS. |
| required boxes and align them as required these are | | | | |