<?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>Software bug &#8211; stoimen&#039;s web log</title>
	<atom:link href="/tag/software-bug/feed/" rel="self" type="application/rss+xml" />
	<link></link>
	<description>on web development</description>
	<lastBuildDate>Tue, 13 Feb 2018 08:18:15 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.0.3</generator>
	<item>
		<title>Now jQuery 1.4.1 is released!</title>
		<link>/2010/01/26/now-jquery-1-4-1-is-released/</link>
		<comments>/2010/01/26/now-jquery-1-4-1-is-released/#respond</comments>
		<pubDate>Tue, 26 Jan 2010 12:16:21 +0000</pubDate>
		<dc:creator><![CDATA[Stoimen]]></dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[Software bug]]></category>

		<guid isPermaLink="false">/?p=969</guid>
		<description><![CDATA[As the jquery14.com says: &#8220;jQuery 1.4.1 is now out! This is the first bug fix release on top of jQuery 1.4, fixing some outstanding bugs from the 1.4 release and touching up some gaps in the API.&#8221; It&#8217;s good that the community responded so quickly to the new release!<div class='yarpp-related-rss'>

Related posts:<ol>
<li><a href="/2010/01/15/jquery-1-4-released/" rel="bookmark" title="jQuery 1.4 released">jQuery 1.4 released </a></li>
<li><a href="/2010/02/22/jquery-1-4-2-comes-with-performance-improvements/" rel="bookmark" title="jQuery 1.4.2 comes with performance improvements!">jQuery 1.4.2 comes with performance improvements! </a></li>
<li><a href="/2010/01/19/performance-of-jquery-1-4/" rel="bookmark" title="Performance of jQuery 1.4">Performance of jQuery 1.4 </a></li>
<li><a href="/2009/03/19/jquery-ui/" rel="bookmark" title="JQuery UI">JQuery UI </a></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<p>As the <a title="jquery14.com" href="http://jquery14.com/day-12/jquery-141-released" target="_blank">jquery14.com</a> says: &#8220;jQuery 1.4.1 is now out! This is the first bug fix release on top of jQuery 1.4, fixing some outstanding bugs from the 1.4 release and touching up some gaps in the API.&#8221;</p>
<p>It&#8217;s good that the community responded so quickly to the new release!</p>
<div class='yarpp-related-rss'>
<p>Related posts:<ol>
<li><a href="/2010/01/15/jquery-1-4-released/" rel="bookmark" title="jQuery 1.4 released">jQuery 1.4 released </a></li>
<li><a href="/2010/02/22/jquery-1-4-2-comes-with-performance-improvements/" rel="bookmark" title="jQuery 1.4.2 comes with performance improvements!">jQuery 1.4.2 comes with performance improvements! </a></li>
<li><a href="/2010/01/19/performance-of-jquery-1-4/" rel="bookmark" title="Performance of jQuery 1.4">Performance of jQuery 1.4 </a></li>
<li><a href="/2009/03/19/jquery-ui/" rel="bookmark" title="JQuery UI">JQuery UI </a></li>
</ol></p>
</div>
]]></content:encoded>
			<wfw:commentRss>/2010/01/26/now-jquery-1-4-1-is-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Write human readable debug info!</title>
		<link>/2010/01/10/write-human-readable-debug-info/</link>
		<comments>/2010/01/10/write-human-readable-debug-info/#respond</comments>
		<pubDate>Sun, 10 Jan 2010 08:42:21 +0000</pubDate>
		<dc:creator><![CDATA[Stoimen]]></dc:creator>
				<category><![CDATA[web development]]></category>
		<category><![CDATA[debug]]></category>
		<category><![CDATA[Debuggers]]></category>
		<category><![CDATA[Debugging]]></category>
		<category><![CDATA[Software bug]]></category>

		<guid isPermaLink="false">/?p=855</guid>
		<description><![CDATA[It&#8217;s a common begginer&#8217;s developer mistake to write some fullish debug info like &#8220;i&#8217;m in the IF&#8221;, or even worse &#8211; &#8220;test&#8221;. Of course when debugging you don&#8217;t get any aditional information. You know only that &#8211; you&#8217;re in the IF statement!? What a good news! That doesn&#8217;t tell you much, isn&#8217;t it? Another bad &#8230; <a href="/2010/01/10/write-human-readable-debug-info/" class="more-link">Continue reading <span class="screen-reader-text">Write human readable debug info!</span> <span class="meta-nav">&#8594;</span></a><div class='yarpp-related-rss'>

Related posts:<ol>
<li><a href="/2009/07/02/write-in-the-safari-javascript-console/" rel="bookmark" title="write in the Safari javascript console">write in the Safari javascript console </a></li>
<li><a href="/2012/02/09/how-to-dump-the-generated-zend_db-sql-query/" rel="bookmark" title="How to Dump the Generated Zend_Db SQL Query">How to Dump the Generated Zend_Db SQL Query </a></li>
<li><a href="/2009/07/27/jquery-debug-plugin/" rel="bookmark" title="jQuery debug plugin">jQuery debug plugin </a></li>
<li><a href="/2009/06/22/debug-javascript-on-ie6/" rel="bookmark" title="debug JavaScript on IE6">debug JavaScript on IE6 </a></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<p>It&#8217;s a common begginer&#8217;s developer mistake to write some fullish debug info like <strong>&#8220;i&#8217;m in the IF&#8221;,</strong> or even worse &#8211; <strong>&#8220;test&#8221;</strong>. Of course when debugging you don&#8217;t get any aditional information. You know only that &#8211; you&#8217;re in the IF statement!? What a good news! That doesn&#8217;t tell you much, isn&#8217;t it?</p>
<p>Another bad way to debug is to dump only ids from some database table or loop index. At least write something before that, something like:</p>
<blockquote>
<pre>alert('on the: ' + index + ' happened something!');</pre>
</blockquote>
<p>that gives you more and can improve your work so much.</p>
<div class='yarpp-related-rss'>
<p>Related posts:<ol>
<li><a href="/2009/07/02/write-in-the-safari-javascript-console/" rel="bookmark" title="write in the Safari javascript console">write in the Safari javascript console </a></li>
<li><a href="/2012/02/09/how-to-dump-the-generated-zend_db-sql-query/" rel="bookmark" title="How to Dump the Generated Zend_Db SQL Query">How to Dump the Generated Zend_Db SQL Query </a></li>
<li><a href="/2009/07/27/jquery-debug-plugin/" rel="bookmark" title="jQuery debug plugin">jQuery debug plugin </a></li>
<li><a href="/2009/06/22/debug-javascript-on-ie6/" rel="bookmark" title="debug JavaScript on IE6">debug JavaScript on IE6 </a></li>
</ol></p>
</div>
]]></content:encoded>
			<wfw:commentRss>/2010/01/10/write-human-readable-debug-info/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
