<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>cassleman.com &#187; webpage</title>
	<atom:link href="http://cassleman.com/category/webpage/feed" rel="self" type="application/rss+xml" />
	<link>http://cassleman.com</link>
	<description>highlighting our great adventure</description>
	<lastBuildDate>Mon, 30 Apr 2012 08:04:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Tech Nerd Notes</title>
		<link>http://cassleman.com/tech-nerd-notes</link>
		<comments>http://cassleman.com/tech-nerd-notes#comments</comments>
		<pubDate>Mon, 27 Feb 2012 14:50:48 +0000</pubDate>
		<dc:creator>pat</dc:creator>
				<category><![CDATA[webpage]]></category>

		<guid isPermaLink="false">http://cassleman.com/?p=654</guid>
		<description><![CDATA[Casual readers can (and should) ignore this post &#8211; I&#8217;m only putting for up others who may be in the same situation and find this via a google search. Â Basically, it explains why if you click on old posts the albums load faster and look better now. I figured out how to use Apache Mod [...]]]></description>
			<content:encoded><![CDATA[<p>Casual readers can (and should) ignore this post &#8211; I&#8217;m only putting for up others who may be in the same situation and find this via a google search. Â Basically, it explains why if you click on old posts the albums load faster and look better now.</p>
<p>I figured out how to use Apache Mod Rewrite to redirect my existing WPG2 links to the new, faster-loading Gallery 3 versions of the same albums. I think the rewrite rule recommended by the Gallery2 import module in Gallery 3 wasn&#8217;t friendly with the rewritten WPG2 plugin generated URLs that I&#8217;d been using onÂ WordPress, and I couldn&#8217;t figure out why.Â I&#8217;ve been struggling to pull this off for weeks but made the breakthrough today.</p>
<p>I got a great hint from <a href="http://gallery.menalto.com/node/97822">here</a>, and then did some studying on Apache mod_rewrite syntax around the web to make the necessary modifications Â ( I wasn&#8217;t able to fake my way through it like I can for php). It&#8217;s still a pretty rough hack &#8211; it takes advantage of the fact that WPG2 is currently using it&#8217;s own rewrites to make the URLs pretty by using the album names, which conveniently identically match the imported album names in G3. Â So,Â I added these lines to the top of my public_html .htaccess file:</p>
<p style="padding-left: 30px;">&lt;IfModule mod_rewrite.c&gt;<br />
RewriteEngine On<br />
RewriteBase /<br />
RewriteRule ^v/(.*)$ /gallery3/index.php/$1/ [L,R=301]<br />
&lt;/IfModule&gt;</p>
<p>So, the WPG2 rewritten links are intercepted by catching the pattern &#8220;v/&#8221; in the URL, and then it&#8217;s forwarded to the G3 version instead. Â The preview images for &#8220;old&#8221; albums you see in WordPress here on the front page of the site are still being served by the old Gallery 2, Â but I think I can live with this as it Â just costs me some redundant storage space, which is free. Â  I think the performance might even be better this way for the legacy albums, because I like showing bigger than thumbnail pictures as a preview on the main WordPress page, which G2 can create and cache. Â  G3 doesn&#8217;t have this functionality yet so you&#8217;d have to load a larger image and dynamically resize it ever time which uses more bandwidth and is slower. Â  Knowing what I know now about the syntax, I probably could better understand the hierarchy of rules and rewrite them to work &#8220;the right way&#8221;, but this is the KISS Â solution at this point.</p>
<p>Going forward, new albums will be uploaded to G3 only, but I&#8217;ll have to use a post slug to paste the embedding code myself using the Simple Post Template WordPress plugin which is perfect for this. Â It pastes this in and then I modify the links appropriately:</p>
<p style="padding-left: 30px;">Â &lt;a href=&#8221;http://cassleman.com/gallery3/index.php/thailand_2012&#8243;&gt;&lt;img class=&#8221;aligncenter&#8221; src=&#8221;http://cassleman.com/gallery3/var/resizes/thailand_2012/IMG_5040.JPG?m=1328792089&#8243; alt=&#8221;" width=&#8221;400&#8243; height=&#8221;266&#8243; /&gt;&lt;/a&gt;<br />
&lt;p style=&#8221;text-align: center;&#8221;&gt;(click for pics)&lt;/p&gt;</p>
<p>It would be even better if I could get the WPG3 alpha plug in to work, but it keeps crashing the entire site which I&#8217;ve never had aÂ WordPressÂ plugin do before. Â I&#8217;ve made progress on a few of the issues, but it still isn&#8217;tÂ functional, I think I&#8217;m just going to need to wait until it&#8217;s out of alpha. Â Â The other G3Â WordPressÂ plugin&#8217;s don&#8217;t have the functionality I want &#8211; the ability to quickly choose the image from the album tree and make it link back to the parent album. Â They all try to do embedded carousels and stuff which are neat but I either don&#8217;t like the way they look and/or they are buggy or slow. Â I think overall G3 is just a bit too new to have the fully developed support that G2 did, but this should change with time. Â In any case, G3 has all the features I need today, and everyone&#8217;s complaints about performance should be gone once and for all.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://cassleman.com/tech-nerd-notes/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fitter Happier More Productive</title>
		<link>http://cassleman.com/fitterhappier</link>
		<comments>http://cassleman.com/fitterhappier#comments</comments>
		<pubDate>Tue, 07 Feb 2012 12:10:28 +0000</pubDate>
		<dc:creator>pat</dc:creator>
				<category><![CDATA[webpage]]></category>

		<guid isPermaLink="false">http://cassleman.com/?p=592</guid>
		<description><![CDATA[If you are reading this, it means the site loaded fromÂ Â HostGator, my new, awesome web host. Â For you, this means pages should load in a fraction of the time (2 seconds instead of 5 for the main page). Â It also means there is a new, updated gallery with a more efficient and modern code base [...]]]></description>
			<content:encoded><![CDATA[<p>If you are reading this, it means the site loaded fromÂ <a href="http://www.hostgator.com">Â HostGator</a>, my new, awesome web host. Â For you, this means pages should load in a fraction of the time (2 seconds instead of 5 for the main page). Â It also means there is a new, <a href="http://cassleman.com/gallery3">updated gallery</a> with a more efficient and modern code base that will also load faster and look better. Â A lot of you have been complaining about speed, and hopefully those complaints will now disappear. Â  For me, the upgrade also yields a number of hyper-nerdy advantages:</p>
<ol>
<li>Â I can have unlimited SQL databases instead of being limited to two, which among other things allowed me to upgrade from Gallery2 to Gallery3 and enables future expansion of the site if I so desire.</li>
<li>Faster upload speeds which should save a lot of time uploading all those pictures of my baby you come here Â to admire.</li>
<li>Host Gator uses the fantastic and powerful Cpanel site config software, which is superior to StartLogic&#8217;s Vdeck</li>
<li>I can ssh into my server and do stuff like delete a directory in two seconds which could take hours before via FTP.</li>
<li>Rsync support, which will make the backups I do from my NAS at home less of a kludge.</li>
<li>I&#8217;ve consolidated domain hosting and web hosting, which centralizes administration for me and should reduce the chance of outages (like last year) since I only have to maintain one account.</li>
<li>It&#8217;s much cheaper, due to the aforementioned consolidation of hosts and more competitive pricing &#8211; only about $41 a year.</li>
<li>Best of all, Host Gator <em>migrated the entire site for me </em>for free<em>. Â </em>Â This saved me untold hours of debug and frustration (don&#8217;t worry, there was still some of that).</li>
</ol>
<p>The old gallery will stick around for a while &#8211; all the pictures are already imported to gallery3, but I need to update the old links or decide it&#8217;s not that important. Â I wanted to make this new version of the site 100% shiny new before making it live, but this isn&#8217;tÂ possibleÂ due some of theÂ idiosyncrasies of gallery3 wordpress plugins running on a server that didn&#8217;t resolve without host file overrides. Â  That was fun to write, but it was not easy to figure out. Â You don&#8217;t care.</p>
]]></content:encoded>
			<wfw:commentRss>http://cassleman.com/fitterhappier/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>We have the technology</title>
		<link>http://cassleman.com/we-have-the-technology</link>
		<comments>http://cassleman.com/we-have-the-technology#comments</comments>
		<pubDate>Sun, 24 Jul 2011 07:23:18 +0000</pubDate>
		<dc:creator>pat</dc:creator>
				<category><![CDATA[spawn]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[webpage]]></category>

		<guid isPermaLink="false">http://cassleman.com/?p=487</guid>
		<description><![CDATA[You&#8217;ve now entered the world of you tube home videos in HD. . . don&#8217;t get your hopes up, these aren&#8217;t going to impress you with plot and special effects.]]></description>
			<content:encoded><![CDATA[<p>You&#8217;ve now entered the world of you tube home videos in HD. . . don&#8217;t get your hopes up, these aren&#8217;t going to impress you with plot and special effects.</p>
<p><object width="500" height="306"><param name="movie" value="http://www.youtube.com/v/KlpJJkr0k2Y?version=3"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/KlpJJkr0k2Y?version=3" type="application/x-shockwave-flash" width="500" height="306" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p><object width="500" height="306"><param name="movie" value="http://www.youtube.com/v/5hEUCnPj0hI?version=3"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/5hEUCnPj0hI?version=3" type="application/x-shockwave-flash" width="500" height="306" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p><object width="500" height="306"><param name="movie" value="http://www.youtube.com/v/ZKbiX6y9pw0?version=3"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/ZKbiX6y9pw0?version=3" type="application/x-shockwave-flash" width="500" height="306" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://cassleman.com/we-have-the-technology/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>And we&#8217;re back</title>
		<link>http://cassleman.com/and-were-back</link>
		<comments>http://cassleman.com/and-were-back#comments</comments>
		<pubDate>Fri, 22 Apr 2011 05:29:27 +0000</pubDate>
		<dc:creator>pat</dc:creator>
				<category><![CDATA[spawn]]></category>
		<category><![CDATA[webpage]]></category>

		<guid isPermaLink="false">http://cassleman.com/?p=371</guid>
		<description><![CDATA[Those of you who check this blog much more frequently than I post to it may have noticed an outage &#8211; my fault since, amateur webmaster that I am, I forgot that I hadn&#8217;t ever transferred my registrar to my new web host.Â  I was paid up on one, but not the other; repeated e-mails [...]]]></description>
			<content:encoded><![CDATA[<p>Those of you who check this blog much more frequently than I post to it may have noticed an outage &#8211; my fault since, amateur webmaster that I am, I forgot that I hadn&#8217;t ever transferred my registrar to my new web host.Â  I was paid up on one, but not the other; repeated e-mails warning of account expiration that I thought were spam and ignored were in fact legitimate.Â  Anyway, it&#8217;s now straightened out.</p>
<p>In other news, I plan to use this site to document the imminent birth of our daughter in real time.Â  I&#8217;ve installed a new WordPress plugin that should simulcast the updates on Facebook as well.Â  Stay tuned!</p>
]]></content:encoded>
			<wfw:commentRss>http://cassleman.com/and-were-back/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>What, you don&#8217;t consider Flavorite a premium brand?</title>
		<link>http://cassleman.com/what-you-dont-consider-flavorite-a-premium-brand</link>
		<comments>http://cassleman.com/what-you-dont-consider-flavorite-a-premium-brand#comments</comments>
		<pubDate>Fri, 09 Oct 2009 14:20:39 +0000</pubDate>
		<dc:creator>pat</dc:creator>
				<category><![CDATA[pics]]></category>
		<category><![CDATA[taiwan]]></category>
		<category><![CDATA[webpage]]></category>

		<guid isPermaLink="false">http://cassleman.com/?p=162</guid>
		<description><![CDATA[You want to make bean dip in Taiwan?  Need some canned chill?  Well, the pride of Eden Prarie has made it&#8217;s way to the Wellcome (we&#8217;re thinking of you Paul and Rachel). Oh, also I changed the blog theme.  I may bring the old one back, but I can&#8217;t figure out how to manipulate the [...]]]></description>
			<content:encoded><![CDATA[<p>You want to make bean dip in Taiwan?  Need some canned chill?  Well, the pride of Eden Prarie has made it&#8217;s way to the Wellcome (we&#8217;re thinking of you Paul and Rachel).</p>
<p><img class="aligncenter size-medium wp-image-167" title="IMG_1340" src="http://cassleman.com/wp-content/uploads/2009/10/IMG_13401-225x300.jpg" alt="IMG_1340" width="225" height="300" /><img class="aligncenter size-medium wp-image-166" title="IMG_1341" src="http://cassleman.com/wp-content/uploads/2009/10/IMG_13411-300x225.jpg" alt="IMG_1341" width="300" height="225" /></p>
<p>Oh, also I changed the blog theme.  I may bring the old one back, but I can&#8217;t figure out how to manipulate the style sheet to make it look better on wide screens.</p>
]]></content:encoded>
			<wfw:commentRss>http://cassleman.com/what-you-dont-consider-flavorite-a-premium-brand/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Migration Done</title>
		<link>http://cassleman.com/migration-done</link>
		<comments>http://cassleman.com/migration-done#comments</comments>
		<pubDate>Thu, 13 Jul 2006 04:58:30 +0000</pubDate>
		<dc:creator>pat</dc:creator>
				<category><![CDATA[webpage]]></category>

		<guid isPermaLink="false">http://cassleman.com/migration-done.07.12.2006</guid>
		<description><![CDATA[I know you were on the edge of your seats: all the old content is migrated (by hand), I even got the right timestamps on the comments. I really like the clean look and feel. Compare it to the old stuff &#8211; that state-of-the-art-circa-1994 look is no more. The WordPress learning curve wasn&#8217;t too bad [...]]]></description>
			<content:encoded><![CDATA[<p>I know you were on the edge of your seats: all the old content is migrated (by hand),  I even got the right timestamps on the comments. I really like the clean look and feel.  Compare it to the old <a href="http://cassleman.com/./indexold.php">stuff</a> &#8211; that state-of-the-art-circa-1994 look is no more.</p>
<p>The WordPress learning curve wasn&#8217;t too bad and I&#8217;ve became obsessed with making things look &#8220;right&#8221; over the past couple days.  I was surprised with how much fun it was; I&#8217;m feeling a load of nerd pride for hacking on the default theme to make it my own without knowing a damn thing about style-sheets and php going in.  It&#8217;s reassuring to know that part of me that could read, write and debug code is still around.  I just didn&#8217;t want use a standard template &#8211; that inexplicably felt like a cop out to me.  This is especially ironic given that even now when I feel independently differentiated from the WordPress herd I&#8217;m still leveraging like 99.9% of the code untouched.  Still annoying: the site seems slower and I&#8217;m not sure why.  Anyway, leave a comment and let me know what you think.</p>
<p>The blue header was Cynthia&#8217;s suggestion &#8211; she said navy blue was a &#8220;Pat color&#8221;.  &#8220;Blog-like substance&#8221; popped into my head during the setup and I was compelled to use it in the tag line.  I may experiment with some entries that are not related to new pics in the gallery or site maintenance . . . the wordpress backend makes posting even easier then on Cutenews.  The real question is not one of ease of use or even motivation, it&#8217;s how often I have something worthwhile to say to everyone/no one.  With pioneering peers like <a href="http://www.pharaohweb.com/blog/">Dave</a>, who have >800 quality posts in less than three years, the bar is high in this corner of the internets.</p>
]]></content:encoded>
			<wfw:commentRss>http://cassleman.com/migration-done/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>More Changes</title>
		<link>http://cassleman.com/hello-world</link>
		<comments>http://cassleman.com/hello-world#comments</comments>
		<pubDate>Mon, 10 Jul 2006 23:05:34 +0000</pubDate>
		<dc:creator>pat</dc:creator>
				<category><![CDATA[webpage]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I&#8217;m migrating to WordPress, the photo gallery is still up. Stay tuned . . .]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m migrating to WordPress, the photo <a href="/gallery">gallery</a> is still up. Stay tuned . . .</p>
]]></content:encoded>
			<wfw:commentRss>http://cassleman.com/hello-world/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Server Migration</title>
		<link>http://cassleman.com/server-migration</link>
		<comments>http://cassleman.com/server-migration#comments</comments>
		<pubDate>Fri, 02 Jun 2006 00:35:45 +0000</pubDate>
		<dc:creator>pat</dc:creator>
				<category><![CDATA[webpage]]></category>

		<guid isPermaLink="false">http://cassleman.com/?p=20</guid>
		<description><![CDATA[I&#8217;m migrating to a new host and also decided to upgrade to Gallery V2 (Database baby!). Let me know if you spot any issues. I would have posted pictures of the sweet 4-day, 26 mile backpacking trip Cynthia and I took to Henry W. Coe park last weekend, but I forgot the camera memory card. [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m migrating to a new host and also decided to upgrade to Gallery V2 (Database baby!). Let me know if you spot any issues. I would have posted pictures of the sweet 4-day, 26 mile backpacking trip Cynthia and I took to Henry W. Coe park last weekend, but I forgot the camera memory card. You&#8217;ll just have to trust me.</p>
]]></content:encoded>
			<wfw:commentRss>http://cassleman.com/server-migration/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Updated Front End</title>
		<link>http://cassleman.com/updated-front-end</link>
		<comments>http://cassleman.com/updated-front-end#comments</comments>
		<pubDate>Mon, 14 Feb 2005 00:26:27 +0000</pubDate>
		<dc:creator>pat</dc:creator>
				<category><![CDATA[webpage]]></category>

		<guid isPermaLink="false">http://cassleman.com/?p=14</guid>
		<description><![CDATA[Well, I updated things so they look somehow cooler and yet somehow nerdier at the same time. Have a look around]]></description>
			<content:encoded><![CDATA[<p>Well, I updated things so they look somehow cooler and yet somehow nerdier at the same time. Have a look around</p>
]]></content:encoded>
			<wfw:commentRss>http://cassleman.com/updated-front-end/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>New Blog Software</title>
		<link>http://cassleman.com/new-blog-software</link>
		<comments>http://cassleman.com/new-blog-software#comments</comments>
		<pubDate>Fri, 04 Feb 2005 00:41:11 +0000</pubDate>
		<dc:creator>pat</dc:creator>
				<category><![CDATA[webpage]]></category>

		<guid isPermaLink="false">http://cassleman.com/?p=13</guid>
		<description><![CDATA[Ok, I don&#8217;t have any new pictures, but I installed this new blog software called Cutenews. It will make updating this page easier, just like gallery &#8211; which is supposed to make me do updates more frequently. We shall see. You can also leave comments for me and the rest of the internets if you [...]]]></description>
			<content:encoded><![CDATA[<p>Ok, I don&#8217;t have any new pictures, but I installed this new blog software called Cutenews. It will make updating this page easier, just like gallery &#8211; which is supposed to make me do updates more frequently. We shall see. You can also leave comments for me and the rest of the internets if you like.</p>
<p>This is not a blog, so don&#8217;t get your hopes up.  If you want a real blog, go to <a href="http://pharaohweb.com/blog/">Dave&#8217;s</a>.  It&#8217;s an addictive daily read, and I&#8217;m a recurring character there.</p>
]]></content:encoded>
			<wfw:commentRss>http://cassleman.com/new-blog-software/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

