<?xml version="1.0"?>
<rss version="2.0">
<channel>
<docs>http://blogs.law.harvard.edu/tech/rss</docs>
<link>http://www.sorcerers-tower.net</link>
<title>Sorcerer&apos;s Tower</title>
<description>Welcome to the Tower, my programming and web development blog. Here you will find articles relating to CFML, CSS, HTML, Java, JavaScript and Regular Expressions, plus discussions on the associated tools, technologies, techniques and ideas.&lt;/p&gt; &lt;p&gt;For more general topics, please visit &lt;a href=&quot;http://www.sorcerers-isle.net&quot;&gt;Sorcerer&apos;s Isle&lt;/a&gt;, where you will find articles on my other interests.</description>
<category>CFML,Web Development,Railo,Projects,Software,Open Source,Miscellaneous,SQL,Regular Expressions,Accessibility,Photography,ColdFusion,Conferences,BlueDragon,Websites,JBoss,Java,Eclipse,Adventure,Beehive Forum,Fusebox,User Interface,Tutorials,Fun,Event,Technology,Graphics,Scotland,MacOS X</category>
<item>
<title>QueryParam Scanner 0.7.5 Release Candidate</title>
<link>http://www.sorcerers-tower.net/article/queryparam_scanner_0.7.5_release_candidate.html</link>
<description>&lt;p&gt;I have just pushed an update of QueryParam Scanner to &lt;a href=&quot;https://github.com/boughtonp/qpscanner&quot;&gt;GitHub&lt;/a&gt;, containing various improvements.&lt;/p&gt;
&lt;p&gt;This update is on the &lt;a href=&quot;https://github.com/boughtonp/qpscanner/tree/rc0.7.5&quot;&gt;rc0.7.5 branch&lt;/a&gt;, and it&apos;d be nice if people could take it for a spin and make sure there are no issues with it. (There is a &lt;a href=&quot;https://github.com/boughtonp/qpscanner/zipball/rc0.7.5&quot;&gt;zip download&lt;/a&gt; for anyone without git.)&lt;/p&gt;
&lt;p&gt;The visible changes which you might notice are:
&lt;ul&gt;&lt;li&gt;Added JSON output format, giving an alternative to XML for anyone using qpscanner in a scripted process.
&lt;li&gt;Added variable for number of potential risk files, and improved related wording in HTML output.
&lt;li&gt;Fixed bug where identical queries were causing incorrect line numbers.
&lt;li&gt;Fixed bug where query names were not being detected.
&lt;li&gt;Fixed bug where blank lines were incorrectly removed.&lt;/ul&gt;
&lt;p&gt;However, there are also significant under-the-hood changes. I removed my obsolete &quot;Java Regex Utils&quot; library (replacing it with the object part of &lt;a href=&quot;http://cfregex.net&quot;&gt;cfRegex&lt;/a&gt;), and made a number of little code clean-ups.&lt;/p&gt;
&lt;p&gt;A result of these changes is that qpscanner rc0.7.5 appears to be almost twice as fast as previous versions.&lt;/p&gt;
&lt;p&gt;If you have any feedback, please feel free to &lt;a href=&quot;https://github.com/inbox/new/boughtonp&quot;&gt;contact me via GitHub&lt;/a&gt;, and similarly if you find any bugs then please raise them on the &lt;a href=&quot;https://github.com/boughtonp/qpscanner/issues&quot;&gt;issue tracker&lt;/a&gt;.&lt;/p&gt;</description>
<pubDate>Sat, 07 Jan 2012 20:59:44 GMT</pubDate>
</item>
<item>
<title>Why Railo 3.3?</title>
<link>http://www.sorcerers-tower.net/article/why_railo_3.3.html</link>
<description>&lt;p&gt;It&apos;s been over two and a half years since my last &quot;why railo&quot; post, and - despite &lt;a href=&quot;http://www.getrailo.org&quot;&gt;Railo&lt;/a&gt; &quot;only&quot; being 0.3 versions on - there&apos;s been a lot of improvements!
&lt;p&gt;In fact, because it&apos;s been so long, a few of the things here are not new with v3.3 (though they are all new since the &lt;a href=&quot;/article/why_railo_3.html&quot;&gt;previous article&lt;/a&gt;), but are still great features that deserve mentioning!
&lt;p&gt;So, what are my ten favourite new features? &lt;a href=&quot;/article/why_railo_3.3.html&quot;&gt;Read on to find out&lt;/a&gt;.
&lt;/p&gt;</description>
<pubDate>Sun, 06 Nov 2011 23:54:08 GMT</pubDate>
</item>
<item>
<title>CFML on Wikipedia</title>
<link>http://www.sorcerers-tower.net/article/cfml-on-wikipedia.html</link>
<description>&lt;p&gt;If you&apos;ve ever looked at the CFML related articles on Wikipedia, you can&apos;t fail to have noticed that, especially when compared to other programming articles, they&apos;re not very good.
&lt;p&gt;When somebody puts &quot;coldfusion&quot; or &quot;cfml&quot; into Google, they will almost certainly see the respective Wikipedia pages amongst the top three results, but when they follow those links they&apos;re unlikely to get a very good impression!
&lt;p&gt;If you agree that the CFML presence on Wikipedia can and should be improved, and it&apos;s up to the CFML community to do it, then &lt;a href=&quot;/article/cfml-on-wikipedia.html&quot;&gt;read on to find out how you can help fix it&lt;/a&gt;.</description>
<pubDate>Sun, 02 Oct 2011 22:08:01 GMT</pubDate>
</item>
<item>
<title>Introducing the cfRegex Project!</title>
<link>http://www.sorcerers-tower.net/article/introducing-the-cfregex-project.html</link>
<description>&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;</description>
<pubDate>Fri, 22 Jul 2011 22:20:48 GMT</pubDate>
</item>
<item>
<title>A New Era - A Colossal Adventure</title>
<link>http://www.sorcerers-tower.net/article/a_new_era_a_colossal_adventure.html</link>
<description>&lt;p&gt;Tonight, prepare yourself for the beginning of a new era, as one man - and his keyboard - begins his journey in an epic quest to save the world.&lt;/p&gt;
&lt;br/&gt;
&lt;img class=&quot;single&quot; src=&quot;/images/block-boat.640x423.jpg&quot; alt=&quot;Rowing Boat&quot; title=&quot;&quot;/&gt;
&lt;br/&gt;
&lt;p&gt;&lt;a href=&quot;/article/a_new_era_a_colossal_adventure.html&quot;&gt;Continued...&lt;/a&gt;&lt;/p&gt;</description>
<pubDate>Sat, 05 Feb 2011 00:03:26 GMT</pubDate>
</item>
<item>
<title>International Regular Expressions Day</title>
<link>http://www.sorcerers-tower.net/article/international_regular_expressions_day_2010.html</link>
<description>&lt;p&gt;It&apos;s 1st June 2010 today, and that means we&apos;re celebrating for the third time the annual International Regular Expressions Day.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.bennadel.com&quot;&gt;Ben Nadel&lt;/a&gt; kicked off this event two years ago, in order to promote the use of Regex, especially amongst those who might consider them something scary and obscure.&lt;/p&gt;
&lt;p&gt;As before, Ben is running a contest, this year&apos;s prizes being some O&apos;Reily Regex books and IIS Mod-Rewrite Pro licenses.&lt;/p&gt;
&lt;p&gt;Entry to the competition requires writing some code, and the deadline is today, so if you&apos;re interested then hurry up and &lt;a href=&quot;http://www.bennadel.com/blog/1923-3rd-Annual-Inter-National-Regular-Expression-Day-And-Prizes-June-1st-2010.htm&quot;&gt;read the blog entry to find out more&lt;/a&gt;.&lt;/p&gt;
&lt;br/&gt;
&lt;p style=&quot;text-align:center&quot;&gt;&lt;big&gt;&lt;a href=&quot;http://www.regular-expression-day.com/&quot;&gt;Happy Regex Day!&lt;/a&gt;&lt;/big&gt;&lt;/p&gt;
&lt;br/&gt;
</description>
<pubDate>Tue, 01 Jun 2010 14:20:26 GMT</pubDate>
</item>
<item>
<title>Railo: Still Awesome!</title>
<link>http://www.sorcerers-tower.net/article/railo_still_awesome.html</link>
<description>&lt;p&gt;It&apos;s nearly a year on from my last Railo blog post so it is well overdue that I write another - just in case there is anyone still sitting on the fence, unsure if they should use Railo - or indeed, anyone who might be unaware of Railo&apos;s very existance!&lt;/p&gt;
&lt;br/&gt;
&lt;p&gt;So to start with, a quick summary of what Railo is:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Railo, &lt;a href=&quot;http://www.youtube.com/watch?v=d1QKOHThSiM#t=0m10s&quot; title=&quot;(sounds like &apos;silo&apos;)&quot;&gt;pronounced /&amp;#712;ra&amp;#618;.l&amp;#601;&amp;#650;/&lt;/a&gt;, is super fast Enterprise-level sofware for RAD webapp and website creation.&lt;/li&gt;
&lt;li&gt;Railo is LGPL-licensed &lt;a href=&quot;http://www.gnu.org/philosophy/free-sw.html&quot;&gt;Free Software&lt;/a&gt;, so anyone can use it how they like.&lt;/li&gt;
&lt;li&gt;Railo runs on any &lt;a href=&quot;http://java.sun.com/javaee/&quot;&gt;Java EE&lt;/a&gt; server, (but doesn&apos;t require Java knowledge), and is a &lt;a href=&quot;http://www.jboss.org/&quot;&gt;Jboss.org&lt;/a&gt; project.&lt;/li&gt;
&lt;li&gt;Railo uses the &lt;a href=&quot;http://www.opencfml.org&quot;&gt;CFML language&lt;/a&gt;, like &lt;a href=&quot;http://www.adobe.com/coldfusion&quot;&gt;Adobe ColdFusion&lt;/a&gt; (the primary CFML engine), &lt;a href=&quot;http://www.openbluedragon.org&quot;&gt;OpenBlueDragon&lt;/a&gt;, and others.&lt;/li&gt;
&lt;li&gt;Railo is really awesome.&lt;/li&gt;
&lt;/ul&gt;
&lt;br/&gt;
&lt;p&gt;&lt;a href=&quot;http://www.sorcerers-isle.net/article/railo_still_awesome.html&quot;&gt;&lt;strong&gt;Find out why Railo is the perfect choice for your next development project.&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;
&lt;br/&gt;</description>
<pubDate>Tue, 26 Jan 2010 21:42:41 GMT</pubDate>
</item>
<item>
<title>The Magnificent Art of ElDavo</title>
<link>http://www.sorcerers-tower.net/article/the_magnificent_art_of_eldavo.html</link>
<description>&lt;p&gt;I&apos;ve recently been working on a gallery website for my brother, a brilliant artist and illustrator. The site is still under construction, but he&apos;s already got some great examples of his drawings and sculptures on there, and it is definitely worth checking out.&lt;/p&gt;
&lt;p&gt;Head over to &lt;a href=&quot;http://eldavo.co.uk&quot;&gt;eldavo.co.uk&lt;/a&gt; to take a look, and if you like the work take a look at &lt;a href=&quot;http://eldavoart.blogspot.com/&quot;&gt;his blog&lt;/a&gt; where he has more of his art.&lt;/p&gt;
&lt;p&gt;On the technical side, the main site is pretty simple, so far, with extra complexity coming later on. It runs on &lt;a href=&quot;http://www.getrailo.com&quot;&gt;Railo&lt;/a&gt; and uses &lt;a href=&quot;http://www.jquery.com&quot;&gt;jQuery&lt;/a&gt;. The (private) admin part of the site was my first opportunity to use cfimage functionality, allowing thumbnails to be generated from uploaded images. I used &lt;a href=&quot;http://deepliquid.com/content/Jcrop.html&quot;&gt;jCrop&lt;/a&gt; for the client-side crop selection.&lt;/p&gt;</description>
<pubDate>Thu, 24 Dec 2009 23:53:36 GMT</pubDate>
</item>
<item>
<title>Beehive Forum 0.9 has been released!</title>
<link>http://www.sorcerers-tower.net/article/beehive_forum_0.9_has_been_released.html</link>
<description>&lt;p&gt;Version 0.9 of &lt;a href=&quot;http://www.beehiveforum.net&quot;&gt;Beehive Forum&lt;/a&gt;, probably the greatest forum software there is, has recently been officially released.&lt;/p&gt;
&lt;p&gt;Since the previous v0.8.4 there have been a variety of fixes and improvements, particularly to client-side caching and UTF-8.
There is also now support for Google Analytics and for displaying optional Google Adsense adverts. For full information on what has changed, you can check the &lt;a href=&quot;https://sourceforge.net/project/shownotes.php?group_id=50772&amp;release_id=694880&quot;&gt;release notes&lt;/a&gt;.&lt;/p&gt;
&lt;p style=&quot;text-align:center&quot;&gt;&lt;strong&gt;&lt;a href=&quot;https://sourceforge.net/projects/beehiveforum/files/&quot;&gt;Download Beehive Forum 0.9 from SourceForge&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;br/&gt;
&lt;p&gt;Also, Beehive is currently a Finalist in the SourceForge Community Choice Awards!&lt;/p&gt;
&lt;p&gt;If you&apos;re a fan of Beehive and haven&apos;t yet voted, please vote for Beehive now:&lt;/p&gt;
&lt;div style=&quot;border: solid 1px black; margin: 0px auto; padding: 4px 2px 3px; width: 256px&quot;&gt;
&lt;a href=&quot;http://sf.net/community/cca09/vote/?f=432&quot; title=&quot;Vote for Beehive in the SourceForge Community Choice Awards!&quot;&gt;
&lt;img src=&quot;http://www.beehiveforum.net/vote-beehive.png&quot; alt=&quot;Vote Beehive!&quot; style=&quot;border: none&quot; /&gt;
&lt;/a&gt;
&lt;/div&gt;
&lt;p&gt;There is a lot of competition, with many thousands of votes already having been cast, so please help spread the word to as many other Beehive users as you can, to help vote for Beehive to win, and gain the recognition it deserves!&lt;/p&gt;
&lt;br/&gt;</description>
<pubDate>Mon, 06 Jul 2009 23:50:21 GMT</pubDate>
</item>
<item>
<title>Welcome to the Isle</title>
<link>http://www.sorcerers-tower.net/article/welcome_to_the_isle.html</link>
<description>&lt;p&gt;This is my new and improved weblog, where I will be posting on a large assortment of topics which I hope you will find interesting.
All of the old blog messages have been ported across, and re-catalogued into more useful groupings.&lt;/p&gt;
&lt;p&gt;For anyone wishing to read posts only on particular areas, there are three sub-blogs available, which filter the messages from this main blog according to their respective focus. Combined with the ability to subscribe to feeds for individual or multiple tags, it should be easy to get at only the content you wish to read. And to follow all the messages, you can simply read just &lt;a href=&quot;http://www.sorcerers-isle.net&quot;&gt;the main blog&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Currently, everything is still rather basic, but over the next few months I will be adding to, extending and improving the various features that are available, and I welcome any feedback you might have.&lt;/p&gt;
&lt;p&gt;In the meantime, I hope you enjoy your stay, and please feel free to ask if you have any questions.&lt;/p&gt;</description>
<pubDate>Sun, 05 Jul 2009 19:50:47 GMT</pubDate>
</item>
</channel>
</rss>

