<?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>The Altogether</title>
	<atom:link href="http://stevehealy.org/techblog/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://stevehealy.org/techblog</link>
	<description>...where the code monkeys roam...</description>
	<lastBuildDate>Tue, 03 Apr 2012 16:58:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Makefile Tips #1</title>
		<link>http://stevehealy.org/techblog/?p=106</link>
		<comments>http://stevehealy.org/techblog/?p=106#comments</comments>
		<pubDate>Tue, 03 Apr 2012 16:58:13 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[Code Monkey]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[makefile]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://stevehealy.org/techblog/?p=106</guid>
		<description><![CDATA[I had my first experience with Makefiles in Unix today. Here are some initial tips and errors that I experienced&#8230; 1) When faced with a file such as Makefile.pl &#8211; you can&#8217;t use the make command straight away. You must first generate the makefile itself from the contents of Makefile.pl, like so&#8230; perl Makefile.pl This [...]]]></description>
			<content:encoded><![CDATA[<p>I had my first experience with Makefiles in Unix today. Here are some initial tips and errors that I experienced&#8230;</p>
<p><strong>1)</strong> When faced with a file such as <strong>Makefile.pl</strong> &#8211; you can&#8217;t use the <em>make</em> command straight away. You must first generate the makefile itself from the contents of <strong>Makefile.pl</strong>, like so&#8230;</p>
<p><code>perl Makefile.pl</code></p>
<p>This will produce a standard makefile, that you can then use in conjunction with the <em>make</em> command &#8211; simply run <code>make</code> from the command line.</p>
<p><strong>2)</strong> If you have several makefiles, you can specify which one to execute with the command:<br />
&#8216;<em>make -f &lt;name of the makefile to run&gt;</em>&#8216;<br />
For example&#8230;</p>
<p><code></code><code>make -f MyFirstMakefile</code></p>
<p><strong>3)</strong> A makefile may contain targets, that allow you to run specific sets of actions.  To execute a specific target, use the command:<br />
&#8216;<em>make &lt;name of target&gt;</em>&#8216;<br />
For example&#8230;</p>
<p><code>make install</code></p>
<p><strong>4)</strong> <span style="color: #ff0000;">Error </span>- <code>"missing separator. Stop."</code></p>
<p>This basically means &#8220;syntax error&#8221;, and appears when <em>make</em> is unable to parse the specified line of your makefile. A common reason for this error is a section of the command script that has been indented with spaces instead of a TAB character. A simple fix to try, is to press TAB at the start of the highlighted line.</p>
<p>Note: Each command line <strong>must</strong> begin with a TAB character.</p>
<p><strong>5)</strong> <span style="color: #ff0000;">Error</span> &#8211; <code>"commands commence before first target. Stop."</code></p>
<p>I experienced this error when I accidentally placed a TAB character in front of a non-command line. In such a case, <em>make</em> will usually interpret the following text as a command. If the erroneous TAB is recognized as a syntax error, the error above will be displayed.</p>
]]></content:encoded>
			<wfw:commentRss>http://stevehealy.org/techblog/?feed=rss2&#038;p=106</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lotus Symphony: How to disable/undo automatic corrections</title>
		<link>http://stevehealy.org/techblog/?p=100</link>
		<comments>http://stevehealy.org/techblog/?p=100#comments</comments>
		<pubDate>Thu, 01 Mar 2012 11:25:27 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[Word Processing]]></category>
		<category><![CDATA[automatic corrections]]></category>
		<category><![CDATA[date]]></category>
		<category><![CDATA[disable]]></category>
		<category><![CDATA[document]]></category>
		<category><![CDATA[lotus symphony]]></category>
		<category><![CDATA[table]]></category>
		<category><![CDATA[undo]]></category>

		<guid isPermaLink="false">http://stevehealy.org/techblog/?p=100</guid>
		<description><![CDATA[Two questions: 1) How do I undo or disable automatic typing corrections? By default, IBM Lotus Symphony automatically corrects common typing errors while you type. For example, abotu will be changed to about, or the first letter of a sentence will automatically be capitalized.  To quickly undo an automatic correction, press Ctrl+Z. To turn off [...]]]></description>
			<content:encoded><![CDATA[<p>Two questions:</p>
<p><span style="color: #ffff00;"><strong>1) <em>How do I undo or disable automatic typing corrections?</em></strong></span></p>
<p>By default, IBM Lotus Symphony automatically corrects common typing errors while you type. For example, <em>abotu </em>will be changed to <em>about</em>, or the first letter of a sentence will automatically be capitalized.  To quickly undo an automatic correction, press <strong>Ctrl+Z</strong>.</p>
<p>To turn off these features completely, go to <strong>Tools -&gt; Instant Changes </strong>in the menu-bar, and deselect the <strong>While Typing</strong> option.</p>
<p><span style="color: #ffff00;"><strong>2)</strong> <strong><em>How do I disable date formatting in tables?</em></strong></span></p>
<p>By default, a date that you enter into a table is automatically formatted based on the regional settings specified by your operating system.  So, for example, a European user may see a date changed from <em>2012/03/01</em> to <em>01/03/12</em>.</p>
<p>To disable this formatting, right-click a table cell and deselect the <strong>Number Recognition</strong> option.</p>
]]></content:encoded>
			<wfw:commentRss>http://stevehealy.org/techblog/?feed=rss2&#038;p=100</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to find the most frequent text value in a spreadsheet column</title>
		<link>http://stevehealy.org/techblog/?p=87</link>
		<comments>http://stevehealy.org/techblog/?p=87#comments</comments>
		<pubDate>Thu, 01 Mar 2012 10:45:44 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[Spreadsheets]]></category>
		<category><![CDATA[excel]]></category>
		<category><![CDATA[formula]]></category>
		<category><![CDATA[frequency]]></category>
		<category><![CDATA[index]]></category>
		<category><![CDATA[match]]></category>
		<category><![CDATA[mode]]></category>
		<category><![CDATA[spreadsheet]]></category>

		<guid isPermaLink="false">http://stevehealy.org/techblog/?p=87</guid>
		<description><![CDATA[Here&#8217;s a compact solution to find the single most frequent value: =INDEX(A2:A6,MODE(MATCH(A2:A6,A2:A6,0))) If entered into cell A1, this will display the value that appears most frequently in the range A2:A6 (see column A below). Note: In a situation where more than one value appears equal-highest, the value that was counted last will be provided as [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a compact solution to find the single most frequent value:</p>
<p><code>=INDEX(A2:A6,MODE(MATCH(A2:A6,A2:A6,0)))</code></p>
<p>If entered into cell A1, this will display the value that appears most frequently in the range A2:A6 (see column A below).</p>
<p style="text-align: center;"><a href="http://stevehealy.org/techblog/wp-content/uploads/2012/03/excel_most_frequent.bmp"><img class="aligncenter size-full wp-image-96" style="border: 1px solid black;" title="excel_most_frequent1" src="http://stevehealy.org/techblog/wp-content/uploads/2012/03/excel_most_frequent.bmp" alt="" width="337" height="151" /></a></p>
<p><em><strong>Note:</strong></em> In a situation where more than one value appears equal-highest, the value that was counted last will be provided as the result (see column B above).</p>
]]></content:encoded>
			<wfw:commentRss>http://stevehealy.org/techblog/?feed=rss2&#038;p=87</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Eclipse: Workspace Unavailable</title>
		<link>http://stevehealy.org/techblog/?p=75</link>
		<comments>http://stevehealy.org/techblog/?p=75#comments</comments>
		<pubDate>Thu, 10 Mar 2011 14:55:51 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[workspace]]></category>

		<guid isPermaLink="false">http://stevehealy.org/techblog/?p=75</guid>
		<description><![CDATA[Eclipse isn&#8217;t known for it&#8217;s helpful error messages at the best of times &#8211; and here&#8217;s one example&#8230; &#8220;Workspace in use or cannot be created, choose a different one.&#8221; Unfortunately, Eclipse doesn&#8217;t offer any suggestions on how to fix this, so some manual searching was required. Here is what worked for me: Remove the workspace [...]]]></description>
			<content:encoded><![CDATA[<p>Eclipse isn&#8217;t known for it&#8217;s helpful error messages at the best of times &#8211; and here&#8217;s one example&#8230; &#8220;Workspace in use or cannot be created, choose a different one.&#8221;</p>
<p><a href="http://stevehealy.org/techblog/wp-content/uploads/2011/03/workspaceinuse.jpg"><img class="aligncenter size-full wp-image-76" title="workspaceinuse" src="http://stevehealy.org/techblog/wp-content/uploads/2011/03/workspaceinuse.jpg" alt="" width="439" height="127" /></a></p>
<p>Unfortunately, Eclipse doesn&#8217;t offer any suggestions on how to fix this, so some manual searching was required. Here is what worked for me:</p>
<ol>
<li>Remove the workspace lock:
<ul>
<li>close Eclipse &#8211; and go to the .metadata folder in your workspace, e.g. C:\workspace\.metadata.</li>
<li>delete the .lock file in this folder.</li>
<li>in some cases you may be prevented from deleting the .lock file (see error message below). If this is the case, move to Step 2.</li>
</ul>
</li>
<p><a href="http://stevehealy.org/techblog/wp-content/uploads/2011/03/filelocked.jpg"><img class="aligncenter size-full wp-image-78" title="filelocked" src="http://stevehealy.org/techblog/wp-content/uploads/2011/03/filelocked.jpg" alt="" width="431" height="123" /></a></p>
<li>End the Javaw process:
<ul>
<li>open Task Manager, and end the process <em>javaw.exe</em>.</li>
<li>return to the metadata folder, and delete the lock file.</li>
<li>restart Eclipse.</li>
</ul>
</li>
</ol>
<p>Eclipse should now open your workspace correctly.</p>
]]></content:encoded>
			<wfw:commentRss>http://stevehealy.org/techblog/?feed=rss2&#038;p=75</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Viewing Unread Messages Quickly in Gmail</title>
		<link>http://stevehealy.org/techblog/?p=70</link>
		<comments>http://stevehealy.org/techblog/?p=70#comments</comments>
		<pubDate>Mon, 06 Dec 2010 12:20:57 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[e-mail]]></category>
		<category><![CDATA[Gmail]]></category>

		<guid isPermaLink="false">http://stevehealy.org/techblog/?p=70</guid>
		<description><![CDATA[One of the most regular complaints about Gmail is the difficulty in quickly viewing your unread messages. The simplest solution is to do the following: 1) In the Search bar at the top, enter one of the following: label:unread or is:unread 2) Click on &#8220;Search Mail&#8221;. You will now be presented with all of your [...]]]></description>
			<content:encoded><![CDATA[<p>One of the most regular complaints about Gmail is the difficulty in quickly viewing your unread messages. The simplest solution is to do the following:</p>
<p>1) In the Search bar at the top, enter one of the following:</p>
<p><code>label:unread</code><br />
or<br />
<code>is:unread</code></p>
<p>2) Click on &#8220;Search Mail&#8221;. You will now be presented with all of your unread emails.</p>
<p>However, at times when I really need to access my unread mail quickly, I often forget these commands &#8211; and have to search online for them &#8211; which defeats the whole purpose of saving time. So here&#8217;s a method of creating a permanent link to your unread messages &#8211; that you can then access with one mouse-click.</p>
<p>1) Go to Settings -> Labs, and enable the &#8220;Quick Links&#8221; feature.</p>
<p>2) You will now see a new &#8220;Quick Links&#8221; menu on the left-hand side of the screen (above &#8220;Invite a friend&#8221;).</p>
<p>3) Follow the same &#8220;Search Mail&#8221; steps above&#8230; then, with the unread messages on screen, select &#8220;Add a Quick Link&#8221; in the new menu.</p>
<p>4) Save the Quick Link as &#8220;Unread Messages&#8221; (or whatever you prefer) and you now have one-click access to all unread mail.</p>
]]></content:encoded>
			<wfw:commentRss>http://stevehealy.org/techblog/?feed=rss2&#038;p=70</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ant Errors: &#8220;Error starting modern compiler&#8221;</title>
		<link>http://stevehealy.org/techblog/?p=60</link>
		<comments>http://stevehealy.org/techblog/?p=60#comments</comments>
		<pubDate>Tue, 14 Sep 2010 10:23:34 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[Code Monkey]]></category>
		<category><![CDATA[Ant]]></category>
		<category><![CDATA[compiler]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://stevehealy.org/techblog/?p=60</guid>
		<description><![CDATA[In my case, this error appeared when I attempted to run an Ant script through Eclipse, that was designed to compile Java classes and package them into a ZIP file. BUILD FAILED %my XML file%: Error starting modern compiler This problem can arise in different development environments, and for different reasons &#8211; though generally these [...]]]></description>
			<content:encoded><![CDATA[<p>In my case, this error appeared when I attempted to run an Ant script through Eclipse, that was designed to compile Java classes and package them into a ZIP file.<br />
<code><br />
BUILD FAILED<br />
%my XML file%: Error starting modern compiler<br />
</code></p>
<p>This problem can arise in different development environments, and for different reasons &#8211; though generally these reasons are all related &#8211; the version of Java being used by the compiler does not match that already loaded by the VM, or being referred to in JAVA_HOME.</p>
<p>To solve this in Eclipse, I first went to <em>Run > External Tools > External Tools Configurations</em> &#8230; and accessed the JRE tab.</p>
<p>The next step, change from &#8220;Run in the same JRE as the workspace&#8221; to specifying a &#8220;Separate JRE&#8221;:</p>
<p><a href="http://stevehealy.org/techblog/wp-content/uploads/2010/09/blog_modern_compiler_1.png"><img src="http://stevehealy.org/techblog/wp-content/uploads/2010/09/blog_modern_compiler_1.png" alt="" title="blog_modern_compiler_1" width="463" height="100" class="aligncenter size-full wp-image-64" /></a></p>
<p>However, this change still resulted in the &#8220;modern compiler&#8221; error being displayed. The final step? Despite the prompt asking for a separate <strong><em>JRE</em></strong> &#8211; it is in fact the <strong><em>JDK</em></strong> that needs to be selected:</p>
<p><a href="http://stevehealy.org/techblog/wp-content/uploads/2010/09/blog_modern_compiler_2.png"><img src="http://stevehealy.org/techblog/wp-content/uploads/2010/09/blog_modern_compiler_2.png" alt="" title="blog_modern_compiler_2" width="455" height="29" class="aligncenter size-full wp-image-63" /></a></p>
<p>And voila &#8211; you should now see these happy words&#8230;<br />
<code><br />
BUILD SUCCESSFUL<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://stevehealy.org/techblog/?feed=rss2&#038;p=60</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Java Errors: &#8220;UnsupportedClassVersionError&#8230;bad major version at offset=x&#8221;</title>
		<link>http://stevehealy.org/techblog/?p=48</link>
		<comments>http://stevehealy.org/techblog/?p=48#comments</comments>
		<pubDate>Thu, 09 Sep 2010 10:21:05 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[Code Monkey]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://stevehealy.org/techblog/?p=48</guid>
		<description><![CDATA[In my case, this error appeared when I attempted to load a class from a batch file in the Windows command prompt. “Caused by: java.lang.UnsupportedClassVersionError: (*myclassname*) bad major version at offset=6” This error indicates that your projects were compiled with a higher level Java compiler than the runtime can support. Firstly, confirm what version of [...]]]></description>
			<content:encoded><![CDATA[<p>In my case, this error appeared when I attempted to load a class from a batch file in the Windows command prompt.<br />
<code><br />
 “Caused by: java.lang.UnsupportedClassVersionError: (*myclassname*) bad major version at offset=6”<br />
</code></p>
<p>This error indicates that your projects were compiled with a higher level Java compiler than the runtime can support. </p>
<p>Firstly, confirm what version of Java is installed on your machine. In Windows, open a command prompt window and enter the following command:</p>
<p><code>java -version</code></p>
<p>The output will look something like:<br />
<code><br />
java version "1.5.0_22"<br />
Java(TM) SE Runtime Environment (build 1.5.0_22-b03)<br />
Java HotSpot(TM) Client VM (build 1.5.0_22-b03, mixed mode, sharing)<br />
</code></p>
<p>This message confirmed that my runtime environment was Java 5 &#8211; but error above was stating the classes had been compiled in Java 6. The next step is to check what version of Java is being used to compile your project. In my case, I was using Eclipse.</p>
<p>Go to <em>Window > Preferences > Java > Installed JREs</em> and make sure your 5.0 runtime shows up in the list and is checked. If nothing suitable appears in the list of options, then you need to download the correct Java version from the Sun website.</p>
<p><a href="http://stevehealy.org/techblog/wp-content/uploads/2010/09/blog_eclipse_java_version.png"><img src="http://stevehealy.org/techblog/wp-content/uploads/2010/09/blog_eclipse_java_version.png" alt="" title="blog_eclipse_java_version" width="390" height="17" class="aligncenter size-full wp-image-55" /></a></p>
<p>Finally, go to <em>Window->Preferences->Java->Compiler</em> and ensure that your Compiler compliance level is set to 1.5.</p>
<p><a href="http://stevehealy.org/techblog/wp-content/uploads/2010/09/blog_eclipse_compiler_level.png"><img src="http://stevehealy.org/techblog/wp-content/uploads/2010/09/blog_eclipse_compiler_level.png" alt="" title="blog_eclipse_compiler_level" width="499" height="44" class="aligncenter size-full wp-image-57" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://stevehealy.org/techblog/?feed=rss2&#038;p=48</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How To Rename a Series of Files (MS Windows XP)</title>
		<link>http://stevehealy.org/techblog/?p=38</link>
		<comments>http://stevehealy.org/techblog/?p=38#comments</comments>
		<pubDate>Thu, 28 Jan 2010 12:12:43 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[renaming]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://stevehealy.org/techblog/?p=38</guid>
		<description><![CDATA[I&#8217;m amazed that I never knew about Windows XP&#8217;s built-in function to rename a series of files.  It&#8217;s limited (with other available applications giving you more control over the renaming style), but it&#8217;s fast and easy. Open My Computer/Windows Explorer to the folder containing the files you want to rename. Select the group of files [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m amazed that I never knew about Windows XP&#8217;s built-in function to rename a series of files.   It&#8217;s limited (with other available applications giving you more control over the renaming style), but it&#8217;s fast and easy.</p>
<ol>
<li>Open My Computer/Windows Explorer to the folder containing the files you want to rename.</li>
<li>Select the group of files that you wish to rename.</li>
<li>Right-click on the first file in the list and choose Rename from the menu options.</li>
<li>Type a new name for the file&#8230;
<ul>
<li>Note that the first file will change to the name you type, while all other selected files will append a number enclosed in brackets to this name.</li>
<li>For example, if you typed &#8216;file.jpg&#8217;, the rest of the files will change to &#8216;file (1).jpg&#8217;, &#8216;file (2).jpg&#8217;, etc.</li>
<li>When sorting by name, the unnumbered file will sort to the bottom of the list.   To avoid this, include the starting number in the name you type, e.g. &#8216;mynewfile (1).jpg&#8217;.  The numbers for the other files will continue from this number.  Remember to include the space and brackets.</li>
</ul>
</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://stevehealy.org/techblog/?feed=rss2&#038;p=38</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Keyboard layout shenanigans (MS Windows)</title>
		<link>http://stevehealy.org/techblog/?p=30</link>
		<comments>http://stevehealy.org/techblog/?p=30#comments</comments>
		<pubDate>Wed, 01 Jul 2009 14:40:27 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Keyboard]]></category>
		<category><![CDATA[Language]]></category>
		<category><![CDATA[Region]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://stevehealy.org/blog/?p=30</guid>
		<description><![CDATA[Every now and then, I used to suffer the problem of having my keyboard layout change seemingly for no reason. For example, my @ key would change to Shift+2 instead of Shift+&#8217; &#8211; and vice versa with the &#8221; key. I&#8217;ve now figured out that the problem has been my keyboard layout changing language (in [...]]]></description>
			<content:encoded><![CDATA[<p>Every now and then, I used to suffer the problem of having my keyboard layout change seemingly for no reason. For example, my @ key would change to Shift+2 instead of Shift+&#8217; &#8211; and vice versa with the &#8221; key.</p>
<p>I&#8217;ve now figured out that the problem has been my keyboard layout changing language (in my case, from &#8220;Irish&#8221; to &#8220;US&#8221;). Turns out the keyboard shortcut to change your input language is LeftAlt+Shift, which I must have been pressing by mistake. So all I had to do was press this combination again to restore my keyboard to the way I knew and loved. It&#8217;s easy when you know how!</p>
<p>If you need to check a) what input languages are installed for your computer, and b) what your shortcut is for switching between these languages &#8211; then go here:</p>
<p><strong><em>Control Panel -> Regional &#038; Language Options -> Languages -> Details -> Settings -> Key Settings</em></strong></p>
<p>(csd2ikmze9)</p>
]]></content:encoded>
			<wfw:commentRss>http://stevehealy.org/techblog/?feed=rss2&#038;p=30</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Killing ActiveX warnings when developing&#8230;</title>
		<link>http://stevehealy.org/techblog/?p=27</link>
		<comments>http://stevehealy.org/techblog/?p=27#comments</comments>
		<pubDate>Wed, 20 May 2009 10:07:56 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[Code Monkey]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[activex]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[internet explorer]]></category>

		<guid isPermaLink="false">http://stevehealy.org/blog/?p=27</guid>
		<description><![CDATA[If, like me, you&#8217;re sick to the back teeth of IE blocking your attempts to debug your own apps with it&#8217;s ActiveX filter &#8211; here&#8217;s how to stop it. Note: This is for running locally off your machine &#8211; it should still block the &#8216;evil&#8217; websites perfectly fine. - In IE 7, go to Tools->Internet [...]]]></description>
			<content:encoded><![CDATA[<p>If, like me, you&#8217;re sick to the back teeth of IE blocking your attempts to debug your own apps with it&#8217;s ActiveX filter &#8211; here&#8217;s how to stop it.</p>
<p><em>Note: This is for running locally off your machine &#8211; it should still block the &#8216;evil&#8217; websites perfectly fine.</em></p>
<p>- In IE 7, go to Tools->Internet Options->Advanced</p>
<p>- Scroll down to &#8216;Security&#8217; in the Settings pane</p>
<p>- Tick the box next to &#8220;Allow active content to run in files on My Computer&#8221;</p>
<p>Now run/debug your project once more (e.g. from Eclipse), and it should work fine!</p>
]]></content:encoded>
			<wfw:commentRss>http://stevehealy.org/techblog/?feed=rss2&#038;p=27</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

