<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.explodingcoder.com/cms" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>Web application</title>
 <link>http://www.explodingcoder.com/cms/taxonomy/term/97</link>
 <description>The taxonomy view with a depth of 0.</description>
 <language>en</language>
<item>
 <title>Image Viewer/Resizer</title>
 <link>http://www.explodingcoder.com/cms/content/image-viewerresizer</link>
 <description>&lt;p&gt;There have been times I wanted to post a link to an image on a web page, forum, or elsewhere on the web but I didn&#039;t want to manually resize a large image everytime and store duplicates. Instead, I coded this simple tool to take a single image and resize it on the fly.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.explodingcoder.com/cms/content/image-viewerresizer&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.explodingcoder.com/cms/content/image-viewerresizer#comments</comments>
 <category domain="http://www.explodingcoder.com/cms/taxonomy/term/93">Internet</category>
 <category domain="http://www.explodingcoder.com/cms/category/tags/live-demo">Live demo</category>
 <category domain="http://www.explodingcoder.com/cms/taxonomy/term/80">Perl</category>
 <category domain="http://www.explodingcoder.com/cms/taxonomy/term/82">Web</category>
 <category domain="http://www.explodingcoder.com/cms/taxonomy/term/97">Web application</category>
 <pubDate>Fri, 24 Oct 2008 09:15:57 -0400</pubDate>
 <dc:creator>spoulson</dc:creator>
 <guid isPermaLink="false">187 at http://www.explodingcoder.com/cms</guid>
</item>
<item>
 <title>Crypt File Manager</title>
 <link>http://www.explodingcoder.com/cms/content/crypt-file-manager</link>
 <description>&lt;p&gt;I found myself always in need of some personal information that I stored on my home PC, but while I was not at home; things like: banking information, PINs, web site passwords, etc. Being security-minded, I knew I did not want to print out this information and risk somehow losing it. I could copy it up to my Yahoo! Notepad account or under a password protected directory of my web site but that&#039;s grossly insecure.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.explodingcoder.com/cms/content/crypt-file-manager&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.explodingcoder.com/cms/content/crypt-file-manager#comments</comments>
 <category domain="http://www.explodingcoder.com/cms/category/tags/live-demo">Live demo</category>
 <category domain="http://www.explodingcoder.com/cms/taxonomy/term/80">Perl</category>
 <category domain="http://www.explodingcoder.com/cms/taxonomy/term/82">Web</category>
 <category domain="http://www.explodingcoder.com/cms/taxonomy/term/97">Web application</category>
 <pubDate>Fri, 24 Oct 2008 09:13:50 -0400</pubDate>
 <dc:creator>spoulson</dc:creator>
 <guid isPermaLink="false">186 at http://www.explodingcoder.com/cms</guid>
</item>
<item>
 <title>Symmetric Crypt Tool</title>
 <link>http://www.explodingcoder.com/cms/content/symmetric-crypt-tool</link>
 <description>&lt;p&gt;As an experiment with symmetric encryption, I put together a simple example to show how it works. You can choose from DES or Blowfish ciphers and encrypted output can be binary, hex string, or base64 encoded.&lt;/p&gt;
&lt;p&gt;Written in Perl/CGI and uses the Crypt::CBC module bundle for ciphers.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;/demos/crypt/&quot;&gt;Link to live demo&lt;/a&gt;&lt;/p&gt;
</description>
 <comments>http://www.explodingcoder.com/cms/content/symmetric-crypt-tool#comments</comments>
 <category domain="http://www.explodingcoder.com/cms/taxonomy/term/93">Internet</category>
 <category domain="http://www.explodingcoder.com/cms/category/tags/live-demo">Live demo</category>
 <category domain="http://www.explodingcoder.com/cms/taxonomy/term/80">Perl</category>
 <category domain="http://www.explodingcoder.com/cms/category/tags/tools">Tools</category>
 <category domain="http://www.explodingcoder.com/cms/taxonomy/term/82">Web</category>
 <category domain="http://www.explodingcoder.com/cms/taxonomy/term/97">Web application</category>
 <pubDate>Fri, 24 Oct 2008 09:10:55 -0400</pubDate>
 <dc:creator>spoulson</dc:creator>
 <guid isPermaLink="false">185 at http://www.explodingcoder.com/cms</guid>
</item>
<item>
 <title>Live demos of some simple web tools I developed</title>
 <link>http://www.explodingcoder.com/cms/content/live-demos-some-simple-web-tools-i-developed</link>
 <description>&lt;p&gt;As an IT guy, I look to using computers to solve some of my day to day problems.  I say computers in plural because I readily use two at home and one at work, and I could also be in the internet cafe near my work.  For instance, I store my personal passwords and other sensitive information in Crypt File Manager.  It stays secure by encryption in such a way that not even my web host provider can access the data and the password is not stored anywhere on the web server or browser.  This solution works great because I can access it wherever I want with only a web browser.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.explodingcoder.com/cms/content/live-demos-some-simple-web-tools-i-developed&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.explodingcoder.com/cms/content/live-demos-some-simple-web-tools-i-developed#comments</comments>
 <category domain="http://www.explodingcoder.com/cms/taxonomy/term/67">Development</category>
 <category domain="http://www.explodingcoder.com/cms/taxonomy/term/80">Perl</category>
 <category domain="http://www.explodingcoder.com/cms/taxonomy/term/82">Web</category>
 <category domain="http://www.explodingcoder.com/cms/taxonomy/term/97">Web application</category>
 <pubDate>Sat, 31 May 2008 22:06:47 -0400</pubDate>
 <dc:creator>spoulson</dc:creator>
 <guid isPermaLink="false">11 at http://www.explodingcoder.com/cms</guid>
</item>
</channel>
</rss>
