<?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>Will Anderson</title>
	<atom:link href="http://www.itsananderson.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.itsananderson.com</link>
	<description>Designer and Programmer</description>
	<lastBuildDate>Wed, 10 Mar 2010 20:52:15 +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>New Theme: &#8220;Itsananderson&#8221;</title>
		<link>http://www.itsananderson.com/2010/03/new-theme-itsananderson/</link>
		<comments>http://www.itsananderson.com/2010/03/new-theme-itsananderson/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 20:52:15 +0000</pubDate>
		<dc:creator>Will</dc:creator>
				<category><![CDATA[It's An Anderson]]></category>

		<guid isPermaLink="false">http://www.itsananderson.com/?p=738</guid>
		<description><![CDATA[Hey, so in case you didn&#8217;t notice for some reason, my old nasty &#8220;parchment&#8221; theme is dead and gone. Out with the old, in with the new.
Whatcha think?
]]></description>
			<content:encoded><![CDATA[<p>Hey, so in case you didn&#8217;t notice for some reason, my old nasty &#8220;parchment&#8221; theme is dead and gone. Out with the old, in with the new.</p>
<p>Whatcha think?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.itsananderson.com/2010/03/new-theme-itsananderson/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Checking Out Twenty Ten</title>
		<link>http://www.itsananderson.com/2010/03/checking-out-twenty-ten/</link>
		<comments>http://www.itsananderson.com/2010/03/checking-out-twenty-ten/#comments</comments>
		<pubDate>Mon, 01 Mar 2010 12:58:53 +0000</pubDate>
		<dc:creator>Will</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.itsananderson.com/?p=730</guid>
		<description><![CDATA[[Obligatory comment about my lack of posts and my intentions to be better in the future]
I&#8217;ve been following the development of WordPress 3.0 more closely than previous versions, and one of the features that has intrigued me the most is the new theme being developed. Twenty Ten is shaping up to be an elegant and [...]]]></description>
			<content:encoded><![CDATA[<p>[Obligatory comment about my lack of posts and my intentions to be better in the future]</p>
<p>I&#8217;ve been following the development of WordPress 3.0 more closely than previous versions, and one of the features that has intrigued me the most is the new theme being developed. Twenty Ten is shaping up to be an elegant and innovative theme and I&#8217;m excited to see what it becomes before the final release of WordPress 3.0.</p>
<p><span id="more-730"></span></p>
<p>One of the nifty WordPress 3.0 features Twenty Ten takes advantage of is the new API for choosing a header and background image. In previous WordPress versions, theme authors would have to include complicated forms and form handlers if they wanted to allow their theme&#8217;s header and background to be customized. Now the theme simply has to indicate to WordPress that it supports custom headers and/or backgrounds and mention any images that are included in the theme. WordPress takes care of the rest, allowing administrators to choose between the available images or even upload an image of their own. Not only does Twenty Ten utilize this API, but it includes eight (so far) beautiful images to choose from.</p>
<p>The really nifty thing about having this standard API for custom headers/backgrounds is that it&#8217;s easy to customize. For example, I was able to write a plugin that randomly chooses between the available headers using a standard (to WP 3.0) filter. What&#8217;s neat is that this plugin should work with any theme that uses the new API and includes custom headers (though it&#8217;s hard to test since no other themes support currently do).</p>
<p>If you haven&#8217;t seen what Twenty Ten looks like, you can <a href="http://itsananderson.com/trunk">find my own instance here</a>. I have the custom header plugin installed, so if you refresh the page the header image should change.</p>
<p>And that&#8217;s about it. If you want to check out my random header plugin, it has its own <a href="http://www.itsananderson.com/plugins/random-headers/">plugin page</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.itsananderson.com/2010/03/checking-out-twenty-ten/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>New Plugin: Minimum Password Length</title>
		<link>http://www.itsananderson.com/2009/08/new-plugin-minimum-password-length/</link>
		<comments>http://www.itsananderson.com/2009/08/new-plugin-minimum-password-length/#comments</comments>
		<pubDate>Sat, 22 Aug 2009 04:25:23 +0000</pubDate>
		<dc:creator>Will</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Password]]></category>
		<category><![CDATA[Plugin]]></category>

		<guid isPermaLink="false">http://www.itsananderson.com/?p=694</guid>
		<description><![CDATA[David Peralty sent out a tweet recently, asking if there was a plugin that enforced a minimum password length. I looked around and didn&#8217;t find anything, so I decided to write one. As with most of my plugins, it&#8217;s pretty simple. Just install it and go. If you want to change the minimum password length [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://twitter.com/brandingdavid">David Peralty</a> sent out a <a href="http://twitter.com/brandingdavid/statuses/3450347287">tweet</a> recently, asking if there was a plugin that enforced a minimum password length. I looked around and didn&#8217;t find anything, so I decided to write one. As with most of my plugins, it&#8217;s pretty simple. Just install it and go. If you want to change the minimum password length (default is 7 characters) simply edit the plugin file and change the value of $min_length.</p>
<p><a href="http://www.itsananderson.com/plugins/minimum-password-length/">Plugin page</a> (basically the same instructions as this post).</p>
<p><a href="http://www.itsananderson.com/download/minimum-password-length.1.0.zip">Direct Download</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.itsananderson.com/2009/08/new-plugin-minimum-password-length/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Add Some Emotion To Your Gravatar</title>
		<link>http://www.itsananderson.com/2009/08/add-some-emotion-to-your-gravatar/</link>
		<comments>http://www.itsananderson.com/2009/08/add-some-emotion-to-your-gravatar/#comments</comments>
		<pubDate>Fri, 21 Aug 2009 00:04:21 +0000</pubDate>
		<dc:creator>Will</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.itsananderson.com/?p=678</guid>
		<description><![CDATA[Gravatar is amazing, isn&#8217;t it? I don&#8217;t usually think about it, but it&#8217;s really cool to be able to read a blog post, look at the comments, recognize someone that you know by their unique picture, then post your own comment and be recognized in return. All without uploading any files to the site you&#8217;re [...]]]></description>
			<content:encoded><![CDATA[<p>Gravatar is amazing, isn&#8217;t it? I don&#8217;t usually think about it, but it&#8217;s really cool to be able to read a blog post, look at the comments, recognize someone that you know by their unique picture, then post your own comment and be recognized in return. All without uploading any files to the site you&#8217;re visiting. Pretty cool huh? Let&#8217;s take it to the next level!</p>
<p><span id="more-678"></span>A problem I sometimes notice, though, is that people&#8217;s gravatars don&#8217;t always match the the mood of the conversation. There are two extremes. One could be discussing a serious subject, but have a gravatar that is jovial and humorous. This might not always be appropriate. On the other hand, they could be involved in a humor thread, and then have a serious gravatar that just doesn&#8217;t fit the situation.</p>
<p>You can, of course, have multiple emails associated with your Gravatar account, but who wants to set up an email account for every mood they might be in? Once again, <a href="http://www.tech-recipes.com/rx/980/use-gmail-plus-addressing-to-generate-throw-away-e-mail-addresses/">Google Plus Addressing</a> comes to the rescue.</p>
<p>So what you can do is to map different gravatars to the same email, with different plus addresses.</p>
<p>Here are some examples I just create (note: I took two of the pictures with my phone, and yes, my hair is getting long).</p>
<p><img src="http://www.gravatar.com/avatar/aef107b3b770449171324dfcff7d339f.png" alt="Happy" /> will+happy@itsananderson.com</p>
<p><img src="http://www.gravatar.com/avatar/56699cbc8bba4036cc72b2135e60c39e.png" alt="Sad" /> will+sad@itsananderson.com</p>
<p><img src="http://www.gravatar.com/avatar/192de77740369651e772e21cc17e5b2e.png" alt="Surprised" /> will+surprised@itsananderson.com</p>
<p>This is a boring example, but hopefully you get the idea.</p>
<p>Unfortunately, you still have to verify each email on Gravatar, even though it goes to the same inbox. Wouldn&#8217;t it be great if Gravatar let you do this automatically? Just upload a picture and associate it with an email, then choose a tag that can be used to access that picture. I don&#8217;t think it would be that hard, and it would be totally awesome to use!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.itsananderson.com/2009/08/add-some-emotion-to-your-gravatar/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WeblogToolsCollection Plugin Competition</title>
		<link>http://www.itsananderson.com/2009/08/weblogtoolscollection-plugin-competition/</link>
		<comments>http://www.itsananderson.com/2009/08/weblogtoolscollection-plugin-competition/#comments</comments>
		<pubDate>Mon, 10 Aug 2009 12:49:10 +0000</pubDate>
		<dc:creator>Will</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Plugin]]></category>

		<guid isPermaLink="false">http://www.itsananderson.com/?p=664</guid>
		<description><![CDATA[Have you voted on the Weblog Tools Collection Plugin competition? There are is a host of new plugins available for download. They range from the very simple to the very complex. My personal favorite is the Pixopoint Menu Plugin, but there are some other great ones there as well. Check it out!
]]></description>
			<content:encoded><![CDATA[<p>Have you voted on the Weblog Tools Collection Plugin competition? There are is a host of new plugins available for download. They range from the very simple to the very complex. My personal favorite is the <a href="http://weblogtoolscollection.com/pluginblog/2009/07/23/pixopoint-menu/">Pixopoint Menu Plugin</a>, but there are some other great ones there as well. <a href="http://weblogtoolscollection.com/pluginblog/">Check it out!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.itsananderson.com/2009/08/weblogtoolscollection-plugin-competition/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Plugin Updates for WordPress 2.8.1</title>
		<link>http://www.itsananderson.com/2009/07/plugin-updates-for-wordpress-2-8-1/</link>
		<comments>http://www.itsananderson.com/2009/07/plugin-updates-for-wordpress-2-8-1/#comments</comments>
		<pubDate>Wed, 15 Jul 2009 13:15:27 +0000</pubDate>
		<dc:creator>Will</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Plugin]]></category>
		<category><![CDATA[Updates]]></category>
		<category><![CDATA[WordPress 2.8.1]]></category>

		<guid isPermaLink="false">http://www.itsananderson.com/?p=638</guid>
		<description><![CDATA[A few hours ago, a post was released detailing issues plugins might be having with the latest WordPress release, and how to address them. I checked my plugins, and their options pages were indeed broken. Fortunately the fix was easy enough, and the two plugins I&#8217;ve released here on my blog are up to date.
Go [...]]]></description>
			<content:encoded><![CDATA[<p>A few hours ago, a <a href="http://westi.wordpress.com/2009/07/15/making-your-broken-plugin-work-again-with-wordpress-2-8-1/">post</a> was released detailing issues plugins might be having with the latest WordPress release, and how to address them. I checked my plugins, and their options pages were indeed broken. Fortunately the fix was easy enough, and the two plugins I&#8217;ve released here on my blog are up to date.</p>
<p>Go ahead and grab the new versions of <a href="http://www.itsananderson.com/download/code-snippets.1.1.zip">Code Snippets</a> and <a href="http://www.itsananderson.com/download/short-comment-filter.2.1.zip">Short Comment Filter</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.itsananderson.com/2009/07/plugin-updates-for-wordpress-2-8-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JSON and ASP.NET</title>
		<link>http://www.itsananderson.com/2009/06/json-and-asp-net/</link>
		<comments>http://www.itsananderson.com/2009/06/json-and-asp-net/#comments</comments>
		<pubDate>Sat, 27 Jun 2009 00:39:05 +0000</pubDate>
		<dc:creator>Will</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[JSON]]></category>

		<guid isPermaLink="false">http://www.itsananderson.com/?p=626</guid>
		<description><![CDATA[This is a bit different from my normal PHP and MySQL related posts, but I found this interesting so I though I&#8217;d pass it along.
If you&#8217;re familiar with ASP.NET you probably know that every page has a presentation layer (a lax form of XML) and a business layer (C# or Visual Basic). This is a [...]]]></description>
			<content:encoded><![CDATA[<p>This is a bit different from my normal PHP and MySQL related posts, but I found this interesting so I though I&#8217;d pass it along.</p>
<p>If you&#8217;re familiar with ASP.NET you probably know that every page has a presentation layer (a lax form of XML) and a business layer (C# or Visual Basic). This is a brilliant way of organizing a website because it separates your data (the presentation layer) from your complex logic (the business layer). This gives you several advantages (not by any means an exhaustive list):</p>
<ol>
<li>Complicated logic is easier to understand when it isn&#8217;t cluttered with HTML tags</li>
<li>Because the presentation and the business layers are loosely linked, changes in one often don&#8217;t require a change in the other</li>
<li>Object oriented principles can be used in both the presentation, and the business layer, promoting code reuse</li>
</ol>
<p><span id="more-626"></span>Now that I&#8217;ve sung the praises of the ASP.NET paradigm, it&#8217;s time to talk about one of the challenges it presents: AJAX calls, specifically JSON responses. If you&#8217;re not familiar with JSON, the idea is that rather than passing information as plain text or XML, it can be passed along in &#8220;JavaScript Object Notation&#8221;. In plain terms, this means that you pass a string which can be parsed to create a JavaScript object. Because JavaScript treats associative arrays and objects essentially the same, meaning that an array can be used to represent a JavaScript object. Confused yet? Here&#8217;s an example. For the sake of simplicity, I&#8217;m just setting the object string directly. Normally it would be the result of an AJAX request.</p>
<pre name="code" class="javascript">
var json = '{ name : "Joe Smith", age : 23, job : "Consultant" }';
var func = Function('return ' + json);
var jsonObject = func();
alert(jsonObject.name); // Joe Smith
alert(jsonObject.age);   // 23
alert(jsonObject.job);    // Consultant
</pre>
<p>Ok, so now we&#8217;ve got the ASP.NET and JSON explanations out of the way (if you were already familiar with these technologies, thanks for sticking with me). Here&#8217;s the challenge I ran into, and how I got around it.</p>
<p>Let&#8217;s suppose you&#8217;re using ASP.NET and C# to run your website, and you have a directory of users. For this example let&#8217;s suppose that you have a page which lists the usernames for every member of your site. Clicking a user&#8217;s username should bring up their other information (in this case, their name, age, and job). Being an eager developer, you decide to display this information via JavaScript and AJAX because that seems like the Web 2.0 thing to do. So you&#8217;ll make a request to another ASP.NET page and parse the response as JSON. This is great, except that ASP.NET pages are generally served as HTML (which in a stretch could be treated as XML). Not exactly your optimal solution, especially if you aren&#8217;t comfortable with traversing a DOM tree. Fortunately there&#8217;s a really simple solution. Leave everything out of your ASP.NET page except for the tag to include the C# file. Then in your C# file you can print the JSON information directly. Let&#8217;s look at an example.</p>
<p>The first file is GetUserInfo.aspx, which is very basic.</p>
<pre name="code" class="html">
< %@ Page Language="C#" AutoEventWireup="true" CodeBehind="GetUserInfo.aspx.cs" %>
</pre>
<p>The second file is the GetUserInfo.aspx.cs, which is also fairly simple. I&#8217;ll just show the Page_Load function for brevity.</p>
<pre name="code" class="c-sharp">
protected void Page_Load(object sender, EventArgs e)
{
    String json = "{ ";
    //
    // Get values from database and add them to the json string
    //
    json += " }";
    Response.Write(json);
}
</pre>
<p>And that&#8217;s all we have to do for this page (except for getting the values from the database, which is straight forward). I&#8217;ll note that there are actually libraries for generating JSON strings, but I left them out for the sake of simplicity. To learn about available libraries (and JSON in general) check out <a href="http://www.json.org/">www.json.org</a>.</p>
<p>Now I only talked about my experience with JSON and ASP.NET. I&#8217;m by no means claiming that this is the best solution, or that JSON is even how you&#8217;ll always want to receive AJAX responses. This is simply what worked for me. If you know of some reason this isn&#8217;t a good idea, or of a better way of doing it, feel free to point it out in the comments.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.itsananderson.com/2009/06/json-and-asp-net/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Back On Track</title>
		<link>http://www.itsananderson.com/2009/06/back-on-track/</link>
		<comments>http://www.itsananderson.com/2009/06/back-on-track/#comments</comments>
		<pubDate>Thu, 18 Jun 2009 16:18:30 +0000</pubDate>
		<dc:creator>Will</dc:creator>
				<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://www.itsananderson.com/?p=619</guid>
		<description><![CDATA[Nearly a month has transpired since my last post, but I finally have a chance to write something. This post will be more personal than technical., so don&#8217;t say I didn&#8217;t warn you.
Since my last post, the spring quarter at Rose has (finally) ended. I love school, but toward the end of the quarter my [...]]]></description>
			<content:encoded><![CDATA[<p>Nearly a month has transpired since my last post, but I finally have a chance to write something. This post will be more personal than technical., so don&#8217;t say I didn&#8217;t warn you.</p>
<p><span id="more-619"></span>Since my last post, the spring quarter at <a href="http://www.rose-hulman.edu/">Rose </a>has (finally) ended. I love school, but toward the end of the quarter my lack of sleep was really starting to wear me down. Now that I&#8217;ve had time to recuperate, I&#8217;m already excited for next year.</p>
<p><strong>Work</strong></p>
<p>I started work at <a href="http://angellearning.com">ANGEL Learning</a> June 1<sup>st</sup> and have been loving it so far. In the 2 and a half weeks I&#8217;ve been at ANGEL, I feel like I&#8217;ve learned as much about the various aspects of software development as I would in an entire class. ANGEL was acquired about 5 weeks ago by <a href="http://www.blackboard.com">Blackboard</a>, a company that offers a competing product. Being able to see the way this transition occurs from a &#8220;safe&#8221;, low stakes position has been, and I&#8217;m sure will continue to be an invaluable experience.</p>
<p><strong>Conferences</strong></p>
<p>A little over a month ago, I had the opportunity to attend an ANGEL Users Conference on the coat tails of the RosEvaluation tool. This was about a week after ANGEL&#8217;s acquisition by Blackboard. It was interesting getting to see the different customer&#8217;s reactions to the acquisition.</p>
<p>During the conference, I got to give a talk about some of the things our team had learned while extending ANGEL with the RosEvaluation tool. At the end of the conference, Will Mathies, Timothy Chow, Kevin Davidson, and I received an ANGEL Impact Award for our work with RosEval. If you&#8217;d like, you can read the <a href="http://www.rose-hulman.edu/news/articles/2009angelaward.htm">news article</a> Rose put together about it.</p>
<p>I also got to attend WordCamp Columbus, where I met <a href="http://jeffc.me/">Jeff Chandler</a> of <a href="http://wptavern.com/">WP Tavern</a> as well as a handful of other well known people (the event had quite a few attenders, I&#8217;m just not very outgoing, so I didn&#8217;t meet most of them). I had a great time, and came away with a few neat tips and tricks (see <a href="http://www.itsananderson.com/2009/05/multiple-wp-blogs-on-one-wp-core/">previous post</a>). Even though it&#8217;s a bit of a drive getting to Columbus, I feel it was well worth the effort and I hope to attend the next one if my schedule permits.</p>
<p><strong>Family</strong></p>
<p>Both frightening and exciting events have taken place in my family in the last month or so. While I was at the ANGEL Users Conference, my younger sister was rushed to Riley Children&#8217;s Hospital after slipping into a diabetic coma. She recovered fairly quickly and was able to go home, but the last month has been a trying time for everyone (especially her). Taking care of her diabetes has required some big schedule adjustments (and lots of needles).</p>
<p>On a more up beat note, I&#8217;m now the uncle of a second nephew. My older sister and her husband are the proud parents of their first born, Stephen Mathew Agapie.</p>
<p><strong>The End</strong></p>
<p>And that just about wraps it up. I&#8217;m working full time this summer, as well as working on a few side projects, but I&#8217;d really like to start posting more (both personal posts, and more technical fare). So if I go very long without posting anything (I&#8217;d say a week is probably a reasonable limit) by all means bug me about it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.itsananderson.com/2009/06/back-on-track/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Multiple WP Blogs On One WP Core</title>
		<link>http://www.itsananderson.com/2009/05/multiple-wp-blogs-on-one-wp-core/</link>
		<comments>http://www.itsananderson.com/2009/05/multiple-wp-blogs-on-one-wp-core/#comments</comments>
		<pubDate>Thu, 21 May 2009 15:03:08 +0000</pubDate>
		<dc:creator>Will</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.itsananderson.com/?p=611</guid>
		<description><![CDATA[Last Saturday I had the opportunity to listen to Mike Krotscheck talk about techniques for advanced WordPress installations. One of the most interesting things I took away from his talk was a way to install multiple WordPress blogs on one WordPress core. Note we&#8217;re not talking about WordPress MU. When you only need 2 or [...]]]></description>
			<content:encoded><![CDATA[<p>Last Saturday I had the opportunity to listen to <a href="http://www.krotscheck.net/">Mike Krotscheck</a> talk about techniques for advanced WordPress installations. One of the most interesting things I took away from his talk was a way to install multiple WordPress blogs on one WordPress core. Note we&#8217;re not talking about WordPress MU. When you only need 2 or 3 blogs, WordPress MU can be a bit overkill, but installing these blogs on the same WordPress core can save space and make updates easier. Here&#8217;s how you do it.</p>
<p><span id="more-611"></span>First of course you need to download WordPress and then upload it to your server. This is the easy part, and there are lots of instructions for how to do this, so I won&#8217;t go through them. You&#8217;ll also need a MySQL database, but again I won&#8217;t go into that since there are lots of resources already available that explain how to do this.</p>
<p>Let&#8217;s suppose we&#8217;re installing two blogs on domain1.com and domain2.com (lame I know, but give me a break). These should be pointing at the same server (your domain registrar can help you with this). If you navigate to your WordPress install, you&#8217;ll be asked to go through the installation process. Let&#8217;s start with domain1.com. Enter all your database information, but specify a custom table prefix (like &#8220;domain1_&#8221;) which will be unique to that domain. Once the installation is complete (make sure you save your password!) you need to delete the wp-config.php file.</p>
<p>Now if you navigate with your other domain, you&#8217;ll be asked to install WordPress again. This time, use a different table prefix (like &#8220;domain2_&#8221;). This will give you two different sets of WordPress tables in your database. The only problem is that you can&#8217;t access both of them. We&#8217;ll remedy this next.</p>
<p>Go into your wp-config.php file and find the line that looks something like this.</p>
<p><code>$table_prefix  = 'domain2_';</code></p>
<p>We need this variable to be different, depending on what domain is being used to access your blog. Using the PHP $_SERVER super global, we can do this quite easily.</p>
<p>Here&#8217;s the new code you&#8217;d want to use.</p>
<pre class="php" name="code">
if ( 'domain1.com' == $_SERVER['HTTP_HOST'] )  {
$table_prefix = 'domain1_';
} else {
$table_prefix = 'domain2_';
}
</pre>
<p>So now your server will display two different blogs, depending on what domain is used to access your site. Again, the advantage here is that you only use the space of one set of WordPress files, and you only have to do one update when a new version is released.</p>
<p>Mike talked about some other cool things you can do with this, and talked about how you can address issues with plugins like Google SiteMaps. He promised to post his slides, so if you&#8217;d like to learn more you should check out <a href="http://www.krotscheck.net/">his blog</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.itsananderson.com/2009/05/multiple-wp-blogs-on-one-wp-core/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Short Comment Filter Update</title>
		<link>http://www.itsananderson.com/2009/05/short-comment-filter-update/</link>
		<comments>http://www.itsananderson.com/2009/05/short-comment-filter-update/#comments</comments>
		<pubDate>Tue, 19 May 2009 17:12:42 +0000</pubDate>
		<dc:creator>Will</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.itsananderson.com/?p=606</guid>
		<description><![CDATA[After releasing the Short Comment Filter Plugin, I&#8217;ve gotten feedback from people at WP Tavern and I&#8217;ve finally gotten a chance to implement their suggestions. I&#8217;ve added enough features that I&#8217;m bumping the version number to 2.0. Get the new version here
New Features

Filtered Comment Count &#8211; Look at the settings page to see how many [...]]]></description>
			<content:encoded><![CDATA[<p>After releasing the Short Comment Filter Plugin, I&#8217;ve gotten feedback from people at <a href="http://wptavern.com/forum">WP Tavern</a> and I&#8217;ve finally gotten a chance to implement their suggestions. I&#8217;ve added enough features that I&#8217;m bumping the version number to 2.0. Get the new version <a href="http://www.itsananderson.com/download/short-comment-filter-2.0.zip">here</a></p>
<h4>New Features</h4>
<ul>
<li>Filtered Comment Count &#8211; Look at the settings page to see how many comments have been filtered</li>
<li>Customizable Filter Message &#8211; Specify a custom message to be displayed if a comment is too short. Use %type% and %length% for a dynamic message</li>
</ul>
<h4>Fixes</h4>
<ul>
<li>Email Notification &#8211; Notification emails are no longer sent out for filtered comments</li>
<li>Filtering Trackbacks &#8211; Trackbacks are no longer filtered. Only comments are required to meet the minimum length requirement</li>
</ul>
<p>Again, here&#8217;s the <a href="http://www.itsananderson.com/download/short-comment-filter-2.0.zip">download link</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.itsananderson.com/2009/05/short-comment-filter-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Tip: Obscure get_option Parameter</title>
		<link>http://www.itsananderson.com/2009/05/wordpress-tip-obscure-get_option-parameter/</link>
		<comments>http://www.itsananderson.com/2009/05/wordpress-tip-obscure-get_option-parameter/#comments</comments>
		<pubDate>Tue, 05 May 2009 00:47:32 +0000</pubDate>
		<dc:creator>Will</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.itsananderson.com/?p=596</guid>
		<description><![CDATA[Any WordPress Plugin developer worth their salt knows about the get_option function, which allows options to be retrieved from the database. What I recently discovered is that this function accepts a second parameter, indicating a default value to be returned if the option doesn&#8217;t exist in the database.
Here&#8217;s a simple example of the &#8220;old&#8221; and [...]]]></description>
			<content:encoded><![CDATA[<p>Any WordPress Plugin developer worth their salt knows about the <code>get_option</code> function, which allows options to be retrieved from the database. What I recently discovered is that this function accepts a second parameter, indicating a default value to be returned if the option doesn&#8217;t exist in the database.</p>
<p><span id="more-596"></span>Here&#8217;s a simple example of the &#8220;old&#8221; and &#8220;new&#8221; ways of retrieving options from the database:</p>
<p>old:</p>
<pre name="code" class="php">
$option = get_option( 'Option Name' );
if( false === $option ) {
$option = 'My real option value.';
}
</pre>
<p>new:</p>
<pre name="code" class="php">
$option = get_option('option_name', 'default');
</pre>
<p>As you can see, this simplifies option retrieval and makes your code just a little easier to read.</p>
<p><strong>EDIT:</strong> Thanks <a href="http://nickohrn.com/">Nick Ohrn</a> for pointing out a bug in the first code snippet. I&#8217;ve updated it so nobody is confused.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.itsananderson.com/2009/05/wordpress-tip-obscure-get_option-parameter/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Plugin Release: Short Comment Filter</title>
		<link>http://www.itsananderson.com/2009/04/plugin-release-short-comment-filter/</link>
		<comments>http://www.itsananderson.com/2009/04/plugin-release-short-comment-filter/#comments</comments>
		<pubDate>Mon, 13 Apr 2009 04:22:00 +0000</pubDate>
		<dc:creator>Will</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Plugin]]></category>
		<category><![CDATA[Short Comment Filter]]></category>

		<guid isPermaLink="false">http://www.itsananderson.com/?p=594</guid>
		<description><![CDATA[Today I&#8217;m releasing a new plugin: Short Comment Filter
It automatically spams or deletes comments that are too short.
You can view more information about the plugin and download it here.
]]></description>
			<content:encoded><![CDATA[<p>Today I&#8217;m releasing a new plugin: Short Comment Filter</p>
<p>It automatically spams or deletes comments that are too short.</p>
<p>You can view more information about the plugin and download it <a href="http://www.itsananderson.com/plugins/short-comment-filter/" title="Short Comment Filter Plugin Page">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.itsananderson.com/2009/04/plugin-release-short-comment-filter/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>CSS Naked Day</title>
		<link>http://www.itsananderson.com/2009/04/css-naked-day/</link>
		<comments>http://www.itsananderson.com/2009/04/css-naked-day/#comments</comments>
		<pubDate>Thu, 09 Apr 2009 05:26:08 +0000</pubDate>
		<dc:creator>Will</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://www.itsananderson.com/2009/04/css-naked-day/</guid>
		<description><![CDATA[Today is CSS Naked Day, a day when web enthusiasts remove all CSS styling to show the world what CSS does for us. Everything will be back to &#8220;normal&#8221; tomorrow.
You can learn more about CSS Naked day here.
]]></description>
			<content:encoded><![CDATA[<p>Today is CSS Naked Day, a day when web enthusiasts remove all CSS styling to show the world what CSS does for us. Everything will be back to &#8220;normal&#8221; tomorrow.</p>
<p>You can learn more about CSS Naked day <a href="http://naked.dustindiaz.com/">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.itsananderson.com/2009/04/css-naked-day/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Best WordPress Design Award Update</title>
		<link>http://www.itsananderson.com/2009/04/best-wordpress-design-award-update/</link>
		<comments>http://www.itsananderson.com/2009/04/best-wordpress-design-award-update/#comments</comments>
		<pubDate>Mon, 06 Apr 2009 20:43:15 +0000</pubDate>
		<dc:creator>Will</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.itsananderson.com/?p=575</guid>
		<description><![CDATA[My design was selected among the top 10 Retro and Vintage designs submitted to the Best WordPress Design Award sponsored by WP Webhost. Now the polls are open, and the voting can begin.
If you like my blog design, I&#8217;d love your vote! You can see the a list of the designs that were submitted, and [...]]]></description>
			<content:encoded><![CDATA[<p>My design was selected among the top 10 Retro and Vintage designs submitted to the <a href="http://wpwebhost.com/best-wordpress-design-award/">Best WordPress Design Award</a> sponsored by <a href="http://wpwebhost.com/">WP Webhost</a>. Now the polls are open, and the voting can begin.</p>
<p>If you like my blog design, I&#8217;d love your vote! You can see the a list of the designs that were submitted, and vote on your favorite <a href="http://wpwebhost.com/best-wordpress-design-awards-time-to-vote/">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.itsananderson.com/2009/04/best-wordpress-design-award-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress: Limit Your RSS Feed To One Category</title>
		<link>http://www.itsananderson.com/2009/03/wordpress-limit-your-rss-feed-to-one-category/</link>
		<comments>http://www.itsananderson.com/2009/03/wordpress-limit-your-rss-feed-to-one-category/#comments</comments>
		<pubDate>Tue, 17 Mar 2009 22:09:06 +0000</pubDate>
		<dc:creator>Will</dc:creator>
				<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://www.itsananderson.com/?p=567</guid>
		<description><![CDATA[When designing Anderson Web Solutions, I decided to use Posts for both news items and Portfolio entries. There were several advantages to doing this, but one issue I found was that everything was being thrown together in the RSS feed. I decided to look into filtering the RSS feed to only show posts from the [...]]]></description>
			<content:encoded><![CDATA[<p>When designing <a href="http://andersonwebsolutions.com/">Anderson Web Solutions</a>, I decided to use Posts for both news items and Portfolio entries. There were several advantages to doing this, but one issue I found was that everything was being thrown together in the RSS feed. I decided to look into filtering the RSS feed to only show posts from the News category. Here&#8217;s how it works.</p>
<p><span id="more-567"></span>As with just about anything in WordPress, you can use Actions and Filters to customize the way WordPress RSS Feeds. I chose to filter the query because it already has built in category filtering functionality. First I hooked into the query filter.</p>
<pre name="code" class="php">
add_filter('pre_get_posts', 'filterRSSQuery');
</pre>
<p>Then I created a function called &#8216;filterRSSQuery&#8217; which does just what the name suggests.</p>
<pre name="code" class="php">
function filterRSSQuery($query) {
	if ( $query->is_feed ) {
		$query->set('category_name', 'News');
	}
	return $query;
}
</pre>
<p>The code is pretty straight foreward, but here&#8217;s a breakdown. First we test to see if the query is for a feed (we don&#8217;t want to do this filtering anywhere else). Then we set the &#8216;category_name&#8217; argument to &#8216;News&#8217; (you would change this to whatever category you want to show up). Finally, you return the modified query object.</p>
<p>Overall, this is pretty simple, but extremely powerful.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.itsananderson.com/2009/03/wordpress-limit-your-rss-feed-to-one-category/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Best WordPress Design Award</title>
		<link>http://www.itsananderson.com/2009/03/best-wordpress-design-award/</link>
		<comments>http://www.itsananderson.com/2009/03/best-wordpress-design-award/#comments</comments>
		<pubDate>Tue, 10 Mar 2009 21:35:57 +0000</pubDate>
		<dc:creator>Will</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.itsananderson.com/?p=561</guid>
		<description><![CDATA[WPWebHost is a web hosting company that specializes in WordPress web sites. They are hosting a WordPress design contest with five categories: Clean&#38;Minimalist, Retro&#38;Vintage, Grunge, Hand-Drawing, and Modern&#38;Elegent.
I&#8217;ve decided to enter the contest in the Retro&#38;Vintage category. Why did I decide to enter? My design certainly isn&#8217;t the most beautiful out there, so I&#8217;m not [...]]]></description>
			<content:encoded><![CDATA[<p><a title="WordPress Web Host" href="http://wpwebhost.com/">WPWebHost</a> is a web hosting company that specializes in WordPress web sites. They are hosting a WordPress design contest with five categories: Clean&amp;Minimalist, Retro&amp;Vintage, Grunge, Hand-Drawing, and Modern&amp;Elegent.</p>
<p>I&#8217;ve decided to enter the contest in the Retro&amp;Vintage category. Why did I decide to enter? My design certainly isn&#8217;t the most beautiful out there, so I&#8217;m not &#8220;expecting&#8221; to win, but this might give me a chance to get some constructive critisism about design choices I&#8217;ve made. Besides, it can&#8217;t hurt, and there&#8217;s a prize <img src='http://www.itsananderson.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Do you have a WordPress blog that you&#8217;ve designed? <a title="WP Web Host WordPress Design Award" href="http://wpwebhost.com/best-wordpress-design-award/">Enter it in the contest</a>.</p>
<p>Good Luck!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.itsananderson.com/2009/03/best-wordpress-design-award/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>What&#8217;s In Your Footer?</title>
		<link>http://www.itsananderson.com/2009/03/whats-in-your-footer/</link>
		<comments>http://www.itsananderson.com/2009/03/whats-in-your-footer/#comments</comments>
		<pubDate>Thu, 05 Mar 2009 18:25:47 +0000</pubDate>
		<dc:creator>Will</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.itsananderson.com/?p=559</guid>
		<description><![CDATA[Anyone who&#8217;s installed WordPress knows that the default theme has the &#8220;powered by WordPress&#8221; link in the footer. I&#8217;ve added a couple of other items to my footer besides just WordPress, and I&#8217;ve been noticing that other people have done the same thing. Ma.tt is powered by ramen noodles, WP Tavern is powered by Mt. [...]]]></description>
			<content:encoded><![CDATA[<p>Anyone who&#8217;s installed WordPress knows that the default theme has the &#8220;powered by WordPress&#8221; link in the footer. I&#8217;ve added a couple of other items to my footer besides just WordPress, and I&#8217;ve been noticing that other people have done the same thing. <a href="http://ma.tt">Ma.tt</a> is powered by ramen noodles, <a href="http://wptavern.com">WP Tavern</a> is powered by Mt. Dew. I&#8217;m personally powered by Dr. Pepper. Have you added an interesting &#8220;powered by&#8221; item to your footer, or seen sites that do? What&#8217;s the most interesting or entertaining one you&#8217;ve seen?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.itsananderson.com/2009/03/whats-in-your-footer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Anderson Web Solutions</title>
		<link>http://www.itsananderson.com/2009/03/anderson-web-solutions/</link>
		<comments>http://www.itsananderson.com/2009/03/anderson-web-solutions/#comments</comments>
		<pubDate>Sun, 01 Mar 2009 13:00:12 +0000</pubDate>
		<dc:creator>Will</dc:creator>
				<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.itsananderson.com/?p=552</guid>
		<description><![CDATA[I&#8217;ve been working for quite a while on a top secret project, namely Anderson Web Solutions. I&#8217;ve been doing various WordPress development jobs for the past year, but haven&#8217;t had a site specifically designed to profile my work or gather new clients&#8230; until now.
The website actually went through several designs before I settled on the [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been working for quite a while on a top secret project, namely <a href="http://andersonwebsolutions.com/" title="Anderson Web Solutions">Anderson Web Solutions</a>. I&#8217;ve been doing various WordPress development jobs for the past year, but haven&#8217;t had a site specifically designed to profile my work or gather new clients&#8230; until now.</p>
<p><span id="more-552"></span>The website actually went through several designs before I settled on the one it currently has (I might release the other themes at some point. We&#8217;ll see). I eventually created a design that I really liked, and that&#8217;s basically what&#8217;s there today.</p>
<p>The work I&#8217;ve been doing on the site is one of the reasons I&#8217;ve been so quiet this past month (My course load also increased, but that&#8217;s another story). When the quarter ended, I had enough time to get all the kinks worked out of the web site, so now it&#8217;s open for business. Hopefully I&#8217;ll be getting enough business to continue to be short on time, but I still plan to post more in the months to come.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.itsananderson.com/2009/03/anderson-web-solutions/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Using jQuery and GMail&#8217;s Plus-Addressing to Fight Email Spam</title>
		<link>http://www.itsananderson.com/2009/02/using-jquery-and-gmails-plus-addressing-to-fight-email-spam/</link>
		<comments>http://www.itsananderson.com/2009/02/using-jquery-and-gmails-plus-addressing-to-fight-email-spam/#comments</comments>
		<pubDate>Thu, 26 Feb 2009 11:37:54 +0000</pubDate>
		<dc:creator>Will</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[GMail]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://www.itsananderson.com/?p=543</guid>
		<description><![CDATA[Who doesn&#8217;t hate email spam? Those messages telling you to how to refinance your house, please your mate, or lose unwanted weight are nothing but a waste of time. Placing your email address online can increase the number of spam emails in your inbox even higher. Email spiders, programs designed to crawl the web looking [...]]]></description>
			<content:encoded><![CDATA[<p>Who doesn&#8217;t hate email spam? Those messages telling you to how to refinance your house, please your mate, or lose unwanted weight are nothing but a waste of time. Placing your email address online can increase the number of spam emails in your inbox even higher. Email spiders, programs designed to crawl the web looking for email addresses, can find your contact information online and use it to spam you. While you could not post your email online, sometimes you might need a way for people to contact you.</p>
<p>Many people fight the spam bots by obfuscating their emails (for example &#8220;joe [at] example [dot] com&#8221; or &#8220;joe@REMOVETHISexample.com&#8221;). This does an OK job, but it&#8217;s also a royal pain for the visitor, who has to type in, or fix your email address if they want to send you an email. The ultimate spam fighting question arises: &#8220;How do you keep bots out while letting real users in&#8221;. GMail&#8217;s plus-addressing feature and jQuery might be able to bring us one step closer to an answer.</p>
<p><span id="more-543"></span>If you use Google&#8217;s email services (GMail or Google Apps), you have a powerful email feature available. Plus-addressing means that bill@gmail.com, bill+something@gmail.com and bill+anything@gmail.com all point to the same email address. When deciding what address to deliver the message to, Google drops everything after the plus sign. you can then actually use filters to move items to folders inside your mailbox (for example, you could use example+bank@gmail.com for your banking). Doing this also makes it just a little harder (though not impossible) for bots to get your real email address.</p>
<p>By default, you probably don&#8217;t want to display a &#8220;plus address&#8221; on a contact page, jQuery comes to our rescue here, allowing us to remove the &#8220;plus&#8221; part for users with JavaScript support. The following script looks for all email links and removes the &#8220;plus&#8221; portion from the href and the inner text.</p>
<pre name="code" class="javascript">
jQuery(document).ready(function(){
	jQuery('a[href^=mailto:]').each(removeSpamProtection);
});

function removeSpamProtection(index, element){
	var link = jQuery(element);
	link.attr('href', link.attr('href').replace(/\+[a-zA-Z]*/, ''))
		.text(link.text().replace(/\+[a-zA-Z]*/, ''));
}
</pre>
<p>Now all visitors with JavaScript support will see something like &lt;a href=&#8221;mailto:example@example.com&#8221;>example@example.com&lt;/a> while visitors without JavaScript support will see &lt;a href=&#8221;mailto:example+spamblock@example.com&#8221;>example+spamblock@rose-hulman.edu&lt;/a>. Normal visitors will see your real email address while bots and visitors without JavaScript will see something else. The bots will (hopefully) be confused by the plus sign. If not, they will be sending an email to an address that you can easily filter into a &#8220;maybe spam&#8221; folder.</p>
<p>So there you have it. A very short piece of JavaScript (thanks to the wonders of jQuery) that you can include in your WordPress theme or install as a separate plugin. </p>
<p>What do you do to protect your email online? Do you have another method that works better? If so, please share it in the comments!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.itsananderson.com/2009/02/using-jquery-and-gmails-plus-addressing-to-fight-email-spam/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Making Backward Compatible Themes</title>
		<link>http://www.itsananderson.com/2009/02/making-backward-compatible-themes/</link>
		<comments>http://www.itsananderson.com/2009/02/making-backward-compatible-themes/#comments</comments>
		<pubDate>Wed, 11 Feb 2009 06:38:13 +0000</pubDate>
		<dc:creator>Will</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Themes]]></category>

		<guid isPermaLink="false">http://www.itsananderson.com/?p=530</guid>
		<description><![CDATA[When creating WordPress themes, one problem I&#8217;ve faced is using template tags and other functions which aren&#8217;t implemented in older versions of WordPress. Of course the best solution is for people to upgrade their version of WordPress, but you can&#8217;t exactly force people to do this. If you want to use new functions, but want [...]]]></description>
			<content:encoded><![CDATA[<p>When creating WordPress themes, one problem I&#8217;ve faced is using template tags and other functions which aren&#8217;t implemented in older versions of WordPress. Of course the best solution is for people to upgrade their version of WordPress, but you can&#8217;t exactly force people to do this. If you want to use new functions, but want to support people with older versions of WordPress, there&#8217;s something you can do. As an example, let&#8217;s look at <a href="http://codex.wordpress.org/Template_Tags/wp_page_menu">wp_page_menu()</a>.</p>
<p><span id="more-530"></span>Normally you&#8217;d call wp_page_menu to get a list of Pages, as well as a link to the home page (providing the home page is not set to a static Page). This function was added in WordPress 2.7, so if you use it in a theme and someone with an older version of WordPress installs that theme, they will get an error. One solution is to check that the function exists before using it, but this gets a bit messy, especially if you use several functions that are new. What do you do when WordPress 23.6 is released? Everyone will most likely have a version of WordPress that supports wp_page_menu, so the check will no longer be necessary. If you are using several functions, you&#8217;ll have to go back and fix them in several places throughout the template. This isn&#8217;t optimal.</p>
<p>What I&#8217;m proposing instead is defining some default action if a given function doesn&#8217;t exist. These special definitions can be placed either directly in functions.php, or can be separated into a file specifically intended for them (new_functions.php for example). That way when they&#8217;re no longer needed they can easily be removed.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.itsananderson.com/2009/02/making-backward-compatible-themes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Multiple IE Installer &#8211; A Life Saver</title>
		<link>http://www.itsananderson.com/2009/01/multiple-ie-installer-a-life-saver/</link>
		<comments>http://www.itsananderson.com/2009/01/multiple-ie-installer-a-life-saver/#comments</comments>
		<pubDate>Sat, 31 Jan 2009 05:30:27 +0000</pubDate>
		<dc:creator>Will</dc:creator>
				<category><![CDATA[Computers]]></category>

		<guid isPermaLink="false">http://www.itsananderson.com/?p=527</guid>
		<description><![CDATA[I read today about Multiple IE Installer. It allows you to install all old versions of IE from 3.0 to 6.0 on your computer. I&#8217;ve been keeping an installation of IE 6 on my secondary computer, but this allows me to check web pages I create with all these different browsers without changing computers. I [...]]]></description>
			<content:encoded><![CDATA[<p>I read today about <a href="http://tredosoft.com/Multiple_IE">Multiple IE Installer</a>. It allows you to install all old versions of IE from 3.0 to 6.0 on your computer. I&#8217;ve been keeping an installation of IE 6 on my secondary computer, but this allows me to check web pages I create with all these different browsers without changing computers. I was actually pleased with the way my blog looked. All browsers seemed OK except for IE 4.0.1 which had some style issues. IE 3.0 doesn&#8217;t support CSS, so it just displays plain text with no formatting, but I&#8217;ve never had visitors who use IE 3.0 (or IE 4 or 5 for that matter) so I&#8217;m not too worried about it.</p>
<p>Anyway, I think it&#8217;s pretty cool.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.itsananderson.com/2009/01/multiple-ie-installer-a-life-saver/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>404 Page Management Your Grandma Can Use</title>
		<link>http://www.itsananderson.com/2009/01/404-page-management-your-grandma-can-use/</link>
		<comments>http://www.itsananderson.com/2009/01/404-page-management-your-grandma-can-use/#comments</comments>
		<pubDate>Thu, 22 Jan 2009 07:26:42 +0000</pubDate>
		<dc:creator>Will</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[404]]></category>
		<category><![CDATA[Themes]]></category>
		<category><![CDATA[Tip]]></category>

		<guid isPermaLink="false">http://www.itsananderson.com/?p=512</guid>
		<description><![CDATA[Almost every WordPress theme has a 404 template. Some are better than others, and a few are quite impressive, but on problem that pervades all of them is the fact that editing them requires opening finding and opening the correct template file. This is OK for people who know about HTML and PHP and are [...]]]></description>
			<content:encoded><![CDATA[<p>Almost every WordPress theme has a 404 template. Some are better than others, and a few are quite impressive, but on problem that pervades all of them is the fact that editing them requires opening finding and opening the correct template file. This is OK for people who know about HTML and PHP and are familiar with WordPress, but what about technically challenged people (like your Grandma)? They&#8217;re not likely to be able to edit a WordPress template, so they will be stuck with whatever you give them. If you create a good template, this may be sufficient, but there will still be people who want to change something.</p>
<p>Thankfully you can provide a much simpler solution for people who don&#8217;t want to edit your templates. With this solution, users can edit the 404 page contents just like it were any other page. Here&#8217;s how it works.</p>
<p><span id="more-512"></span>To use the WYSIWYG editor, the user actually needs to add a page. Of course they don&#8217;t want &#8220;404&#8243; showing up everywhere they list their pages, so they need to set the Visibility to &#8220;Private&#8221;.  This will remove it from all page listings. The permalink also needs to be specified explicitly. Using &#8220;404&#8243; makes sense to me, and is what I use.</p>
<p>Now in the 404 template we want to check whether a 404 page is defined and if it is, display it. Otherwise we should have some default content to display. Here&#8217;s a template 404 file which lays out the general idea. Some tweaking might be required to fit the rest of your theme.</p>
<pre name="code" class="html">
< ?php get_header(); ?>
	&lt;div id="content" class="narrowcolumn"&gt;
	&lt;?php query_posts('pagename=404' ); ?&gt;
	&lt;?php if (have_posts()) : the_post(); ?&gt;
		&lt;div class="post" id="post-&lt;?php echo $id; ?&gt;"&gt;
			&lt;h2 class="post-title"&gt;< ?php echo $post->post_title; ?>&lt;/h2&gt;
			&lt;div class="entry"&gt;
				< ?php the_content(); ?>
			&lt;/div&gt;
		&lt;/div&gt;
	< ?php else : ?>
		&lt;!-- your default 404 content --&gt;
	< ?php endif; ?>
		&lt;!-- search form, or anything else you always want to show at the bottom --&gt;
	&lt;/div&gt;
< ?php get_sidebar(); ?>
< ?php get_footer(); ?>
</pre>
<p>Notice line 3 where we query for the post with page name &#8220;404&#8243;.</p>
<p>In line 4 we check to see if the &#8220;404&#8243; page actually exists and if it does, we load its information with <code>the_post()</code>.</p>
<p>In line 6 we use <code>$post-the_title</code> instead of simply <code>the_title()</code>. This is because WordPress adds &#8220;Private: &#8221; to the beginning of the title of private pages when you call <code>the_title()</code>.</p>
<p>The rest is pretty straight forward. Place any default content (what you want to show if there is no 404 page defined) inside the <code>else</code> and then anything you want to always display (whether the user has created a &#8216;404&#8242; page or not) after the <code>endif</code>.</p>
<p>That&#8217;s it! If you distribute a theme with this feature, just let people know what you&#8217;ve done so they can utilize it.</p>
<p>Private Pages can solve to a wide variety of problems. I hope to post more ways to use them soon. For now if you have any other ideas about how they might be used, or a suggestion for improving this example please add it to the comments</p>
]]></content:encoded>
			<wfw:commentRss>http://www.itsananderson.com/2009/01/404-page-management-your-grandma-can-use/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Converting an Associative Array to Variables</title>
		<link>http://www.itsananderson.com/2009/01/php-tip-converting-an-associative-array-to-variables/</link>
		<comments>http://www.itsananderson.com/2009/01/php-tip-converting-an-associative-array-to-variables/#comments</comments>
		<pubDate>Thu, 15 Jan 2009 03:05:19 +0000</pubDate>
		<dc:creator>Will</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Array]]></category>
		<category><![CDATA[Arrays]]></category>
		<category><![CDATA[Associative]]></category>
		<category><![CDATA[Tip]]></category>

		<guid isPermaLink="false">http://www.itsananderson.com/?p=471</guid>
		<description><![CDATA[EDIT: Nick Ohrn pointed out that a function exists for doing this automatically. The following post is still a valid look at how this could be implemented if the functionality didn&#8217;t already exist, but it is better to use extract because it is likely more efficient.
Associative arrays are one of my favorite PHP features. They&#8217;re [...]]]></description>
			<content:encoded><![CDATA[<p><strong>EDIT: <a href="http://nickohrn.com/">Nick Ohrn</a> <a href="http://www.itsananderson.com/2009/01/php-tip-converting-an-associative-array-to-variables/#comment-117">pointed out</a> that a <a href="http://us.php.net/extract" title="PHP Manual Entry for extract">function exists</a> for doing this automatically. The following post is still a valid look at how this could be implemented if the functionality didn&#8217;t already exist, but it is better to use <code><a href="http://us.php.net/extract" title="PHP Manual Entry for extract">extract</a></code> because it is likely more efficient.</strong></p>
<p>Associative arrays are one of my favorite PHP features. They&#8217;re simple to use and easy to understand. Sometimes though, being able to reference the values of associative arrays with variables can be more convenient. Today I&#8217;m going to share a simple way to convert an associative array to variables.</p>
<p><span id="more-471"></span>OK, if you&#8217;re not sure what we&#8217;re trying to accomplish here, take a look at the following example.</p>
<pre name="code" class="php">
$list = array( 'var1' =&gt; 'value1', 'var2' =&gt; 'value2' );
</pre>
<p>To reference the elements in the array, you&#8217;ll have to use the array key like this.</p>
<pre name="code" class="php">
echo $list['var1']; //prints 'value1'
echo $list['var2']; //prints 'value2'
</pre>
<p>What we&#8217;d like to do instead is reference the values using variable names like this.</p>
<pre name="code" class="php">
echo $var1; //print 'value1'
echo $var2; //print 'value2'
</pre>
<p>This is possible through what the PHP Manual calls &#8216;variable variables&#8217;. The idea is that the value of one variable is used as the name of another variable. Here&#8217;s an example.</p>
<pre name="code" class="php">
$hello = 'world';
$$hello = 'howdy';
echo $world; //prints 'howdy'
</pre>
<p>Here, the value of <code>$hello</code> is analyzed and used as the name of the variable to which <code>'howdy'</code> is assigned.</p>
<p>Now it&#8217;s not a big step to expand this to an associative array. Consider the following code.</p>
<pre name="code" class="php">
$list = array( 'var1' =&gt; 'value1', 'var2' =&gt; 'value2' );
foreach ( $list as $key =&gt; $value ) { $$key = $value; }
echo $var1; //prints 'value1'
echo $var2; //prints 'value2'
</pre>
<p>So we&#8217;ve accomplished what we set out to do. I must caution you, though, about a couple of things which might trip you up.</p>
<p>First, make sure the keys are valid variable names. If you don&#8217;t you&#8217;ll run into problems when you execute the script.</p>
<p>Second, be <em>very</em> careful when using this with user input. For example, the following code is insecure.</p>
<pre name="code" class="php">
// login.php
// checks the username and password in the GET request
$realuser = 'me';
$realpass = 'secret';
foreach ( $_GET as $key =&gt; $value ) { $$key = $value; }
if ( $user == $realuser &amp;&amp; $pass == $realpass ) {
 echo 'login correct';
} else {
 echo 'login incorrect';
}
</pre>
<p>There are several problems here. First, we don&#8217;t <em>know</em> that $user and $pass have been initialized. We should check this before using them. Second (and more importantly) a cleverly generated request could let a user log in without a correct username/password. For example:</p>
<p><code>login.php?user=me&amp;pass=wrong&amp;realpass=wrong</code></p>
<p>When the script runs through the list of variables, it will assign a new value of <code>wrong</code> to $realpass. Because <code>$realpass </code>and <code>$pass</code> have the same value (as do <code>$user</code> and <code>$realuser</code>), the page will allow them to log in.</p>
<p>Here is a way to keep things a little safer by prefixing all the <code>$_GET[]</code> values.</p>
<pre name="code" class="php">
// login.php
// checks the username and password in GET request
$realuser = 'me';
$realpass = 'secret';
foreach ( $_GET as $key =&gt; $value ) { ${'get_'; . $key} = $value; }
if ( isset( $get_user ) &amp;&amp; isset( $get_pass )
    &amp;&amp; $get_user == $realuser &amp;&amp; $get_pass == $realpass ) {
 echo 'login correct';
} else {
 echo 'login incorrect';
}
</pre>
<p>Now the <code>$_GET[]</code> values are prefixed with <code>get_</code> so they can&#8217;t interfere with other variables in the script. Additionally <code>isset</code> is used to ensure that the values of the variables has actually been set.</p>
<p>To use something like this, you&#8217;d still need to check for invalid variable names, but I won&#8217;t go into that for this example. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.itsananderson.com/2009/01/php-tip-converting-an-associative-array-to-variables/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>WAMP Tip: Alias Directories</title>
		<link>http://www.itsananderson.com/2009/01/wamp-tip-alias-directories/</link>
		<comments>http://www.itsananderson.com/2009/01/wamp-tip-alias-directories/#comments</comments>
		<pubDate>Wed, 14 Jan 2009 05:45:17 +0000</pubDate>
		<dc:creator>Will</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Alias]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Tip]]></category>
		<category><![CDATA[WAMP Server]]></category>

		<guid isPermaLink="false">http://www.itsananderson.com/?p=466</guid>
		<description><![CDATA[It&#8217;s been longer than usual since I posted, primarily because course loads have ramped up a bit since Christmas break ended. I finally have time to post this short tip which has been helpful to me.
I use WAMP Server together with NetBeans (which supports PHP quite nicely as of version 6.5) to develop PHP applications [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been longer than usual since I posted, primarily because course loads have ramped up a bit since Christmas break ended. I finally have time to post this short tip which has been helpful to me.</p>
<p><span id="more-466"></span>I use <a href="http://www.wampserver.com/en/">WAMP Server</a> together with <a href="http://www.netbeans.org/">NetBeans</a> (which supports PHP quite nicely as of version 6.5) to develop PHP applications on my local machine. This works well because I can do debugging (thanks to <a href="http://www.xdebug.org/">xdebug</a>) and can readily view and edit files. I usually don&#8217;t like to place projects in the <code>c:\wamp\www </code> folder, preferring instead to place them in more logical places in my personal directory.</p>
<p>The easiest way to facilitate this is to create Apache aliases to these different locations (for example, my IRPA work goes under http://localhost/irpa). WAMP Server provides an interface for creating new aliases by clicking on the tray icon and selecting Apache -&gt; Alias directories -&gt;  Add an alias. A new command prompt window opens where you can enter the alias information.</p>
<p>Creating an alias like this, you&#8217;ll probably notice that in order for the URL to work, you have to have a trailing slash at the end (e.g. <code>http://localhost/irpa/</code> will work while <code>http://localhost/irpa</code> won&#8217;t). This can be a bit of a pain, but there is fortunately a quick fix. Click on the WAMP Server tray icon again and select Apache -&gt; Alias directories -&gt; [alias url] -&gt; Edit alias. This will open the alias file in Notepad. Remove the trailing slash from the relative URL.</p>
<p>For Example</p>
<p><code>Alias /irpa/ "c:/path/to/irpa/"</code></p>
<p>Would become</p>
<p><code>Alias /irpa "c:/path/to/irpa/"</code></p>
<p>Save the file and close Notepad. WAMP Server should restart automatically (if not, you can restart it manually from the tray icon). Once it has restarted, you&#8217;re alias should now work with or without the trailing slash. Why WAMP Server doesn&#8217;t do this automatically, I&#8217;m not sure, but at least there&#8217;s a simple fix.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.itsananderson.com/2009/01/wamp-tip-alias-directories/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Trends</title>
		<link>http://www.itsananderson.com/2009/01/google-trends/</link>
		<comments>http://www.itsananderson.com/2009/01/google-trends/#comments</comments>
		<pubDate>Sun, 04 Jan 2009 02:26:25 +0000</pubDate>
		<dc:creator>Will</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[Christmas]]></category>
		<category><![CDATA[Easter]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[New Years]]></category>
		<category><![CDATA[Trends]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.itsananderson.com/?p=443</guid>
		<description><![CDATA[XKCD recently ran a cartoon pointing out some humerus/frightening Google trends as well as where they are most popular. While I tend to doubt the veracity of some of them, it sparked my interest, so I did some trend sleuthing myself. My focus was holidays.
Not surprisingly almost every large holiday sees a spike around the [...]]]></description>
			<content:encoded><![CDATA[<p>XKCD recently ran a cartoon pointing out some humerus/frightening Google trends as well as where they are most popular. While I tend to doubt the veracity of some of them, it sparked my interest, so I did some trend sleuthing myself. My focus was holidays.</p>
<p><span id="more-443"></span>Not surprisingly almost every large holiday sees a spike around the date it occurs. Here are some of the ones I looked at (letters indicate related news articles. You can look on <a title="Google Trend Search" href="http://www.google.com/trends">Google Trends</a> to see what they are).</p>
<div id="attachment_444" class="wp-caption aligncenter" style="width: 500px"><img class="size-full wp-image-444 " title="christmas-graph" src="http://www.itsananderson.com/blog/wp-content/uploads/christmas-graph.png" alt="Christmas Search Trends" width="490" height="189" /><p class="wp-caption-text">Christmas Search Trends</p></div>
<div id="attachment_448" class="wp-caption aligncenter" style="width: 500px"><img class="size-full wp-image-448 " title="easter-graph" src="http://www.itsananderson.com/blog/wp-content/uploads/easter-graph.png" alt="Easter Search Trends" width="490" height="189" /><p class="wp-caption-text">Easter Search Trends</p></div>
<div id="attachment_447" class="wp-caption aligncenter" style="width: 500px"><img class="size-full wp-image-447 " title="new-years-graph" src="http://www.itsananderson.com/blog/wp-content/uploads/new-years-graph.png" alt="New Years Trends" width="490" height="171" /><p class="wp-caption-text">New Years Trends</p></div>
<p> As I said, this really isn&#8217;t all that surprising. There are a couple of interesting things to see here, like the fact that searches for Christmas have gone down over the years (decreased interest or fewer people who don&#8217;t know what Christmas is?). The really interesting stuff to me is where these searches originated.</p>
<div id="attachment_445" class="wp-caption aligncenter" style="width: 433px"><img class="size-full wp-image-445 " title="christmas-dist" src="http://www.itsananderson.com/blog/wp-content/uploads/christmas-dist.png" alt="Christmas Search Distribution" width="423" height="233" /><p class="wp-caption-text">Christmas Search Distribution</p></div>
<div id="attachment_446" class="wp-caption aligncenter" style="width: 434px"><img class="size-full wp-image-446 " title="easter-dist" src="http://www.itsananderson.com/blog/wp-content/uploads/easter-dist.png" alt="Easter Search Distribution" width="424" height="212" /><p class="wp-caption-text">Easter Search Distribution</p></div>
<div id="attachment_449" class="wp-caption aligncenter" style="width: 432px"><img class="size-full wp-image-449 " title="new-years-dist" src="http://www.itsananderson.com/blog/wp-content/uploads/new-years-dist.png" alt="New Years Search Distribution" width="422" height="187" /><p class="wp-caption-text">New Years Search Distribution</p></div>
<p>Lets take a look at this. Christmas has an approximately equal share between the UK, US, and Ireland (?!). Australia is fifth in the list. If you look at Easter and New Years though, Australia is ahead by quite a bit (and both times followed by New Zealand). This makes me wonder, is Christmas not as popular down under, or do not as many people do research about it as other holidays?</p>
<p>Now in keeping with the general topic of this site of late, I&#8217;ll show another trend&#8230; WordPress</p>
<div id="attachment_452" class="wp-caption aligncenter" style="width: 500px"><img class="size-full wp-image-452 " title="wordpress-graph1" src="http://www.itsananderson.com/blog/wp-content/uploads/wordpress-graph1.png" alt="WordPress Search Trends" width="490" height="189" /><p class="wp-caption-text">WordPress Search Trends</p></div>
<div id="attachment_451" class="wp-caption aligncenter" style="width: 419px"><img class="size-full wp-image-451 " title="wordpress-dist" src="http://www.itsananderson.com/blog/wp-content/uploads/wordpress-dist.png" alt="WordPress Search Distribution" width="409" height="281" /><p class="wp-caption-text">WordPress Search Distribution</p></div>
<p> First it&#8217;s cool to see that WordPress continues to grow in popularity. Second, I&#8217;m surprised to see that the first 6 countries here aren&#8217;t really in &#8220;The West&#8221;. Again I wonder whether these search statistics also reflect usage. If so, that says something interesting about WordPress&#8217; demographic (kinda cool that it&#8217;s really spreading internationally). Of course I also wonder if splog activity has anything to do with these statistics.</p>
<p>So what do you think? Any of this surprise you?</p>
<p>See anything interesting here that I missed or find an interesting Google Trend you&#8217;d like to share? Let me know in the comments and I might add it here.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.itsananderson.com/2009/01/google-trends/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2008 Reflection &#8211; 2009 Thoughts</title>
		<link>http://www.itsananderson.com/2009/01/2008-reflection-2009-thoughts/</link>
		<comments>http://www.itsananderson.com/2009/01/2008-reflection-2009-thoughts/#comments</comments>
		<pubDate>Fri, 02 Jan 2009 02:10:10 +0000</pubDate>
		<dc:creator>Will</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[2008]]></category>
		<category><![CDATA[2009]]></category>
		<category><![CDATA[ANGEL]]></category>
		<category><![CDATA[Blessings]]></category>
		<category><![CDATA[God]]></category>
		<category><![CDATA[IRPA]]></category>
		<category><![CDATA[It's An Anderson]]></category>
		<category><![CDATA[New Year]]></category>
		<category><![CDATA[Reflection]]></category>
		<category><![CDATA[Rose-Hulman]]></category>
		<category><![CDATA[RosEval]]></category>
		<category><![CDATA[Thoughts]]></category>
		<category><![CDATA[Ventures]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.itsananderson.com/?p=425</guid>
		<description><![CDATA[Today was the first day of 2009. I feel that 2008 was a really good year and I&#8217;m thankful to God for what he&#8217;s done in my life during that time. As I look back at what transpired in 2008, I can see His hand working in my life, so I wanted to share some [...]]]></description>
			<content:encoded><![CDATA[<p>Today was the first day of 2009. I feel that 2008 was a really good year and I&#8217;m thankful to God for what he&#8217;s done in my life during that time. As I look back at what transpired in 2008, I can see His hand working in my life, so I wanted to share some of the ways God has blessed me in 2008.</p>
<p><span id="more-425"></span><strong>College Acceptance</strong></p>
<p>Because  I was home schooled and was graduating a year early from high school, I was unsure whether I would be accepted at <a href="http://www.rose-hulman.edu/">Rose-Hulman</a>. Thankfully I was. This was a great blessing for the following reasons (not an exhaustive list):</p>
<ol>
<li>As a child of a Rose professor, I get free tuition (this of course is the biggest blessing).</li>
<li>Going to Rose meant I could live at home. I&#8217;m an independent person, but being able to live at home has really been great because I&#8217;ve been able to save quite a bit of money not having to pay rent.</li>
<li>Rose is one of the best undergraduate engineering schools in the US. An education from Rose gives students a jump start upon graduation.</li>
</ol>
<p>I feel that God has really brought all of this about through (just) enough intelligence to learn, parents who gave me a stellar education, and many other blessings to numerous to count.</p>
<p><strong>Job Opportunities</strong></p>
<p>Toward the beginning of this year I had the opportunity to help <a title="Rose-Hulman Office of Institutional Research, Planning, and Assessment" href="http://www.rose-hulman.edu/irpa">IRPA</a> as they transferred their static website to a WordPress based CMS. Beyond introducing me to WordPress, my work with IRPA gave me a connection which has proved pivotal to to several other work opportunities that have presented themselves to me during the past year.</p>
<p>About the time I began working for IRPA, I also applied at <a href="http://rhventures.org/">Rose-Hulman Ventures</a> for a summer internship. My connection with Dr. Williams (executive director of IRPA) helped me gain a position in the RosEval project (a project sponsored by IRPA/Rose-Hulman). Exceeding my hopes for a summer position, I was able to begin working for Ventures well before the end of the spring term. Working for Ventures, I was introduced to a multitude of things. I learned a <em>lot</em> about C#/.NET and Microsoft SQL. I learned a bit about general database design practices, project management practices, how to interact with clients, organizing meetings&#8230; Like I said, a multitude of things. I also was able to participate in the <a href="http://www.rose-hulman.edu/leadershipacademy">Leadership Academy</a> hosted by Rose-Hulman while working at Ventures. This was an amazing experience for me. I learned a lot, got to know some people, and strengthened my confidence.</p>
<p>Now, RosEval is a plugin for ANGEL, a learning management system developed by <a href="http://angellearning.com/">ANGEL Learning</a> (it is also the learning management system of choice at Rose-Hulman). While developing RosEval, I was able to get a look at some of the inner workings of ANGEL. Well, the summer ended and my Freshman year began. A few weeks in, I attended the <a title="Career Fair Description" href="http://www.rose-hulman.edu/careerservices/CAREER_FAIRS_STUDENT.htm">Career Fair</a> that Rose hosts each term. I only had about 30 minutes to talk to companies, but as I was walking past the booths, I noticed that ANGEL Learning had a booth up. The thought crossed my mind &#8220;Hey, I have development experience with ANGEL, I wonder if I could get an internship with them.&#8221; As I thought about it though, I decided that they probably wouldn&#8217;t be interested in a Freshman, so I moved on. After walking around for a little while and not finding anything terribly interesting, I decided to go ahead and talk to the ANGEL people. &#8220;What&#8217;s the worst they can do, turn me away?&#8221; I thought. I had a nice chat with Tim Tomlinson, gave him my resume and told him about my work with RosEval. He told me my work experience seemed promising and said they might bring me out to Indy for an interview within the next view weeks. Dumbfounded, I walked away, thinking &#8220;Wow, OK. Um, Yeah. Didn&#8217;t expect that&#8221;. Logic kicked in and I though, &#8220;Maybe he was just being nice.&#8221; As it turns out though, he was serious. I got a call from ANGEL a couple weeks later offering to bring me to Indy for an interview. I went to the interview, still wondering whether they would even be interested in a Freshman. The interview went well, and I was offered an internship for next summer (<em>EDIT:</em> Which I accepted! Thanks, <a href="http://nickohrn.com/">Nick</a>, for pointing out that I&#8217;d missed this detail). I&#8217;m not sure I would have been offered a position if I hadn&#8217;t worked on RosEval last summer. Again, everything seemed to &#8220;fall into place&#8221;.</p>
<p>OK, that section was a little longer than I was planning, but I think it&#8217;s really cool what God has done to provide me with work opportunities.</p>
<p><strong>Beginning School</strong></p>
<p>As I mentioned before, I was accepted at Rose and begin my freshmen year this fall. I&#8217;ve gotten to know many new people, learned a ton of new things, and had several opportunities to share my faith. The community at Rose is really an amazing thing and I&#8217;m blessed to be part of it.</p>
<p><strong>Starting This Blog</strong></p>
<p>While there are no miraculous stories associated with this site, I think it has been a great experience for me. I&#8217;ve created about 50 posts since the beginning of the school year and had 350 unique visitors (and counting). While these numbers certainly aren&#8217;t impressive, it&#8217;s encouraging that people are reading what I have to say (and that some of them are even coming back). I&#8217;ve gradually been increasing the rate at which I post and I hope to be able to write even more frequently in 2009. The theme I created for this blog has gone through several iterations and I&#8217;m pretty pleased with the way that it turned out, but I think I might do a total redesign for 2009 (If you like this theme though, let me know and I might keep it). I&#8217;ve gone from a WordPress novice to someone who, while not exactly a &#8220;professional&#8221;, is at least competent enough to get things done and to help friends who are involved in the blogging world.</p>
<p><strong>In Conclusion</strong></p>
<p>I can say without a doubt that this has been one of the best years of my life. It&#8217;s been amazing to see what God has done and I&#8217;m excited to see what he has in store for 2009.</p>
<p>Happy New Year!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.itsananderson.com/2009/01/2008-reflection-2009-thoughts/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>WordPress Security Tip</title>
		<link>http://www.itsananderson.com/2008/12/wordpress-security-tip/</link>
		<comments>http://www.itsananderson.com/2008/12/wordpress-security-tip/#comments</comments>
		<pubDate>Tue, 30 Dec 2008 18:46:49 +0000</pubDate>
		<dc:creator>Will</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Htaccess]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://www.itsananderson.com/2008/12/wordpress-security-tip/</guid>
		<description><![CDATA[I&#8217;ve been catching up on the WordPress Weekly Podcasts lately and while I was listening to one of the first shows I came across a nice security tip. Place empty index.php files in all directories that don&#8217;t already have an index file. Directories like the /wp-content/plugins folder could be dangerous in the hands of hackers [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been catching up on the WordPress Weekly Podcasts lately and while I was listening to one of the first shows I came across a nice security tip. Place empty index.php files in all directories that don&#8217;t already have an index file. Directories like the /wp-content/plugins folder could be dangerous in the hands of hackers if one of the plugins you use has a security flaw. By obscuring the folder&#8217;s contents you make it just a little harder for hackers to cause you problems.</p>
<p>I went about creating these empty index files on my site, but soon discovered that there are hosts of folders that could use them (think about the date structure in /wp-content/uploads ). Then I remembered another tool. <code>.htaccess</code>. Add this line of code to your <code>.htaccess</code> file to keep file in <em>any</em> directory from being listed (this works on any site who&#8217;s server supports <code>.htaccess</code> by the way, not just WordPress blogs).</p>
<p><code>IndexIgnore *</code></p>
<p>Really simple, I know, but I thought I&#8217;d share it all the same.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.itsananderson.com/2008/12/wordpress-security-tip/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Plugin Release: Code Snippets</title>
		<link>http://www.itsananderson.com/2008/12/plugin-release-code-snippets/</link>
		<comments>http://www.itsananderson.com/2008/12/plugin-release-code-snippets/#comments</comments>
		<pubDate>Tue, 30 Dec 2008 05:50:49 +0000</pubDate>
		<dc:creator>Will</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Code Snippets]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Plugin]]></category>
		<category><![CDATA[Release]]></category>

		<guid isPermaLink="false">http://www.itsananderson.com/?p=399</guid>
		<description><![CDATA[I just released my first WordPress plugin. It&#8217;s not the fist plugin I&#8217;ve written, but it&#8217;s the first one that&#8217;s good enough to release to the community.
Check out the info and download it here.
If you have comments or suggestions, by all means let me know (either by email or by commenting here)!
]]></description>
			<content:encoded><![CDATA[<p>I just released my first WordPress plugin. It&#8217;s not the fist plugin I&#8217;ve written, but it&#8217;s the first one that&#8217;s good enough to release to the community.</p>
<p>Check out the info and download it <a href="http://www.itsananderson.com/plugins/code-snippets/">here</a>.</p>
<p>If you have comments or suggestions, by all means let me know (either by email or by commenting here)!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.itsananderson.com/2008/12/plugin-release-code-snippets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 2.8 Feature Survey</title>
		<link>http://www.itsananderson.com/2008/12/wordpress-28-feature-survey/</link>
		<comments>http://www.itsananderson.com/2008/12/wordpress-28-feature-survey/#comments</comments>
		<pubDate>Wed, 24 Dec 2008 01:03:41 +0000</pubDate>
		<dc:creator>Will</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Survey]]></category>
		<category><![CDATA[WordPress 2.8]]></category>

		<guid isPermaLink="false">http://www.itsananderson.com/2008/12/wordpress-28-feature-survey/</guid>
		<description><![CDATA[The WordPress development blog just posted a link to a survey about what features should be in WordPress 2.8. If you use WordPress, you should take the survey and let your opinion be known.
]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://wordpress.org/development/2008/12/prioritizing-features-for-wordpress-28/">WordPress development blog</a> just posted a link to a survey about what features should be in WordPress 2.8. If you use WordPress, you should take the survey and let your opinion be known.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.itsananderson.com/2008/12/wordpress-28-feature-survey/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Breadcrumbs</title>
		<link>http://www.itsananderson.com/2008/12/wordpress-breadcrumbs/</link>
		<comments>http://www.itsananderson.com/2008/12/wordpress-breadcrumbs/#comments</comments>
		<pubDate>Wed, 24 Dec 2008 00:50:44 +0000</pubDate>
		<dc:creator>Will</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Breadcrumbs]]></category>
		<category><![CDATA[IRPA]]></category>

		<guid isPermaLink="false">http://www.itsananderson.com/?p=312</guid>
		<description><![CDATA[Bread Crumbs are something that&#8217;s been around for quite some time. I first remember seeing them in ANGEL when my dad was working for the company in 2005. Similar things can be found in File Browsers, and browser history is really a kind of bread crumb.
In my work for IRPA one of the concerns we&#8217;ve [...]]]></description>
			<content:encoded><![CDATA[<p><a title="Wikipedia Article on Bread Crumbs" href="http://en.wikipedia.org/wiki/Breadcrumb_(navigation)">Bread Crumbs</a> are something that&#8217;s been around for quite some time. I first remember seeing them in <a title="ANGEL Learning" href="http://angellearning.com/">ANGEL</a> when my dad was working for the company in 2005. Similar things can be found in File Browsers, and browser history is really a kind of bread crumb.</p>
<p><span id="more-312"></span>In my work for IRPA one of the concerns we&#8217;ve had is the ability of visitors to navigate the site. Because WordPress isn&#8217;t really a CMS out of the box, navigation is sometimes difficult to facilitate on sites with deep &#8220;trees&#8221;. One of the solutions I looked at was Bread Crumbs because they can give users a quick look at their location in the site structure. Over the break (which I&#8217;m still enjoying) I&#8217;ve been able to finish implementing breadcrumbs on the IRPA Site.</p>
<p>I almost think something like this should be in core, but again, WordPress isn&#8217;t a CMS, so maybe it wouldn&#8217;t be useful for most people.</p>
<p>One of the things that took me the longest was figuring out how to handle different site settings. A site who&#8217;s home page displays latest posts needs a slightly different navigation list than a site which has a static home page. Even sites with static pages can have different structures depending on what page is the &#8220;home&#8221; page. Anyway, Here&#8217;s the code if you want to add it to your template. Simply paste the code into your <code>functions.php</code> file and add a call to <code>get_breadcrumbs()</code> where you want the breadcrumb list in your template. It outputs the breadcrumbs as list items. You&#8217;ll need to put the <code>ul</code> around them yourself in the template.</p>
<pre class="php">function get_breadcrumbs(){
	global $post;

	$separator = '  &amp;gt; '; // what to place between the pages

	if ( is_page() ){
		// bread crumb structure only logical on pages
		$trail = array($post); // initially $trail only contains the current page
		$parent = $post; // initially set to current post
		$show_on_front = get_option( 'show_on_front'); // does the front page display the latest posts or a static page
		$page_on_front = get_option( 'page_on_front' ); // if it shows a page, what page
		// while the current page isn't the home page and it has a parent
		while ( $parent-&gt;post_parent &amp;&amp; !($parent-&gt;ID == $page_on_front &amp;&amp; 'page') == $show_on_front ){
			$parent = get_post( $parent-&gt;post_parent ); // get the current page's parent
			array_unshift( $trail, $parent ); // add the parent object to beginning of array
		}
		if ( 'posts' == $show_on_front ) // if the front page shows latest posts, simply display a home link
			echo "&lt;li class='breadcrumb-item' id='breadcrumb-0'&gt;&lt;a href='" . get_bloginfo('home') . "'&gt;Home&lt;/a&gt;&lt;/li&gt;\n"; // home page link
		else{ // if the front page displays a static page, display a link to it
			$home_page = get_post( $page_on_front ); // get the front page object
			echo "&lt;li class='breadcrumb-item' id='breadcrumb-{$home_page-&gt;ID}'&gt;&lt;a href='" . get_bloginfo('home') . "'&gt;$home_page-&gt;post_title&lt;/a&gt;&lt;/li&gt;\n"; // home page link
			if($trail[0]-&gt;ID == $page_on_front) // if the home page is an ancestor of this page
				array_shift( $trail ); // remove the home page from the $trail because we've already printed it
		}
		foreach ( $trail as $page){
			// print the link to the current page in the foreach
			echo "&lt;li class='breadcrumb-item' id='breadcrumb-{$page-&gt;ID}' &gt;$separator&lt;a href='" . get_page_link( $page-&gt;ID ) . "'&gt;{$page-&gt;post_title}&lt;/a&gt;&lt;/li&gt;\n";
		}
	}else{
		// if what we're looking at isn't a page, simply display a home link
		echo "&lt;li class='breadcrumb-item' id='breadcrumb-0'&gt;&lt;a href='" . get_bloginfo('home') . "'&gt;Home&lt;/a&gt;&lt;/li&gt;\n"; // home page link
	}
}</pre>
<p>If you have any corrections or suggestions for this (rather long) bit of code, please add your comment bellow. I love feedback!</p>
<p>By the way, the code highlighting is done with a plugin I found <a href="http://sixrevisions.com/resources/helpful_wordpress_plugins_advanced_users/">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.itsananderson.com/2008/12/wordpress-breadcrumbs/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>An Interesting Offer</title>
		<link>http://www.itsananderson.com/2008/12/an-interesting-offer/</link>
		<comments>http://www.itsananderson.com/2008/12/an-interesting-offer/#comments</comments>
		<pubDate>Sat, 20 Dec 2008 20:51:08 +0000</pubDate>
		<dc:creator>Will</dc:creator>
				<category><![CDATA[It's An Anderson]]></category>
		<category><![CDATA[Domain Registration Group]]></category>
		<category><![CDATA[Domains]]></category>

		<guid isPermaLink="false">http://www.itsananderson.com/2008/12/an-interesting-offer/</guid>
		<description><![CDATA[I got a letter today from &#8220;Domain Renewal Group&#8221; informing me that &#8220;itsananderson.com&#8221; will be expiring within the next couple months. They offered to let me transfer my domain registration to them for only $30! This is really amazing because I had just renewed &#8220;itsananderson.com&#8221; a couple days before and had been charged $10. What [...]]]></description>
			<content:encoded><![CDATA[<p>I got a letter today from &#8220;Domain Renewal Group&#8221; informing me that &#8220;itsananderson.com&#8221; will be expiring within the next couple months. They offered to let me transfer my domain registration to them for only $30! This is really amazing because I had just renewed &#8220;itsananderson.com&#8221; a couple days before and had been charged $10. What was I thinking! Next time I&#8217;ll have to go with &#8220;Domain Renewal Group&#8221; <img src='http://www.itsananderson.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>By the way, I&#8217;m currently listening to the Bitwire Holiday Marathon. If you&#8217;d like to listen to Jeff Chandler talk about non-WordPress related topics you should check it out.</p>
<p><a href="http://holidaymarathon.com/ " title="Bitwire Holiday Marathon">http://holidaymarathon.com/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.itsananderson.com/2008/12/an-interesting-offer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>List Pages Wrapper</title>
		<link>http://www.itsananderson.com/2008/12/list-pages-wrapper/</link>
		<comments>http://www.itsananderson.com/2008/12/list-pages-wrapper/#comments</comments>
		<pubDate>Fri, 19 Dec 2008 16:45:39 +0000</pubDate>
		<dc:creator>Will</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WordPress 2.7]]></category>

		<guid isPermaLink="false">http://www.itsananderson.com/2008/12/list-pages-wrapper/</guid>
		<description><![CDATA[I just read about a new feature of WordPress 2.7 that I had previously missed: wp_page_menu. It&#8217;s a wrapper around wp_list_pages, but it allows you to list the home page as well. When I get a chance, I&#8217;m going to update my template to use this, rather than the somewhat hacky solution I&#8217;m currently using.
By [...]]]></description>
			<content:encoded><![CDATA[<p>I just read about a new feature of WordPress 2.7 that I had previously missed: <code>wp_page_menu</code>. It&#8217;s a wrapper around <code>wp_list_pages</code>, but it allows you to list the home page as well. When I get a chance, I&#8217;m going to update my template to use this, rather than the somewhat hacky solution I&#8217;m currently using.</p>
<p>By the way, I found out about the new function <a href="http://www.noupe.com/wordpress/mastering-your-wordpress-27-theme-admin-area-tips-and-tricks.html" title="noupe.com article">here</a>. If you&#8217;d like to learn about other new features WordPress 2.7 (or how to use <code>wp_page_menu</code>) you should definitely check it out.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.itsananderson.com/2008/12/list-pages-wrapper/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Plugin Review: My Page Order</title>
		<link>http://www.itsananderson.com/2008/12/plugin-review-my-page-order/</link>
		<comments>http://www.itsananderson.com/2008/12/plugin-review-my-page-order/#comments</comments>
		<pubDate>Mon, 15 Dec 2008 03:21:34 +0000</pubDate>
		<dc:creator>Will</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[My Page Order]]></category>
		<category><![CDATA[Plugin]]></category>
		<category><![CDATA[Review]]></category>

		<guid isPermaLink="false">http://www.itsananderson.com/?p=293</guid>
		<description><![CDATA[A few weeks ago Nick Ohrn suggested that I write about some of the plugins I use in my work for IRPA. The beginning of winter term sort of put a hold on that idea, but today I finally have a little time, so I&#8217;m going to start by writing about My Page Order.
WordPress gives [...]]]></description>
			<content:encoded><![CDATA[<p>A few weeks ago <a href="http://nickohrn.com/">Nick Ohrn</a> suggested that I write about some of the plugins I use in my work for IRPA. The beginning of winter term sort of put a hold on that idea, but today I finally have a little time, so I&#8217;m going to start by writing about <a href="http://wordpress.org/extend/plugins/my-page-order/">My Page Order</a>.</p>
<p><span id="more-293"></span>WordPress gives users two tools for structuring pages. One is page parent, which allows you to create a tree structure with your pages, much like a folder system on a computer. I&#8217;ll touch on this a little later.</p>
<p>The other tool provided by WordPress is the ability to specify &#8220;Page Order&#8221;. What does this mean? Well, take my site for example. I have several pages that are listed at the top of every page. Their order can be decided by several things. Page ID is one option (though not really useful, since the ID is meaningless to anyone but WordPress itself). Another option is Alphabetical ordering based on title. This can be useful, but it still doesn&#8217;t give the kind of control that most would probably like. The final option is &#8220;Page Order&#8221;. This is based on a numeric value that can be set while editing a page. As WordPress says, this is a bit janky, because you have to go into every page and set some numeric value for its order. This is where My Page Order comes in.</p>
<p><strong>Description</strong></p>
<p>When activated, My Page Order adds an admin page in the &#8220;Pages&#8221; category called &#8220;My Page Order&#8221;. Clicking on it gives you a list of the pages you have on your site. You can drag the page names to order them just like WordPress Widgets. If you have a tree structure, you can select a page to order its child pages.</p>
<p><strong>Likes</strong></p>
<p>I love the ease with which you can order pages using this plugin. It&#8217;s a great tool to install for users who would feel uncomfortable using the default numbered ordering system.</p>
<p><strong>Dislikes</strong></p>
<p>The way this plugin handles the tree structure of pages feels a little awkward to me. Being able to view the whole structure at the same time would be incredibly useful, and being able to drag pages between parents would be immensely helpful.</p>
<p>I&#8217;ve still not decided whether this is a feature, or a bug, but unpublished pages are listed along with published pages. On one hand, this is good, because it means you can decide where a page will show up before you publish it. On the other hand, it can lead to a little confusion and clutter if many unpublished pages exist. Being able to hide unpublished pages would be a great improvement.</p>
<p><strong>Overall Review</strong></p>
<p>This plugin is really one of my favorite tools. Its function is so simple, yet it is integral to using WordPress as a content management system.</p>
<p><a href="http://wordpress.org/extend/plugins/my-page-order/">Plugin page on WordPress.org</a></p>
<p><a href="http://geekyweekly.com/mypageorder">Author&#8217;s plugin page</a> (a bit outdated).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.itsananderson.com/2008/12/plugin-review-my-page-order/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>WordPress 2.7 Final</title>
		<link>http://www.itsananderson.com/2008/12/wordpress-27-final/</link>
		<comments>http://www.itsananderson.com/2008/12/wordpress-27-final/#comments</comments>
		<pubDate>Thu, 11 Dec 2008 02:38:51 +0000</pubDate>
		<dc:creator>Will</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WordPress 2.7]]></category>

		<guid isPermaLink="false">http://www.itsananderson.com/2008/12/wordpress-27-final/</guid>
		<description><![CDATA[Exactly a month after the originally scheduled release, WordPress 2.7 is here!
Check out the Release Announcement.
Download Page
]]></description>
			<content:encoded><![CDATA[<p>Exactly a month after the originally scheduled release, WordPress 2.7 is here!</p>
<p>Check out the <a href="http://wordpress.org/development/2008/12/coltrane/" title="WordPress 2.7 Release Announcement">Release Announcement</a>.</p>
<p><a href="http://wordpress.org/download" title="download wordpress 2.7">Download Page</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.itsananderson.com/2008/12/wordpress-27-final/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 2.7 RC2</title>
		<link>http://www.itsananderson.com/2008/12/wordpress-27-rc2/</link>
		<comments>http://www.itsananderson.com/2008/12/wordpress-27-rc2/#comments</comments>
		<pubDate>Wed, 10 Dec 2008 05:40:10 +0000</pubDate>
		<dc:creator>Will</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.itsananderson.com/2008/12/wordpress-27-rc2/</guid>
		<description><![CDATA[Just wanted to really quickly say that WordPress 2.7 RC 2 came out today. The second release candidate means we&#8217;re probably only a couple days away from getting a final release. Its interesting that the final release will be almost exactly one month after its originally intended release. I suppose this is really to be [...]]]></description>
			<content:encoded><![CDATA[<p>Just wanted to really quickly say that WordPress 2.7 RC 2 came out today. The second release candidate means we&#8217;re probably only a couple days away from getting a final release. Its interesting that the final release will be almost exactly one month after its originally intended release. I suppose this is really to be expected though, considering all the changes that went into 2.7.</p>
<p>EDIT: Oh yes, and here&#8217;s the <a href="http://wordpress.org/development/2008/12/27-release-candidate-two/">dev blog announcement</a> and the direct <a href="http://wordpress.org/wordpress-2.7-RC2.zip">download link</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.itsananderson.com/2008/12/wordpress-27-rc2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XPUbuntu: My Saga</title>
		<link>http://www.itsananderson.com/2008/12/xpubuntu-my-saga/</link>
		<comments>http://www.itsananderson.com/2008/12/xpubuntu-my-saga/#comments</comments>
		<pubDate>Wed, 10 Dec 2008 04:49:12 +0000</pubDate>
		<dc:creator>Will</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Themes]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Windows XP]]></category>

		<guid isPermaLink="false">http://www.itsananderson.com/?p=270</guid>
		<description><![CDATA[Having perhaps a little too much time on my hands today, I decided to make my Windows XP installation look like Ubuntu. Why bother with Windows XP at all? Well, I still need many windows applications for various classes I&#8217;m currently taking, but I like the Ubuntu interface better than the one provided with Windows [...]]]></description>
			<content:encoded><![CDATA[<p>Having perhaps a little too much time on my hands today, I decided to make my Windows XP installation look like Ubuntu. Why bother with Windows XP at all? Well, I still need many windows applications for various classes I&#8217;m currently taking, but I like the Ubuntu interface better than the one provided with Windows XP, so making XP look like Ubuntu seemed like a good way to go. I&#8217;m actually quite pleased with what I was able to do, and I may stick with this configuration.</p>
<p><span id="more-270"></span>The first thing I had to do was find a theme that would change my interface to look like Ubuntu&#8217;s &#8220;Human&#8221; theme. I found a great (though slightly old) <a href="http://blog.shankarganesh.com/2007/09/18/ubuntu-themes-for-windows-xp/" title="Ubuntu Themes for Windows XP">post</a> that listed some of the options available. I patched the windows dll and (rather nervously) restarted Windows. After trying a few others, I finally settled on the <a href="http://fioressj.deviantart.com/art/Human-for-Windows-37743373" title="Human for Windows">first</a> one on the list. (Its interesting to note that the Cursor files didn&#8217;t seem to install automatically, but doing so manually wasn&#8217;t that hard)</p>
<p>Next I went ahead and set the default <a href="http://www.itsananderson.com/blog/wp-content/uploads/2008/12/warty-final-ubuntu.png">Ubuntu Intrepid Ibex Wallpaper</a> as my background to add to the Ubuntu atmosphere.</p>
<p>One of the things I love the most about Ubuntu is its <a href="http://en.wikipedia.org/wiki/Virtual_desktop" title="Wikipedia article on Virtual Desktops">Virtual desktops</a>. After looking around, I found <a href="http://virtuawin.sourceforge.net/" title="VirtuaWin project home page">VirtuaWin</a>, an open source virtual desktop manager for Windows. I tried it for a while, but while I loved its feature set, one thing I missed was the cool &#8220;Rotating Cube&#8221; effect that Compiz Fusion gives you in Ubuntu. I did a little more digging and came across <a href="http://en.wikipedia.org/wiki/Yod'm_3D" title="Wikipedia article on Yad'm3D">Yod&#8217;m3D</a>. As it turns out, this project is now <a href="http://www.otakusoftware.com/deskspace/" title="DeskSpace Official Website">DeskSpace</a>, and is no longer free. Fortunately for me, an older version of Yad&#8217;m3D is still available for <a href="http://en.wikipedia.org/wiki/Yod'm_3D#Download_Mirrors" title="Yad'm3D download mirrors">download</a>. I installed it, and am now working in full Ubuntu-like glory.</p>
<p>Here are some screenshots:</p>
<p><a href="http://www.itsananderson.com/blog/wp-content/uploads/2008/12/developmentdesktop.png"><img src="http://www.itsananderson.com/blog/wp-content/uploads/2008/12/developmentdesktop-150x150.png" alt="developmentdesktop" title="developmentdesktop" width="150" height="150" class="alignnone size-thumbnail wp-image-269" /></a> &#8220;Development&#8221; Desktop</p>
<p><a href="http://www.itsananderson.com/blog/wp-content/uploads/2008/12/browserdesktop.png"><img src="http://www.itsananderson.com/blog/wp-content/uploads/2008/12/browserdesktop-150x150.png" alt="browserdesktop" title="browserdesktop" width="150" height="150" class="alignnone size-thumbnail wp-image-271" /></a> &#8220;Browser&#8221; Desktop</p>
<p><a href="http://www.itsananderson.com/blog/wp-content/uploads/2008/12/graphicsdesktop.png"><img src="http://www.itsananderson.com/blog/wp-content/uploads/2008/12/graphicsdesktop-150x150.png" alt="graphicsdesktop" title="graphicsdesktop" width="150" height="150" class="alignnone size-thumbnail wp-image-272" /></a> &#8220;Graphics&#8221; Desktop</p>
<p><a href="http://www.itsananderson.com/blog/wp-content/uploads/2008/12/transition.png"><img src="http://www.itsananderson.com/blog/wp-content/uploads/2008/12/transition-150x150.png" alt="transition" title="transition" width="150" height="150" class="alignnone size-thumbnail wp-image-273" /></a> Cube Transition Effect</p>
<p>If I decide to keep this configuration, I&#8217;ll probably purchase the latest version of DeskSpace so I can enjoy the advanced feature set, but for now the free version is plenty of fun to play with.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.itsananderson.com/2008/12/xpubuntu-my-saga/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>An Experiment</title>
		<link>http://www.itsananderson.com/2008/12/an-experiment/</link>
		<comments>http://www.itsananderson.com/2008/12/an-experiment/#comments</comments>
		<pubDate>Sun, 07 Dec 2008 03:40:50 +0000</pubDate>
		<dc:creator>Will</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[AdSense]]></category>
		<category><![CDATA[Experiment]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[QuickPress]]></category>
		<category><![CDATA[Revenue]]></category>

		<guid isPermaLink="false">http://www.itsananderson.com/2008/12/an-experiment/</guid>
		<description><![CDATA[If you look to the right of this post you&#8217;ll see that I&#8217;ve added a small AdSense module in the sidebar. Far from being an evil plot to milk tons of money out of this blog, it really is just an experiment. I was curious about a couple of things, which I&#8217;m hoping to test.
The [...]]]></description>
			<content:encoded><![CDATA[<p>If you look to the right of this post you&#8217;ll see that I&#8217;ve added a small AdSense module in the sidebar. Far from being an evil plot to milk tons of money out of this blog, it really is just an experiment. I was curious about a couple of things, which I&#8217;m hoping to test.</p>
<p><span id="more-260"></span>The first thing I want to test is ad revenue in general. Can a low traffic site like mine even make anything from text ads. If so, how much. I suspect that the answer to this question will be &#8220;Yes, but very little&#8221;, but we&#8217;ll see.<br />
Second, I&#8217;m curious about visitor response. These days I get about 6 or 7 new visitors a week and I have about 5 or 6 people who read my blog frequently. Those numbers certainly aren&#8217;t very impressive, but they&#8217;ll do for the experiment. What I&#8217;d like to see is whether there&#8217;s a change in how long new visitors stay on my site, and if the number of people who actually return will be different.</p>
<p>I&#8217;m going to run this experiment for 3 months, and then at the end of that time I&#8217;ll do a report on the results. Whether I keep the ads will depend on the results of the experiment.<br />
Now its up to you to give me my first bit of feedback. Did you even notice the ad module before reading this post? If so, did it affect your opinion of this site in any way? If you&#8217;re a new visitor, will the ad have an affect on whether you return?</p>
<p>By the way, I&#8217;m writing this post with &#8220;<a title="WordPress Codex Description of QuickPress" href="http://codex.wordpress.org/Version_2.7#QuickPress">QuickPress</a>&#8220;, one of the many new features in WordPress 2.7.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.itsananderson.com/2008/12/an-experiment/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>WordPress 2.7 RC1</title>
		<link>http://www.itsananderson.com/2008/12/wordpress-27-rc1/</link>
		<comments>http://www.itsananderson.com/2008/12/wordpress-27-rc1/#comments</comments>
		<pubDate>Tue, 02 Dec 2008 16:29:03 +0000</pubDate>
		<dc:creator>Will</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Candidate]]></category>
		<category><![CDATA[Release]]></category>
		<category><![CDATA[WordPress 2.7]]></category>

		<guid isPermaLink="false">http://www.itsananderson.com/?p=255</guid>
		<description><![CDATA[I&#8217;ve been testing WordPress 2.7 since before the first Beta, but I wasn&#8217;t brave enough to install it on my main blog. Now that RC (Release Candidate) 1 is out, I feel more comfortable about using it for non-testing purposes, so I&#8217;ve installed it here. At some point, I&#8217;d like to do a review of [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been testing WordPress 2.7 since before the first Beta, but I wasn&#8217;t brave enough to install it on my main blog. Now that RC (Release Candidate) 1 is out, I feel more comfortable about using it for non-testing purposes, so I&#8217;ve installed it here. At some point, I&#8217;d like to do a review of what features I like best about 2.7, but for now I just wanted to post a short message so that if anything becomes broken, you&#8217;ll know why.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.itsananderson.com/2008/12/wordpress-27-rc1/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Family Gathering</title>
		<link>http://www.itsananderson.com/2008/11/family-gathering/</link>
		<comments>http://www.itsananderson.com/2008/11/family-gathering/#comments</comments>
		<pubDate>Thu, 27 Nov 2008 23:34:11 +0000</pubDate>
		<dc:creator>Will</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Family]]></category>
		<category><![CDATA[Thanksgiving]]></category>

		<guid isPermaLink="false">http://www.itsananderson.com/?p=253</guid>
		<description><![CDATA[I was blessed this week to be able to spend some time with the members of my family who live too far away to visit often. It was great to be together and to share the joy of Thanksgiving as a family.
]]></description>
			<content:encoded><![CDATA[<p>I was blessed this week to be able to spend some time with the members of my family who live too far away to visit often. It was great to be together and to share the joy of Thanksgiving as a family.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.itsananderson.com/2008/11/family-gathering/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Need an Excuse?</title>
		<link>http://www.itsananderson.com/2008/11/need-an-excuse/</link>
		<comments>http://www.itsananderson.com/2008/11/need-an-excuse/#comments</comments>
		<pubDate>Sun, 23 Nov 2008 03:06:35 +0000</pubDate>
		<dc:creator>Will</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[Eric Meyer]]></category>
		<category><![CDATA[Excuses]]></category>

		<guid isPermaLink="false">http://www.itsananderson.com/?p=242</guid>
		<description><![CDATA[Eric Meyer often has humerus perspectives on life. I just found one of his more less recent projects: Excuse of the day.
[EDIT] It turns out this project is a lot older than I thought (as in over a decade older!). I assumed it was a lot younger because the twitter feed only goes back a couple of [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://meyerweb.com/">Eric Meyer</a> often has humerus perspectives on life. I just found one of his <del>more</del> <ins>less</ins> recent projects: <a href="http://twitter.com/excuseoftheday">Excuse of the day</a>.</p>
<p>[EDIT] It turns out this project is a lot older than I thought (as in over a decade older!). I assumed it was a lot younger because the twitter feed only goes back a couple of months. You can find out more about the project <a href="http://meyerweb.com/feeds/excuse/">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.itsananderson.com/2008/11/need-an-excuse/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Summer 2009 Internship Opportunity</title>
		<link>http://www.itsananderson.com/2008/11/summer-2009-internship-opportunity/</link>
		<comments>http://www.itsananderson.com/2008/11/summer-2009-internship-opportunity/#comments</comments>
		<pubDate>Sat, 22 Nov 2008 05:08:21 +0000</pubDate>
		<dc:creator>Will</dc:creator>
				<category><![CDATA[Jobs]]></category>
		<category><![CDATA[ANGEL Learning]]></category>
		<category><![CDATA[Internships]]></category>

		<guid isPermaLink="false">http://www.itsananderson.com/?p=240</guid>
		<description><![CDATA[I&#8217;ve been offered an internship opportunity for next summer with ANGEL learning. Apart from working in some development capacity, I don&#8217;t know exactly what I&#8217;ll be doing (and I probably couldn&#8217;t talk about it even if I did), but from the information they&#8217;ve shared I think I&#8217;ll really enjoy it, and it&#8217;ll be a good [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been offered an internship opportunity for next summer with <a href="http://angellearning.com/">ANGEL learning</a>. Apart from working in some development capacity, I don&#8217;t know exactly what I&#8217;ll be doing (and I probably couldn&#8217;t talk about it even if I did), but from the information they&#8217;ve shared I think I&#8217;ll really enjoy it, and it&#8217;ll be a good experience for me. The environment I saw during my interview (and what I saw a couple years ago when my Dad worked there) is extremely friendly, and I&#8217;m excited to have the chance to be part of it.</p>
<p><span id="more-240"></span>Of course, this is 6 months away, but I&#8217;m already looking at some of the housing options available. There&#8217;s a nice housing community called Deercross that&#8217;s only a couple miles from where I&#8217;ll be working. Their <a href="http://www.deercrossapartmenthomes.com/">website</a> certainly paints a pleasant picture, and their pricing seems pretty reasonable). As the time draws closer, I&#8217;ll start looking more actively and I&#8217;ll probably be visiting the places I find online. Overall, this should be an interesting adventure.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.itsananderson.com/2008/11/summer-2009-internship-opportunity/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>So Far So Good</title>
		<link>http://www.itsananderson.com/2008/11/so-far-so-good/</link>
		<comments>http://www.itsananderson.com/2008/11/so-far-so-good/#comments</comments>
		<pubDate>Tue, 18 Nov 2008 16:11:27 +0000</pubDate>
		<dc:creator>Will</dc:creator>
				<category><![CDATA[Rose-Hulman]]></category>
		<category><![CDATA[Fall Term]]></category>
		<category><![CDATA[Final Exams]]></category>

		<guid isPermaLink="false">http://www.itsananderson.com/?p=235</guid>
		<description><![CDATA[Two final exams down and two to go. I feel pretty good about the first two, so hopefully I&#8217;ll feel the same about the others. I gotta say though, I&#8217;ll be ready for the break when all this is over. I&#8217;m gonna get a lot of sleep, because going into winter term, I know I [...]]]></description>
			<content:encoded><![CDATA[<p>Two final exams down and two to go. I feel pretty good about the first two, so hopefully I&#8217;ll feel the same about the others. I gotta say though, I&#8217;ll be ready for the break when all this is over. I&#8217;m gonna get a lot of sleep, because going into winter term, I know I won&#8217;t be getting much. It&#8217;ll be fun though. Even though Computer Architecture I and Databases will be challenging, I think I&#8217;m going to really enjoy them (of course, we&#8217;ll have to see how I feel at the end of the term <img src='http://www.itsananderson.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  ).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.itsananderson.com/2008/11/so-far-so-good/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Common Sense: So Seldom Common</title>
		<link>http://www.itsananderson.com/2008/11/common-sense-so-seldom-common/</link>
		<comments>http://www.itsananderson.com/2008/11/common-sense-so-seldom-common/#comments</comments>
		<pubDate>Sun, 16 Nov 2008 04:07:30 +0000</pubDate>
		<dc:creator>Will</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.itsananderson.com/?p=229</guid>
		<description><![CDATA[Adrian Diaconescu has created a list of &#8220;8 common sense tips for writing clean WordPress blog posts&#8221;. If you haven&#8217;t read it, I suggest heading on over and having a look. Even if you don&#8217;t normally use WordPress, he shares some things that you might still find helpful if you ever have to publish content [...]]]></description>
			<content:encoded><![CDATA[<p>Adrian Diaconescu has created a list of &#8220;8 common sense tips for writing clean WordPress blog posts&#8221;. If you haven&#8217;t read it, I suggest heading on over and having a look. Even if you don&#8217;t normally use WordPress, he shares some things that you might still find helpful if you ever have to publish content online.</p>
<p><a href="http://rubiqube.com/8-common-sense-tips-for-writing-clean-wordpress-blog-posts/">http://rubiqube.com/8-common-sense-tips-for-writing-clean-wordpress-blog-posts/</a></p>
<p><span id="more-229"></span>Though some of it was kind of obvious to me, the other parts were really helpful. I&#8217;m planning to begin some more intensive training of IRPA staff once the stable version of WordPress 2.7 is released, and I get the feeling this article will find its way into the training.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.itsananderson.com/2008/11/common-sense-so-seldom-common/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>ANGEL Interview</title>
		<link>http://www.itsananderson.com/2008/11/angel-interview/</link>
		<comments>http://www.itsananderson.com/2008/11/angel-interview/#comments</comments>
		<pubDate>Sat, 15 Nov 2008 19:50:25 +0000</pubDate>
		<dc:creator>Will</dc:creator>
				<category><![CDATA[Jobs]]></category>
		<category><![CDATA[ANGEL Learning]]></category>
		<category><![CDATA[Internships]]></category>

		<guid isPermaLink="false">http://www.itsananderson.com/?p=222</guid>
		<description><![CDATA[Well, I went to my interview with ANGEL Learning yesterday. We got a tour of the office space (wow they&#8217;ve grown in the past couple years!). We got a quick history of ANGEL, then we were given a demo of ANGEL itself (of course we were all from Rose, so they were able to skip [...]]]></description>
			<content:encoded><![CDATA[<p>Well, I went to my interview with <a href="http://angellearning.com/">ANGEL Learning</a> yesterday. We got a tour of the office space (wow they&#8217;ve grown in the past couple years!). We got a quick history of ANGEL, then we were given a demo of ANGEL itself (of course we were all from Rose, so they were able to skip most of the basics and show us some of the more advanced conrols available to professors). They served us an amazing lunch and then we split into different rooms for interviews. Of course, I don&#8217;t know exactly what the interviewers thought of me, but I definitely came away very impressed with ANGEL.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.itsananderson.com/2008/11/angel-interview/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Beginning 10th Week</title>
		<link>http://www.itsananderson.com/2008/11/beginning-10th-week/</link>
		<comments>http://www.itsananderson.com/2008/11/beginning-10th-week/#comments</comments>
		<pubDate>Tue, 11 Nov 2008 01:10:25 +0000</pubDate>
		<dc:creator>Will</dc:creator>
				<category><![CDATA[Rose-Hulman]]></category>
		<category><![CDATA[Fall Term]]></category>

		<guid isPermaLink="false">http://www.itsananderson.com/?p=218</guid>
		<description><![CDATA[The last week of classes for this quarter is here. Dispite people&#8217;s usual expectations about 10th week, my schedule really isn&#8217;t very full.

I have a project due tomorrow, as well as an exam,
I have a lab writup due Wednesday,
I have a project I&#8217;m trying to finish by Thursday, and
I have an interview with ANGEL Learning [...]]]></description>
			<content:encoded><![CDATA[<p>The last week of classes for this quarter is here. Dispite people&#8217;s usual expectations about 10<sup>th</sup> week, my schedule really isn&#8217;t very full.</p>
<ul>
<li>I have a project due tomorrow, as well as an exam,</li>
<li>I have a lab writup due Wednesday,</li>
<li>I have a project I&#8217;m trying to finish by Thursday, and</li>
<li>I have an interview with <a title="ANGEL Learning" href="http://angellearning.com/">ANGEL Learning</a> on Friday.</li>
</ul>
<p>Hmm, maybe I&#8217;ll be busier this week than I thought.</p>
<p>Oh well, I guess that&#8217;s just part of being a student at Rose.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.itsananderson.com/2008/11/beginning-10th-week/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ethical Downgrade &#8211; The Slippery Slope</title>
		<link>http://www.itsananderson.com/2008/11/ethical-downgrade-the-slippery-slope/</link>
		<comments>http://www.itsananderson.com/2008/11/ethical-downgrade-the-slippery-slope/#comments</comments>
		<pubDate>Fri, 07 Nov 2008 20:09:40 +0000</pubDate>
		<dc:creator>Will</dc:creator>
				<category><![CDATA[Religion]]></category>
		<category><![CDATA[Ethics]]></category>
		<category><![CDATA[Rose Thorn]]></category>

		<guid isPermaLink="false">http://www.itsananderson.com/?p=216</guid>
		<description><![CDATA[&#8220;&#8230; And even though we view the conservative lifestyle as an unusual way of life, we&#8217;ll still let Republicans marry each other.&#8221;
A quote from the Rose Thorn expressing the author&#8217;s opinion that the election outcome is good for everyone.
What I see (in the whole article, but especially in that sentence) is a complete moral turnaround [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>&#8220;&#8230; And even though we view the conservative lifestyle as an unusual way of life, we&#8217;ll still let Republicans marry each other.&#8221;</p></blockquote>
<p>A quote from the Rose Thorn expressing the author&#8217;s opinion that the election outcome is good for everyone.</p>
<p>What I see (in the whole article, but especially in that sentence) is a complete moral turnaround from the values America held such a short time ago. Not only are those who believe homosexuality is wrong mocked, but the very heterosexual lifestyle is deemed as strange and unusual. We&#8217;re the one&#8217;s who need to be tolerated.</p>
<p>If that doesn&#8217;t scare you, I doubt anything ever will.</p>
<p>As for me, seeing the moral changes the past decade has brought about, I tremble to think what the next decade might bring.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.itsananderson.com/2008/11/ethical-downgrade-the-slippery-slope/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>An Election Reflection</title>
		<link>http://www.itsananderson.com/2008/11/an-election-reflection/</link>
		<comments>http://www.itsananderson.com/2008/11/an-election-reflection/#comments</comments>
		<pubDate>Thu, 06 Nov 2008 04:17:41 +0000</pubDate>
		<dc:creator>Will</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Ethics]]></category>
		<category><![CDATA[Politics]]></category>
		<category><![CDATA[Religion]]></category>

		<guid isPermaLink="false">http://www.itsananderson.com/?p=207</guid>
		<description><![CDATA[Yesterday marked a historical moment for our nation. I am proud to live in a country that can elect someone to our most honored office without regard to race. The color of a man&#8217;s skin, though so trivial, has divided our country for centuries. I&#8217;m glad to be able to witness this great step our [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday marked a historical moment for our nation. I am proud to live in a country that can elect someone to our most honored office without regard to race. The color of a man&#8217;s skin, though so trivial, has divided our country for centuries. I&#8217;m glad to be able to witness this great step our country has taken in the journey toward acceptance and inclusion of everyone, regardless of race.</p>
<p>My excitement and optimism ends here.</p>
<p><span id="more-207"></span>Our country seems on the verge of economic collapse, reminiscent of the Great Depression of the 20&#8217;s. Stocks are at all time lows, jobs are disappearing like rubber balls at a magic show, and foreclosures and bankruptcies seem imminent. Into this picture steps a man who promises hope and change. We don&#8217;t have to settle for the status quo. We can affect our future, and we can do it together. Our nation, looking for a savior in our time of trouble turns to this voice of hope and promise. We <em>want</em> change, and we feel that we&#8217;ve found the person who can bring it to us.</p>
<p>What concerns me about this change is both the <em>what</em> and <em>how</em>. I&#8217;m not opposed to change. I feel that change can be good on many levels, but I&#8217;m choosy about my change. One place I enjoy seeing change is in software. I often install beta versions of software before the stable releases are made because I&#8217;m excited to see what changes have been implemented (I&#8217;m writing this post from Google Chrome for example). If, on the other hand, I install the beta version of a program and I find that some part of it majorly degrades my experience, I&#8217;m very quick to go back to what I was using before. Again, I&#8217;m not opposed to change, but I don&#8217;t like change <em>just</em> for the sake of it.</p>
<p>Let&#8217;s analyze some of the &#8216;<em>whats</em>&#8216; and &#8216;<em>hows</em>&#8216; shall we?</p>
<p> </p>
<p><em><span style="text-decoration: underline;">What</span></em>: New health care plans including expanded eligibility for Medicaid and Government funded insurance.</p>
<p><em><span style="text-decoration: underline;">How</span></em>: This new plan is estimated to cost the federal government approximately 1.17 trillion dollars. Federal health care costs will raise to around 2.7 trillion dollars a year by 2010. This cost will ultimately fall to those of the working age (about 60% of the population). We&#8217;ll assume that other plans have created jobs for everyone and that there is no unemployment, so everyone who can work is working. With about 60% of the population, or 180 million people paying for the cost of federally funded health care, each person will be paying just under 15 thousand dollars a year. Now the plan suggests that these costs will actually be paid by large companies, but ultimately, this will simply mean smaller pay checks for employees&#8230; or that companies will have to cut back on jobs and unemployment will be created. I&#8217;ll leave it to the reader to determine whether this cost is worth the &#8220;benefit&#8221; of government funded health care.</p>
<p> </p>
<p><em><span style="text-decoration: underline;">What</span></em>: More research, innovation, and jobs.</p>
<p><em><span style="text-decoration: underline;">How</span></em>: The government will support company and university research to create new technologies and innovations, creating jobs and increasing the standard of living for American families. Another part of this plan promises publicly available broadband access in every community across the nation. While this will give rise to technology innovations and hopefully to an increased number of jobs, it will ultimately cost us more than if these services were provided by a private investor. The reason for this is that the administration assigned to these projects by the government usually has little to no experience in the fields they are investigating. They are administrators, not scientists or engineers. Because of this, it&#8217;s harder for them to determine the feasibility of a project proposal or innovation idea. Private investors, on the other hand, seem to have more people who are experienced in the science and engineering industries, so they are better able to determine whether a project will succeed or fail. Only investing in projects that are likely to succeed cuts back on costs and delivers cheaper products to the customer. Lower production costs will also allow employers to hire more workers, increasing employment.</p>
<p> </p>
<p><em><span style="text-decoration: underline;">What</span></em>: Civil rights reform.</p>
<p><em><span style="text-decoration: underline;">How</span></em>: &#8220;Overturn court rulings that curtail women&#8217;s and minority&#8217;s rights to challenge pay discrimination&#8221;. Pass a &#8220;Fair Pay Act&#8221; ensuring women receive equal pay for equal work. (I feel that these are great and I applaud equal opportunity employment for women and minorities). Pass an &#8220;Employment Non-Discrimination Act&#8221; that prohibits discrimination based on sexual orientation or gender identity or expression. This will effectively tie the hands of employers, making them choose a homosexual over a heterosexual employee for fear of being accused of discrimination.</p>
<p> </p>
<p><em><span style="text-decoration: underline;">Conclusion</span></em></p>
<p><em></em>These are just three of the changes promised by our next president. He has many other changes he plans to make during his 4 years in office. I&#8217;ve just highlighted a few that I feel are particularly alarming.</p>
<p>Now to the real purpose of this (rather long) post. How do I as a Christian respond to the results of this presidential election? I could throw my hands up in the air and complain about how unfair the world is, but that is not what God expects from me. Here are some thoughts that put things in perspective for me. I think the may also be helpful for Christians who feel that our next president will be the savior for our nation.</p>
<p>First, my biblical duty is not really to elect my nation&#8217;s leaders, but to pray for them.</p>
<p style="text-align: right;">&#8220;<em>As for me, far be it from me that I should sin against the LORD by failing to pray for you.</em>&#8220;</p>
<p style="text-align: right;"><a title="I Samuel 12" href="http://www.biblegateway.com/passage/?book_id=9&amp;chapter=12&amp;version=31">I Samuel 12:23 (NIV)</a></p>
<p style="text-align: left;">Second, regardless of who our nation&#8217;s leader is, it is my biblical duty to submit to them, because they were given their authority by God.</p>
<p style="text-align: right;">&#8220;<em>Everyone must submit himself to the governing authorities, for there is no authority except that which God has established. The authorities that exist have been established by God.</em>&#8220;</p>
<p style="text-align: right;"><a title="Romans 13" href="http://www.biblegateway.com/passage/?book_id=52&amp;chapter=13&amp;version=31">Romans 13:1 (NIV)</a></p>
<p style="text-align: left;">Third, because our nation&#8217;s leaders are really elected by God, they are under his control. They cannot do anything He doesn&#8217;t allow.</p>
<p style="text-align: right;">&#8220;<em>The king&#8217;s heart is in the hand of the LORD;<br />
       he directs it like a watercourse wherever he pleases.</em>&#8221;
</p>
<p style="text-align: right;"><a title="Proverbs 21" href="http://www.biblegateway.com/passage/?book_id=24&amp;chapter=21&amp;version=31">Proverbs 21:1 (NIV)</a></p>
<p style="text-align: left;"><em><span style="text-decoration: underline;">Finally</span></em>:</p>
<p style="text-align: left;">I welcome thoughts and criticisms of anyone, whether you agree with me, or have a totally opposing view. Feel free to comment, please just be courteous to me and anyone else who comments. Thanks for reading!</p>
<p style="text-align: left;"> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.itsananderson.com/2008/11/an-election-reflection/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Conditional Classnames</title>
		<link>http://www.itsananderson.com/2008/11/conditional-classnames/</link>
		<comments>http://www.itsananderson.com/2008/11/conditional-classnames/#comments</comments>
		<pubDate>Mon, 03 Nov 2008 20:22:10 +0000</pubDate>
		<dc:creator>Will</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[(X)HTML]]></category>

		<guid isPermaLink="false">http://www.itsananderson.com/2008/11/conditional-classnames/</guid>
		<description><![CDATA[Actually saw this on Eric Meyer&#8217;s web page, but I thought it was kinda cool.
While it eliminates the need for an extra HTTP request, it also means that the CSS style sheet will have to be larger for both IE and other browsers. Still, that&#8217;s probably faster than two HTTP requests.
paulhammond.org: Conditional classnames.
]]></description>
			<content:encoded><![CDATA[<p>Actually saw this on <a href="http://meyerweb.com/">Eric Meyer&#8217;s web page</a>, but I thought it was kinda cool.</p>
<p>While it eliminates the need for an extra HTTP request, it also means that the CSS style sheet will have to be larger for both IE and other browsers. Still, that&#8217;s probably faster than two HTTP requests.</p>
<p><a href="http://www.paulhammond.org/2008/10/conditional/">paulhammond.org: Conditional classnames</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.itsananderson.com/2008/11/conditional-classnames/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress: Using Conditional Tags in Plug-ins</title>
		<link>http://www.itsananderson.com/2008/11/wordpress-using-conditional-tags-in-plug-ins/</link>
		<comments>http://www.itsananderson.com/2008/11/wordpress-using-conditional-tags-in-plug-ins/#comments</comments>
		<pubDate>Mon, 03 Nov 2008 19:02:45 +0000</pubDate>
		<dc:creator>Will</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Actions]]></category>
		<category><![CDATA[Conditional Tags]]></category>
		<category><![CDATA[Plug-in]]></category>

		<guid isPermaLink="false">http://www.itsananderson.com/?p=191</guid>
		<description><![CDATA[I&#8217;ve been developing a WordPress plug-in for the Holidays (more on this at a later date) and I found something interesting. When plug-ins are loaded, the conditional tags (is_home, is_page, etc.) are effectively useless because the requested URL hasn&#8217;t been parsed yet. This was a problem for me because I wanted to be able to [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been developing a WordPress plug-in for the Holidays (more on this at a later date) and I found something interesting. When plug-ins are loaded, the <a title="Conditional Tags Documentation in the Codex" href="http://codex.wordpress.org/Conditional_Tags">conditional tags</a> (<code>is_home</code>, <code>is_page</code>, etc.) are effectively useless because the requested URL hasn&#8217;t been parsed yet. This was a problem for me because I wanted to be able to only have the script do its magic on the home page (by checking <code>is_front_page</code>). I did some searching but didn&#8217;t really find anything helpful. I even looked at the definition of <code>is_front_page</code> in the source code, which simply confirmed that it wouldn&#8217;t return accurate results when the plug-in was loaded. I finally thought of a good way to fix this&#8230; an <a title="WordPress Action Reference" href="http://codex.wordpress.org/Plugin_API/Action_Reference">action hook</a>.</p>
<p><span id="more-191"></span>I took everything that had been running when the script loaded and placed it in a function. Then added an action to run before the header was loaded (<code>get_header</code>). This way the function is executed after the template information has been loaded (so WordPress knows what page has been requested) but before <code>header.php</code> is included. Since what I was trying to do was to add a JavaScript file to the include Queue, I could have probably attached this to <code>wp_print_scripts</code>, but in my case it didn&#8217;t really make much of a difference.</p>
<p>Anyway, the most important thing I learned here was that in order to use conditional tags in a plug-in, you have to use an action hook to wait until enough information has been loaded.</p>
<p>Hope this is helpful to someone else!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.itsananderson.com/2008/11/wordpress-using-conditional-tags-in-plug-ins/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Something Different for Halloween</title>
		<link>http://www.itsananderson.com/2008/10/something-different-for-halloween/</link>
		<comments>http://www.itsananderson.com/2008/10/something-different-for-halloween/#comments</comments>
		<pubDate>Fri, 31 Oct 2008 01:35:43 +0000</pubDate>
		<dc:creator>Will</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Halloween]]></category>
		<category><![CDATA[Pumpkins]]></category>

		<guid isPermaLink="false">http://www.itsananderson.com/2008/10/something-different-for-halloween/</guid>
		<description><![CDATA[For anyone who thinks I&#8217;m about to talk about what Halloween really stands for and why we really shouldn&#8217;t celebrate it, I&#8217;m not. I&#8217;ll have to save that for another year. What I&#8217;m talking about today is a really creative jack-o-lantern a WordPress fan created. Check it out here:
Eric Martin » WordPress Pumpkin.
]]></description>
			<content:encoded><![CDATA[<p>For anyone who thinks I&#8217;m about to talk about what Halloween really stands for and why we really shouldn&#8217;t celebrate it, I&#8217;m not. I&#8217;ll have to save that for another year. What I&#8217;m talking about today is a really creative jack-o-lantern a WordPress fan created. Check it out here:</p>
<p><a href="http://www.ericmmartin.com/wordpress-pumpkin/">Eric Martin » WordPress Pumpkin</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.itsananderson.com/2008/10/something-different-for-halloween/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Finding a Worthwhile Hobby</title>
		<link>http://www.itsananderson.com/2008/10/finding-a-worthwhile-hobby/</link>
		<comments>http://www.itsananderson.com/2008/10/finding-a-worthwhile-hobby/#comments</comments>
		<pubDate>Tue, 28 Oct 2008 16:43:41 +0000</pubDate>
		<dc:creator>Will</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Grammar]]></category>
		<category><![CDATA[Hobby]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[XKCD]]></category>

		<guid isPermaLink="false">http://www.itsananderson.com/2008/10/finding-a-worthwhile-hobby/</guid>
		<description><![CDATA[I&#8217;m afraid I&#8217;ve discovered that my current hobbies are apparently not only useless, but detrimental to my health (did you know you can get bad eyesight from programming in front of an LCD screen for hours at a time?!). Depressed by the thought that years of my life have been wasted trying to hone my [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m afraid I&#8217;ve discovered that my current hobbies are apparently not only useless, but detrimental to my health (did you know you can get bad eyesight from programming in front of an LCD screen for hours at a time?!). Depressed by the thought that years of my life have been wasted trying to hone my coding instincts, I&#8217;ve decided to launch myself into a new discipline in the hopes that it will help me to more quickly forget the life I&#8217;m leaving behind. My new hobby?</p>
<p><a href="http://imgs.xkcd.com/comics/effect_an_effect.png">Check it Out!</a></p>
<p>Perhaps if I display a humble affect I can talk the school into making this a major. Couldn&#8217;t be much harder than Civil Engineering right?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.itsananderson.com/2008/10/finding-a-worthwhile-hobby/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My New Toy(s)</title>
		<link>http://www.itsananderson.com/2008/10/my-new-toy/</link>
		<comments>http://www.itsananderson.com/2008/10/my-new-toy/#comments</comments>
		<pubDate>Sun, 19 Oct 2008 03:14:34 +0000</pubDate>
		<dc:creator>Will</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Art]]></category>
		<category><![CDATA[Christmas]]></category>
		<category><![CDATA[Drawing]]></category>
		<category><![CDATA[Fall Break]]></category>
		<category><![CDATA[Graphics Tablet]]></category>
		<category><![CDATA[Joker]]></category>
		<category><![CDATA[Spider Man]]></category>
		<category><![CDATA[Toys]]></category>

		<guid isPermaLink="false">http://www.itsananderson.com/?p=142</guid>
		<description><![CDATA[Fall break turned into Christmas with the arrival of my new toy: an 8&#215;6 graphics drawing tablet. It&#8217;s not got a display of its own, but it hooks up to my computer by USB where I can use it on the GIMP. I&#8217;ve already done some stuff with it, but I&#8217;m hoping to get better. [...]]]></description>
			<content:encoded><![CDATA[<p>Fall break turned into Christmas with the arrival of my new toy: an 8&#215;6 graphics drawing tablet. It&#8217;s not got a display of its own, but it hooks up to my computer by USB where I can use it on the GIMP. I&#8217;ve already done some stuff with it, but I&#8217;m hoping to get better. As I use this thing more (if I get the time after classes start again), I&#8217;ll try to post some more of the stuff I do. And by all means, if you&#8217;ve got suggestions about how to improve (or even if you just want to tell me how bad these things are) please feel free to comment <img src='http://www.itsananderson.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><span id="more-142"></span></p>
<p>I&#8217;ve also gotten to try out my new technical drawing pens. Unfortunately, I&#8217;ve not done anything worth mentioning with them yet. Mostly just scribbles and a couple sketches. Drawing with pens is really a tricky art. I&#8217;ve got a lot to learn about the techniques required to produce worthwhile drawings with them. It&#8217;s really quite different than graphite!</p>
<p>A couple other things that came in the mail are my wireless router (which hopefully extend the wireless accessibility to my room) and my 1TB hard drive. I have yet to get either of these set up properly, but I&#8217;ll hopefully have a chance by the time break is over (man that time is coming fast!).</p>
<p>Anyway, here are the sketches I did with the graphics tablet.</p>
<p><a href="http://www.itsananderson.com/blog/wp-content/uploads/2008/10/joker1.png"><img class="alignnone size-medium wp-image-143" title="Joker" src="http://www.itsananderson.com/blog/wp-content/uploads/2008/10/joker1.png" alt="" width="400" height="300" /></a></p>
<p><a href="http://www.itsananderson.com/blog/wp-content/uploads/2008/10/spidey1.jpg"><img class="alignnone size-medium wp-image-144" title="Spider Man" src="http://www.itsananderson.com/blog/wp-content/uploads/2008/10/spidey1.jpg" alt="" width="300" height="450" /></a></p>
<p>Again, I hope to eventually produce something more worthwhile, but this is what we&#8217;ve got so far <img src='http://www.itsananderson.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.itsananderson.com/2008/10/my-new-toy/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Julian Beever&#8217;s Sidewalk Art</title>
		<link>http://www.itsananderson.com/2008/10/julian-beevers-sidewalk-art/</link>
		<comments>http://www.itsananderson.com/2008/10/julian-beevers-sidewalk-art/#comments</comments>
		<pubDate>Wed, 15 Oct 2008 21:09:54 +0000</pubDate>
		<dc:creator>Will</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[Art]]></category>
		<category><![CDATA[Chalk]]></category>

		<guid isPermaLink="false">http://www.itsananderson.com/?p=136</guid>
		<description><![CDATA[I came across the site of an amazing artist today. I&#8217;d seen some of his work before (online, not in person), but it never had any information about the author. He&#8217;s got some great pieces of work. Here are a couple of my favorites.
Waste of Water
Eiffel Tower Sand-Sculpture
The Pause That Refreshes

He&#8217;s also done art in [...]]]></description>
			<content:encoded><![CDATA[<p>I came across the site of an <a href="http://users.skynet.be/J.Beever/">amazing artist</a> today. I&#8217;d seen some of his work before (online, not in person), but it never had any information about the author. He&#8217;s got some great pieces of work. Here are a couple of my favorites.</p>
<p><a href="http://users.skynet.be/J.Beever/hosepipe.html">Waste of Water</a></p>
<p><a href="http://users.skynet.be/J.Beever/eiffel.html">Eiffel Tower Sand-Sculpture</a></p>
<p><a href="http://users.skynet.be/J.Beever/coke.html">The Pause That Refreshes</a><a href="http://users.skynet.be/J.Beever/postmod.htm"><br />
</a></p>
<p>He&#8217;s also done art in other media, but I personally think his chalk paintings are the best.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.itsananderson.com/2008/10/julian-beevers-sidewalk-art/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fall Break Plans</title>
		<link>http://www.itsananderson.com/2008/10/fall-break-plans/</link>
		<comments>http://www.itsananderson.com/2008/10/fall-break-plans/#comments</comments>
		<pubDate>Wed, 15 Oct 2008 19:22:09 +0000</pubDate>
		<dc:creator>Will</dc:creator>
				<category><![CDATA[Rose-Hulman]]></category>
		<category><![CDATA[Art]]></category>
		<category><![CDATA[Fall Break]]></category>
		<category><![CDATA[Pens]]></category>
		<category><![CDATA[Sleep]]></category>
		<category><![CDATA[Woot]]></category>

		<guid isPermaLink="false">http://www.itsananderson.com/?p=133</guid>
		<description><![CDATA[Fall Break officially begins at 5:10 today, and most students are off to visit friends and family. I of course don&#8217;t have to travel to see my family, so I instead will get a chance to catch up on the sleep I&#8217;ve lost over the past 6 weeks. Other things I plan to do over [...]]]></description>
			<content:encoded><![CDATA[<p>Fall Break officially begins at 5:10 today, and most students are off to visit friends and family. I of course don&#8217;t have to travel to see my family, so I instead will get a chance to catch up on the sleep I&#8217;ve lost over the past 6 weeks. Other things I plan to do over the break include work for IRPA, more development of my web hosting software, getting ahead in class reading/homework, and perhaps a little artwork.</p>
<p>Other bits of excitement&#8230; my parents are getting me a <a href="http://www.woot.com/Blog/ViewEntry.aspx?Id=6134">graphics tablet</a> from <a href="http://www.woot.com">WOOT</a> for my birthday, and I&#8217;m waiting on a 1 TB external hard drive which should arive in the next couple days. I also just purchased a set of <a href="http://www.dickblick.com/zz210/03/">Koh-I-Noor Rapidograph Technical Pens</a> which I can&#8217;t wait to try out. It should be an exciting 4 days <img src='http://www.itsananderson.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.itsananderson.com/2008/10/fall-break-plans/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rose-Hulman Ultimate Frisbee Tournament</title>
		<link>http://www.itsananderson.com/2008/10/rose-hulman-ultimate-frisbee-tournament/</link>
		<comments>http://www.itsananderson.com/2008/10/rose-hulman-ultimate-frisbee-tournament/#comments</comments>
		<pubDate>Mon, 13 Oct 2008 15:14:30 +0000</pubDate>
		<dc:creator>Will</dc:creator>
				<category><![CDATA[Rose-Hulman]]></category>
		<category><![CDATA[Frisbee]]></category>
		<category><![CDATA[Ultimate]]></category>

		<guid isPermaLink="false">http://www.itsananderson.com/?p=124</guid>
		<description><![CDATA[This past weekend Rose&#8217;s Ultimate Frisbee Team hosted an Ultimate Frisbee tournament. 10 teams participated in heated games that lasted two days. In the end, Rose&#8217;s &#8216;A&#8217; team beat Southern Illinois for the tournament title with a score of 12-10. I really enjoyed watching the tournament. Unfortunately, I enjoyed it so much that I forgot [...]]]></description>
			<content:encoded><![CDATA[<p>This past weekend Rose&#8217;s <a href="http://www.rose-hulman.edu/ufc/">Ultimate Frisbee Team</a> hosted an Ultimate Frisbee tournament. 10 teams participated in heated games that lasted two days. In the end, Rose&#8217;s &#8216;A&#8217; team beat Southern Illinois for the tournament title with a score of 12-10. I really enjoyed watching the tournament. Unfortunately, I enjoyed it so much that I forgot to take any pictures. Oh well, maybe I&#8217;ll get a chance in the spring.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.itsananderson.com/2008/10/rose-hulman-ultimate-frisbee-tournament/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rosie&#8217;s Homemade Bonfires!</title>
		<link>http://www.itsananderson.com/2008/10/rosies-homemade-bonfires/</link>
		<comments>http://www.itsananderson.com/2008/10/rosies-homemade-bonfires/#comments</comments>
		<pubDate>Tue, 07 Oct 2008 15:27:42 +0000</pubDate>
		<dc:creator>Will</dc:creator>
				<category><![CDATA[Rose-Hulman]]></category>
		<category><![CDATA[2008]]></category>
		<category><![CDATA[Bonfire]]></category>

		<guid isPermaLink="false">http://www.itsananderson.com/?p=104</guid>
		<description><![CDATA[Rose-Hulman is a school full of tradition. Last weekend we celebrated one of our greatest Homecoming traditions&#8230; the bonfire.
Freshman spend the week before homecoming constructing the bonfire out of about 5,000 railroad ties. It reaches 20-30 feet into the air and is crowned by an outhouse donated by someone in Terre Haute. Adding to the [...]]]></description>
			<content:encoded><![CDATA[<p>Rose-Hulman is a school full of tradition. Last weekend we celebrated one of our greatest Homecoming traditions&#8230; the bonfire.</p>
<p>Freshman spend the week before homecoming constructing the bonfire out of about 5,000 railroad ties. It reaches 20-30 feet into the air and is crowned by an outhouse donated by someone in Terre Haute. Adding to the excitement, the sophamores attempt throughout the week to tear down the bonfire. 8:00 pm until 8:00 am is &#8220;open season&#8221;, but they have to get past the freshman who are guarding the bonfire with their lives (well, at least with nerf guns and maple syrup).</p>
<p><span id="more-104"></span></p>
<p>After the pep rally on Friday, everyone heads over to the bonfire to watch a fireworks display (which is amazing) and then the moment everyone has been waiting for&#8230; the lighting of the bonfire.</p>
<p style="text-align: left;"><a href="http://www.itsananderson.com/blog/wp-content/uploads/2008/10/dsc00024.jpg"><img class="alignnone size-thumbnail wp-image-107" title="Fireworks 2" src="http://www.itsananderson.com/blog/wp-content/uploads/2008/10/dsc00024-150x150.jpg" alt="" width="145" height="136" /></a><a href="http://www.itsananderson.com/blog/wp-content/uploads/2008/10/dsc00021.jpg"> <img class="alignnone size-medium wp-image-106" title="Fireworks 1" src="http://www.itsananderson.com/blog/wp-content/uploads/2008/10/dsc00021-800x600.jpg" alt="" width="169" height="134" /></a><a href="http://www.itsananderson.com/blog/wp-content/uploads/2008/10/dsc00025.jpg"> <img class="alignnone size-thumbnail wp-image-108" title="dsc00025" src="http://www.itsananderson.com/blog/wp-content/uploads/2008/10/dsc00025-150x150.jpg" alt="" width="144" height="133" /></a></p>
<p><a href="http://www.itsananderson.com/blog/wp-content/uploads/2008/10/dsc00028.jpg"><img class="alignnone size-thumbnail wp-image-109" title="dsc00028" src="http://www.itsananderson.com/blog/wp-content/uploads/2008/10/dsc00028-150x150.jpg" alt="" width="150" height="150" /></a><a href="http://www.itsananderson.com/blog/wp-content/uploads/2008/10/dsc00029.jpg"> <img class="alignnone size-thumbnail wp-image-110" title="dsc00029" src="http://www.itsananderson.com/blog/wp-content/uploads/2008/10/dsc00029-150x150.jpg" alt="" width="150" height="150" /></a></p>
<p>The fencing club decided to have some fun (it&#8217;s unfortunately hard to see here, but they&#8217;re fencing with fire brands).</p>
<p><a href="http://www.itsananderson.com/blog/wp-content/uploads/2008/10/swardfight.jpg"><img class="alignnone size-thumbnail wp-image-111" title="swardfight" src="http://www.itsananderson.com/blog/wp-content/uploads/2008/10/swardfight-150x150.jpg" alt="" width="150" height="150" /></a></p>
<p>Finally, &#8220;shiny guy&#8221; cooked us some marshmallows in the blaze.</p>
<p>EDIT: Turns out &#8220;shiny guy&#8221; is Daniel Sing, a grad student.</p>
<p><a href="http://www.itsananderson.com/blog/wp-content/uploads/2008/10/dsc00035.jpg"><img class="alignnone size-thumbnail wp-image-112" title="dsc00035" src="http://www.itsananderson.com/blog/wp-content/uploads/2008/10/dsc00035-150x150.jpg" alt="" width="150" height="150" /></a></p>
<p><a href="http://www.youtube.com/watch?v=xhHB6XiMkaY">Watch him on YouTube<br />
</a></p>
<p>I question the sanity of putting a bunch of engineers and scientists near so much fire, but the event ended safely and everyone had a good time (nobody did anything too stupid).</p>
<p>Now I can&#8217;t wait until next year&#8230; when I get to give the new freshman a hard time!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.itsananderson.com/2008/10/rosies-homemade-bonfires/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>The Once and Future Web</title>
		<link>http://www.itsananderson.com/2008/09/the-once-and-future-web/</link>
		<comments>http://www.itsananderson.com/2008/09/the-once-and-future-web/#comments</comments>
		<pubDate>Fri, 26 Sep 2008 20:15:03 +0000</pubDate>
		<dc:creator>Will</dc:creator>
				<category><![CDATA[Rose-Hulman]]></category>
		<category><![CDATA[Bebo White]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.itsananderson.com/?p=85</guid>
		<description><![CDATA[I had the opportunity to hear a lecture by Bebo White during his visit to Campus. He is known as &#8220;America&#8217;s First Webmaster&#8221;, so he&#8217;s got a lot of interesting stories to tell about the history of the World Wide Web.
He discussed some of the challenges of the web, and shared some of his thoughts [...]]]></description>
			<content:encoded><![CDATA[<p>I had the opportunity to hear a lecture by <a title="Bebo's Home Page" href="http://www.bebowhite.com/">Bebo White</a> during his visit to Campus. He is known as &#8220;America&#8217;s First Webmaster&#8221;, so he&#8217;s got a lot of interesting stories to tell about the history of the World Wide Web.</p>
<p><span id="more-85"></span>He discussed some of the challenges of the web, and shared some of his thoughts on how the web will change in the future. It was an excellent time, with lots if interesting anecdotes and an informative question and answer time.</p>
<p>Here&#8217;s a picture if the lecture. Unfortunately, my phone doesn&#8217;t take very good pictures if the subject is more than a few yards away, so this one didn&#8217;t turn out very well. One of these days I&#8217;m actually going to purchase a real camera!</p>
<p><a href="http://www.itsananderson.com/blog/wp-content/uploads/2008/09/bebotalk.jpg"><img class="size-medium wp-image-90 alignnone" title="Bebo Begins His Lecture" src="http://www.itsananderson.com/blog/wp-content/uploads/2008/09/bebotalk-800x532.jpg" alt="Bebo Begins His Lecture" width="480" height="319" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.itsananderson.com/2008/09/the-once-and-future-web/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sidewalk Chalk Day</title>
		<link>http://www.itsananderson.com/2008/09/sidewalk-chalk-day/</link>
		<comments>http://www.itsananderson.com/2008/09/sidewalk-chalk-day/#comments</comments>
		<pubDate>Wed, 24 Sep 2008 22:26:23 +0000</pubDate>
		<dc:creator>Will</dc:creator>
				<category><![CDATA[Rose-Hulman]]></category>
		<category><![CDATA[Chalk]]></category>
		<category><![CDATA[Sidewalk]]></category>

		<guid isPermaLink="false">http://www.itsananderson.com/?p=80</guid>
		<description><![CDATA[Yesterday was sidewalk chalk day on campus. Following a tradition which started sometime in the distant past, students can pause between classes and do some chalk art on the many sidewalks crossing the Quad. A slightly newer tradition, started two years ago, is to write an irrational number to an insane number of digits.

The first [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday was sidewalk chalk day on campus. Following a tradition which started sometime in the distant past, students can pause between classes and do some chalk art on the many sidewalks crossing the Quad. A slightly newer tradition, started two years ago, is to write an irrational number to an insane number of digits.</p>
<p><span id="more-80"></span></p>
<p>The first year, the guy who started it all wrote out <a href="http://en.wikipedia.org/wiki/Pi">Pi</a>. He began in the Quad, went around the lake behind the Chapel, and finally went off the dock (if you&#8217;re not familiar with campus, that&#8217;s a LOT of numbers!). Last year, he did <a href="http://en.wikipedia.org/wiki/E_(mathematical_constant)">e</a>. This year he wrote out <a href="http://en.wikipedia.org/wiki/Golden_ratio">Phi</a> to 10,811 digits. I joined in the fun and wrote out root 2 to 2,226 digits.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.itsananderson.com/2008/09/sidewalk-chalk-day/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Its An Anderson &#8211; Calendar</title>
		<link>http://www.itsananderson.com/2008/09/its-an-anderson-calendar/</link>
		<comments>http://www.itsananderson.com/2008/09/its-an-anderson-calendar/#comments</comments>
		<pubDate>Tue, 16 Sep 2008 04:10:53 +0000</pubDate>
		<dc:creator>Will</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Calendar]]></category>
		<category><![CDATA[It's An Anderson]]></category>

		<guid isPermaLink="false">http://www.itsananderson.com/2008/09/its-an-anderson-calendar/</guid>
		<description><![CDATA[So Google&#8217;s got a cool program that synchronizes your Outlook Calender with your Google Calender. I installed it, so now you can see my class/work/church schedule online. The only complaint I have is that Google Calenders apparently doesn&#8217;t support different colors for different events. Maybe it&#8217;s something they&#8217;re still working on. Anyway, the settings should [...]]]></description>
			<content:encoded><![CDATA[<p>So Google&#8217;s got a cool program that synchronizes your Outlook Calender with your Google Calender. I installed it, so now you can see my class/work/church schedule online. The only complaint I have is that Google Calenders apparently doesn&#8217;t support different colors for different events. Maybe it&#8217;s something they&#8217;re still working on. Anyway, the settings should allow anyone to see the calender.</p>
<p><a href="http://www.google.com/calendar/hosted/itsananderson.com/embed?src=will%40itsananderson.com&amp;ctz=America/New_York">Its An Anderson &#8211; Calendar</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.itsananderson.com/2008/09/its-an-anderson-calendar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Freedom of Religion or Freedom from Religion?</title>
		<link>http://www.itsananderson.com/2008/09/freedom-of-religion-or-freedom-from-religion/</link>
		<comments>http://www.itsananderson.com/2008/09/freedom-of-religion-or-freedom-from-religion/#comments</comments>
		<pubDate>Tue, 09 Sep 2008 16:20:17 +0000</pubDate>
		<dc:creator>Will</dc:creator>
				<category><![CDATA[Religion]]></category>
		<category><![CDATA[Ethics]]></category>

		<guid isPermaLink="false">http://www.itsananderson.com/?p=67</guid>
		<description><![CDATA[Glancing through the New York Times today, I noticed an ad who&#8217;s title read &#8220;Imagine a World Free From Religion&#8221;. That got my attention a little so I paused to read some more. Below the heading a picture of New York City (taken before the 9/11 attacks) was displayed. The implied message? A world without [...]]]></description>
			<content:encoded><![CDATA[<p>Glancing through the New York Times today, I noticed an ad who&#8217;s title read &#8220;Imagine a World Free From Religion&#8221;. That got my attention a little so I paused to read some more. Below the heading a picture of New York City (taken before the 9/11 attacks) was displayed. The implied message? A world without religion is a world without war and terror. The ad then went on describe the &#8220;growing threat of religious fanaticism here at home&#8221;. Beyond wondering whether pastors across our nation would agree with the claim that religious fanaticism is on the rise, I sense that the authors of this ad feel that anyone who is crazy enough to disagree with someone about whether God exists is crazy enough to blow up a building. It&#8217;s like someone who feels they were given the wrong change at the supermarket. Whether they are right or wrong, they&#8217;re probably not going to stab the sales clerk just because they disagree!</p>
<p><span id="more-67"></span></p>
<p>Another big claim they made is that our country was founded on the principles of freedom from God and freedom from religion. Funny, but I always thought it was Freedom OF Religion! They ask the reader to help them &#8220;shore up Jefferson&#8217;s battered &#8216;wall of seperation between church and state&#8217; &#8220;. I wonder if they&#8217;ve actually read <a title="Thomas Jefferson's Letter Requesting Protection of the Church from the State" href="http://www.usconstitution.net/jeffwall.html">Jefferson&#8217;s letter</a>. I wonder what he would have thought of the lengths people have gone to twist his words to mean the very opposite of what he was trying to do.</p>
<p>The last thing I want to point out (I could go on for quite a while) is that they bash faith based services in the community. They claim these are destructive to our culture and should be &#8220;legally challenged&#8221;. I wonder which part of the <a title="News Article About Faith Based Prisons" href="http://www.usatoday.com/news/religion/2007-10-13-prisons_N.htm">faith based prisons</a> (for example) they have issues with. Is it the reduced violence and trouble-making, or maybe the reduction in tax payer costs. Whichever part they&#8217;re against, I&#8217;m certainly glad they&#8217;re working so hard to make this country a better place to live.</p>
<p>Note: I feel it would be giving too much credit to the foundation that funded this ad if I put a link to their site on this post, but on the other hand, it would also be wrong not to let you see the other side of the argument. If you&#8217;d like to see what they have to say, search &#8220;The Freedom From Religion Foundation&#8221; on Google (or Yahoo, or whatever) and their site will be the first to come up.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.itsananderson.com/2008/09/freedom-of-religion-or-freedom-from-religion/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Turn off the Language Bar</title>
		<link>http://www.itsananderson.com/2008/09/turn-off-language-bar/</link>
		<comments>http://www.itsananderson.com/2008/09/turn-off-language-bar/#comments</comments>
		<pubDate>Sat, 06 Sep 2008 05:14:31 +0000</pubDate>
		<dc:creator>Will</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows XP]]></category>

		<guid isPermaLink="false">http://www.itsananderson.com/2008/09/paul-stubbs-turn-off-the-language-bar/</guid>
		<description><![CDATA[Ever get annoyed by that language bar that comes back every time you log into your computer? I certainly have, but I recently found this article about how to keep it from automatically loading. Of course, if you actually need it for something, don&#8217;t remove it!
Paul Stubbs : Turn off the Language Bar.
]]></description>
			<content:encoded><![CDATA[<p>Ever get annoyed by that language bar that comes back every time you log into your computer? I certainly have, but I recently found this article about how to keep it from automatically loading. Of course, if you actually need it for something, don&#8217;t remove it!</p>
<p><a href="http://blogs.msdn.com/pstubbs/archive/2005/02/22/378195.aspx">Paul Stubbs : Turn off the Language Bar</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.itsananderson.com/2008/09/turn-off-language-bar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mechanical Pencils</title>
		<link>http://www.itsananderson.com/2008/09/mechanical-pencils/</link>
		<comments>http://www.itsananderson.com/2008/09/mechanical-pencils/#comments</comments>
		<pubDate>Fri, 05 Sep 2008 23:49:52 +0000</pubDate>
		<dc:creator>Will</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Pencils]]></category>

		<guid isPermaLink="false">http://www.itsananderson.com/?p=57</guid>
		<description><![CDATA[I received my mechanical pencils today. With twelve pencils for about 30 dollars, it&#8217;s quite a deal (compared to normal store prices). I&#8217;ll also probably not run out any time soon! Here&#8217;s a picture of them. I love the new silvery white color!

Anyway, I&#8217;m sort of geeky when it comes to pencils (and a lot [...]]]></description>
			<content:encoded><![CDATA[<p>I received my mechanical pencils today. With twelve pencils for about 30 dollars, it&#8217;s quite a deal (compared to normal store prices). I&#8217;ll also probably not run out any time soon! Here&#8217;s a picture of them. I love the new silvery white color!</p>
<p style="text-align: center;"><a href="http://www.itsananderson.com/blog/wp-content/uploads/2008/09/pencils.jpg"><img class="aligncenter size-full wp-image-59" title="pencils" src="http://www.itsananderson.com/blog/wp-content/uploads/2008/09/pencils.jpg" alt="" width="450" height="338" /></a></p>
<p style="text-align: left;">Anyway, I&#8217;m sort of geeky when it comes to pencils (and a lot of other things) but at least it keeps me off the streets!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.itsananderson.com/2008/09/mechanical-pencils/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Classes Starting</title>
		<link>http://www.itsananderson.com/2008/09/classes-starting/</link>
		<comments>http://www.itsananderson.com/2008/09/classes-starting/#comments</comments>
		<pubDate>Thu, 04 Sep 2008 03:06:04 +0000</pubDate>
		<dc:creator>Will</dc:creator>
				<category><![CDATA[Rose-Hulman]]></category>
		<category><![CDATA[Classes]]></category>
		<category><![CDATA[College]]></category>
		<category><![CDATA[Freshman]]></category>

		<guid isPermaLink="false">http://www.itsananderson.com/?p=54</guid>
		<description><![CDATA[Tomorrow is the day! Freshman classes will officially begin. Of course most of it will be no different than before, but I&#8217;ll have a much heavier load, plus I&#8217;m working 2-3 times as much this year than last year. It promises to be an interesting year!
I purchased books yesterday for about $660. Fortunately most of [...]]]></description>
			<content:encoded><![CDATA[<p>Tomorrow is the day! Freshman classes will officially begin. Of course most of it will be no different than before, but I&#8217;ll have a much heavier load, plus I&#8217;m working 2-3 times as much this year than last year. It promises to be an interesting year!</p>
<p><span id="more-54"></span>I purchased books yesterday for about $660. Fortunately most of them will be good for a couple classes, so next term I&#8217;ll probably only have to spend about $100 or so.</p>
<p>I&#8217;m taking Differential Equations 1, Discrete and Combinatorial Algebra 1 (kinda cool, my dad was one of the technical editors for the textbook), Physics 1, and Intro to Logic Design. I&#8217;ve also got college and life skills, but it won&#8217;t take nearly as much of my time as the other courses.</p>
<p>I plan to put up my class/work schedule for anyone who cares. It might go on my Rose-Hulman page though, we&#8217;ll see.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.itsananderson.com/2008/09/classes-starting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Feel the Power</title>
		<link>http://www.itsananderson.com/2008/09/feel-the-power/</link>
		<comments>http://www.itsananderson.com/2008/09/feel-the-power/#comments</comments>
		<pubDate>Mon, 01 Sep 2008 22:07:14 +0000</pubDate>
		<dc:creator>Will</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Freshman]]></category>
		<category><![CDATA[Laptop]]></category>
		<category><![CDATA[Orientation]]></category>
		<category><![CDATA[Power]]></category>
		<category><![CDATA[Rose-Hulman]]></category>

		<guid isPermaLink="false">http://www.itsananderson.com/?p=45</guid>
		<description><![CDATA[Today was the day! We finally received our laptop computers. These babies have 4 gigs of memory (hehe, watch out blender!) and a 120 gig hard drive (not wonderful, but an improvement over my old laptop which had only 80 Gigs).

When I first booted, it took only about 2 minutes (even with the first time [...]]]></description>
			<content:encoded><![CDATA[<p>Today was the day! We finally received our laptop computers. These babies have 4 gigs of memory (hehe, watch out blender!) and a 120 gig hard drive (not wonderful, but an improvement over my old laptop which had only 80 Gigs).</p>
<p><span id="more-45"></span></p>
<p>When I first booted, it took only about 2 minutes (even with the first time configuration and everything). Now it boots even faster. Here are some changes since the previous model.</p>
<ul>
<li>Improved &#8220;Dashboard&#8221;Rather than the clunky buttons to control the wireless adapter and the sound, the new computers have light sensors (way cool!) so you just place your finger on them to change things (and the volume control is a light sensing slider (again, way cool!).</li>
<li>Added portsThere are now 4 USB ports rather than just 3. Though not often an issue, I have had occasion to wish I had more than three ports. Now it won&#8217;t be as much of an issue.<br />
This model also includes an HDMI port, which could be useful for connecting to a (super) bug screen.<br />
It&#8217;s interesting to note that this model doesn&#8217;t include the serial port, but I no longer have the only device I ever used this with, so that&#8217;s not a problem.</li>
<li>Different speaker locationWhile I&#8217;m not sure whether to call this a feature or a problem, the speaker is now on the front of the machine, rather than beside the keyboard. I&#8217;m not sure the sound will be as good because of this, but it allows for a larger keyboard and it&#8217;s also less likely to get clogged with grime.</li>
</ul>
<p>Overall, the computing power is truly amazing. I&#8217;m now ready for classes to begin.</p>
<p>I also met with my freshman adviser today and finished registering for classes. I&#8217;ve got mostly morning classes, with ECE130 in the after noon. Hopefully this will let me do homework and my work at Ventures in the afternoon and then work for Noble Romans and IRPA in the evening. With 17 credit hours of classes (if you count college and life skills <img src='http://www.itsananderson.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  ) and 30+ hours of work a week, this promises to be a busy term.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.itsananderson.com/2008/09/feel-the-power/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Freshman Orientation</title>
		<link>http://www.itsananderson.com/2008/08/freshman-orientation/</link>
		<comments>http://www.itsananderson.com/2008/08/freshman-orientation/#comments</comments>
		<pubDate>Sun, 31 Aug 2008 01:49:00 +0000</pubDate>
		<dc:creator>Will</dc:creator>
				<category><![CDATA[Rose-Hulman]]></category>
		<category><![CDATA[Freshman]]></category>
		<category><![CDATA[Orientation]]></category>

		<guid isPermaLink="false">http://www.itsananderson.com/?p=37</guid>
		<description><![CDATA[&#8220;And in a fury of motivation, he began writing posts like, every day&#8221;&#8230; Actually, I&#8217;ve just got a lot more time on my hands since I&#8217;m not working (as much) and school hasn&#8217;t started yet. (In other words, don&#8217;t expect this pattern to continue for very long!)
Freshman orientation began yesterday. So far the activities have [...]]]></description>
			<content:encoded><![CDATA[<p>&#8220;And in a fury of motivation, he began writing posts like, every day&#8221;&#8230; Actually, I&#8217;ve just got a lot more time on my hands since I&#8217;m not working (as much) and school hasn&#8217;t started yet. (In other words, don&#8217;t expect this pattern to continue for very long!)</p>
<p>Freshman orientation began yesterday. So far the activities have been enjoyable.</p>
<p><span id="more-37"></span></p>
<p>Probably the most fun thing we&#8217;ve done is play bingo with the squares being things one of the other 400 people has done (or can do). The squares had things like &#8220;Been to at least three continents&#8221; and &#8220;can juggle&#8221;.</p>
<p>The most informative activity so far has been the CSI session. The Vigo County Coroner talked about the differences between the CSI TV shows and what really happens at a forensics lab.  The talk was quite interesting and enjoyable (though not for the faint of heart. He had many graphic images and gory stories to share).</p>
<p>I&#8217;ve also been able to meet lots of people, which has been fun.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.itsananderson.com/2008/08/freshman-orientation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Too many cooks?</title>
		<link>http://www.itsananderson.com/2008/08/too-many-cooks/</link>
		<comments>http://www.itsananderson.com/2008/08/too-many-cooks/#comments</comments>
		<pubDate>Fri, 29 Aug 2008 18:52:07 +0000</pubDate>
		<dc:creator>Will</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[Flight of the Bumble Bee]]></category>
		<category><![CDATA[Youtube]]></category>

		<guid isPermaLink="false">http://www.itsananderson.com/?p=33</guid>
		<description><![CDATA[Actually, it&#8217;s musicians, and I don&#8217;t think they spoiled the soup.
Check out this amazing rendition of &#8220;The Flight of the Bumblebee&#8220;.
]]></description>
			<content:encoded><![CDATA[<p>Actually, it&#8217;s musicians, and I don&#8217;t think they spoiled the soup.</p>
<p>Check out this amazing rendition of &#8220;<a title="The Flight of the Bumblebee" href="http://www.youtube.com/watch?v=xXHd-ZLN_ew&amp;NR=1">The Flight of the Bumblebee</a>&#8220;.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.itsananderson.com/2008/08/too-many-cooks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Decade of Excellence</title>
		<link>http://www.itsananderson.com/2008/08/decade-of-excellence/</link>
		<comments>http://www.itsananderson.com/2008/08/decade-of-excellence/#comments</comments>
		<pubDate>Fri, 29 Aug 2008 02:48:04 +0000</pubDate>
		<dc:creator>Will</dc:creator>
				<category><![CDATA[Rose-Hulman]]></category>
		<category><![CDATA[Awards]]></category>
		<category><![CDATA[US News]]></category>

		<guid isPermaLink="false">http://www.itsananderson.com/?p=30</guid>
		<description><![CDATA[It was announced about a week ago (I&#8217;ve been too busy to post about it then) that Rose-Hulman has been voted the #1 undergraduate engineering college in the country (through a survey sponsored by U.S. News and World Report). This is the tenth year in a row that we&#8217;ve achieved this honor. It has been [...]]]></description>
			<content:encoded><![CDATA[<p>It was announced about a week ago (I&#8217;ve been too busy to post about it then) that <a title="Rose-Hulman" href="http://www.rose-hulman.edu/">Rose-Hulman</a> has been voted the #1 undergraduate engineering college in the country (through a survey sponsored by <a title="U.S. News Web Site" href="http://www.usnews.com/">U.S. News and World Report</a>). This is the tenth year in a row that we&#8217;ve achieved this honor. It has been referred to as a decade of excellence.</p>
<p>You can read more about this in the <a title="Rose-Hulman Ranks #1" href="http://www.rose-hulman.edu/news/articles/usnews2009.htm">Rose-Hulman news article</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.itsananderson.com/2008/08/decade-of-excellence/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A List Apart 2008 Survey</title>
		<link>http://www.itsananderson.com/2008/07/a-list-apart-2008-survey/</link>
		<comments>http://www.itsananderson.com/2008/07/a-list-apart-2008-survey/#comments</comments>
		<pubDate>Wed, 30 Jul 2008 23:54:06 +0000</pubDate>
		<dc:creator>Will</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[2008]]></category>
		<category><![CDATA[A List Apart]]></category>
		<category><![CDATA[Survey]]></category>

		<guid isPermaLink="false">http://www.itsananderson.com/?p=26</guid>
		<description><![CDATA[I just finished taking A List Apart&#8217;s 2008 web developer survey. If you&#8217;re a web developer in any capacity, you should head on over and take it yourself  

]]></description>
			<content:encoded><![CDATA[<p>I just finished taking A List Apart&#8217;s 2008 web developer survey. If you&#8217;re a web developer in any capacity, you should head on over and take it yourself <img src='http://www.itsananderson.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="http://alistapart.com/articles/survey2008"><img class="alignleft" title="I Took A List Aparts 2008 Survey, You Should Too!" src="http://aneventapart.com/webdesignsurvey/templates/ala/images/i-took-the-2008-survey.gif" alt="" width="180" height="46" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.itsananderson.com/2008/07/a-list-apart-2008-survey/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Summer Cleaning</title>
		<link>http://www.itsananderson.com/2008/07/summer-cleaning/</link>
		<comments>http://www.itsananderson.com/2008/07/summer-cleaning/#comments</comments>
		<pubDate>Thu, 17 Jul 2008 04:00:08 +0000</pubDate>
		<dc:creator>Will</dc:creator>
				<category><![CDATA[It's An Anderson]]></category>
		<category><![CDATA[Themes]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.itsananderson.com/?p=18</guid>
		<description><![CDATA[I&#8217;ve finally done some of the work on this WordPress template that I wanted to do. The graphics look clearer now, and are also a bit more optimized, taking less time to download.

I hope to get a chance to do some more work on it soon, but with my many commitments, it&#8217;s really hard to find [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve finally done some of the work on this WordPress template that I wanted to do. The graphics look clearer now, and are also a bit more optimized, taking less time to download.</p>
<p><span id="more-18"></span></p>
<p>I hope to get a chance to do some more work on it soon, but with my many commitments, it&#8217;s really hard to find time to even post, much less develop the theme.</p>
<p>I&#8217;m having my wisdom teeth removed this coming Friday, so maybe if I&#8217;m feeling up to it, I can do some more work on the site while I&#8217;m recovering (no promises though <img src='http://www.itsananderson.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  )</p>
]]></content:encoded>
			<wfw:commentRss>http://www.itsananderson.com/2008/07/summer-cleaning/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>CSS Rollover Fun</title>
		<link>http://www.itsananderson.com/2008/04/css-rollover-fun/</link>
		<comments>http://www.itsananderson.com/2008/04/css-rollover-fun/#comments</comments>
		<pubDate>Thu, 24 Apr 2008 19:33:37 +0000</pubDate>
		<dc:creator>Will</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Rollover]]></category>

		<guid isPermaLink="false">http://javayahtzee.tfcph.com/blog/?p=10</guid>
		<description><![CDATA[The goal of this tutorial is to find a way to allow images to be shown with rollovers without the use of Java Script. View the final example here.

The basics of this trick are as follows.
First we need our HTML to work off of.
[html]
&#60;a href=&#8221;#&#8221; class=&#8221;rollover&#8221;&#62;
Javayahtzee Icon
&#60;img src=&#8221;http://www.itsananderson.com/blog/wp-content/uploads/2008/04/av-1199.png&#8221;&#62;
&#60;/a&#62;
[/html]
Of course, if this were a real world [...]]]></description>
			<content:encoded><![CDATA[<p>The goal of this tutorial is to find a way to allow images to be shown with rollovers <strong>without</strong> the use of Java Script. View the final example <a href="http://www.itsananderson.com/blog/wp-content/uploads/2008/04/fancyrollover.html">here</a>.</p>
<p><span id="more-10"></span></p>
<p>The basics of this trick are as follows.</p>
<p>First we need our HTML to work off of.<br />
[html]<br />
&lt;a href=&#8221;#&#8221; class=&#8221;rollover&#8221;&gt;<br />
Javayahtzee Icon<br />
&lt;img src=&#8221;http://www.itsananderson.com/blog/wp-content/uploads/2008/04/av-1199.png&#8221;&gt;<br />
&lt;/a&gt;<br />
[/html]<br />
Of course, if this were a real world situation, the link would most likely point to a real place (like the user profile or something), but for now we&#8217;ll leave it at this.</p>
<p>Now for the CSS. First we&#8217;ll make the link color gray. There&#8217;s no real reason for this besides the fact that I want to do so.<br />
[css]<br />
a.rollover{<br />
color: #777;<br />
}<br />
[/css]<br />
we want to hide the image unless the link is being hovered over.<br />
[css]<br />
a.rollover:link img{<br />
display: none;<br />
}<br />
[/css]<br />
and finally we show it (and set its position to absolute) if the link cursor is moved over the mouse.<br />
[css]<br />
a.rollover:hover img{<br />
display: block;<br />
position: absolute;<br />
left: 10px;<br />
top: 1ex;<br />
border: 0;<br />
}<br />
[/css]<br />
we have effectively made the image visible again, made its position absolute (we explicitly place it), given the coordinates of its top left corner, and set it&#8217;s border to 0.</p>
<p>the complete html code follows.<br />
[html]<br />
&lt;html&gt;<br />
&lt;head&gt;<br />
&lt;style type=&#8221;text/css&#8221;&gt;<br />
a:link{<br />
color: #777;<br />
}<br />
a.rollover img{<br />
display: none;<br />
}<br />
a.rollover:hover img{<br />
display: block;<br />
position: absolute;<br />
top: 1ex;<br />
left: 10px;<br />
border: 0;<br />
}<br />
&lt;/style&gt;<br />
&lt;title&gt;Fancy Rollovers&lt;/title&gt;<br />
&lt;/head&gt;<br />
 &lt;body&gt;<br />
 &lt;p&gt;<br />
 &lt;a href=&#8221;#&#8221; class=&#8221;rollover&#8221;&gt;<br />
Javayahtzee Icon<br />
&lt;img src=&#8221;http://www.itsananderson.com/blog/wp-content/uploads/2008/04/av-1199.png&#8221;&gt;<br />
&lt;/a&gt;<br />
&lt;/p&gt;<br />
&lt;/body&gt;<br />
&lt;/html&gt;<br />
[/html]<br />
I hope this article is helpful to someone!<br />
-Will Anderson</p>
]]></content:encoded>
			<wfw:commentRss>http://www.itsananderson.com/2008/04/css-rollover-fun/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>You Gotta See It!</title>
		<link>http://www.itsananderson.com/2008/04/you-gotta-see-it/</link>
		<comments>http://www.itsananderson.com/2008/04/you-gotta-see-it/#comments</comments>
		<pubDate>Mon, 21 Apr 2008 04:15:48 +0000</pubDate>
		<dc:creator>Will</dc:creator>
				<category><![CDATA[Religion]]></category>
		<category><![CDATA[Expelled]]></category>
		<category><![CDATA[Movies]]></category>

		<guid isPermaLink="false">http://javayahtzee.tfcph.com/blog/?p=9</guid>
		<description><![CDATA[I saw a really good show last Friday. It is titled “Expelled” and is a documentary about the systematic banning and persecution of scientists who believe that ID is a good answer to the question of our world’s beginnings.

I would recommend this video to anyone. I think it’s especially good for believers who think we [...]]]></description>
			<content:encoded><![CDATA[<p>I saw a really good show last Friday. It is titled “Expelled” and is a documentary about the systematic banning and persecution of scientists who believe that <acronym title="Intelligent Design">ID</acronym> is a good answer to the question of our world’s beginnings.</p>
<p><span id="more-9"></span></p>
<p>I would recommend this video to anyone. I think it’s especially good for believers who think we are living in “blind” faith.</p>
<p>Several questions I have been asked by agnostics and atheists were answered in this fascinating movie. The director showed the links between Darwinism, Nazi beliefs, and Planned Parenthood. Without a doubt, it is the best show I’ve seen in a long time. As my pastor said, “It lacks a chase scene, ill clad women and the staple, obligatory profanity.” He went on to explain that every believer should see this, because it is a “wake up call” to those of us who are now sitting back and doing nothing. We need to stand up for what we believe in and be willing to do the research necessary to defend what we stand for.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.itsananderson.com/2008/04/you-gotta-see-it/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
