<?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>random process &#187; wordpress</title>
	<atom:link href="http://www.randomprocess.ca/category/blogging/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.randomprocess.ca</link>
	<description>NOT just another WordPress weblog. What were they thinking when they came up with that tagline anyways?</description>
	<lastBuildDate>Mon, 06 Sep 2010 06:43:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>WordPress 3.0</title>
		<link>http://www.randomprocess.ca/2010/06/17/wordpress-3-0/</link>
		<comments>http://www.randomprocess.ca/2010/06/17/wordpress-3-0/#comments</comments>
		<pubDate>Thu, 17 Jun 2010 17:31:12 +0000</pubDate>
		<dc:creator>charlie</dc:creator>
				<category><![CDATA[asides]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.randomprocess.ca/?p=1876</guid>
		<description><![CDATA[WordPress 3.0 has been released, and included is one feature in particular that I&#8217;m very excited for, custom post types! This means I won&#8217;t need to use categories to present my posts in a different manner, say, for photos or asides. Time to go tinker offline and port some changes over to random process.
]]></description>
			<content:encoded><![CDATA[<p><a href="http://wordpress.org/development/2010/06/thelonious/">WordPress 3.0</a> has been released, and included is one feature in particular that I&#8217;m very excited for, <a href="http://codex.wordpress.org/Custom_Post_Types">custom post types</a>! This means I won&#8217;t need to use categories to present my posts in a different manner, say, for photos or asides. Time to go tinker offline and port some changes over to random process.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.randomprocess.ca/2010/06/17/wordpress-3-0/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Bold Feature Rundown</title>
		<link>http://www.randomprocess.ca/2009/06/18/bold-feature-rundown/</link>
		<comments>http://www.randomprocess.ca/2009/06/18/bold-feature-rundown/#comments</comments>
		<pubDate>Fri, 19 Jun 2009 02:00:24 +0000</pubDate>
		<dc:creator>charlie</dc:creator>
				<category><![CDATA[design]]></category>
		<category><![CDATA[themes]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.randomprocess.ca/?p=1369</guid>
		<description><![CDATA[It&#8217;s been a month since I launched the redesign of Random Process, in the form of Bold. I&#8217;ve been massaging some rough spots since then, and there&#8217;s a big list of to-do&#8217;s still left in my OneNote notebook. Now, here are some more detailed thoughts when I went about creating this new design.
I don&#8217;t profess [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been a month since I launched the redesign of Random Process, in the form of <a href="http://www.randomprocess.ca/2009/05/17/introducing-bold/">Bold</a>. I&#8217;ve been massaging some rough spots since then, and there&#8217;s a big list of to-do&#8217;s still left in my OneNote notebook. Now, here are some more detailed thoughts when I went about creating this new design.</p>
<p>I don&#8217;t profess to be a graphics artist. My Photoshop skills are pretty meager. Yet at the same time, I&#8217;ve wanted to add some more character to my designs, which have traditionally been pretty dull. This time, I turned to a couple of interesting colors to liven things up. I really can&#8217;t say there was any technique in picking the shade of blue and orange. Nevertheless, I rather enjoy how they mix.</p>
<p>As you may have noticed, there are no sidebars, per se. Consequently, much of the miscellaneous content that took up that space in the past has essentially disappeared. This was intentional, with the reason being that there will eventually be a permanent homepage, which will contain the things that don&#8217;t quite fit in with the blog nature of this site.</p>
<p>The lack of sidebar(s) also puts the focus directly on the content. Because the homepage will be the portal to other forms of content, I can focus solely on the writing here. In that same vein, the blog index now shows full posts, instead of one feature and then excerpts only. This translates into less clicking and more reading.</p>
<p>The single column layout also gives me much more flexibility in presenting different types of posts in different ways. As photography is becoming a bigger part of my interests (and subsequently, a bigger part of the posts here), I felt confined by the approximately 500 pixel wide content areas I had to work with. I want to showcase larger images, and this new layout allows me to do that easily.</p>
<p>Of note, the archives section of the site has been completely redesigned. I used a fancy AJAX archives plugin in the past, but I wasn&#8217;t happy with the navigation, which was simply a giant list of dates and posts. Instead, I&#8217;ve created a table-like structure, where the user can select both year and month to drill down into the archives.</p>
<p>The same general format is used for the search and category pages as well, although I haven&#8217;t quite figured out what I&#8217;m going to put on the side for the category version. Meanwhile, the search results page will throw up another search box if a lot of results are returned. I figure the user might want to refine their search if it happens that what they initially searched for returns too many results to go through easily.</p>
<p>Finally, to keep with the WordPress times (e.g. version 2.7.1), I&#8217;ve included support for threaded comments. The new comment function, wp_list_comments, is nice in that it eliminates a lot of code for the designer and surfaces so many classes with which one can modify the look of comments. Unfortunately, creating a custom callback to use a completely different HTML layout means all those useful classes, which identify things like odd/even posts, author responses, and more are lost. In addition, the function itself isn&#8217;t well documented on the Codex, so I had to reference other sources, and rip out my share of hair, fiddling to get things the way I wanted. I&#8217;m planning on writing a few tidbits for others in the same position. Even <a href="http://ottodestruct.com/blog/2008/09/29/wordpress-27-comments-enhancements/">Otto&#8217;s excellent post</a> didn&#8217;t quite do it.</p>
<p>I&#8217;m pretty happy with the design overall, and with this semester as horrifically busy as it is, there&#8217;s probably little time to make major changes even if I wanted to.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.randomprocess.ca/2009/06/18/bold-feature-rundown/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Introducing Bold.</title>
		<link>http://www.randomprocess.ca/2009/05/17/introducing-bold/</link>
		<comments>http://www.randomprocess.ca/2009/05/17/introducing-bold/#comments</comments>
		<pubDate>Mon, 18 May 2009 00:52:53 +0000</pubDate>
		<dc:creator>charlie</dc:creator>
				<category><![CDATA[design]]></category>
		<category><![CDATA[themes]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[web-development]]></category>

		<guid isPermaLink="false">http://www.randomprocess.ca/?p=1337</guid>
		<description><![CDATA[I gave a small sneak peak at the overall redesign I had planned for random process early in the year, and a couple weeks ago I mentioned I had started on the implementation in earnest. Now, you get to see the fruits of my labour, Bold. For those of you reading this in a feed [...]]]></description>
			<content:encoded><![CDATA[<p>I gave a small <a href="http://www.randomprocess.ca/2009/02/19/a-redesign-project-in-progress/">sneak peak at the overall redesign</a> I had planned for random process early in the year, and a couple weeks ago I mentioned I had<a href="http://www.randomprocess.ca/2009/05/02/working-on-a-new-design/"> started on the implementation</a> in earnest. Now, you get to see the fruits of my labour, Bold. For those of you reading this in a feed reader, now would be a good time to <a href="http://www.randomprocess.ca/2009/05/17/introducing-bold/">drop by</a>.</p>
<p>I&#8217;ll write a much more complete post on my design philosophy and the key features, but for now, I&#8217;m hoping to get some feedback, mostly to ensure things aren&#8217;t broken all over the place. I&#8217;m perusing the site, looking for bugs, but if everyone helps out, it&#8217;ll be a much quicker task. Key things to focus on would be the threaded replies of WordPress 2.7, which are now supported, along with the archives.</p>
<p>I&#8217;m no where near done implementing all the features I want to, but the core is there and I think it&#8217;s a big step up on what I had before. I&#8217;ll roll out incremental updates to the design over the next little while.</p>
<p>I hope you enjoy the new design!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.randomprocess.ca/2009/05/17/introducing-bold/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Working On a New Design</title>
		<link>http://www.randomprocess.ca/2009/05/02/working-on-a-new-design/</link>
		<comments>http://www.randomprocess.ca/2009/05/02/working-on-a-new-design/#comments</comments>
		<pubDate>Sun, 03 May 2009 01:29:25 +0000</pubDate>
		<dc:creator>charlie</dc:creator>
				<category><![CDATA[design]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.randomprocess.ca/?p=1323</guid>
		<description><![CDATA[I mentioned in a recent comment that I was hoping to get some updates to the rc2 theme going during my break, but alas, I&#8217;m being a bit selfish. Instead, I&#8217;ve devoted some time to implementing the new design for random process I wrote about a little while ago.
I didn&#8217;t get started until two days [...]]]></description>
			<content:encoded><![CDATA[<p>I mentioned in a recent comment that I was hoping to <a href="http://www.randomprocess.ca/2008/04/06/wordpress-theme-rc2-v10/#comment-6109">get some updates to the rc2 theme going</a> during my break, but alas, I&#8217;m being a bit selfish. Instead, I&#8217;ve devoted some time to implementing the <a href="http://www.randomprocess.ca/2009/02/19/a-redesign-project-in-progress/">new design for random process</a> I wrote about a little while ago.</p>
<p>I didn&#8217;t get started until two days ago, so predictably, there&#8217;s still quite some work left to do. As well, since things aren&#8217;t quite ready yet on the main page front, it&#8217;ll only by the blog portion of the site that gets refreshed. There&#8217;s not enough time during this break to do any meaningful work on my plans for a gadget section (boy, do I ever need one).</p>
<p>That&#8217;s all for now! The break has been great. For now, it&#8217;s time to watch Canada&#8217;s last chance at the Stanley Cup in the Vancouver Canucks play. Wish them luck!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.randomprocess.ca/2009/05/02/working-on-a-new-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A (Re)Design Project in Progress</title>
		<link>http://www.randomprocess.ca/2009/02/19/a-redesign-project-in-progress/</link>
		<comments>http://www.randomprocess.ca/2009/02/19/a-redesign-project-in-progress/#comments</comments>
		<pubDate>Thu, 19 Feb 2009 22:44:48 +0000</pubDate>
		<dc:creator>charlie</dc:creator>
				<category><![CDATA[design]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.randomprocess.ca/?p=1181</guid>
		<description><![CDATA[It&#8217;s more than half way through my reading week and I&#8217;m finding some (okay, let&#8217;s be honest, lots of) time between studying to relax and work on some things I&#8217;m a bit more interested in&#8230; like another redesign of random process. I started the process last semester, but the punishing overtime left me with little [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s more than half way through my reading week and I&#8217;m finding some (okay, let&#8217;s be honest, lots of) time between studying to relax and work on some things I&#8217;m a bit more interested in&#8230; like another redesign of random process. I started the process last semester, but the punishing overtime left me with little energy to do much more than pick a color palette.</p>
<p>I finally sat down and whipped up some mocks this past week and they&#8217;re coming along quite nicely. I won&#8217;t give away the farm yet, but here are a few select portions of the design.</p>
<p style="text-align:center"><img src="http://www.randomprocess.ca/wp-content/uploads/2009/02/rcc_teaser1.jpg" alt="Random Process Redesign" /></p>
<p>There are many things I like with the existing design, such as the &#8216;topbar&#8217; before the content. However, I wanted to streamline those components and really focus on what they&#8217;re intended to do: drive readership. That means I&#8217;m taking out recent comments in favor of more prominent placement for the feed. You can already subscribe to individual post comments, so displaying the recent ones doesn&#8217;t seem as valuable as increasing subscribers.</p>
<p style="text-align:center"><img src="http://www.randomprocess.ca/wp-content/uploads/2009/02/rcc_teaser3.gif" alt="Random Process Redesign" /></p>
<p>A first for random process, I&#8217;m going have a &#8217;static&#8217; home page, designed to act as a portfolio of my interests. It&#8217;s time I better organized the things I&#8217;m passionate about, as opposed to simply writing them here, interspersed with everything else. I want to immediately impress upon a first-time viewer what I&#8217;m interested in and what he/she can expect to find.</p>
<p style="text-align:center"><img src="http://www.randomprocess.ca/wp-content/uploads/2009/02/rcc_teaser2.gif" alt="Random Process Redesign" /></p>
<p>Space is at a premium on the home page, so I&#8217;ll be putting some of the JavaScript skills I picked up over the last work term to use to shuffle between post excerpts and spruce things up.</p>
<p>I&#8217;m not sure when the design will actually be implemented. Hopefully I can put in a couple hours each week to complete it before the end of the semester.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.randomprocess.ca/2009/02/19/a-redesign-project-in-progress/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>WordPress One-click Upgrade</title>
		<link>http://www.randomprocess.ca/2009/02/15/wordpress-one-click-upgrade/</link>
		<comments>http://www.randomprocess.ca/2009/02/15/wordpress-one-click-upgrade/#comments</comments>
		<pubDate>Sun, 15 Feb 2009 17:28:52 +0000</pubDate>
		<dc:creator>charlie</dc:creator>
				<category><![CDATA[asides]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.randomprocess.ca/?p=1177</guid>
		<description><![CDATA[Wow. I was notified that WordPress 2.7.1 was available in the dashboard and one click later, it was seamlessly upgraded for me. Along with the new admin panel, it&#8217;s definitely one of the most useful additions to 2.7. Now there&#8217;s no excuse not to keep up to date!
]]></description>
			<content:encoded><![CDATA[<p>Wow. I was notified that <a href="http://wordpress.org/development/2009/02/wordpress-271/">WordPress 2.7.1</a> was available in the dashboard and one click later, it was seamlessly upgraded for me. Along with the new admin panel, it&#8217;s definitely one of the most useful additions to 2.7. Now there&#8217;s no excuse not to keep up to date!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.randomprocess.ca/2009/02/15/wordpress-one-click-upgrade/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Got Hacks?</title>
		<link>http://www.randomprocess.ca/2008/09/25/got-hacks/</link>
		<comments>http://www.randomprocess.ca/2008/09/25/got-hacks/#comments</comments>
		<pubDate>Thu, 25 Sep 2008 04:16:57 +0000</pubDate>
		<dc:creator>charlie</dc:creator>
				<category><![CDATA[blogging]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[hacked]]></category>

		<guid isPermaLink="false">http://www.randomprocess.ca/2008/09/25/got-hacks/</guid>
		<description><![CDATA[We random process certainly got hacked in a major way. About a week ago, I noticed my Google search referrals dropping like a stone. After a few days, searches were down from several hundred per day to less than 10. Needless to say, I was ripping my hair out. I don’t do any weird shady [...]]]></description>
			<content:encoded><![CDATA[<p>We random process certainly got hacked in a major way. About a week ago, I noticed my Google search referrals dropping like a stone. After a few days, searches were down from several hundred per day to less than 10. Needless to say, I was ripping my hair out. I don’t do any weird shady stuff with my website and I didn’t think I had stepped on Google’s foot anywhere along the way. I was pretty stumped. My only lead was the thought that perhaps the links back to my site in the themes I’ve released over the years has linked me with some ‘bad neighborhood’ sites around the internet. I ended up sending in a reconsideration request to Google, in the hopes that my case would be excused, if that were even the problem.</p>
<p>As it turns out, that probably wasn&#8217;t the problem at all. By complete random change, I fired up the updated Windows Live Writer to work on the long-time-coming Microsoft Zune review only to find that footer of my site was filled with garbage keywords in the preview, selling prescription drugs for cheap and the like. This was especially curious since I had never seen any of these links when on my site previously. Quickly, I navigated to my site in Firefox and found nothing. A view source showed nothing either. Bewildered, I checked WLW again, and there it was.</p>
<p>To confirm, I performed a search, &#8217;site:randomprocess.ca prescriptions&#8217; and lo-and-behold, tons of links with drug-related keyword links appeared. But curiously, clicking through to the links, once again, showed nothing amiss. Trying the cache also didn&#8217;t show anything wrong.</p>
<p>I then went over to Yahoo to double check; however unlikely, I had to make sure Google wasn&#8217;t improperly caching or doing something weird. But Yahoo showed the same thing. This time though, viewing the cache displayed the spam links in all their glory.</p>
<p>With some knowledge of the problem at hand, I did a search and many articles on the issue immediately appeared. It seems like this was no unique occurrence. Here&#8217;s a few of the articles I referenced in cleaning up my site:</p>
<ul>
<li><a href="http://www.bloggerguide.net/blog-platform/wordpress/wordpress-exploit-giving-backlinks-redirects-and-headaches-but-no-visitors/">Wordpress exploit giving backlinks, redirects and headaches but no visitors <img src='http://www.randomprocess.ca/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  – Blogger Guide</a></li>
<li><a href="http://linux.byexamples.com/archives/397/wordpress-exploit-we-been-hit-by-hidden-spam-link-injection/">Wordpress exploit: we been hit by hidden spam link injection – Linux by Examples</a></li>
<li><a href="http://ocaoimh.ie/2008/06/08/did-your-wordpress-site-get-hacked/">Did your WordPress site get hacked? – Donncha</a></li>
<li><a href="http://www.teohuiming.name/blog/wordpress-exploit">Wordpress Exploit: wordpress_options</a></li>
</ul>
<p>As is explained in the utmost detail in those links, this hack is no trivial matter. It encompasses everything from database fields (new user, bogus plugins that activate PHP scripts that are actually stored as image types, jpg, gif, png, etc) to script injected into themes to htaccess changes. I hadn&#8217;t realized that WordPress 2.6 was susceptible, but I&#8217;ve now upgraded to the latest version. On the other hand, if 2.6 wasn&#8217;t exploited, then I can only shudder at the thought of when my site was hacked&#8230; back in the 2.5 days?</p>
<p>One thing’s for sure, I can stop ripping my hair out over the loss of search traffic. Just what I needed after a 10 hour work-day…</p>
]]></content:encoded>
			<wfw:commentRss>http://www.randomprocess.ca/2008/09/25/got-hacks/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WordPress iPhone Application</title>
		<link>http://www.randomprocess.ca/2008/07/23/wordpress-iphone-application/</link>
		<comments>http://www.randomprocess.ca/2008/07/23/wordpress-iphone-application/#comments</comments>
		<pubDate>Thu, 24 Jul 2008 01:11:53 +0000</pubDate>
		<dc:creator>charlie</dc:creator>
				<category><![CDATA[asides]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[iphone]]></category>

		<guid isPermaLink="false">http://www.randomprocess.ca/?p=885</guid>
		<description><![CDATA[Well would you look at that &#8211; a WordPress application for the iPhone is now available. The applications looks very nice, although I haven&#8217;t been able to use it. Trying to write anything causes a crash back to the home screen. That&#8217;s been happening a lot with downloaded applications, so I&#8217;ll chalk it up to [...]]]></description>
			<content:encoded><![CDATA[<p>Well would you look at that &#8211; a <a href="http://iphone.wordpress.org/2008/07/22/wordpress-for-iphone-available-now/">WordPress application for the iPhone</a> is now available. The applications looks very nice, although I haven&#8217;t been able to use it. Trying to write anything causes a crash back to the home screen. That&#8217;s been happening a lot with downloaded applications, so I&#8217;ll chalk it up to a system wide issue than a problem with the app itself.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.randomprocess.ca/2008/07/23/wordpress-iphone-application/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
