<?xml version="1.0" encoding="US-ASCII" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">

	<channel>
		
		<title>a.noyes - The Personal Web Blog of Andrew Noyes</title>
		<atom:link href="http://www-personal.umd.umich.edu/~aknoyes/rss.xml" rel="self" type="application/rss+xml" />
		<link>http://www-personal.umd.umich.edu/~aknoyes/</link>
		<description>My name is Andrew and I am a self-taught web development hobbyist from Dearborn Heights, Michigan.</description>
		<category>Web Development</category>
		<language>en-us</language>
		<lastBuildDate>Fri, 1 May 2009 23:15:00 EST</lastBuildDate>
		
		<item>
			<title>JavaScript Include on GitHub</title>
			<link>http://www-personal.umd.umich.edu/~aknoyes/articles/2009/04/include.php</link>
			<guid isPermaLink="true">http://www-personal.umd.umich.edu/~aknoyes/</guid>
			<author>aknoyes@umd.umich.edu (Andrew Noyes)</author>
			<pubDate>Fri, 1 May 2009 21:18:00 EST</pubDate>
			<description>In my previous post, I pasted a gist link to a script I wrote for JavaScript to dynamically include JavaScript files on the fly, from the script code itself. I have since created a repository on GitHub for the project. You can find documentation, suggest additions, and we can talk about working collaboratively on the project if you're interested.</description>
		</item>
		
		<item>
			<title>JavaScript Module Loader</title>
			<link>http://www-personal.umd.umich.edu/~aknoyes/articles/2009/04/include.php</link>
			<guid isPermaLink="true">http://www-personal.umd.umich.edu/~aknoyes/articles/2009/04/include.php</guid>
			<author>aknoyes@umd.umich.edu (Andrew Noyes)</author>
			<pubDate>Mon, 27 Apr 2009 11:55:00 EST</pubDate>
			<description>I've been working on a simple module loader lately because I want something more flexible than JSModule, and allows me to write modules that are more portable as well. As a result, I've cooked up this module loader that you can use as well.</description>
		</item>
		
		<item>
			<title>Classical Object-Oriented Programming in JavaScript</title>
			<link>http://www-personal.umd.umich.edu/~aknoyes/articles/2009/04/classical-oop-in-javascript.php</link>
			<guid isPermaLink="true">http://www-personal.umd.umich.edu/~aknoyes/articles/2009/04/classical-oop-in-javascript.php</guid>
			<author>aknoyes@umd.umich.edu (Andrew Noyes)</author>
			<pubDate>Tue, 7 Apr 2009 12:00:00 EST</pubDate>
			<description>Prototypal inheritance is a confusing subject for programmers who are used to the Classical approach to creating objects in other programming languages, like Java and C++. In addition, most other programming languages used on the web, like PHP and Python, also use Classical OOP.</description>
		</item>
		
		<item>
			<title>Things Launches Tomorrow</title>
			<link>http://www-personal.umd.umich.edu/~aknoyes/2009/01/things-launches-tomorrow.php</link>
			<guid isPermaLink="true">http://www-personal.umd.umich.edu/~aknoyes/articles/2009/01/things-launches-tomorrow.php</guid>
			<author>aknoyes@umd.umich.edu (Andrew Noyes)</author>
			<pubDate>Mon, 5 Jan 2009 23:15:00 EST</pubDate>
			<description>Things has been in testing since December 2007. I've been using the beta version since May 2007, and it quickly became one of my core applications, and one of the most important in my day. No more jotting things (hehe) down on a pad of paper only to have to dredge through the piles of notes I take, trying to find it later. I'm not a particularly organized person, so having software that does all the organizational work for me is a must.</description>
		</item>
		
		<item>
			<title>Now With More Wufoo</title>
			<link>http://www-personal.umd.umich.edu/~aknoyes/articles/2008/12/now-with-more-wufoo.php</link>
			<guid isPermaLink="true">http://www-personal.umd.umich.edu/~aknoyes/articles/2008/12/now-with-more-wufoo.php</guid>
			<author>aknoyes@umd.umich.edu (Andrew Noyes)</author>
			<pubDate>Sat, 27 Dec 2008 00:55:00 EST</pubDate>
			<description>I've been working on a lot of projects at work and not a single one of them has seen the light of day. However, I've decided to take a shortcut on the Service Form that I've spent some time working with and instead use Wufoo, an HTML Form generator. I've been fascinated with just how versatile and easy to use Wufoo is.</description>
		</item>
		
		<item>
			<title>MacRabbit Espresso</title>
			<link>http://www-personal.umd.umich.edu/~aknoyes/articles/2008/10/macrabbit-espresso.php</link>
			<guid isPermaLink="true">http://www-personal.umd.umich.edu/~aknoyes/articles/2008/10/macrabbit-espresso.php</guid>
			<author>aknoyes@umd.umich.edu (Andrew Noyes)</author>
			<pubDate>Wed, 22 Oct 2008 12:58:00 EST</pubDate>
			<description>Belgian Macintosh software developers MacRabbit are working on a new web development application called Espresso. It is going to occupy roughly the same space as Panic's Coda, which is highly praised for its one-window web development workflow. Coda may finally have some serious competition on the grounds it paved.</description>
		</item>
		
		<item>
			<title>Styled Links with only CSS</title>
			<link>http://www-personal.umd.umich.edu/~aknoyes/articles/2008/08/styled-links-with-only-css.php</link>
			<guid isPermaLink="true">http://www-personal.umd.umich.edu/~aknoyes/articles/2008/08/styled-links-with-only-css.php</guid>
			<author>aknoyes@umd.umich.edu (Andrew Noyes)</author>
			<pubDate>Mon, 25 Aug 2008 19:56:00 EST</pubDate>
			<description>A very common, but neat CSS trick is styling outbound links with an icon next to them. On this very site, you will see that every single link that links to a page outside of this site has an arrow icon next to it to indicate that you are leaving my site. This method, while unsupported in some older, non-compliant browsers, is a much more elegant solution than looping through every anchor object on the page using a JavaScript function. In theory, it actually works much the same as JavaScript, although requiring much less code.</description>
		</item>
		
		<item>
			<title>Tyranny of the Majority</title>
			<link>http://www-personal.umd.umich.edu/~aknoyes/articles/2008/08/tyranny-of-the-majority.html</link>
			<guid isPermaLink="true">http://www-personal.umd.umich.edu/~aknoyes/articles/2008/08/tyranny-of-the-majority.html</guid>
			<author>aknoyes@umd.umich.edu (Andrew Noyes)</author>
			<pubDate>Tue, 12 Aug 2008 20:36:00 EST</pubDate>
			<description>I&#39;m beginning to see a trend that has begun to hit home. People not aware of web standards have seen the progress of Firefox and assumed it to be the rightful heir to Internet Explorer&#39;s throne. Internet Explorer is a king gone mad with power and Firefox is the noble vigilante destined to take its place. Is that not just trading one for another?</description>
		</item>
		
		<item>
			<title>Scroll bars and the Horizontal Shift</title>
			<link>http://www-personal.umd.umich.edu/~aknoyes/articles/2008/08/scroll-bars-and-the-horizontal-shift.html</link>
			<guid isPermaLink="true">http://www-personal.umd.umich.edu/~aknoyes/articles/2008/08/scroll-bars-and-the-horizontal-shift.html</guid>
			<author>aknoyes@umd.umich.edu (Andrew Noyes)</author>
			<pubDate>Thu, 7 Aug 2008 13:00:00 EST</pubDate>
			<description>Even though they're ugly and we have no control over them, scroll bars are going to be around for a long time. Although I don't care too much for the look of them, a bigger annoyance is the horizontal shift that occurs when going from a page that isn't taller than the window height to a page that is. </description>
		</item>
		
		<item>
			<title>JavaScript Browser Detection</title>
			<link>http://www-personal.umd.umich.edu/~aknoyes/articles/2008/08/javascript-browser-detection.html</link>
			<guid isPermaLink="true">http://www-personal.umd.umich.edu/~aknoyes/articles/2008/08/javascript-browser-detection.html</guid>
			<author>aknoyes@umd.umich.edu (Andrew Noyes)</author>
			<pubDate>Thu, 7 Aug 2008 12:00:00 EST</pubDate>
			<description>More often than not, JavaScript user-agent detection is a necessary evil that I resort to, despite the damage it does to my conscience. But there is something I fail to understand: developers who believe that JavaScript browser sniffing is web-dev taboo.</description>
		</item>
		
		<item>
			<title>The Art and Frustration of Styling Tables</title>
			<link>http://www-personal.umd.umich.edu/~aknoyes/articles/2008/08/the-art-and-frustration-of-styling-tables.html</link>
			<guid isPermaLink="true">http://www-personal.umd.umich.edu/~aknoyes/articles/2008/08/the-art-and-frustration-of-styling-tables.html</guid>
			<author>aknoyes@umd.umich.edu (Andrew Noyes)</author>
			<pubDate>Thu, 7 Aug 2008 11:00:00 EST</pubDate>
			<description>Styling tables is often one of the most frustrating and mind-bending CSS exercises I know of for the simple fact that Tables, along with Forms, is one of the biggest points of contention among browsers.</description>
		</item>
		
	</channel>

</rss>