<?xml version="1.0" encoding="utf-8"?><!-- generator="wordpress/2.3.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Changes Mostly Complete</title>
	<link>http://www.silentcorner.com/archive/2003/11/28/changes-mostly-complete/</link>
	<description>Living in my own little world.</description>
	<pubDate>Mon, 06 Sep 2010 01:37:52 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
		<item>
		<title>By: Dan</title>
		<link>http://www.silentcorner.com/archive/2003/11/28/changes-mostly-complete/#comment-60</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid>http://www.silentcorner.com/archive/2003/11/28/changes-mostly-complete/#comment-60</guid>
		<description>Love the new look.  The navigation is very nice and the color scheme is great.  I may even steal your idea for making the comment window full-screen.  :)

The only PHP scripts that has ever tempted me to convert extrasonic are:  1) skins, and 2) user preferences for whether or not links open in a new window or not.  Now that you've gone through the conversion, you might want to check those out.  The site does look really good by default so skins may not be a high priority, but I strongly prefer links opening in new windows.  If I feel that way, maybe other do too, so if that one's easy to install it might be a good one.</description>
		<content:encoded><![CDATA[<p>Love the new look.  The navigation is very nice and the color scheme is great.  I may even steal your idea for making the comment window full-screen.  <img src='http://www.silentcorner.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
The only PHP scripts that has ever tempted me to convert extrasonic are:  1) skins, and 2) user preferences for whether or not links open in a new window or not.  Now that you&#8217;ve gone through the conversion, you might want to check those out.  The site does look really good by default so skins may not be a high priority, but I strongly prefer links opening in new windows.  If I feel that way, maybe other do too, so if that one&#8217;s easy to install it might be a good one.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Reid</title>
		<link>http://www.silentcorner.com/archive/2003/11/28/changes-mostly-complete/#comment-61</link>
		<dc:creator>Reid</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid>http://www.silentcorner.com/archive/2003/11/28/changes-mostly-complete/#comment-61</guid>
		<description>I gotta agree on the color scheme.  Looks fantastic.  Heh... I had also looked at that very same 'read more' code but decided not to implement it this go around... I think it is a great addition.

Another thing you can do with PHP (and the reason why all my pages are PHP) are server side includes.  This lets you do all kinds of neat things, like including other web documents on your front page.  This is how I do my 'recommended articles' weblog section and how I include my wife's recent entries on my own front page.  I'm sure there are also far more creative uses for server side includes.

Anyway, again, fantastic job.  :-)</description>
		<content:encoded><![CDATA[<p>I gotta agree on the color scheme.  Looks fantastic.  Heh&#8230; I had also looked at that very same &#8216;read more&#8217; code but decided not to implement it this go around&#8230; I think it is a great addition.</p>
<p>Another thing you can do with PHP (and the reason why all my pages are PHP) are server side includes.  This lets you do all kinds of neat things, like including other web documents on your front page.  This is how I do my &#8216;recommended articles&#8217; weblog section and how I include my wife&#8217;s recent entries on my own front page.  I&#8217;m sure there are also far more creative uses for server side includes.</p>
<p>Anyway, again, fantastic job.  <img src='http://www.silentcorner.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.silentcorner.com/archive/2003/11/28/changes-mostly-complete/#comment-62</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid>http://www.silentcorner.com/archive/2003/11/28/changes-mostly-complete/#comment-62</guid>
		<description>Thanks for the comments.  

For offsite links I've been using javascript from Dynamic Drive that's been useful.  I currently have the option to allow the user to select their preference turned off.  Eventually I may convert this to a PHP version and allow the user to have more control (including skins... working on a second design inspired by the movie The Italian Job I watched this weekend.)

The javascript can be found here [ http://www.dynamicdrive.com/dynamicindex8/newwindow2.htm ].</description>
		<content:encoded><![CDATA[<p>Thanks for the comments.  </p>
<p>For offsite links I&#8217;ve been using javascript from Dynamic Drive that&#8217;s been useful.  I currently have the option to allow the user to select their preference turned off.  Eventually I may convert this to a PHP version and allow the user to have more control (including skins&#8230; working on a second design inspired by the movie The Italian Job I watched this weekend.)</p>
<p>The javascript can be found here [ <a href="http://www.dynamicdrive.com/dynamicindex8/newwindow2.htm" rel="nofollow">http://www.dynamicdrive.com/dynamicindex8/newwindow2.htm</a> ].</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://www.silentcorner.com/archive/2003/11/28/changes-mostly-complete/#comment-63</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid>http://www.silentcorner.com/archive/2003/11/28/changes-mostly-complete/#comment-63</guid>
		<description>I just use the Apache "include virtual" directives for server-side includes, since my host supports it.  That's how http://www.extrasonic.com/ manages most of its right-column content - the first three navboxes are actually separate HTML docs updated by hand when we get the time/interest.

Thanks for the reference to the "new window" javascript - that's pretty nice.
</description>
		<content:encoded><![CDATA[<p>I just use the Apache &#8220;include virtual&#8221; directives for server-side includes, since my host supports it.  That&#8217;s how <a href="http://www.extrasonic.com/" rel="nofollow">http://www.extrasonic.com/</a> manages most of its right-column content - the first three navboxes are actually separate HTML docs updated by hand when we get the time/interest.</p>
<p>Thanks for the reference to the &#8220;new window&#8221; javascript - that&#8217;s pretty nice.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
