<?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>Tinsology &#187; Bugs</title>
	<atom:link href="http://tinsology.net/tag/bugs/feed/" rel="self" type="application/rss+xml" />
	<link>http://tinsology.net</link>
	<description>Read Me</description>
	<lastBuildDate>Fri, 27 Aug 2010 08:46:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Doing Things the Hard Way</title>
		<link>http://tinsology.net/2010/08/doing-things-the-hard-way/</link>
		<comments>http://tinsology.net/2010/08/doing-things-the-hard-way/#comments</comments>
		<pubDate>Tue, 17 Aug 2010 09:09:39 +0000</pubDate>
		<dc:creator>Tinsley</dc:creator>
				<category><![CDATA[My Thoughts and Rants]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Bugs]]></category>
		<category><![CDATA[Errors]]></category>

		<guid isPermaLink="false">http://tinsology.net/?p=1179</guid>
		<description><![CDATA[Every now and then I discover something that makes me feel like I've been doing things the hard way. The feeling is an interesting combination of excitement and embarrassment. I experienced this today while browsing PHP documentation. I discovered two function that will make my life a lot easier in the future: <a href="http://www.php.net/manual/en/function.debug-backtrace.php">debug_backtrace</a> and <a href="http://www.php.net/manual/en/function.debug-print-backtrace.php">debug_print_backtrace</a>. As someone who has written his fair share of Java, I'm very accustomed to stack traces. The fact I've made it as far as I have with PHP without them leaves me feeling amazed. The fact that I've had access to them all <a href="http://tinsology.net/2010/08/doing-things-the-hard-way/">Read More</a>

Related posts:<ol><li><a href='http://tinsology.net/2009/06/know-what-to-expect-from-your-programming-language/' rel='bookmark' title='Permanent Link: Know What to Expect from your Programming Language'>Know What to Expect from your Programming Language</a></li>
<li><a href='http://tinsology.net/2010/04/php-polymorphism/' rel='bookmark' title='Permanent Link: PHP Overloading'>PHP Overloading</a></li>
<li><a href='http://tinsology.net/2009/01/dont-fear-the-recursionaper/' rel='bookmark' title='Permanent Link: Don&#8217;t Fear the Re(cursion)aper'>Don&#8217;t Fear the Re(cursion)aper</a></li>
</ol>]]></description>
		<wfw:commentRss>http://tinsology.net/2010/08/doing-things-the-hard-way/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Feedback</title>
		<link>http://tinsology.net/2009/05/feedback/</link>
		<comments>http://tinsology.net/2009/05/feedback/#comments</comments>
		<pubDate>Mon, 11 May 2009 20:05:59 +0000</pubDate>
		<dc:creator>Tinsley</dc:creator>
				<category><![CDATA[About Me]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Bugs]]></category>

		<guid isPermaLink="false">http://tinsology.net/?p=583</guid>
		<description><![CDATA[After the release of SimpleMail I immediately experienced a problem that I imagine is shared by many developers: lack of feedback. Though I greatly appreciate all of the comments, suggestions, and bug reports (especially the bug reports) I know that for every one person that experienced a problem and reported it, five people experienced a problem, uninstalled the plugin and never thought about it again. 
 
I found myself constantly worried about the bug reports I was not receiving, and in fact there were bugs that had existed since the original version that went unreported until recently. This was a <a href="http://tinsology.net/2009/05/feedback/">Read More</a>

Related posts:<ol><li><a href='http://tinsology.net/2010/02/rosettacodex/' rel='bookmark' title='Permanent Link: RosettaCodex'>RosettaCodex</a></li>
<li><a href='http://tinsology.net/2009/04/plugin-wp-simplemail/' rel='bookmark' title='Permanent Link: Plugin: WP SimpleMail'>Plugin: WP SimpleMail</a></li>
</ol>]]></description>
		<wfw:commentRss>http://tinsology.net/2009/05/feedback/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Short Tags</title>
		<link>http://tinsology.net/2009/05/short-tags/</link>
		<comments>http://tinsology.net/2009/05/short-tags/#comments</comments>
		<pubDate>Sun, 03 May 2009 21:21:02 +0000</pubDate>
		<dc:creator>Tinsley</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Bugs]]></category>

		<guid isPermaLink="false">http://tinsology.net/?p=531</guid>
		<description><![CDATA[Although they may be convenient, you should never use these tags... <a href="http://tinsology.net/2009/05/short-tags/">Read More</a>


No related posts.]]></description>
		<wfw:commentRss>http://tinsology.net/2009/05/short-tags/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Failure to launch&#8230;</title>
		<link>http://tinsology.net/2009/01/failure-to-launch/</link>
		<comments>http://tinsology.net/2009/01/failure-to-launch/#comments</comments>
		<pubDate>Mon, 12 Jan 2009 06:28:14 +0000</pubDate>
		<dc:creator>Tinsley</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Beta]]></category>
		<category><![CDATA[Bugs]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://tinsology.net/?p=8</guid>
		<description><![CDATA[If you haven't heard about Windows 7 yet it is time to take note. 7 is the next iteration of windows and it appears that, unlike vista, its going to be a worthy replacement for XP. Those of you who have had to down(up?)grade from vista to xp are probably skeptical, but personally, from what I've read I think its going to be the next XP (in the sense that <a href="http://tinsology.net/2009/01/failure-to-launch/">Read More</a>

Related posts:<ol><li><a href='http://tinsology.net/2010/05/creating-local-domains/' rel='bookmark' title='Permanent Link: Creating Local Domains'>Creating Local Domains</a></li>
<li><a href='http://tinsology.net/2009/01/eu-wants-ms-to-take-ie-out-of-windows/' rel='bookmark' title='Permanent Link: EU wants MS to take IE out of Windows'>EU wants MS to take IE out of Windows</a></li>
</ol>]]></description>
		<wfw:commentRss>http://tinsology.net/2009/01/failure-to-launch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
