<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.0.3" -->
<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/"
	>

<channel>
	<title>Random Thoughts of Mike Bunton</title>
	<link>http://www.michaelbunton.com</link>
	<description>a Tallahassee, Florida based web designer, coder and all around computer geek......</description>
	<pubDate>Mon, 18 Aug 2008 21:19:26 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.3</generator>
	<language>en</language>
			<item>
		<title>Drupal - Customizing Forms with Text</title>
		<link>http://www.michaelbunton.com/drupal/drupal-customizing-forms-with-text</link>
		<comments>http://www.michaelbunton.com/drupal/drupal-customizing-forms-with-text#comments</comments>
		<pubDate>Mon, 18 Aug 2008 21:19:26 +0000</pubDate>
		<dc:creator>mike</dc:creator>
		
	<category>Drupal</category>
		<guid isPermaLink="false">http://www.michaelbunton.com/drupal/drupal-customizing-forms-with-text</guid>
		<description><![CDATA[So I have been working on a new site and one of the issues that my client wanted was the ability to just add some text to a form right above the submit button.
This all works good until you get into the code and are trying to customize a Drupal form.
So I found this simple [...]]]></description>
		<wfw:commentRSS>http://www.michaelbunton.com/drupal/drupal-customizing-forms-with-text/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>iTunes won&#8217;t uninstall from Windows XP</title>
		<link>http://www.michaelbunton.com/general/itunes-wont-uninstall-from-windows-xp</link>
		<comments>http://www.michaelbunton.com/general/itunes-wont-uninstall-from-windows-xp#comments</comments>
		<pubDate>Thu, 08 May 2008 01:26:30 +0000</pubDate>
		<dc:creator>mike</dc:creator>
		
	<category>General</category>
		<guid isPermaLink="false">http://www.michaelbunton.com/general/itunes-wont-uninstall-from-windows-xp</guid>
		<description><![CDATA[I have an earlier version of iTunes that has been on my laptop for a while and I haven&#8217;t kept it updated like I should.
So as I was preparing to go out of town, I wanted to upload some videos to my ipod for the plane ride and needed to upgrade the iTunes for my [...]]]></description>
		<wfw:commentRSS>http://www.michaelbunton.com/general/itunes-wont-uninstall-from-windows-xp/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>PHP Error - Unable to load DOMXML on Windows/IIS</title>
		<link>http://www.michaelbunton.com/php/php-error-unable-to-load-domxml-on-windowsiis</link>
		<comments>http://www.michaelbunton.com/php/php-error-unable-to-load-domxml-on-windowsiis#comments</comments>
		<pubDate>Mon, 07 Jan 2008 16:36:11 +0000</pubDate>
		<dc:creator>mike</dc:creator>
		
	<category>PHP</category>
		<guid isPermaLink="false">http://www.michaelbunton.com/php/php-error-unable-to-load-domxml-on-windowsiis</guid>
		<description><![CDATA[If you&#8217;re installing or using PHP on Windows/IIS server it is possible that you receive the following error: “Unknown(): Unable to load dynamic library &#8216;…/php/extensions/php_domxml.dll&#8217; - The specified module could not be found.&#8221;
To resolve this problem, please make sure you have following settings in php.ini file:
    extension_dir = c:/php/extensions
    [...]]]></description>
		<wfw:commentRSS>http://www.michaelbunton.com/php/php-error-unable-to-load-domxml-on-windowsiis/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Web Site Accessibility</title>
		<link>http://www.michaelbunton.com/general/web-site-accessibility</link>
		<comments>http://www.michaelbunton.com/general/web-site-accessibility#comments</comments>
		<pubDate>Tue, 07 Aug 2007 19:18:52 +0000</pubDate>
		<dc:creator>mike</dc:creator>
		
	<category>General</category>
		<guid isPermaLink="false">http://www.michaelbunton.com/general/web-site-accessibility</guid>
		<description><![CDATA[So I attended a lunch presentation last week on web site accessibility and wanted to know your thoughts on the subject.
Do you think about accessibility when you are designing and coding?
Most principles about accessibility are fairly easy to remember for the every day coder - things like always using ALT tags for images,  allowing [...]]]></description>
		<wfw:commentRSS>http://www.michaelbunton.com/general/web-site-accessibility/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Free Icons</title>
		<link>http://www.michaelbunton.com/design/free-icons</link>
		<comments>http://www.michaelbunton.com/design/free-icons#comments</comments>
		<pubDate>Wed, 09 May 2007 15:01:16 +0000</pubDate>
		<dc:creator>mike</dc:creator>
		
	<category>Design</category>
		<guid isPermaLink="false">http://www.michaelbunton.com/design/free-icons</guid>
		<description><![CDATA[I am always on the lookout for free things that I can use to help me develop/design more efficiently.
Wikimedia has a great collection of icons that are free to use - check them out!

]]></description>
		<wfw:commentRSS>http://www.michaelbunton.com/design/free-icons/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Parse error: syntax error, unexpected T_DNUMBER</title>
		<link>http://www.michaelbunton.com/php/parse-error-syntax-error-unexpected-t_dnumber</link>
		<comments>http://www.michaelbunton.com/php/parse-error-syntax-error-unexpected-t_dnumber#comments</comments>
		<pubDate>Tue, 08 May 2007 14:56:34 +0000</pubDate>
		<dc:creator>mike</dc:creator>
		
	<category>PHP</category>
		<guid isPermaLink="false">http://www.michaelbunton.com/general/parse-error-syntax-error-unexpected-t_dnumber</guid>
		<description><![CDATA[I was working on a site for someone trying to find out why the page was displaying this error &#8216;Parse error: syntax error, unexpected T_DNUMBER&#8217;.
After looking up a number of different references on Google and still not finding an answer that would point to an easy solution, I spent an hour going through line by [...]]]></description>
		<wfw:commentRSS>http://www.michaelbunton.com/php/parse-error-syntax-error-unexpected-t_dnumber/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Windows XP Recovery</title>
		<link>http://www.michaelbunton.com/general/windows-xp-recovery</link>
		<comments>http://www.michaelbunton.com/general/windows-xp-recovery#comments</comments>
		<pubDate>Wed, 03 Jan 2007 02:31:30 +0000</pubDate>
		<dc:creator>mike</dc:creator>
		
	<category>General</category>
		<guid isPermaLink="false">http://www.michaelbunton.com/general/windows-xp-recovery</guid>
		<description><![CDATA[You know, as long as your computer works, everything in the world is great.
If you are a web developer, losing what data is on your computer is definitely not a good thing.
Especially if you haven&#8217;t backed up in a while.
So here I sit last week, just completing a night of work, and all is well.
I [...]]]></description>
		<wfw:commentRSS>http://www.michaelbunton.com/general/windows-xp-recovery/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Great Firefox Extension - FireBug</title>
		<link>http://www.michaelbunton.com/firefox/great-firefox-extension-firebug</link>
		<comments>http://www.michaelbunton.com/firefox/great-firefox-extension-firebug#comments</comments>
		<pubDate>Mon, 13 Nov 2006 17:22:26 +0000</pubDate>
		<dc:creator>mike</dc:creator>
		
	<category>Firefox</category>
		<guid isPermaLink="false">http://www.michaelbunton.com/firefox/great-firefox-extension-firebug</guid>
		<description><![CDATA[I am always on the lokout for some helpful extensions for the Firefox browser and here is one that every developer should use - FireBug.
You can download FireBug here: https://addons.mozilla.org/firefox/1843/
Here are the features of FireBug:
* JavaScript debugger for stepping through code one line at a time
* Status bar icon shows you when there is an [...]]]></description>
		<wfw:commentRSS>http://www.michaelbunton.com/firefox/great-firefox-extension-firebug/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Elite Retreat</title>
		<link>http://www.michaelbunton.com/general/elite-retreat</link>
		<comments>http://www.michaelbunton.com/general/elite-retreat#comments</comments>
		<pubDate>Wed, 01 Nov 2006 15:22:46 +0000</pubDate>
		<dc:creator>mike</dc:creator>
		
	<category>General</category>
		<guid isPermaLink="false">http://www.michaelbunton.com/general/elite-retreat</guid>
		<description><![CDATA[My good friend, Lee Dodd and three other web gurus are putting on a new type of conference, the Elite Retreat.
I had blogged a while ago about attending conferences where it seems like the speakers were just there to tell everyone how much of a guru they were and how each attendee needed to get [...]]]></description>
		<wfw:commentRSS>http://www.michaelbunton.com/general/elite-retreat/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Life Sure is Busy</title>
		<link>http://www.michaelbunton.com/general/life-sure-is-busy</link>
		<comments>http://www.michaelbunton.com/general/life-sure-is-busy#comments</comments>
		<pubDate>Mon, 23 Oct 2006 19:58:12 +0000</pubDate>
		<dc:creator>mike</dc:creator>
		
	<category>General</category>
		<guid isPermaLink="false">http://www.michaelbunton.com/general/life-sure-is-busy</guid>
		<description><![CDATA[Well, it has been an interesting couple of weeks since I last posted after my return from the Photoshop World conference.
I spent most of September preparing a new site for launch, http://www.ministrysource.com.  That site launched the first week of October and has been doing well.
BuildingOurNewHome.com is coming along nicely as well - I have [...]]]></description>
		<wfw:commentRSS>http://www.michaelbunton.com/general/life-sure-is-busy/feed/</wfw:commentRSS>
		</item>
	</channel>
</rss>
