Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: What are your favorite tools for building a static site?

by TedPride (Priest)
on Dec 16, 2004 at 20:09 UTC ( [id://415454]=note: print w/replies, xml ) Need Help??


in reply to What are your favorite tools for building a static site?

The trick is to event drive the UPDATES on your web site rather than the VIEWS. The actual complexity of the programming remains more or less the same, since you still have to dynamically generate the pages, but you save quite a bit on processing time and can therefore afford to write working code instead of efficient code, which makes things much easier for you. Templating, for instance, can be quite inefficient if you're working with nested material, but who cares about that if you're only generating each page once per hundreds or thousands of views?

I generate SSI format pages and include the few bits of actual view-by-view dynamic content. This gives the best of both worlds.

  • Comment on Re: What are your favorite tools for building a static site?

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://415454]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (4)
As of 2024-04-25 12:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found