<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Updated live comment&#160;preview</title>
	<atom:link href="http://www.magpiebrain.com/blog/2004/06/29/updated-live-comment-preview/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.magpiebrain.com/blog/2004/06/29/updated-live-comment-preview/</link>
	<description>Sam Newman's blog</description>
	<pubDate>Fri, 08 Aug 2008 18:41:21 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Irfandhy Franciscus</title>
		<link>http://www.magpiebrain.com/blog/2004/06/29/updated-live-comment-preview/#comment-429</link>
		<dc:creator>Irfandhy Franciscus</dc:creator>
		<pubDate>Sat, 03 Jul 2004 05:00:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.magpiebrain.com/2004/06/29/updated-live-comment-preview/#comment-429</guid>
		<description>That is very interesting. I am currently constructing my own blog. I want to write the code from scracth (just for the fun of it). I am writing it in Java using struts,and hibernate.

I am thinking to generate static HTML pages for each blog entries. I think by doing this, my apps wont need to query the DB everytime somebody want to see a full view , with posted comments, of a blog entry. 

And I am wondering whether the effort of maintaining and creating the HTML pages actually worth the effeciency reason above.

Thanks for the reply :D 
</description>
		<content:encoded><![CDATA[<p>That is very interesting. I am currently constructing my own blog. I want to write the code from scracth (just for the fun of it). I am writing it in Java using struts,and hibernate.</p>
<p>I am thinking to generate static <acronym title="HyperText Markup Language">HTML</acronym> pages for each blog entries. I think by doing this, my apps wont need to query the DB everytime somebody want to see a full view , with posted comments, of a blog entry. </p>
<p>And I am wondering whether the effort of maintaining and creating the <acronym title="HyperText Markup Language">HTML</acronym> pages actually worth the effeciency reason above.</p>
<p>Thanks for the reply :D </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam Newman</title>
		<link>http://www.magpiebrain.com/blog/2004/06/29/updated-live-comment-preview/#comment-428</link>
		<dc:creator>Sam Newman</dc:creator>
		<pubDate>Fri, 02 Jul 2004 09:47:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.magpiebrain.com/2004/06/29/updated-live-comment-preview/#comment-428</guid>
		<description>Glastonbury was fun, too hot, too cold, too wet and a little miserable all at the same time - so exciting is probably accurate :-)

"Movable Type":http://www.movabletype.org does indeed generate html pages when you update your blog - in fact it can generate any text file. I'm using Movable Type to generate PHP files (I just use some Apache wizardry to hide the fact that my files are PHP by obscuring the suffix).

Movable Type is a perl based application that runs on your ISP - you interact via a web-based console to edit content (which is stored in a DB, in my case MySQL). Once you've made your changes, MT triggers a page rebuild, which depending on what you have changed determines which pages need rebuilding. After a rebuild, everything apart from site search and comment posting is  static content and so it's quite efficient.

MT is a little more complex to setup than other blogging systems, although for someone with an ISP which provides the required Perl modules and a knowledge of UNIX/Linux it should take more than an hour or two to get running.

If you want, you can spent an age tweaking it, as there are a large number of plugins which can enhance your site. If you like the power of Movable Type without the hassle, "Sixapart":http://www.sixapart.com (Movable Type's makers) offer a hosted service called "TypePad":http://www.typepad.com. Movable Type itself is free (if you want no support beyond the normally helpful forums and only a few blogs) or you can pay to get support, more blogs and users - for most people out there the free version is good enough.</description>
		<content:encoded><![CDATA[<p>Glastonbury was fun, too hot, too cold, too wet and a little miserable all at the same time &#8211; so exciting is probably accurate :-)</p>
<p><a href="http://www.movabletype.org" >Movable Type</a> does indeed generate <acronym title="HyperText Markup Language">HTML</acronym> pages when you update your blog &#8211; in fact it can generate any text file. I&#8217;m using Movable Type to generate <acronym title="Hypertext PreProcessing">PHP</acronym> files (I just use some Apache wizardry to hide the fact that my files are <acronym title="Hypertext PreProcessing">PHP</acronym> by obscuring the suffix).</p>
<p>Movable Type is a perl based application that runs on your ISP &#8211; you interact via a web-based console to edit content (which is stored in a DB, in my case MySQL). Once you&#8217;ve made your changes, MT triggers a page rebuild, which depending on what you have changed determines which pages need rebuilding. After a rebuild, everything apart from site search and comment posting is  static content and so it&#8217;s quite efficient.</p>
<p>MT is a little more complex to setup than other blogging systems, although for someone with an ISP which provides the required Perl modules and a knowledge of UNIX/Linux it should take more than an hour or two to get running.</p>
<p>If you want, you can spent an age tweaking it, as there are a large number of plugins which can enhance your site. If you like the power of Movable Type without the hassle, <a href="http://www.sixapart.com" >Sixapart</a> (Movable Type&#8217;s makers) offer a hosted service called <a href="http://www.typepad.com" >TypePad</a>. Movable Type itself is free (if you want no support beyond the normally helpful forums and only a few blogs) or you can pay to get support, more blogs and users &#8211; for most people out there the free version is good enough.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Irfandhy Franciscus</title>
		<link>http://www.magpiebrain.com/blog/2004/06/29/updated-live-comment-preview/#comment-427</link>
		<dc:creator>Irfandhy Franciscus</dc:creator>
		<pubDate>Fri, 02 Jul 2004 04:44:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.magpiebrain.com/2004/06/29/updated-live-comment-preview/#comment-427</guid>
		<description>Hi Sam,

How was your trip from Glastonbury ? Visited the website and it looks like it is a very exciting festival.

By the way I see that a lot of bloggers are using Movable Type as theri blogging platform.

And when I read their blogs, I cant help noticing that the entries url end with *.html e.g:...../entry.html. This is very interesting, does movable type actually generates HTML pages for each entry when you update your blog ?</description>
		<content:encoded><![CDATA[<p>Hi Sam,</p>
<p>How was your trip from Glastonbury ? Visited the website and it looks like it is a very exciting festival.</p>
<p>By the way I see that a lot of bloggers are using Movable Type as theri blogging platform.</p>
<p>And when I read their blogs, I cant help noticing that the entries <acronym title="Uniform Resource Locator">URL</acronym> end with *.html e.g:...../entry.html. This is very interesting, does movable type actually generates <acronym title="HyperText Markup Language">HTML</acronym> pages for each entry when you update your blog ?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
