<?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>Webmonkey &#187; Blackbird</title>
    <atom:link href="http://www.webmonkey.com/tag/blackbird/feed/" rel="self" type="application/rss+xml" />
    <link>http://www.webmonkey.com</link>
    <description>The Web Developer&#039;s Resource</description>
    <lastBuildDate>Mon, 06 May 2013 17:29:19 +0000</lastBuildDate>
    <language>en-US</language>
    <sy:updatePeriod>hourly</sy:updatePeriod>
    <sy:updateFrequency>1</sy:updateFrequency>
    <generator>http://wordpress.org/?v=3.4.2</generator>
    
    <item>
        <title>Blackbird Tool Makes JavaScript Alert() Debugging Obsolete</title>
        <link>http://www.webmonkey.com/2008/10/blackbird_adds_log_debugger_to_replace_alert/</link>
        <comments>http://www.webmonkey.com/2008/10/blackbird_adds_log_debugger_to_replace_alert/#comments</comments>
        <pubDate>Fri, 17 Oct 2008 01:27:39 +0000</pubDate>

                <dc:creator>Scott Loganbill</dc:creator>

        <guid isPermaLink="false">http://www.webmonkey.com/blog/blackbirdtoolmakesjavascriptalertdebuggingobsolete</guid>
        		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Software & Tools]]></category>
		<category><![CDATA[Web Basics]]></category>
		<category><![CDATA[Blackbird]]></category>
		<category><![CDATA[debug]]></category>
		<category><![CDATA[debugging]]></category>
		<category><![CDATA[firebug]]></category>
        <description><![CDATA[If you&#8217;re debugging JavaScript, you&#8217;ll probably be interested in something a little more comprehensive than alert(). Blackbird adds some control and specificity to the debugging messages you install into your code to see if it is working. It also makes the debugging window a little more controllable than the error message that pops up for [...]]]></description>

            <content:encoded><![CDATA[<p><!-- wpautop enabled --><img class="blogimg" src="http://www.webmonkey.com/mediawiki/images/BlackbirdWindow.jpg" />If you&#8217;re debugging JavaScript, you&#8217;ll probably be interested in something a little more comprehensive than <code>alert()</code>. <a href="http://www.gscottolson.com/blackbirdjs/">Blackbird</a> adds some control and specificity to the debugging messages you install into your code to see if it is working. It also makes the debugging window a little more controllable than the error message that pops up for an <code>alert()</code>.</p>
<p>It does so by adding a floating black table (seen to the right) that you can use to log different errors and data points throughout your code. It makes debugging a cinch, and it helps you figure out what you&#8217;re doing wrong in a much more visible manner than adding alerts.</p>
<p>Blackbird is installed by adding a link in your page to some lightweight, downloadable JavaScript and CSS. Open the pop-up logging window using the F2 key. Other F2 variations will move the window, make it larger and close it.</p>
<p>The developers of blackbird promise you&#8217;ll never use <code>alert()</code> again. Check out the <a href="http://www.gscottolson.com/blackbirdjs">Blackbird webpage</a> for code and live examples of the coding box and the kind of messages you can install in your page.</p>
<p>This isn&#8217;t a replacement for other debugging tools, like Firebug. However, unlike Firebug and like HTML design debugging tool <a href="http://westciv.com/xray/">XRAY</a> or <a href="http://getfirebug.com/lite.html">Firebug Lite</a>, it works over any modern browser without a software installation.</p>
<p><strong>See Also</strong></p>
<ul>
<li><a href="/2010/02/JavaScript_Debugging_for_Beginners">Webmonkey Tutorial: JavaScript Debugging for Beginners</a></li>
<li><a href="/2010/02/Debug_JavaScript_With_Venkman">Debug JavaScript With Venkman</a></li>
<li><a href="http://www.webmonkey.com/blog/Firebug_Lite:_Debugging_Tools_That_Work_in_Any_Browser">Firebug Lite: Debugging Tools That Work in Any Browser</a></li>
<li><a href="http://www.webmonkey.com/blog/Dragonfly:_Opera_Releases_Free_Developer_Tools">Dragonfly: Opera Releases Free Developer Tools</a></li>
</ul>
<div id='linker_widget' class='contextly-widget'></div>]]></content:encoded>
            <wfw:commentRss>http://www.webmonkey.com/2008/10/blackbird_adds_log_debugger_to_replace_alert/feed/</wfw:commentRss>
        <slash:comments>0</slash:comments>

        
    </item>
    </channel>
</rss>
