|
Posted by Jan Roland Eriksson on April 16, 2005, 4:21 am
Please log in for more thread options
wrote:
show/hide quoted text
>I am not very experienced with web development...
>...preparing my personal webpage...
>...posted on servers that don’t allow dynamic content...
You need to use a "preprocessor" locally in your home to help you create
the pages you want to go "on line".
A "preprocessor" is to some effect the same thing as a PHP, ASP,
whatever, tool, that you could invoke on your server. Diff is that your
locally run preprocessing agent will give you the "final" page inside
your own home before you have to upload anything at all to your server.
This is the one you need...
show/hide quoted text
<http://www.cine.net/~cberry/orbinfo.html>
...create your pages from "bits and pieces" as you wish.
--
Rex
|
> page of my website. E.g. the menus on the left for navigation – should
> always be the same for each and every page of my website.
>
> My problem is that if I decide to edit such content – I would have
> to go in and edit each and every page.