<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/css" href="/stylesheets/rss.css"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
  <channel>
    <title>The Ignition Project: Tag annoyance</title>
    <link>http://www.ignition-project.com/articles/tag/annoyance</link>
    <language>en-us</language>
    <ttl>40</ttl>
    <description>Open Source Collaboration Solutions</description>
    <item>
      <title>Lockdown browsers are fun!</title>
      <description>&lt;p style="text-align: center;"&gt;
&lt;img src="http://www.ignition-project.com/files/lockdown_browser_hacked.jpg" alt="Lockdown Browser Hacked" style="width: 400px;" /&gt;
&lt;/p&gt;

&lt;p&gt;(code is past the break)&lt;/p&gt;

&lt;div class="typocode"&gt;&lt;pre&gt;&lt;code class="typocode_default "&gt;# Need: Ruby, this browser,
# and SysInternals Process Explorer

# Start Process Explorer, configure for always on
# top and only allow single instance, close it.

require 'win32ole'

BROWSER_PATH = &amp;quot;&amp;quot;
PROCEXP_PATH = &amp;quot;&amp;quot;

puts &amp;quot;Starting the lockdown browser&amp;quot;
shell = WIN32OLE.new('Shell.Application')
shell.ShellExecute(BROWSER_PATH, '', '', 'open', '1')

puts &amp;quot;Giving the lockdown browser time to breathe...&amp;quot;
sleep 10

puts &amp;quot;=&amp;gt; Ctrl-C to stop &amp;lt;=&amp;quot;

while true do
    shell = WIN32OLE.new('Shell.Application')
    shell.ShellExecute(PROCEXP_PATH, '', '', 'open', '1')
    sleep 20
end&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;

&lt;p&gt;I&amp;#8217;m posting this because that browser frustrates me. I have to boot into Windows to use it. This makes me feel better about having to use it. Cheating or doing anything that might get you or me in trouble is a bad idea.&lt;/p&gt;

&lt;p&gt;Plus, if you can figure out this program, you probably feel my pain :)&lt;/p&gt;</description>
      <pubDate>Fri, 19 Sep 2008 20:16:00 -0500</pubDate>
      <guid isPermaLink="false">urn:uuid:13d0ea2b-b9a9-4a15-b232-54e8fd92518b</guid>
      <author>Keith Gable</author>
      <link>http://www.ignition-project.com/articles/2008/09/19/lockdown-browsers-are-fun</link>
      <category>Hacks</category>
      <category>SecurityThroughObscurity</category>
      <category>morons</category>
      <category>annoyance</category>
    </item>
  </channel>
</rss>
