<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/1.5.1.2" -->
<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>Something Metaphorical</title>
	<link>http://www.bradyvercher.com</link>
	<description>Just another WordPress weblog</description>
	<pubDate>Fri, 14 Apr 2006 22:47:25 +0000</pubDate>
	<generator>http://wordpress.org/?v=1.5.1.2</generator>
	<language>en</language>

		<item>
		<title>Still Here</title>
		<link>http://www.bradyvercher.com/still-here.html</link>
		<comments>http://www.bradyvercher.com/still-here.html#comments</comments>
		<pubDate>Fri, 14 Apr 2006 22:47:25 +0000</pubDate>
		<dc:creator>Brady</dc:creator>
		
	<category>General</category>
	<category>Goodies</category>
		<guid>http://www.bradyvercher.com/still-here.html</guid>
		<description><![CDATA[	I haven&#8217;t posted in awhile due to being rather busy. I&#8217;m still around though, and I&#8217;ll answer any questions anyone may have. I just upgraded the version of PaginateIt to 1.1.1 to fix a bug mentioned by a couple of users in the original PaginateIt post.
	I also have a new version of PaginateIt that is [...]]]></description>
			<content:encoded><![CDATA[	<p>I haven&#8217;t posted in awhile due to being rather busy. I&#8217;m still around though, and I&#8217;ll answer any questions anyone may have. I just upgraded the version of PaginateIt to 1.1.1 to fix a bug mentioned by a couple of users in the original PaginateIt post.</p>
	<p>I also have a new version of PaginateIt that is completely rewritten to implement three different methods of pagination. It won&#8217;t be based on the same API as version 1. The reason I did this was  to be able to write unit tests, so when I make changes, I can catch anything that may have broken. Let me know if you&#8217;d like to test it out and I&#8217;ll send you a copy.
</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.bradyvercher.com/still-here.html/feed/</wfw:commentRSS>
	</item>
		<item>
		<title>Morning Sunshine - WordPress Theme</title>
		<link>http://www.bradyvercher.com/morning-sunshine-wordpress-theme.html</link>
		<comments>http://www.bradyvercher.com/morning-sunshine-wordpress-theme.html#comments</comments>
		<pubDate>Sat, 20 Aug 2005 19:53:07 +0000</pubDate>
		<dc:creator>Brady</dc:creator>
		
	<category>General</category>
	<category>Goodies</category>
		<guid>http://www.bradyvercher.com/morning-sunshine-wordpress-theme.html</guid>
		<description><![CDATA[	Here&#8217;s a WordPress theme I&#8217;ve had sitting around for awhile.  My brother designed it and I had the majority of it done, but just neglected it.  I also included a PSD in the second download for the top corner in case someone doesn&#8217;t like the flower and wants to replace it with something [...]]]></description>
			<content:encoded><![CDATA[	<p>Here&#8217;s a WordPress theme I&#8217;ve had sitting around for awhile.  My <a href="http://www.brodyvercher.com/">brother</a> designed it and I had the majority of it done, but just neglected it.  I also included a PSD in the second download for the top corner in case someone doesn&#8217;t like the flower and wants to replace it with something else.</p>
	<p><a href="http://www.bradyvercher.com/Themes/WordPress/MorningSunshine/Screenshot.png"><img src="http://www.bradyvercher.com/Themes/WordPress/MorningSunshine/ScreenshotPreview.png" width="364" height="200" alt="Morning Sunshine Theme Preview" /></a></p>
	<p>Download: <a href="http://www.bradyvercher.com/Themes/WordPress/MorningSunshine/MorningSunshine.zip">MorningSunshine.zip</a> (47.16 KB)<br />
Download: <a href="http://www.bradyvercher.com/Themes/WordPress/MorningSunshine/MorningSunshinePSD.zip">MorningSunshinePSD.zip</a> (267.76 KB)
</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.bradyvercher.com/morning-sunshine-wordpress-theme.html/feed/</wfw:commentRSS>
	</item>
		<item>
		<title>PaginateIt - A PHP Pagination Class</title>
		<link>http://www.bradyvercher.com/php-pagination-class.html</link>
		<comments>http://www.bradyvercher.com/php-pagination-class.html#comments</comments>
		<pubDate>Sat, 09 Jul 2005 01:55:23 +0000</pubDate>
		<dc:creator>Brady</dc:creator>
		
	<category>General</category>
	<category>Goodies</category>
		<guid>http://www.bradyvercher.com/php-pagination-class.html</guid>
		<description><![CDATA[	After coding pagination functionality into a million different sites and wasting too much time every time, I decided to give OOP a shot.  I&#8217;ve used this class in one site already, but haven&#8217;t tested it extensively, so there may still be some bugs.
	I also used this opportunity to check out different software licenses and [...]]]></description>
			<content:encoded><![CDATA[	<p>After coding pagination functionality into a million different sites and wasting too much time every time, I decided to give OOP a shot.  I&#8217;ve used this class in one site already, but haven&#8217;t tested it extensively, so there may still be some bugs.</p>
	<p>I also used this opportunity to check out different software licenses and settled on <em>The MIT License</em> as it provided more flexibility.  I checked out the GPL that I&#8217;ve heard so much about, but I thought it to be too restrictive for this project.  This is being provided as is for whatever use anyone may want it, commercial or otherwise, under the condition that my copyright stays intact.  I&#8217;d like a little credit <img src='http://www.bradyvercher.com/wp-images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
	<p>I had inline documents within the class, but I forgot to save and I don&#8217;t feel like going back and writing them again at the moment.  So if you want to know what something does, just ask me.  The Readme documents the methods and usage.</p>
	<p>Go ahead and leave feedback and comments about anything (licenses, documentation, coding style/preferences, etc).  I&#8217;d especially like to know if anyone finds this useful.  If you need any support, don&#8217;t be afraid to ask.</p>
	<p><a href="http://www.bradyvercher.com/Scripts/PaginateIt/PaginateIt.zip">PaginateIt.zip</a> - contains readme and source file</p>
	<p><a href="http://www.bradyvercher.com/Scripts/PaginateIt/">Example</a> - A working example of PaginateIt&#8217;s output<br />
<a href="http://www.bradyvercher.com/Scripts/PaginateIt/PaginateIt.phps">PaginateIt.phps</a> - Source<br />
<a href="http://www.bradyvercher.com/Scripts/PaginateIt/Readme.doc">Readme.doc</a> - Documentation, usage, and licensing information
</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.bradyvercher.com/php-pagination-class.html/feed/</wfw:commentRSS>
	</item>
		<item>
		<title>Microsoft Certification</title>
		<link>http://www.bradyvercher.com/microsoft-certification.html</link>
		<comments>http://www.bradyvercher.com/microsoft-certification.html#comments</comments>
		<pubDate>Mon, 27 Jun 2005 04:39:22 +0000</pubDate>
		<dc:creator>Brady</dc:creator>
		
	<category>General</category>
		<guid>http://www.bradyvercher.com/microsoft-certification.html</guid>
		<description><![CDATA[	Well, I&#8217;m gonna have to go get my first Microsoft Certification for work within the next 3 days.  I&#8217;m not particularly looking forward to it.  Not because I think it&#8217;s going to be hard, but because I hate getting off my lazy butt and driving up north, especially in traffic.  Oh yeah, [...]]]></description>
			<content:encoded><![CDATA[	<p>Well, I&#8217;m gonna have to go get my first Microsoft Certification for work within the next 3 days.  I&#8217;m not particularly looking forward to it.  Not because I think it&#8217;s going to be hard, but because I hate getting off my lazy butt and driving up north, especially in traffic.  Oh yeah, that reminds me, I need to pick up my license plates from the dealership for my new truck.  I think a received a phone call a couple of weeks ago, telling me they were there.</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.bradyvercher.com/microsoft-certification.html/feed/</wfw:commentRSS>
	</item>
		<item>
		<title>Ringing Endorsement</title>
		<link>http://www.bradyvercher.com/ringing-endorsement.html</link>
		<comments>http://www.bradyvercher.com/ringing-endorsement.html#comments</comments>
		<pubDate>Mon, 13 Jun 2005 04:10:20 +0000</pubDate>
		<dc:creator>Brady</dc:creator>
		
	<category>General</category>
		<guid>http://www.bradyvercher.com/ringing-endorsement.html</guid>
		<description><![CDATA[	Some guy wrote in to my employer and bashed my work on a website.  I used pixels to declare the font size and he felt I should have used a relative unit.  It wouldn&#8217;t have been such a problem, except he couldn&#8217;t see very well and was using IE, pretty much the only [...]]]></description>
			<content:encoded><![CDATA[	<p>Some guy wrote in to my employer and bashed my work on a website.  I used pixels to declare the font size and he felt I should have used a relative unit.  It wouldn&#8217;t have been such a problem, except he couldn&#8217;t see very well and was using IE, pretty much the only browser that won&#8217;t let you increase the font size unless it&#8217;s relative. He claimed the 14px menu looked fine to him, but the 12px text was too small for him to read.  Here&#8217;s a quick excerpt from the book he wrote:</p>
	<blockquote><p>I have encountered this problem on many sites made by unprofessional webmasters. But I couldn&#8217;t even expect to see it on yours one. Every software developer knows, that software should be tested to run properly in different environments! Probably, you should hire a new webmaster and check his work more carefully.</p></blockquote>
	<p>He outright called me unprofessional and even suggested that I be fired!  Can you believe the audacity?  A guy that doesn&#8217;t even work in the field calling me unprofessional.  Some designs don&#8217;t work with a relative unit because they&#8217;d screw up the design, making it just as inaccessible.  I&#8217;m sure he&#8217;s already written to CNN, ABC News, Fox News, and CBS News, telling them that their webmasters are unprofessional and should be fired.  Now if we take into account the majority of the sites in the corporate world, he&#8217;s the one looking like an outright fool.
</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.bradyvercher.com/ringing-endorsement.html/feed/</wfw:commentRSS>
	</item>
		<item>
		<title>Tabs for IE6</title>
		<link>http://www.bradyvercher.com/tabs-for-ie6.html</link>
		<comments>http://www.bradyvercher.com/tabs-for-ie6.html#comments</comments>
		<pubDate>Sat, 11 Jun 2005 07:21:43 +0000</pubDate>
		<dc:creator>Brady</dc:creator>
		
	<category>Reviews</category>
		<guid>http://www.bradyvercher.com/tabs-for-ie6.html</guid>
		<description><![CDATA[	When I read a news article over at Google claiming that the MSN Search Toolbar would add tabbed browsing functionality to Internet Explorer 6, I just had to try it.  It was a severely disapointing experience and the toolbar was promptly uninstalled.  It felt like a half assed attempt to keep up with [...]]]></description>
			<content:encoded><![CDATA[	<p>When I read a news article over at Google claiming that the MSN Search Toolbar would add tabbed browsing functionality to Internet Explorer 6, I just had to try it.  It was a severely disapointing experience and the toolbar was promptly uninstalled.  It felt like a half assed attempt to keep up with every other browser on the market that already offers this functionality.  Perhaps me being used to tabbed browsing in Firefox made the experience unpleasant, but opening and closing tabs caused the window to flicker.  When I pressed Ctrl+W to close a tab, it closed the whole window without warning me.  You can&#8217;t even hide the toolbar without losing the tabbed functionality.  As if it&#8217;s only job was to completely disappoint me, I was forced to restart after uninstalling the toolbar.  Let&#8217;s hope Microsoft gets things right in IE7.
</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.bradyvercher.com/tabs-for-ie6.html/feed/</wfw:commentRSS>
	</item>
		<item>
		<title>Clearing Windows DNS Resolver Cache</title>
		<link>http://www.bradyvercher.com/clearing-windows-dns-resolver-cache.html</link>
		<comments>http://www.bradyvercher.com/clearing-windows-dns-resolver-cache.html#comments</comments>
		<pubDate>Fri, 10 Jun 2005 23:19:19 +0000</pubDate>
		<dc:creator>Brady</dc:creator>
		
	<category>Tips and Tricks</category>
		<guid>http://www.bradyvercher.com/clearing-windows-dns-resolver-cache.html</guid>
		<description><![CDATA[	Occasionally, my cable modem from Time Warner decides it doesn&#8217;t wanna work.  Actually, it happens a few times a day and I have to recycle the modem (unplug power, wait 30 seconds, plug back in) for it to find the connection again.  It drives me insane because it likes to drop the connection [...]]]></description>
			<content:encoded><![CDATA[	<p>Occasionally, my cable modem from Time Warner decides it doesn&#8217;t wanna work.  Actually, it happens a few times a day and I have to recycle the modem (unplug power, wait 30 seconds, plug back in) for it to find the connection again.  It drives me insane because it likes to drop the connection exactly when I&#8217;m gonna do something mildly important.  I&#8217;ve called TWC about getting another modem, but I gotta answer all these stupid questions from the support guys who pretend it&#8217;s my router or my fault somehow, and I&#8217;m just too lazy to drive across town to pick up another one.  It wouldn&#8217;t be super bad, but once I&#8217;m back online, I can&#8217;t connect to any sites that I attempted to go to while the connection was down because Windows XP keeps bad responses from websites in the DNS Resolver Cache for 5 minutes.  So here&#8217;s a fix for anyone else experiencing the same problems.</p>
	<p>Open a command prompt by clicking the &#8220;<strong>Start</strong>&#8221; button, then click &#8220;<strong>Run&#8230;</strong>&#8220;.  In the command prompt, type this:<br />
<code><strong>ipconfig /flushdns</strong></code><br />
and press <em>Enter</em>.  That&#8217;s all there is to it.  If you don&#8217;t like the command prompt, you can go to <strong>Start->Settings->Control Panel->Administrative Tools->Services</strong> then click <strong>DNS Client</strong> and restart it.</p>
	<p>I googled DNS Cache after writing this post and found this page that has more information, along with a Registry Tweak to keep WinXP from caching negative responses: <a href="http://www.techiwarehouse.com/cms/engine.php?page_id=163e0b14"><strong>DNS Resolver Cache</strong> <em>By Vic Laurie</em></a>
</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.bradyvercher.com/clearing-windows-dns-resolver-cache.html/feed/</wfw:commentRSS>
	</item>
		<item>
		<title>Hello World!</title>
		<link>http://www.bradyvercher.com/hello-world.html</link>
		<comments>http://www.bradyvercher.com/hello-world.html#comments</comments>
		<pubDate>Fri, 10 Jun 2005 02:48:56 +0000</pubDate>
		<dc:creator>Brady</dc:creator>
		
	<category>General</category>
		<guid>http://www.bradyvercher.com/hello-world.html</guid>
		<description><![CDATA[	I suppose this is my obligatory re-introduction.  I say &#8220;re&#8221; because I kept a blog a couple of years ago before it was the cool thing, but the amount I&#8217;ve learned about web development during that time has increased immensely.  Now just seems like the time to jump back on the wagon.  [...]]]></description>
			<content:encoded><![CDATA[	<p>I suppose this is my obligatory re-introduction.  I say &#8220;re&#8221; because I kept a blog a couple of years ago before it was the cool thing, but the amount I&#8217;ve learned about web development during that time has increased immensely.  Now just seems like the time to jump back on the wagon.  I wanted a place to log whatever nifty nuggets of information I might find, to voice my opinions on a whole range of issues, and I just felt left out with <a href="http://www.brodyvercher.com/">Brody</a> (brother) and <a href="http://www.juniordimas.com/">Junior</a> (friend)  starting their own blogs.</p>
	<p>I&#8217;m by no means a designer, so I gotta throw a thanks to <a href="http://e-lusion.com/">Ian Main</a> for the <a href="http://e-lusion.com/design/greenmarinee/">Green Marinée</a> theme that I modified for this design.  I&#8217;ll probably end up getting my brother to make me a new design, and I&#8217;ll code it up and contribute a theme back to the wordpress community,  so don&#8217;t get too attached to this one.</p>
	<p>Of course I gotta put a plug in for my other site, <a href="http://www.crazyvercherfilms.com/">Crazy Vercher Films</a>.  Check it out for some funny videos, and the forums are nice, too *hint hint*</p>
	<p>Welp, I&#8217;m off to watch the second half of the Spurs game.<br />
<strong>Go Spurs Go!</strong>  <img src='http://www.bradyvercher.com/wp-images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />
</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.bradyvercher.com/hello-world.html/feed/</wfw:commentRSS>
	</item>
	</channel>
</rss>
