Check out my website!!!

Sharky Forums


Results 1 to 15 of 20

Thread: Check out my website!!!

Threaded View

  1. #16
    Hammerhead Shark e_dawg's Avatar
    Join Date
    Jan 2001
    Location
    Earth, Western Hemisphere, North America, US, UT, SLC
    Posts
    2,628
    Tekime, Why is it taking a while to port that site? It appears to be dynamic, so shouldn't it just take a template change or similar?

    Since you are using PHP, if it isn't template-based, check out http://pear.php.net/ and look up the HTML templates section. You might want to move to a data-driven rather than flat-file-driven site design, since it is far easier to handle (I use something similar to forum code to input articles for my site in the database).

    Mine is all dynamically generated from the database, except for the actual page layout itself, which is a template. If I came up with a new and niftier design, I could change the layout of the data just by placing a new template in my templates directory.
    Last edited by e_dawg; 06-03-2002 at 06:25 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •