<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<link rel="self" href="http://www.100-geek.net/atom.cfm"/>
<link href="http://www.100-geek.net"/>
<title>100% Geek :: Projects</title>
<subtitle>Welcome to my new gadgets and geekery weblog. Now a distinct area within my larger &lt;a href=&quot;http://www.sorcerers-isle.net&quot;&gt;Sorcerer&apos;s Isle&lt;/a&gt; weblog, 100% Geek covers gadgets, gaming, technology, tinkering, and any other random ramblings I feel like throwing in here.</subtitle>
<category term="Projects">Projects</category>
<entry>
<title>Introducing the cfRegex Project!</title>
<link href="http://www.100-geek.net/article/introducing-the-cfregex-project.html"/>
<summary type="html">&lt;p&gt;The &lt;a href=&quot;http://cfregex.net&quot;&gt;cfRegex project&lt;/a&gt; is two things. Firstly, it is a complete regex implementation
for CFML, providing more functionality, flexibility, features and power than the
existing CFML RE functions. Secondly, it is a drive to encourage people to
properly learn and make use of regex.
&lt;p style=&quot;text-align:center;&quot;&gt;&lt;a href=&quot;/article/introducing-the-cfregex-project.html&quot;&gt;Read the rest of this article to find out more.&lt;/a&gt;&lt;/p&gt;
&lt;div style=&quot;text-align:center;margin:2em;&quot;&gt;
&lt;a href=&quot;http://cfregex.net&quot; title=&quot;Visit cfregex.net&quot;&gt;&lt;img src=&quot;http://cfregex.net/resources/images/cfregex-logo.tagb.png&quot; alt=&quot;cfRegeX :: First-class Regex for CFML :: http://cfregex.net&quot;&gt;&lt;/a&gt;&lt;/div&gt;</summary>
<updated>2011-07-22T22:20:48Z</updated>
</entry>
<entry>
<title>Java RegEx Utilities - v0.7 preview</title>
<link href="http://www.100-geek.net/article/java_regex_utilities_v0.7_preview.html"/>
<summary type="html">&lt;p&gt;&lt;a href=&quot;http://www.hybridchill.com/projects/jre-utils.html&quot;&gt;Java RegEx Utilities&lt;/a&gt;, or jre-utils, is a CFC which provides a convenient way to access &lt;a href=&quot;http://www.java.com&quot;&gt;Java&lt;/a&gt;&apos;s &lt;a href=&quot;http://www.regular-expressions.info/&quot;&gt;regular expression&lt;/a&gt; functionality.&lt;/p&gt;
&lt;p&gt;Whilst &lt;a href=&quot;http://www.adobe.com/coldfusion&quot;&gt;ColdFusion&lt;/a&gt;, &lt;a href=&quot;http://www.getrailo.com&quot;&gt;Railo&lt;/a&gt;, and &lt;a href=&quot;http://www.openbluedragon.org&quot;&gt;openBD&lt;/a&gt; are all built on Java, and &lt;a href=&quot;http://www.opencfml.org&quot;&gt;CFML&lt;/a&gt; does have regular expression functions, they do not actually use the Java regular expression engine, which supports many useful regex constructs.&lt;/p&gt;
&lt;p&gt;The purpose of jre-utils is to provide this extra power to CFML developers in a familiar and easy to use way.&lt;/p&gt;
&lt;p&gt;I will shortly be releasing v0.7 of jre-utils, which adds a number of new functions, as well as making things more consistent, so I decided I would give this quick preview of what it contains.&lt;/p&gt;</summary>
<updated>2009-04-09T21:47:00Z</updated>
</entry>
<entry>
<title>QueryParam Scanner - v0.7 Released, v0.8 in progress...</title>
<link href="http://www.100-geek.net/article/queryparam_scanner_v0.7_released_v0.8_in_progress.html"/>
<summary type="html">&lt;p&gt;I have released v0.7 of &lt;a href=&quot;http://www.hybridchill.com/projects/qpscanner.html&quot;&gt;QueryParam Scanner&lt;/a&gt;, which introduces a variety of improvements over v0.6.1:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Significantly faster processing&lt;/li&gt;
&lt;li&gt;Multiple output formats (HTML, XML, WDDX).&lt;/li&gt;
&lt;li&gt;Ability to override Request Timeout.&lt;/li&gt;
&lt;li&gt;Option to specify file/directory exclusions (regex).&lt;/li&gt;
&lt;li&gt;Option to include/exclude Query of Queries.&lt;/li&gt;
&lt;li&gt;Option to include/exclude built-in CFML functions.&lt;/li&gt;
&lt;li&gt;Eclipse Plugin for easier execution.&lt;/li&gt;
&lt;/ul&gt;
&lt;br/&gt;
&lt;p&gt;For more details and download information, visit the &lt;a href=&quot;http://www.hybridchill.com/projects/qpscanner.html&quot;&gt;project page at Hybridchill&lt;/a&gt;.&lt;/p&gt;
&lt;br/&gt;
&lt;h2&gt;Future Improvements&lt;/h2&gt;
&lt;p&gt;The following release, v0.8 will have three key features:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;A Fix mode, allowing you to manually or automatically correct missing cfqueryparams.&lt;/li&gt;
&lt;li&gt;A flexible exclusion system, allowing you to ignore paths and variables you know are ok.&lt;/li&gt;
&lt;li&gt;Integration and examples of use for &lt;a href=&quot;http://ant.apache.org&quot;&gt;Apache Ant&lt;/a&gt; and &lt;a href=&quot;http://www.mxunit.org&quot;&gt;MXUnit&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;</summary>
<updated>2008-09-23T20:09:31Z</updated>
</entry>
<entry>
<title>Creating my very first Eclipse Plugin</title>
<link href="http://www.100-geek.net/article/creating_my_very_first_eclipse_plugin.html"/>
<summary type="html">&lt;p&gt;I recently* completed my very first Eclipse Plugin, and I found the whole experience to be very interesting.&lt;br/&gt;
&lt;small class=&quot;a&quot;&gt;*(well about a month ago; took me longer to get writing this than intended)&lt;/small&gt;&lt;/p&gt;
&lt;p&gt;This blog entry will focus on two main areas - my experience with Eclipse (as opposed to CFEclipse and similar), and the issues I encountered from a development perspective&lt;/p&gt;</summary>
<updated>2008-09-23T00:10:49Z</updated>
</entry>
<entry>
<title>QueryParam Scanner - Eclipse Plugin</title>
<link href="http://www.100-geek.net/article/queryparam_scanner_eclipse_plugin.html"/>
<summary type="html">&lt;p&gt;The first pre-release version of the qpScanner Eclipse Plugin is now available.&lt;/p&gt;
&lt;p&gt;This is the very first Eclipse plugin I have created. It was an interesting experience, and something that I will be writing up in a separate entry as soon as I can collect my thoughts.&lt;/p&gt;
&lt;p&gt;It order to use the plugin, you must be using v0.7 or higher of qpScanner - if you do not yet have this, you can download the &lt;a href=&quot;http://www.hybridchill.com/downloads/qpscanner/latest.zip&quot;&gt;latest development version of qpScanner&lt;/a&gt;, which contains details of the Update Site to use. If for any reason you cannot use the regular Eclipse Update method, you can directly &lt;a href=&quot;http://eclipse.hybridchill.com/plugins/hybridchill.eclipse.qpscanner_0.1.0.0.jar&quot;&gt;download the qpScanner Eclipse Plugin&lt;/a&gt; instead.&lt;/p&gt;
&lt;p&gt;Just to be clear, both v0.7 of QueryParam Scanner and v0.1 of the qpScanner Eclipse Plugin are currently considered development releases, and are being made available so that they can be tested and any bugs that might exist can be found - if you are unwilling to use pre-release software you should wait until the official release.&lt;/p&gt;
&lt;p&gt;If you do get the Eclipse Plugin, or even just qpScanner on its own, I welcome any and all feedback you might have - whether to report bugs you have found, request new features you would like, or simply to let me know that works with your local setup.&lt;/p&gt;
&lt;p&gt;Please send feedback via email to qpscanner_project@hybridchill.com or alternatively add a comment below.&lt;/p&gt;
&lt;br/&gt;
&lt;p&gt;Related websites:&lt;/p&gt;
&lt;ul class=&quot;compact&quot;&gt;
&lt;li&gt;&lt;a href=&quot;http://www.hybridchill.com/projects/qpscanner.html&quot;&gt;QueryParam Scanner official website&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://qpscanner.riaforge.org&quot;&gt;QueryParam Scanner project page at RIAForge&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;</summary>
<updated>2008-08-25T23:24:44Z</updated>
</entry>
<entry>
<title>QueryParam Scanner v0.7-dev</title>
<link href="http://www.100-geek.net/article/queryparam_scanner_v0.7_dev.html"/>
<summary type="html">&lt;p&gt;The latest development version of qpScanner is now in SVN at &lt;a href=&quot;http://qpscanner.riaforge.org/&quot;&gt;RIAForge&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;It would be great if people could test it out and let me know of any issues they encounter.&lt;/p&gt;
&lt;p&gt;As before, it is all self-contained, so it can be installed and run with minimal effort.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt; As this is still the development version, you need to use the zip option at the bottom of the RIAForge page, &lt;em&gt;not&lt;/em&gt; the &quot;Download Project&quot; link - the button will only give the old version.&lt;/p&gt;
&lt;p&gt;When released, v0.7 will be a significant new version, so I want to give a quick discussion of the new features...&lt;/p&gt;</summary>
<updated>2008-08-17T00:01:01Z</updated>
</entry>
<entry>
<title>QueryParam Scanner</title>
<link href="http://www.100-geek.net/article/queryparam_scanner.html"/>
<summary type="html">&lt;p&gt;The code for my &lt;a href=&quot;http://qpscanner.riaforge.org&quot;&gt;QueryParam Scanner&lt;/a&gt; has been uploaded to &lt;a href=&quot;http://www.riaforge.org&quot;&gt;RIAForge&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;QueryParam Scanner is a simple tool which scans your code for queries and reports back about any variables that are not inside &amp;lt;cfqueryparam/&amp;gt; tags.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://qpscanner.riaforge.org/index.cfm?event=action.download&quot;&gt;Download QueryParam Scanner from RIAForge&lt;/a&gt;.&lt;/p&gt;</summary>
<updated>2008-04-06T17:42:42Z</updated>
</entry>
<entry>
<title>Java RegEx Utilities</title>
<link href="http://www.100-geek.net/article/java_regex_utilities.html"/>
<summary type="html">&lt;p&gt;I have just released &lt;a href=&quot;http://jreutils.riaforge.org&quot;&gt;Java RegEx Utilities&lt;/a&gt; on &lt;a href=&quot;http://www.riaforge.org&quot;&gt;RIAForge&lt;/a&gt;, which is a CFC enabling easy access to Java Regular Expression functionality, adding to what is available in the standard CFML functions.&lt;/p&gt;
</summary>
<updated>2008-04-05T23:30:13Z</updated>
</entry>
<entry>
<title>Project:Photon - Part IV</title>
<link href="http://www.100-geek.net/article/project_photon_part_iv.html"/>
<summary type="html">&lt;p&gt;Almost a year since my last update on Project:Photon, and progress is depressingly low.&lt;/p&gt;
&lt;p&gt;So for both new readers and those without a perfect memory, a quick reminder of Project:Photon&apos;s primary objective: a small and silent device for high-capacity storage with full backup facilities (mirroring and versioning).&lt;/p&gt;
&lt;p&gt;This posting is an update on where I have reached.&lt;/p&gt;
&lt;br/&gt;
&lt;p&gt;Previous Parts:&lt;/p&gt;
&lt;ul class=&quot;compact&quot;&gt;
&lt;li&gt;&lt;a href=&quot;/article/project_photon.html&quot;&gt;Project:Photon &amp;mdash; Part I&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;/article/project_photon_part_ii.html&quot;&gt;Project:Photon &amp;mdash; Part II&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;/article/project_photon_part_iii.html&quot;&gt;Project:Photon &amp;mdash; Part III&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;</summary>
<updated>2008-02-16T20:22:54Z</updated>
</entry>
<entry>
<title>My Edinburgh Adventure</title>
<link href="http://www.100-geek.net/article/my_edinburgh_adventure.html"/>
<summary type="html">&lt;p&gt;From the 26th May to 2nd June I&apos;ll be in &lt;a href=&quot;http://www.google.com/maps?q=Edinburgh&quot;&gt;Edinburgh&lt;/a&gt;, exploring the city and surrounding areas, and taking plenty of photographs. At the end of the week I&apos;ll be attending &lt;a href=&quot;http://scotch.scottishcfug.com/&quot;&gt;Scotch on the Rocks&lt;/a&gt;, an annual ColdFusion developer conference.&lt;/p&gt;
&lt;p&gt;Each day I&apos;ll be updating this entry with what I&apos;ve been doing, as well as including some of the photos I&apos;ve taken.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Update, Sunday 10th June: Photos Available&lt;/strong&gt;&lt;br /&gt;
I&apos;ve put a selection of photos into an online gallery, available at &lt;a href=&quot;http://photos.bpsite.net/edinburgh&quot;&gt;photos.bpsite.net/edinburgh&lt;/a&gt;&lt;/p&gt;</summary>
<updated>2007-06-02T16:11:00Z</updated>
</entry>
</feed>

