<?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>Daniel Eneström &#187; Debugging</title>
	<atom:link href="http://blog.enestrom.com/category/debugging/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.enestrom.com</link>
	<description>Ramblings of a web developer</description>
	<lastBuildDate>Thu, 19 Aug 2010 06:52:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Firebug equivalent for Internet Explorer</title>
		<link>http://blog.enestrom.com/20081219/firebug-equivalent-for-internet-explorer/</link>
		<comments>http://blog.enestrom.com/20081219/firebug-equivalent-for-internet-explorer/#comments</comments>
		<pubDate>Fri, 19 Dec 2008 10:25:16 +0000</pubDate>
		<dc:creator>Daniel Eneström</dc:creator>
				<category><![CDATA[Debugging]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML DOM]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://blog.enestrom.com/?p=72</guid>
		<description><![CDATA[I guess I&#8217;m not the only one who&#8217;s been searching for an IE equivalent of Firebug. Being a Mac developer using Visual Studio simply to be able to debug my web sites in IE has never really been an option and the Internet Explorer Developer Toolbar is too simple for my needs. I want to [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.debugbar.com/?langage=en" target="_blank"><img class="alignright" title="DebugBar" src="http://www.debugbar.com/data/debugbar-script.gif" alt="" width="151" height="303" /></a>I guess I&#8217;m not the only one who&#8217;s been searching for an IE equivalent of Firebug. Being a Mac developer using Visual Studio simply to be able to debug my web sites in IE has never really been an option and the <a href="http://en.wikipedia.org/wiki/IE_Developer_Toolbar" target="_blank">Internet Explorer Developer Toolbar</a> is too simple for my needs. I want to be able to debug JavaScript, not just CSS and HTML DOM. Long have I pulled my hair trying to find out why the h*ll something is working fine in Firefox/Safari but not in IE.</p>
<p>The other day I came across the <a href="http://www.debugbar.com/?langage=en" target="_blank">DebugBar</a> by the French Toulouse-based company Core Services. It&#8217;s excellent! Well, not as simple, clean and accurate as Firebug, but still way ahead of all the other debug solutions I have found for Internet Explorer. And it also has some good features that Firebug is missing.</p>
<p>Vive la France!</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fblog.enestrom.com%2F20081219%2Ffirebug-equivalent-for-internet-explorer%2F&amp;linkname=Firebug%20equivalent%20for%20Internet%20Explorer"><img src="http://blog.enestrom.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://blog.enestrom.com/20081219/firebug-equivalent-for-internet-explorer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL Sample Data Creator</title>
		<link>http://blog.enestrom.com/20081023/mysql-sample-data-creator/</link>
		<comments>http://blog.enestrom.com/20081023/mysql-sample-data-creator/#comments</comments>
		<pubDate>Thu, 23 Oct 2008 14:30:21 +0000</pubDate>
		<dc:creator>Daniel Eneström</dc:creator>
				<category><![CDATA[Adobe Flex]]></category>
		<category><![CDATA[Databases]]></category>
		<category><![CDATA[Debugging]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Sample data]]></category>

		<guid isPermaLink="false">http://blog.enestrom.com/?p=58</guid>
		<description><![CDATA[A year or two back I was in a real need of a lot of sample data for testing a web tool I was working on, so I wrapped up a small tool to generate sample data by defining a few parameters and choosing how many rows to add, using Flex 2 (or perhaps 1.5, [...]]]></description>
			<content:encoded><![CDATA[<p>A year or two back I was in a real need of a lot of sample data for testing a web tool I was working on, so I wrapped up a small tool to generate sample data by defining a few parameters and choosing how many rows to add, using Flex 2 (or perhaps 1.5, don&#8217;t remember). Well today the need arose again, so I went through my old backup files and found it again. I thought I&#8217;d put it up on the web so as maybe someone else could be helped by it. I know it&#8217;s not perfect and only spent a few hours creating it, but if you have any suggestions on how to improve it please write a comment and let me know what you think. I would be glad to update it and eventually make it a really useful tool.</p>
<p><a href="http://mysqlsampledata.enestrom.com" target="_blank">Go to the MySQL Sample Data Creator 1.0</a></p>
<p><a href="http://mysqlsampledata.enestrom.com" target="_blank"><img class="alignnone size-full wp-image-59" title="MySQL Sample Data Creator" src="http://blog.enestrom.com/wp-content/uploads/mysqlsampledatacreator.gif" alt="" width="400" height="294" /></a></p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fblog.enestrom.com%2F20081023%2Fmysql-sample-data-creator%2F&amp;linkname=MySQL%20Sample%20Data%20Creator"><img src="http://blog.enestrom.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://blog.enestrom.com/20081023/mysql-sample-data-creator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FlashTracer Firefox plugin</title>
		<link>http://blog.enestrom.com/20080703/flashtracer-firefox-plugin/</link>
		<comments>http://blog.enestrom.com/20080703/flashtracer-firefox-plugin/#comments</comments>
		<pubDate>Thu, 03 Jul 2008 08:01:02 +0000</pubDate>
		<dc:creator>Daniel Eneström</dc:creator>
				<category><![CDATA[Debugging]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Flash]]></category>

		<guid isPermaLink="false">http://blog.enestrom.com/?p=6</guid>
		<description><![CDATA[Update Jan 24 -09: The Flash Tracer that works with Firefox 3 has to be downloaded from the creator&#8217;s own site. The one at Mozilla Addons doesn&#8217;t work with 3.x (yet). In the instructions below I have therefore used the link to his own site.
If you&#8217;re developing for Flash/Flex the FlashTracer can be quite a [...]]]></description>
			<content:encoded><![CDATA[<p><span style="color: #808080;"><em>Update Jan 24 -09: </em><span style="color: #008000;">The Flash Tracer that works with Firefox 3 has to be downloaded from the creator&#8217;s own site. The one at Mozilla Addons doesn&#8217;t work with 3.x (yet). In the instructions below I have therefore used the link to his own site.</span></span></p>
<p>If you&#8217;re developing for Flash/Flex the FlashTracer can be quite a nifty plugin. It lets you see the flash player trace output directly in a sidebar in you browser. Outputting debugging info is something I use all the time while developing and I have tried several times to get FlashTracer to work, but haven&#8217;t managed, so I usually have a textarea inside my flash/flex project with a custom debug output. I guess I have been too impatient before but today I sat down and read through some posts about it. This is how I eventually got it to work on my Mac:</p>
<p>1. Make sure you&#8217;re using the latest Flash Player <strong>Debug</strong> version. <a title="Flash Player download" href="http://www.adobe.com/support/flashplayer/downloads.html" target="_blank">Download it here</a></p>
<p>2. Install the <a title="FlashTracer Firefox add-on" href="http://www.sephiroth.it/firefox/flashtracer/" target="_blank">plugin</a> (of course)</p>
<p>3. Open the FlashTracer sidebar in FireFox. Click the Preferences button.</p>
<p>4. Under the area named &#8220;Select output file&#8221; click browse and point the plugin to the flashlog.txt file your debug player outputs. In my case (being on a mac) it was here:<br />
<em>/Users/{username}/Library/Preferences/Macromedia/Flash Player/Logs/flashlog.txt</em></p>
<p>The plugin will ask if you want to replace the file, which is stupid because you will want to read from the file, not write to it, but that&#8217;s just how it is. Don&#8217;t let it scare&#8217;ya.</p>
<p>5. Save/close preferences.</p>
<p>6. Restart FireFox.</p>
<p>That should do it.</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fblog.enestrom.com%2F20080703%2Fflashtracer-firefox-plugin%2F&amp;linkname=FlashTracer%20Firefox%20plugin"><img src="http://blog.enestrom.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://blog.enestrom.com/20080703/flashtracer-firefox-plugin/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
