<?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>Pages of Fun &#8211; Pages of Fun</title>
	<atom:link href="https://robertgomez.org/blog/tag/pages-of-fun/feed/" rel="self" type="application/rss+xml" />
	<link>https://robertgomez.org</link>
	<description>Robert Wm. Gomez&#039;s Website</description>
	<lastBuildDate>Tue, 06 Aug 2024 01:51:08 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://robertgomez.org/wp-content/uploads/2020/10/cropped-garland_logo-32x32.png</url>
	<title>Pages of Fun &#8211; Pages of Fun</title>
	<link>https://robertgomez.org</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>New Mobile Navigation</title>
		<link>https://robertgomez.org/blog/2022/04/09/new-mobile-navigation/</link>
		
		<dc:creator><![CDATA[Robert Gomez]]></dc:creator>
		<pubDate>Sun, 10 Apr 2022 00:25:35 +0000</pubDate>
				<category><![CDATA[Robert's Blog]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[Pages of Fun]]></category>
		<category><![CDATA[web development]]></category>
		<guid isPermaLink="false">https://robertgomez.org/?p=4955</guid>

					<description><![CDATA[I just made a pretty significant update to the site&#8217;s main navigation. Finally, I am using a more mobile-friendly menu system in which the various depths slide left and right as you drill down. This article about WordPress menu walkers was extremely helpful in getting all this to work correctly. I probably should add a [&#8230;]]]></description>
										<content:encoded><![CDATA[
<div class="wp-block-image"><figure class="alignright size-full"><img decoding="async" width="212" height="232" src="https://robertgomez.org/wp-content/uploads/2022/04/pof-mobile-nav.jpg" alt="POF Mobile Menu" class="wp-image-4956"/></figure></div>



<p>I just made a pretty significant update to the site&#8217;s main navigation. Finally, I am using a more mobile-friendly menu system in which the various depths slide left and right as you drill down. This <a href="https://awhitepixel.com/blog/wordpress-menu-walkers-tutorial/">article about WordPress menu walkers</a> was extremely helpful in getting all this to work correctly.</p>



<p>I probably should add a bunch of accessibility attributes, but that is a bit much for now. I&#8217;m just shocked the thing works.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Digital Housekeeping</title>
		<link>https://robertgomez.org/blog/2022/03/08/digital-housekeeping/</link>
		
		<dc:creator><![CDATA[Robert Gomez]]></dc:creator>
		<pubDate>Wed, 09 Mar 2022 04:38:35 +0000</pubDate>
				<category><![CDATA[Robert's Blog]]></category>
		<category><![CDATA[Pages of Fun]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[Wordpress]]></category>
		<guid isPermaLink="false">https://robertgomez.org/?p=4905</guid>

					<description><![CDATA[The past week or so I have spent a bunch of time working behind-the-scenes on this WordPress site. My first priority was getting a handle on the new-ish system for creating and displaying sidebar blocks. Since WordPress 5.0, the goal of each subsequent update has been to make as much of the backend operate like [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>The past week or so I have spent a bunch of time working behind-the-scenes on this WordPress site. My first priority was getting a handle on the new-ish system for creating and displaying sidebar blocks. Since WordPress 5.0, the goal of each subsequent update has been to make as much of the backend operate like the Gutenberg editor. When that change came to the widgets interface it ended up conflicting with a number of plugins that I was using: mainly contextual widget display and the sidebar nav. The side-nav is gone, and now I am using logic within my theme files to determine which sidebar items get displayed. So far it all seems to be working.</p>



<p>My next big change was to clean-up and consolidate my CSS so that I could use a single template to render the various content types on this site. In the process I have re-added a few pages that I had created in Views back on the old Drupal version of this site. <a href="https://robertgomez.org/art/art-related-posts/" data-type="page" data-id="4835">Art</a> and <a href="https://robertgomez.org/fun-stuff/retro-computing/" data-type="page" data-id="4861">Retro-Computing</a> feeds are back. Many of the reviews pages now have <a href="https://robertgomez.org/fun-stuff/words-and-books/book-log/books-alphabetical/" data-type="page" data-id="4868">alternate</a> <a href="https://robertgomez.org/sounds/music/music-log/" data-type="page" data-id="4894">views</a>.</p>



<p>I fixed a bunch of little details all over the place and have made it so my artworks exist apart from my posts (even though they are in this main home page feed). The final change which I have yet to get to is making the navigation more mobile friendly. I never look at the Web on my phone, so this is low-priority for me.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Pages of Fun, Now With WordPress</title>
		<link>https://robertgomez.org/blog/2020/10/05/pages-of-fun-now-with-wordpress/</link>
		
		<dc:creator><![CDATA[Robert Gomez]]></dc:creator>
		<pubDate>Mon, 05 Oct 2020 23:40:43 +0000</pubDate>
				<category><![CDATA[Robert's Blog]]></category>
		<category><![CDATA[Pages of Fun]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[Wordpress]]></category>
		<guid isPermaLink="false">https://robertgomez.org/?p=3457</guid>

					<description><![CDATA[It took about two weeks, but I think I have finally finished converting this site to WordPress. The bulk of that process was copying and pasting every post into the new system. I&#8217;m sure I probably goofed up a few posts along the way and there are bound to be many broken links. But I [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>It took about two weeks, but I think I have finally finished converting this site to WordPress. The bulk of that process was copying and pasting every post into the new system. I&#8217;m sure I probably goofed up a few posts along the way and there are bound to be many broken links. But I think was very thorough, going as far as copying every single comment and tag description.</p>



<p>My reason for moving away from Drupal was my general disappointment with Drupal 8. Nothing ever seemed to work exactly right. I&#8217;d make a few changes on the back-end and the site would unbeknownst to me be put in maintenance mode. Several key plugins withered on the vine and stopped working. The built in <abbr title="What You See Is What You Get">WYSIWYG</abbr> editor was absolute garbage. And the worst part of it all was the horrifically user unfriendly update process. There are modules that require Composer to install and update and others that are always in pre-release dev states. No thanks. After a decade of loyal advocacy and usage, it was time to bid Drupal farewell.</p>



<p>I have built a couple WordPress sites for work this year and now feel much more capable in this system. The main disadvantage of WordPress is its lack of a Views plugin. If you want to get creative with outputting data, you need to dive in to .PHP files and <code>WP_Query()</code> loops. There&#8217;s a massive user base, so finding help on the Internet is fairly easy and, once you understand the basics, you get an idea of how to accomplish tasks.</p>



<p>As I type this, I am prepping to launch the site. Hopefully all will go well. Having never run a WordPress site with comments enabled I worry that I will find myself buried in comment spam.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Pages of Fun: Now with Drupal 8</title>
		<link>https://robertgomez.org/blog/2019/12/19/pages-of-fun-now-with-drupal-8/</link>
		
		<dc:creator><![CDATA[Robert Gomez]]></dc:creator>
		<pubDate>Fri, 20 Dec 2019 03:38:22 +0000</pubDate>
				<category><![CDATA[Robert's Blog]]></category>
		<category><![CDATA[Drupal]]></category>
		<category><![CDATA[Pages of Fun]]></category>
		<category><![CDATA[web development]]></category>
		<guid isPermaLink="false">https://robertgomez.org/?p=3201</guid>

					<description><![CDATA[Well, I have finally made the jump to the newest version of Drupal. We are now running Drupal 8 and, man, was it a pain in the butt to migrate the old site. I will forever recommend WordPress over Drupal to anyone who doesn&#8217;t want to pull their hair out every time a new patch [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>Well, I have finally made the jump to the newest version of Drupal. We are now running Drupal 8 and, man, was it a pain in the butt to migrate the old site. I will forever recommend WordPress over Drupal to anyone who doesn&#8217;t want to pull their hair out every time a new patch is released.</p>



<p>Still, there is a lot to like about the new system. I will soon post the gory details of my migration experience, but, in the meantime, let&#8217;s hope this works and that I am not swamped with comment spam.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Is Anybody There?</title>
		<link>https://robertgomez.org/blog/2013/09/10/is-anybody-there/</link>
					<comments>https://robertgomez.org/blog/2013/09/10/is-anybody-there/#comments</comments>
		
		<dc:creator><![CDATA[Robert Gomez]]></dc:creator>
		<pubDate>Tue, 10 Sep 2013 21:38:37 +0000</pubDate>
				<category><![CDATA[Robert's Blog]]></category>
		<category><![CDATA[contest]]></category>
		<category><![CDATA[Pages of Fun]]></category>
		<category><![CDATA[website]]></category>
		<guid isPermaLink="false">https://robertgomez.org/?p=2668</guid>

					<description><![CDATA[Okay, how about this: I just spent around a week updating this site and, in order to celebrate(?), I&#8217;m going to hold a little contest. I get a little trickle of traffic every day and I am always wondering if anyone actually reads this stuff. So here&#8217;s the plan, I will send an original print,&#160;The [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>Okay, how about this: I just spent around a week updating this site and, in order to celebrate(?), I&#8217;m going to hold a little contest. I get a little trickle of traffic every day and I am always wondering if anyone actually reads this stuff. So here&#8217;s the plan, I will send an original print,&nbsp;<a href="https://robertgomez.org/art/gallery/artwork/politics-of-against/" data-type="artwork" data-id="2647"><em>The Politics of Against</em></a>, to the first person to send me an email using my&nbsp;<a href="https://robertgomez.org/contact">contact form</a>&nbsp;with the subject &#8220;Send Me Free Art!&#8221; Make sure you leave a valid e-mail address on the form and I will contact you if you are the winner. Check back here and I will post in the comments if the prize has been claimed. This contest ends midnight CST on Sunday, Sept. 15. Ready&#8230; set&#8230; go!</p>
]]></content:encoded>
					
					<wfw:commentRss>https://robertgomez.org/blog/2013/09/10/is-anybody-there/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>Drupal Theme Update 2011</title>
		<link>https://robertgomez.org/blog/2011/11/17/drupal-theme-update-2011/</link>
		
		<dc:creator><![CDATA[Robert Gomez]]></dc:creator>
		<pubDate>Thu, 17 Nov 2011 23:02:45 +0000</pubDate>
				<category><![CDATA[Robert's Blog]]></category>
		<category><![CDATA[Drupal]]></category>
		<category><![CDATA[Pages of Fun]]></category>
		<category><![CDATA[Web design]]></category>
		<guid isPermaLink="false">https://robertgomez.org/?p=1627</guid>

					<description><![CDATA[It&#8217;s been about a year since my last major site overhaul, so I have decided to do a little housekeeping here. I&#8217;ve tweaked the theme so it&#8217;s a little less crowded and, hopefully, a bit easier to find your way around. That is all.]]></description>
										<content:encoded><![CDATA[
<p>It&#8217;s been about a year since my last major site overhaul, so I have decided to do a little housekeeping here. I&#8217;ve tweaked the theme so it&#8217;s a little less crowded and, hopefully, a bit easier to find your way around. That is all.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Buy My Art!</title>
		<link>https://robertgomez.org/blog/2010/09/30/buy-my-art/</link>
		
		<dc:creator><![CDATA[Robert Gomez]]></dc:creator>
		<pubDate>Thu, 30 Sep 2010 21:37:51 +0000</pubDate>
				<category><![CDATA[Robert's Blog]]></category>
		<category><![CDATA[art]]></category>
		<category><![CDATA[art ramblings]]></category>
		<category><![CDATA[Pages of Fun]]></category>
		<category><![CDATA[paypal]]></category>
		<category><![CDATA[shopping]]></category>
		<guid isPermaLink="false">https://robertgomez.org/?p=1374</guid>

					<description><![CDATA[After more than a dozen years of maintaining a personal Web site, I have finally decided to monetize this thing (well, okay, that doesn&#8217;t count the Google ads in the sidebar, but those barely earn any money anyways). I have gone through my gallery and enabled a PayPal shopping cart system to take orders for [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>After more than a dozen years of maintaining a personal Web site, I have finally decided to monetize this thing (well, okay, that doesn&#8217;t count the Google ads in the sidebar, but those barely earn any money anyways). I have gone through my gallery and enabled a PayPal shopping cart system to take orders for my art. Currently, there are about twelve prints for sale. So, <a href="https://robertgomez.org/art/gallery/for-sale">start shopping now</a>!</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Did You Notice Anything Different About Me?</title>
		<link>https://robertgomez.org/blog/2010/09/24/did-you-notice-anything-different-about-me/</link>
		
		<dc:creator><![CDATA[Robert Gomez]]></dc:creator>
		<pubDate>Fri, 24 Sep 2010 21:29:26 +0000</pubDate>
				<category><![CDATA[Robert's Blog]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[Pages of Fun]]></category>
		<category><![CDATA[website]]></category>
		<guid isPermaLink="false">https://robertgomez.org/?p=1360</guid>

					<description><![CDATA[After a back-to-back Drupal projects at work, I think I now have a better idea how this system works. In the process, I have updated the design of my Nonagon site and reworked the theme of this site. You may not notice any major differences, but now things are much more organized under the hood. However, I [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>After a back-to-back Drupal projects at work, I think I now have a better idea how this system works. In the process, I have updated the design of my <a href="http://www.nonagon.us/">Nonagon</a> site and reworked the theme of this site. You may not notice any major differences, but now things are much more organized under the hood. However, I am guessing that I broke a few things, so if you notice any pages not rendering decently, please let me know in the comments.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Oh, Hello There&#8230;</title>
		<link>https://robertgomez.org/blog/2010/04/06/oh-hello-there/</link>
		
		<dc:creator><![CDATA[Robert Gomez]]></dc:creator>
		<pubDate>Tue, 06 Apr 2010 14:17:01 +0000</pubDate>
				<category><![CDATA[Robert's Blog]]></category>
		<category><![CDATA[Pages of Fun]]></category>
		<category><![CDATA[tea party]]></category>
		<category><![CDATA[website]]></category>
		<guid isPermaLink="false">https://robertgomez.org/?p=1179</guid>

					<description><![CDATA[Although I&#160;try to minimize political posting here on the Pages of Fun, about a week ago I&#160;decided to run with a post featuring a &#8220;Tea Party&#8221;&#160;protest poster I&#160;created:&#160;Teabagger / Teabaggee. I tweeted (I&#160;hate that term&#8230; almost as much as&#160;webinar) a link, got a few dozen hits and that was that. However, yesterday I&#160;started to get [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>Although I&nbsp;try to minimize political posting here on the Pages of Fun, about a week ago I&nbsp;decided to run with a post featuring a &#8220;Tea Party&#8221;&nbsp;protest poster I&nbsp;created:&nbsp;<a href="https://robertgomez.org/content/teabagger-teabaggee">Teabagger / Teabaggee</a>. I tweeted (I&nbsp;hate that term&#8230; almost as much as&nbsp;<em>webinar</em>) a link, got a few dozen hits and that was that.</p>



<p>However, yesterday I&nbsp;started to get all sorts of notifications of new comments in my inbox regarding this post. I went and checked my analytics account:</p>



<figure class="wp-block-image size-large"><img fetchpriority="high" decoding="async" width="600" height="155" src="https://robertgomez.org/wp-content/uploads/2010/04/analytics-graph.png" alt="Analytics!" class="wp-image-1182" srcset="https://robertgomez.org/wp-content/uploads/2010/04/analytics-graph.png 600w, https://robertgomez.org/wp-content/uploads/2010/04/analytics-graph-300x78.png 300w" sizes="(max-width: 600px) 100vw, 600px" /></figure>



<p>This could graph could mean one of two things: anthropogenic global warming is real and we are all on the cusp of the apocalypse, or someone on the Internet with many more readers than me linked to my page. Fortunately it was latter. I&nbsp;was able to back track to find out where all these hits were coming from:</p>



<figure class="wp-block-image size-large"><img decoding="async" width="600" height="374" src="https://robertgomez.org/wp-content/uploads/2010/04/vodkapundit-mention.jpg" alt="" class="wp-image-1181" srcset="https://robertgomez.org/wp-content/uploads/2010/04/vodkapundit-mention.jpg 600w, https://robertgomez.org/wp-content/uploads/2010/04/vodkapundit-mention-300x187.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" /></figure>



<p>PJTV&#8217;s&nbsp;<a href="http://www.pjtv.com/video/VodkaPundit/The_Week_In_Blogs%3A_Dog_Bites_Car%2C_Searchlight_Goes_Big%2C_And_Obama_Goes_Flat_/3330/">Stephen Green (a.k.a. Vodkapundit)</a>&nbsp;featured the post on his weekly show,&nbsp;<em>The Week in Blogs</em>. In fact, he referred to it as &#8220;The Photoshop of Week&#8221; and &#8220;The Blog of the Week.&#8221; Also (and I&#8217;m not sure if this came first) I was also linked on Glenn Reynold&#8217;s mighty&nbsp;<a href="http://pjmedia.com/instapundit/97016/">Instapundit blog</a>!</p>



<p>In the immortal words of Three Stoned Men, &#8220;Smells Like the Big Time!&#8221; Ok, time to check my Google Adsense account and see all that money I raked in:</p>



<figure class="wp-block-image"><img decoding="async" src="https://robertgomez.org/sites/default/files/blog/google-adsense.png" alt="Google Adsense Winnings!"/></figure>



<p>Dammit.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Drupal Update</title>
		<link>https://robertgomez.org/blog/2009/07/02/drupal-update/</link>
					<comments>https://robertgomez.org/blog/2009/07/02/drupal-update/#comments</comments>
		
		<dc:creator><![CDATA[Robert Gomez]]></dc:creator>
		<pubDate>Thu, 02 Jul 2009 22:26:40 +0000</pubDate>
				<category><![CDATA[Robert's Blog]]></category>
		<category><![CDATA[Drupal]]></category>
		<category><![CDATA[Pages of Fun]]></category>
		<category><![CDATA[Web design]]></category>
		<category><![CDATA[website]]></category>
		<guid isPermaLink="false">https://robertgomez.org/?p=824</guid>

					<description><![CDATA[Well, I just updated the core version of the Drupal CMS on the Pages of Fun from 6.12 to 6.13 and it went pretty smoothly. One thing that I did discover is that it pays to update all your modules before doing the core update. I had earlier tried to update and the system completely failed on install [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>Well, I just updated the core version of the Drupal CMS on the Pages of Fun from 6.12 to 6.13 and it went pretty smoothly. One thing that I did discover is that it pays to update all your modules before doing the core update. I had earlier tried to update and the system completely failed on install because of a problem with the out-of-date Admin Menu module. Only a complete reversion to the backed up files saved me. Backing up is ever so very important in this whole process. Anyhow, I am really loving Drupal and I hope to build more sites with it in the future.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://robertgomez.org/blog/2009/07/02/drupal-update/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>New Website Launched!</title>
		<link>https://robertgomez.org/blog/2009/06/27/new-website-launched/</link>
		
		<dc:creator><![CDATA[Robert Gomez]]></dc:creator>
		<pubDate>Sun, 28 Jun 2009 01:57:32 +0000</pubDate>
				<category><![CDATA[Robert's Blog]]></category>
		<category><![CDATA[Pages of Fun]]></category>
		<category><![CDATA[website]]></category>
		<guid isPermaLink="false">https://robertgomez.org/?p=797</guid>

					<description><![CDATA[Well, it&#8217;s official. Robert Wm. Gomez&#8217;s Pages of Fun have moved to a new, personalized domain name:&#160;www.robertgomez.org! I was surprised I was able to get the .ORG domain (robertgomez.com has been taken for as long as I&#160;have been checking). In addition to this new address, The Pages of Fun have been completely rebuilt from the [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>Well, it&#8217;s official. Robert Wm. Gomez&#8217;s Pages of Fun have moved to a new, personalized domain name:&nbsp;<a href="https://robertgomez.org/">www.robertgomez.org</a>! I was surprised I was able to get the .ORG domain (robertgomez.com has been taken for as long as I&nbsp;have been checking).</p>



<p>In addition to this new address, The Pages of Fun have been completely rebuilt from the ground up using a fancy content management system called&nbsp;<a href="https://drupal.org/">Drupal</a>. I&#8217;ve tried to keep the look and feel of the site as close to the previous version as possible. The most noticeable change is that the layout has gotten wider to accommodate for all of the content management tools and navigation elements of Drupal. You may also notice you favorite page is gone. I tried to move everything over, but a couple things got lost in the move. But don&#8217;t fret. Now the site is searchable!</p>



<p>Design tweaks aside, the new system will make updating my site so much easier for me. That MAY mean more frequent updates, and, after a decade of resisting, this site might officially become a blog! Like other bloggy sites, I now have opened areas for visitor&#8217;s comments—that could be a mixed blessing. We&#8217;ll see how many spazzes feel the need to chime in.</p>



<p>One more thing. I now have a proper rss feed. I will be glad to never have to hand-code XML again. Please go to&nbsp;<a href="https://robertgomez.org/rss.xml">rss.xml&nbsp;</a>and subscribe to stay on top of the latest additions to the site.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Pages o&#8217; Fun Version 5.6 &#8211; 2015-2019</title>
		<link>https://robertgomez.org/blog/2009/06/27/pages-o-fun-version-5-6-2015-2019/</link>
		
		<dc:creator><![CDATA[Robert Gomez]]></dc:creator>
		<pubDate>Sat, 27 Jun 2009 21:40:00 +0000</pubDate>
				<category><![CDATA[Robert's Blog]]></category>
		<category><![CDATA[Pages of Fun]]></category>
		<category><![CDATA[Web design]]></category>
		<guid isPermaLink="false">https://robertgomez.org/?p=5843</guid>

					<description><![CDATA[Another incremental update to the theme. This time it&#8217;s mostly behind-the-scenes changes (I learned how to program styles in SASS). But there are a couple of minor tweaks to form items and some new CSS3 effects. Then in 2019 I decided to upgrade to Drupal 8. Here&#8217;s what the site looked like just before I [&#8230;]]]></description>
										<content:encoded><![CDATA[<img width="600" height="937" src="https://robertgomez.org/wp-content/uploads/2020/09/pof-2015-layout.jpg" class="attachment-large size-large wp-post-image" alt="" style="display: block; margin: 0 0 14px 0;" decoding="async" loading="lazy" srcset="https://robertgomez.org/wp-content/uploads/2020/09/pof-2015-layout.jpg 600w, https://robertgomez.org/wp-content/uploads/2020/09/pof-2015-layout-192x300.jpg 192w" sizes="auto, (max-width: 600px) 100vw, 600px" />
<p>Another incremental update to the theme. This time it&#8217;s mostly behind-the-scenes changes (I learned how to program styles in SASS). But there are a couple of minor tweaks to form items and some new CSS3 effects.</p>



<p>Then in 2019 I decided to upgrade to Drupal 8. Here&#8217;s what the site looked like just before I made the switch:</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="491" height="1024" src="https://robertgomez.org/wp-content/uploads/2020/09/pages-of-fun-2019-screenshot-491x1024.jpg" alt="" class="wp-image-2814" srcset="https://robertgomez.org/wp-content/uploads/2020/09/pages-of-fun-2019-screenshot-491x1024.jpg 491w, https://robertgomez.org/wp-content/uploads/2020/09/pages-of-fun-2019-screenshot-144x300.jpg 144w, https://robertgomez.org/wp-content/uploads/2020/09/pages-of-fun-2019-screenshot-768x1600.jpg 768w, https://robertgomez.org/wp-content/uploads/2020/09/pages-of-fun-2019-screenshot-737x1536.jpg 737w, https://robertgomez.org/wp-content/uploads/2020/09/pages-of-fun-2019-screenshot.jpg 800w" sizes="auto, (max-width: 491px) 100vw, 491px" /></figure>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Pages o’ Fun Version 5.5 – 2011-2015</title>
		<link>https://robertgomez.org/blog/2009/06/27/pages-o-fun-version-5-5-2011-2015/</link>
		
		<dc:creator><![CDATA[Robert Gomez]]></dc:creator>
		<pubDate>Sat, 27 Jun 2009 21:35:00 +0000</pubDate>
				<category><![CDATA[Robert's Blog]]></category>
		<category><![CDATA[Pages of Fun]]></category>
		<category><![CDATA[Web design]]></category>
		<guid isPermaLink="false">https://robertgomez.org/?p=5841</guid>

					<description><![CDATA[This is yet another iteration of the previous design. By 2011 I had a much better understanding of how templating worked in Drupal and made a somewhat slicker template that adhered to 960 grid-style layout. Sometime during this period I did an upgrade to Drupal 7 and had to reworked the layout to be compatible [&#8230;]]]></description>
										<content:encoded><![CDATA[<img width="500" height="800" src="https://robertgomez.org/wp-content/uploads/2020/09/pagesoffun_2012.jpg" class="attachment-large size-large wp-post-image" alt="" style="display: block; margin: 0 0 14px 0;" decoding="async" loading="lazy" srcset="https://robertgomez.org/wp-content/uploads/2020/09/pagesoffun_2012.jpg 500w, https://robertgomez.org/wp-content/uploads/2020/09/pagesoffun_2012-188x300.jpg 188w" sizes="auto, (max-width: 500px) 100vw, 500px" />
<p>This is yet another iteration of the previous design. By 2011 I had a much better understanding of how templating worked in Drupal and made a somewhat slicker template that adhered to 960 grid-style layout. Sometime during this period I did an upgrade to Drupal 7 and had to reworked the layout to be compatible with 7. In the process I made the site mobile-friendly with a responsive design.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Pages o&#8217; Fun Version 5.0 &#8211; 2005-2011</title>
		<link>https://robertgomez.org/blog/2009/06/27/pages-o-fun-version-5-0-2005-2011/</link>
		
		<dc:creator><![CDATA[Robert Gomez]]></dc:creator>
		<pubDate>Sat, 27 Jun 2009 21:30:00 +0000</pubDate>
				<category><![CDATA[Robert's Blog]]></category>
		<category><![CDATA[Pages of Fun]]></category>
		<category><![CDATA[Web design]]></category>
		<guid isPermaLink="false">https://robertgomez.org/?p=5839</guid>

					<description><![CDATA[Sometime during 2007 I switched from hand-coding my web site to using the Drupal CMS system. I adopted my static template to the Drupal system.]]></description>
										<content:encoded><![CDATA[<img width="600" height="467" src="https://robertgomez.org/wp-content/uploads/2020/09/pages-of-fun-2010-lookandfeel-medium.jpg" class="attachment-large size-large wp-post-image" alt="" style="display: block; margin: 0 0 14px 0;" decoding="async" loading="lazy" srcset="https://robertgomez.org/wp-content/uploads/2020/09/pages-of-fun-2010-lookandfeel-medium.jpg 600w, https://robertgomez.org/wp-content/uploads/2020/09/pages-of-fun-2010-lookandfeel-medium-300x234.jpg 300w" sizes="auto, (max-width: 600px) 100vw, 600px" />
<p>Sometime during 2007 I switched from hand-coding my web site to using the Drupal CMS system. I adopted my static template to the Drupal system.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Pages o’ Fun Version 4.0 – 2001-2004</title>
		<link>https://robertgomez.org/blog/2009/06/27/pages-o-fun-version-4-0-2001-2004/</link>
		
		<dc:creator><![CDATA[Robert Gomez]]></dc:creator>
		<pubDate>Sat, 27 Jun 2009 21:25:00 +0000</pubDate>
				<category><![CDATA[Robert's Blog]]></category>
		<category><![CDATA[Pages of Fun]]></category>
		<category><![CDATA[Web design]]></category>
		<guid isPermaLink="false">https://robertgomez.org/?p=5834</guid>

					<description><![CDATA[This was one of the longest running look &#8216;n&#8217; feels for the&#160;Pages o&#8217; Fun. This one had a few nice little Flash illustrations on the side. And here are the Flash animations that were in the left gutter: And then there was this thing that was hidden in the header strip:]]></description>
										<content:encoded><![CDATA[<img width="500" height="555" src="https://robertgomez.org/wp-content/uploads/2020/09/pagesoffun_v4_1.jpg" class="attachment-large size-large wp-post-image" alt="Pages of Fun 2001-2004" style="display: block; margin: 0 0 14px 0;" decoding="async" loading="lazy" srcset="https://robertgomez.org/wp-content/uploads/2020/09/pagesoffun_v4_1.jpg 500w, https://robertgomez.org/wp-content/uploads/2020/09/pagesoffun_v4_1-270x300.jpg 270w" sizes="auto, (max-width: 500px) 100vw, 500px" />
<p>This was one of the longest running look &#8216;n&#8217; feels for the&nbsp;<em>Pages o&#8217; Fun</em>. This one had a few nice little Flash illustrations on the side.</p>



<p>And here are the Flash animations that were in the left gutter:</p>



<figure class="wp-block-video"><video height="550" style="aspect-ratio: 282 / 550;" width="282" controls src="https://robertgomez.org/wp-content/uploads/2020/09/POF-Beast.mp4"></video></figure>



<figure class="wp-block-video"><video height="550" style="aspect-ratio: 290 / 550;" width="290" controls src="https://robertgomez.org/wp-content/uploads/2020/09/POF-Brain-Flasher.mp4"></video></figure>



<p>And then there was this thing that was hidden in the header strip:</p>



<figure class="wp-block-video"><video height="100" style="aspect-ratio: 354 / 100;" width="354" controls src="https://robertgomez.org/wp-content/uploads/2020/09/POF-Ice-Ice-Baby-Banner.mp4"></video></figure>



<p></p>
]]></content:encoded>
					
		
		<enclosure url="https://robertgomez.org/wp-content/uploads/2020/09/POF-Beast.mp4" length="0" type="video/mp4" />
<enclosure url="https://robertgomez.org/wp-content/uploads/2020/09/POF-Brain-Flasher.mp4" length="0" type="video/mp4" />
<enclosure url="https://robertgomez.org/wp-content/uploads/2020/09/POF-Ice-Ice-Baby-Banner.mp4" length="0" type="video/mp4" />

			</item>
	</channel>
</rss>
