<?xml version="1.0" encoding="iso-8859-1"?> 
<rdf:RDF
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 
	xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
	xmlns:dc="http://purl.org/dc/elements/1.1/" 
	xmlns:dcterms="http://purl.org/dc/terms/" 
	xmlns:admin="http://webns.net/mvcb/"
	xmlns:thr="http://purl.org/rss/1.0/modules/threading/"
	xmlns:pb="http://www.ideaspace.net/users/wkearney/schema/postback/" 
	xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" 
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:mt="http://movabletype.org/"
	xmlns:foaf="http://xmlns.com/foaf/0.1/" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:html="http://www.w3.org/TR/REC-html40/"
	xmlns="http://purl.org/rss/1.0/"
> 

<rdf:Description rdf:about="http://www.ideaspace.net/users/wkearney/archives/entries/000173.html"> 
	<title>Static files save lives</title>
	<link>http://www.ideaspace.net/users/wkearney/archives/entries/000173.html</link>
	<description>Ok, maybe not lives but certainly computing resources. I see a lot of folks using various forms of dynamic code...</description> 

	<dc:creator>wkearney</dc:creator> 
	<dc:date>2003-03-19T16:07:54-05:00</dc:date> 
	<dc:identifier>http://www.ideaspace.net/users/wkearney/archives/entries/000173.html</dc:identifier>
	<dc:language>en-us</dc:language>

	 
	<dc:subject>FYI</dc:subject>

	

	

	
	
	
	<dcterms:abstract>Ok, maybe not lives but certainly computing resources. I see a lot of folks using various forms of dynamic code...</dcterms:abstract> 
	<dcterms:created>2003-03-19T16:07:54-05:00</dcterms:created> 
	<dcterms:isPartOf rdf:resource="http://www.ideaspace.net/users/wkearney/" /> 

	<mt:body><![CDATA[<p>Ok, maybe not <i>lives</i> but certainly computing resources.  I see a lot of folks using various forms of dynamic code on their websites and have to wonder <i>why?</i>.  </p>]]></mt:body>
	<mt:excerpt>Ok, maybe not lives but certainly computing resources. I see a lot of folks using various forms of dynamic code...</mt:excerpt> 
	<mt:more><![CDATA[<p>I mean, sure, some stuff is cool but does it really need to be driven from a scripted program each and every time someone reads it?  Why make the server grind through it over and over again?  Just to show your readers some gee-whiz little widget?  Please, how about giving them useful content instead?</p>

<p>Not that I'm saying all dynamic pages are bad.  No, quite the contrary, some stuff needs to be driven from dynamic pages.  It just seems like a lot of folks don't bother to apply the effort to make pages that help avoid overloading their servers.  It's not that hard.  And even better, static pages won't crash when the server admins decide to upgrade the software.   Having suffered from some PHP and MySQL upgrade woes made me very glad to have used static pages for most of my sites.</p>

<p>As you create web pages give some thought to the resource demands you put on your web server.  If you can, try doing things in ways that help avoid overworking it.  After all, if your site gets popular and you get hit with a ton of readers those dynamic pages will hammer the server pretty hard.  And don't think the admins running the server will offer you any sympathy.  Nope, they'll just notice it's YOU that's killed the server that the other 300 people that need the server are calling them demanding explanations.  They're far more likely to just kill your pages in the face of the onslaught.  Your new readers will get annoyed and you'll look like you can't run a decent web server.   It's not the case, of course, but static pages don't generally cause nearly the same trouble.</p>

<p>Sure, add cool stuff, but try to conserve resources where you can.  </p>]]></mt:more>
	<mt:keywords></mt:keywords> 
	<mt:entryID>173</mt:entryID>

	<mt:entryPrev>171</mt:entryPrev>
	<mt:entryNext>174</mt:entryNext>

	<html:link rel="prev" type="application/xml" href="http://www.ideaspace.net/users/wkearney/archives/entries/000171.html.xml" title="So you say you don't want war?" />
	<html:link rel="next" type="application/xml" href="http://www.ideaspace.net/users/wkearney/archives/entries/000174.html.xml" title="Caching pseudo dynamic pages" />
	
	<mt:author>wkearney</mt:author> 
	<mt:authorNickname>Bill Kearney</mt:authorNickname> 
	<mt:authorEmail>wkearney@ideaspace.net</mt:authorEmail>
	<mt:authorURL rdf:resource="http://www.ideaspace.net/users/wkearney" /> 
	
	<foaf:name>wkearney</foaf:name> 
	<foaf:mbox rdf:resource="mailto:wkearney@ideaspace.net" /> 
	<foaf:nick>Bill Kearney</foaf:nick> 
	<foaf:homepage rdf:resource="http://www.ideaspace.net/users/wkearney" />
	
	<rdfs:seeAlso rdf:resource="http://www.ideaspace.net/users/wkearney/xml/index.rdf" />
	<admin:generatorAgent rdf:resource="http://www.movabletype.org/?v=2.64" /> 
</rdf:Description>
</rdf:RDF>