<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.3.2" -->
<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/"
	>

<channel>
	<title>Axe Software Blog</title>
	<link>http://www.axeuk.com/blog</link>
	<description>Quest updates, tips and information, plus news about the wider interactive fiction world</description>
	<pubDate>Sat, 14 Jun 2008 10:24:27 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.2</generator>
	<language>en</language>
			<item>
		<title>Filtering fake hits from AVG in Xlogan</title>
		<link>http://www.axeuk.com/blog/2008/06/14/filtering-fake-hits-from-avg-in-xlogan/</link>
		<comments>http://www.axeuk.com/blog/2008/06/14/filtering-fake-hits-from-avg-in-xlogan/#comments</comments>
		<pubDate>Sat, 14 Jun 2008 10:24:27 +0000</pubDate>
		<dc:creator>alex</dc:creator>
		
		<category><![CDATA[Xlogan]]></category>

		<guid isPermaLink="false">http://www.axeuk.com/blog/2008/06/14/filtering-fake-hits-from-avg-in-xlogan/</guid>
		<description><![CDATA[The new version of AVG is causing some problems for web statistics tools such as Xlogan, as it automatically scans Google search results even if the user never visits your site.
This results in artificially increased statistics for your pages. See The Register article for more information.
Fortunately these fake hits are (currently) easy to filter out in [...]]]></description>
			<content:encoded><![CDATA[<p>The new version of AVG is causing some problems for web statistics tools such as Xlogan, as it automatically scans Google search results even if the user never visits your site.</p>
<p>This results in artificially increased statistics for your pages. See <a target="_blank" href="http://www.theregister.co.uk/2008/06/13/avg_scanner_skews_web_traffic_numbers/">The Register article</a> for more information.</p>
<p>Fortunately these fake hits are (currently) easy to filter out in Xlogan. Just click Filter, then tick &#8220;Raw log text&#8221;. Select &#8220;doesn&#8217;t contain&#8221; and enter &#8220;;1813&#8243; in the text box.</p>
<p><img border="0" src="http://www.axeuk.com/blog/images/xlogan-avg-filter.png" /></p>
<p>This filtering works because the scanner currently uses a fixed User-Agent string &#8221;Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1;1813)&#8221;, so it is quite easy to detect these fake hits at the moment.</p>
<p>In my case, for this site I found the effect wasn&#8217;t too high. Only around 0.01% of the bandwidth used came from these fake AVG hits, and the total number of visitors was skewed again by only 0.01%.</p>
<p>The biggest effect of the fake hits was causing Xlogan to over-estimate the proportion of users using IE6 and Windows XP, as these elements also appear in the fake User-Agent string. On this site, before filtering, Xlogan reported that 63.4% of users were using Windows XP, and 31.6% were using IE6. The actual figures, as calculated when using the filter, were 61.2% for Windows XP and 27.4% for IE6.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.axeuk.com/blog/2008/06/14/filtering-fake-hits-from-avg-in-xlogan/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Quest 4.03 now available</title>
		<link>http://www.axeuk.com/blog/2008/02/09/quest-403-now-available/</link>
		<comments>http://www.axeuk.com/blog/2008/02/09/quest-403-now-available/#comments</comments>
		<pubDate>Sat, 09 Feb 2008 16:32:41 +0000</pubDate>
		<dc:creator>alex</dc:creator>
		
		<category><![CDATA[Quest]]></category>

		<guid isPermaLink="false">http://www.axeuk.com/blog/2008/02/09/quest-403-now-available/</guid>
		<description><![CDATA[Quest 4.03 is now available.If you&#8217;ve already got Quest or Quest Pro, the easiest way to update is by selecting &#8220;Check for updates&#8221; from the &#8220;Help&#8221; menu in Quest or QDK. If you&#8217;re not already a user, you can download Quest from http://www.axeuk.com/quest/
Here&#8217;s what&#8217;s new:
QDK

The Script Editor&#8217;s functions are now available from a menu (with [...]]]></description>
			<content:encoded><![CDATA[<p>Quest 4.03 is now available.If you&#8217;ve already got Quest or Quest Pro, the easiest way to update is by selecting &#8220;Check for updates&#8221; from the &#8220;Help&#8221; menu in Quest or QDK. If you&#8217;re not already a user, you can download Quest from <a href="http://www.axeuk.com/quest/">http://www.axeuk.com/quest/</a></p>
<p>Here&#8217;s what&#8217;s new:</p>
<p><strong>QDK</strong></p>
<ul>
<li>The Script Editor&#8217;s functions are now available from a menu (with keyboard shortcuts) as well as from the toolbar.</li>
<li>Added &#8220;Allow players to use abbreviated object names&#8221; game option.</li>
<li>Slightly increased the size of the Object Type box to display correctly in Windows Vista.</li>
<li>If QCompile is launched from QDK and fails to compile the file, it now displays error information.</li>
<li>Fixed bugs:
<ul>
<li>a run-time error occurred when removing a synonym.</li>
<li>double-clicking a script line in the Script Editor would cause it to be changed.</li>
</ul>
</li>
</ul>
<p><strong>Quest</strong></p>
<ul>
<li>The command entry box now uses the same font and fontsize as the game.</li>
<li>You can now turn off the player&#8217;s ability to use abbreviated object names, by adding &#8220;abbreviations off&#8221; to the &#8220;define options&#8221; block.</li>
<li>Quest now writes an error to the ASL log if an internal error occurs while running a script command, instead of quitting with an error message.</li>
<li>Fixed bugs:
<ul>
<li>fixed run-time error when opening some large games.</li>
<li>fixed problem where &#8220;if&#8221; statements of the form &#8220;if &#8230; then if &#8230; and/or &#8230; then &#8230;&#8221; would be processed incorrectly.</li>
<li>QCompile wouldn&#8217;t add a WAV file to a CAS if the playwav command did not include the file extension.</li>
<li>a run-time error would occur if the &#8220;clone&#8221; command was used in an object&#8217;s &#8220;action&#8221; script.</li>
</ul>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.axeuk.com/blog/2008/02/09/quest-403-now-available/feed/</wfw:commentRss>
		</item>
		<item>
		<title>IFComp 2007 - games available for download</title>
		<link>http://www.axeuk.com/blog/2007/10/01/ifcomp-2007-games-available-for-download/</link>
		<comments>http://www.axeuk.com/blog/2007/10/01/ifcomp-2007-games-available-for-download/#comments</comments>
		<pubDate>Mon, 01 Oct 2007 19:09:28 +0000</pubDate>
		<dc:creator>alex</dc:creator>
		
		<category><![CDATA[Quest]]></category>

		<guid isPermaLink="false">http://www.axeuk.com/blog/2007/10/01/ifcomp-2007-games-available-for-download/</guid>
		<description><![CDATA[The 2007 Interactive Fiction competition (IFComp) has begun, and the 29 games are available for download.
There is one Quest entry this year, though I do recommend you check out all of the games as they&#8217;ll give you a good idea of the kinds of things people are doing via the medium of text adventure games.
]]></description>
			<content:encoded><![CDATA[<p>The 2007 Interactive Fiction competition (IFComp) has begun, and the 29 games are <a href="http://www.ifcomp.org">available for download</a>.</p>
<p>There is one Quest entry this year, though I do recommend you check out all of the games as they&#8217;ll give you a good idea of the kinds of things people are doing via the medium of text adventure games.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.axeuk.com/blog/2007/10/01/ifcomp-2007-games-available-for-download/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to make online advertising work for your site</title>
		<link>http://www.axeuk.com/blog/2007/04/16/how-to-make-online-advertising-work-for-your-site/</link>
		<comments>http://www.axeuk.com/blog/2007/04/16/how-to-make-online-advertising-work-for-your-site/#comments</comments>
		<pubDate>Mon, 16 Apr 2007 09:55:18 +0000</pubDate>
		<dc:creator>alex</dc:creator>
		
		<category><![CDATA[Xlogan]]></category>

		<guid isPermaLink="false">http://www.axeuk.com/blog/2007/04/16/how-to-make-online-advertising-work-for-your-site/</guid>
		<description><![CDATA[Here&#8217;s a good blog post about online advertising: The Devil &#38; Online Advertising
There&#8217;s some good advice here about measuring a website&#8217;s advertising worth - useful information whether you&#8217;re looking to put some ads on your site, or if you&#8217;re thinking about becoming an advertiser.
Putting advertising on your site
If you want to put ads on your [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a good blog post about online advertising: <a target="_blank" href="http://www.younggogetter.com/2007/04/15/the-devil-online-advertising/">The Devil &amp; Online Advertising</a></p>
<p>There&#8217;s some good advice here about measuring a website&#8217;s advertising worth - useful information whether you&#8217;re looking to put some ads on your site, or if you&#8217;re thinking about becoming an advertiser.</p>
<p><strong>Putting advertising on your site</strong></p>
<p>If you want to put ads on your site, you&#8217;ll need a good idea of who your visitors are, and how many you get. This will help you to choose the right advertising network for you, and should give you some idea about the amount of money you can make.</p>
<p>Looking at the <a target="_blank" href="http://www.axeuk.com/xlogan/articles/search_terms_google.htm">search terms people use to find your site</a> is a good start. You may be surprised at the things people are searching for, and it will help you to understand who your visitors are and what they want. Depending on the advertising or affiliate network you use, you may be able to choose ads and products that are more relevant to your visitors.</p>
<p>Also, take a look at how many times each of your pages is viewed (<a href="http://www.axeuk.com/xlogan/">Xlogan</a>&#8217;s Files Report can tell you this). If you&#8217;re in a hurry, you can devote your time adding advertising to the pages that get viewed most often.</p>
<p><strong>Using online advertising to increase visitors</strong></p>
<p>Of course, the other side of the coin is creating advertising yourself to put on other sites and search engines, to increase traffic to your own site.</p>
<p>Google AdWords is a good place to start, as you can very cheaply try out different ads to see if they work for you.  You&#8217;ll want to carefully <a href="http://www.axeuk.com/xlogan/articles/website_sales_conversions.htm">measure your conversion rate</a>, however, to ensure your ads are worth the money. You probably don&#8217;t want to spend $100 on advertising to make one $20 sale!</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-8718543935826570";
google_ad_output = "textlink";
google_ad_format = "ref_text";
google_cpa_choice = "CAAQ2OHi_gEaCLF1TrJy8BpkKKjntoQB";
google_ad_channel = "";
//-->
</script><br />
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.axeuk.com/blog/2007/04/16/how-to-make-online-advertising-work-for-your-site/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Quest 4.02 now available</title>
		<link>http://www.axeuk.com/blog/2007/04/11/quest-402-now-available/</link>
		<comments>http://www.axeuk.com/blog/2007/04/11/quest-402-now-available/#comments</comments>
		<pubDate>Wed, 11 Apr 2007 17:11:25 +0000</pubDate>
		<dc:creator>alex</dc:creator>
		
		<category><![CDATA[Quest]]></category>

		<guid isPermaLink="false">http://www.axeuk.com/blog/2007/04/11/quest-402-now-available/</guid>
		<description><![CDATA[Quest 4.02 is now available.
If you&#8217;ve already got Quest or Quest Pro, the easiest way to update is by selecting &#8220;Check for updates&#8221; from the &#8220;Help&#8221; menu in Quest or QDK. If you&#8217;re not already a user, you can download Quest from http://www.axeuk.com/quest/
This release fixes a few minor bugs in Quest and QDK, including a few [...]]]></description>
			<content:encoded><![CDATA[<p><span class="postbody"><font size="2">Quest 4.02 is now available.</font></span></p>
<p><span class="postbody"><font size="2">If you&#8217;ve already got Quest or Quest Pro, the easiest way to update is by selecting &#8220;Check for updates&#8221; from the &#8220;Help&#8221; menu in Quest or QDK. If you&#8217;re not already a user, you can download Quest from <a href="http://www.axeuk.com/quest/">http://www.axeuk.com/quest/</a></p>
<p>This release fixes a few minor bugs in Quest and QDK, including a few issues with Windows Vista.</font></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.axeuk.com/blog/2007/04/11/quest-402-now-available/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Xlogan 2.0 released</title>
		<link>http://www.axeuk.com/blog/2007/03/30/xlogan-20-released/</link>
		<comments>http://www.axeuk.com/blog/2007/03/30/xlogan-20-released/#comments</comments>
		<pubDate>Fri, 30 Mar 2007 15:49:28 +0000</pubDate>
		<dc:creator>alex</dc:creator>
		
		<category><![CDATA[Xlogan]]></category>

		<guid isPermaLink="false">http://www.axeuk.com/blog/2007/03/30/xlogan-20-released/</guid>
		<description><![CDATA[Xlogan 2.0 has now been released and the website has been updated with lots of articles about how Xlogan can help you make the most from your website.
The articles cover a range of topics, from basic questions such as &#8220;how many visitors does my website receive?&#8221; to more advanced and specialised topics such as &#8220;do [...]]]></description>
			<content:encoded><![CDATA[<p>Xlogan 2.0 has now been released and the website has been updated with lots of articles about how Xlogan can help you make the most from your website.</p>
<p>The articles cover a range of topics, from basic questions such as &#8220;how many visitors does my website receive?&#8221; to more advanced and specialised topics such as &#8220;do Google AdWords work for me?&#8221; and &#8220;how many of my visitors have the .NET framework installed on their machines?&#8221;</p>
<p>To find out more about how Xlogan can help you answer these questions, and to download Xlogan 2.0, please take a look at the <a href="http://www.axeuk.com/xlogan/">new Xlogan website</a>.</p>
<p>You can also find out more about Xlogan Pro 2.0 for those of you who need even more from their log file analysis software.</p>
<p>The next step for Xlogan&#8217;s development will be Xlogan 3.0 - please <a href="mailto:alex@axeuk.com">email me</a> or add a comment to this blog if you have any suggestions for features you&#8217;d like to see.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.axeuk.com/blog/2007/03/30/xlogan-20-released/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Xlogan Pro - beta testers wanted</title>
		<link>http://www.axeuk.com/blog/2007/03/23/xlogan-pro-beta-testers-wanted/</link>
		<comments>http://www.axeuk.com/blog/2007/03/23/xlogan-pro-beta-testers-wanted/#comments</comments>
		<pubDate>Fri, 23 Mar 2007 16:09:41 +0000</pubDate>
		<dc:creator>alex</dc:creator>
		
		<category><![CDATA[Xlogan]]></category>

		<guid isPermaLink="false">http://www.axeuk.com/blog/2007/03/23/xlogan-pro-beta-testers-wanted/</guid>
		<description><![CDATA[I&#8217;ll be releasing  a new &#8220;Pro&#8221; version of Xlogan shortly, which adds a number of features to Xlogan designed to help those using their websites to run their business:
Conversions
If you go to the Files report, select a file, right-click and select “Show Conversions Report”, it will give you statistics for what percentage of visitors downloaded that [...]]]></description>
			<content:encoded><![CDATA[<p><span class="postbody"><font size="2">I&#8217;ll be releasing  a new &#8220;Pro&#8221; version of Xlogan shortly, which </font></span><span class="postbody"><font size="2">adds a number of features to Xlogan designed to help those using their websites to run their business:</p>
<p><span style="font-weight: bold">Conversions</span><br />
If you go to the Files report, select a file, right-click and select “Show Conversions Report”, it will give you statistics for what percentage of visitors downloaded that file, sorted by referrer, search term and entry page.</p>
<p><span style="font-weight: bold">Export report to XML</span><br />
You can save Xlogan&#8217;s report to XML, so you can import it into other programs. You can also load it again in Xlogan, which saves time if you want to look at the report again later.</p>
<p><span style="font-weight: bold">Compare Reports</span><br />
You can compare one report with another. For example you can compare the report generated by today’s log files with the XML exported for one of last year’s log files. Xlogan shows you the stats side by side, with the percentage change. This lets you easily see what new referrers are linking to you, whether you are converting more visitors into downloaders, etc.</p>
<p>If you&#8217;re interested in testing this new version, please email me at </font><a href="mailto:alex@axeuk.com"><font size="2" color="#006699">alex@axeuk.com</font></a><font size="2">. I&#8217;ll be giving away free copies and Amazon vouchers for useful feedback.</p>
<p>The free version of Xlogan will continue to be available.</font></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.axeuk.com/blog/2007/03/23/xlogan-pro-beta-testers-wanted/feed/</wfw:commentRss>
		</item>
		<item>
		<title>textadventures.co.uk - the new Quest Games Archive</title>
		<link>http://www.axeuk.com/blog/2007/02/09/new-quest-games-archive/</link>
		<comments>http://www.axeuk.com/blog/2007/02/09/new-quest-games-archive/#comments</comments>
		<pubDate>Fri, 09 Feb 2007 12:24:20 +0000</pubDate>
		<dc:creator>alex</dc:creator>
		
		<category><![CDATA[Quest]]></category>

		<guid isPermaLink="false">http://www.axeuk.com/blog/2007/02/09/new-quest-games-archive/</guid>
		<description><![CDATA[I have created a new website to replace the Quest Games Archive.
It&#8217;s here: www.textadventures.co.uk
It&#8217;s more flexible and powerful than the old archive. As well as allowing you to post reviews again (something that was disabled a while ago on the old Quest Games Archive due to spam), you can now upload a game and it [...]]]></description>
			<content:encoded><![CDATA[<p><font size="2">I have created a new website to replace the Quest Games Archive.</p>
<p>It&#8217;s here: </font><a href="http://www.textadventures.co.uk/" target="_blank"><font color="#006699" size="2">www.textadventures.co.uk</font></a><font size="2"></p>
<p>It&#8217;s more flexible and powerful than the old archive. As well as allowing you to post reviews again (something that was disabled a while ago on the old Quest Games Archive due to spam), you can now upload a game and it will be <strong>instantly available for download</strong>.</p>
<p><span style="font-weight: bold">Logging in</span></p>
<p>If you ever submitted a game or posted a review to the old Quest Games Archive, you will <span style="font-weight: bold">already have an account</span> on textadventures.co.uk as everything has been transferred over.</p>
<p>In order to log in, click the &#8220;forgot your password?&#8221; link to receive an email allowing you to create the password for your account.</p>
<p>Once logged in, you can start posting reviews and comments, and you can upload games.</p>
<p><span style="font-weight: bold">Uploading games</span></p>
<p>When you upload a game, it will be available <span style="font-style: italic">immediately</span> for download. Please note that at the moment, each game has to be manually set up for the &#8220;play online&#8221; feature, so you may have to wait a day or two for this feature to be available for your game.</p>
<p>Also note that I will of course check each game after it has been uploaded, and will remove anything inappropriate - e.g. anything that isn&#8217;t a Quest game.</p>
<p><span style="font-weight: bold">Feedback</span></p>
<p>Please let me know if you have any questions, suggestions or comments about the new website - please email me at <a href="mailto:alex@axeuk.com">alex@axeuk.com</a>.</font></p>
]]></content:encoded>
			<wfw:commentRss>http://www.axeuk.com/blog/2007/02/09/new-quest-games-archive/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Quest Games Online (Beta) - text adventures in your web browser</title>
		<link>http://www.axeuk.com/blog/2007/02/02/quest-games-online-beta/</link>
		<comments>http://www.axeuk.com/blog/2007/02/02/quest-games-online-beta/#comments</comments>
		<pubDate>Fri, 02 Feb 2007 18:34:09 +0000</pubDate>
		<dc:creator>alex</dc:creator>
		
		<category><![CDATA[Quest]]></category>

		<guid isPermaLink="false">http://www.axeuk.com/blog/2007/02/02/quest-games-online-beta/</guid>
		<description><![CDATA[I am currently developing an extension of the Quest Games Archive that will let you play Quest games within your web browser - no additional software required.
To give this a go, please go to http://www.axeuk.com/cgi-bin/gamesonline.cgi and just click on any game link to begin playing.
All you need is a browser that supports JavaScript and Flash.
So [...]]]></description>
			<content:encoded><![CDATA[<p>I am currently developing an extension of the Quest Games Archive that will let you play Quest games within your web browser - no additional software required.</p>
<p>To give this a go, please go to <a href="http://www.axeuk.com/cgi-bin/gamesonline.cgi">http://www.axeuk.com/cgi-bin/gamesonline.cgi</a> and just click on any game link to begin playing.</p>
<p>All you need is a browser that supports JavaScript and Flash.</p>
<p>So far I have tested this with Internet Explorer 7 and Firefox 2.</p>
<p>Please post any comments <a href="http://www.axeuk.com/phpBB2/viewtopic.php?t=1595">to the forums</a>, or drop me an email at <a href="mailto:alex@axeuk.com">alex@axeuk.com</a>.</p>
<p>Note that as this is a beta, the facility may go down from time to time - but if you do notice any problems please let me know.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.axeuk.com/blog/2007/02/02/quest-games-online-beta/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Quest 4.0 released</title>
		<link>http://www.axeuk.com/blog/2007/01/18/quest-40-released/</link>
		<comments>http://www.axeuk.com/blog/2007/01/18/quest-40-released/#comments</comments>
		<pubDate>Thu, 18 Jan 2007 14:41:14 +0000</pubDate>
		<dc:creator>alex</dc:creator>
		
		<category><![CDATA[Quest]]></category>

		<guid isPermaLink="false">http://www.axeuk.com/blog/2007/01/18/quest-40-released/</guid>
		<description><![CDATA[Quest 4.0 has finally been released, after a few months of beta testing.
QDK, the visual Quest editor, features a completely redesigned interface - it&#8217;s now easier and faster to edit your games, and the editing is handled within one main screen, so you&#8217;ll see less pop-up windows. Much of the internal code has been rewritten [...]]]></description>
			<content:encoded><![CDATA[<p>Quest 4.0 has finally been released, after a few months of beta testing.</p>
<p>QDK, the visual Quest editor, features a completely redesigned interface - it&#8217;s now easier and faster to edit your games, and the editing is handled within one main screen, so you&#8217;ll see less pop-up windows. Much of the internal code has been rewritten too, making QDK much more robust and reliable.</p>
<p>New features in Quest:</p>
<ul>
<li>containers</li>
<li>verbs make it easier to set up custom commands</li>
<li>you can now embed pictures, sounds etc. within your game file (using Quest Compiler)</li>
<li>you can use more complex mathematical expressions within statements</li>
<li>numeric variables are no longer forced to be integers, so you can use decimals and much larger numbers</li>
<li>new Object Debugger gives you more power when debugging your game - when you&#8217;re developing your game, you can change object properties and &#8220;jump&#8221; around it while it is in progress</li>
<li>&#8220;select case&#8221; (switch) support</li>
<li>MP3 support</li>
<li>pictures are now displayed within the main text window</li>
</ul>
<p>To find out more, to order Quest Pro or to download a trial version, please go to <a href="http://www.axeuk.com/quest">http://www.axeuk.com/quest</a></p>
<p>We hope you enjoy using the new version of Quest - please contact us via the &#8220;Contact Us&#8221; link on the website if you have any questions, suggestions or problems.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.axeuk.com/blog/2007/01/18/quest-40-released/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
