<?xml version="1.0" encoding="UTF-8"?>
<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/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Exploits of a Wench</title>
	<atom:link href="http://wenchy.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://wenchy.net</link>
	<description>The day to day exploits of a Wench</description>
	<lastBuildDate>Sat, 28 Jan 2012 23:43:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>New Age Gate for Drupal 7</title>
		<link>http://wenchy.net/2012/01/new-age-gate-for-drupal-7/</link>
		<comments>http://wenchy.net/2012/01/new-age-gate-for-drupal-7/#comments</comments>
		<pubDate>Sat, 28 Jan 2012 23:42:19 +0000</pubDate>
		<dc:creator>Monochrome Wench</dc:creator>
				<category><![CDATA[Drupal]]></category>

		<guid isPermaLink="false">http://wenchy.net/?p=64</guid>
		<description><![CDATA[I have a new Age Gate module for Drupal 7. Its called new age gate. It uses css and javascript to do its magic and is SEO and static page cache friendly. This new module also has a number of configuration options that you can set in the Drupal admin interface so you don&#8217;t need <a href='http://wenchy.net/2012/01/new-age-gate-for-drupal-7/'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>I have a new Age Gate module for Drupal 7. Its called new age gate. It uses css and javascript to do its magic and is SEO and static page cache friendly. This new module also has a number of configuration options that you can set in the Drupal admin interface so you don&#8217;t need to edit the module to change what it says.</p>
<p><a href='http://wenchy.net/wordpress/wp-content/uploads/2012/01/README.txt'>New Age Gate Readme</a><br />
<a href='http://wenchy.net/wordpress/wp-content/uploads/2012/01/newagegate.zip'>New Age Gate module</a></p>
]]></content:encoded>
			<wfw:commentRss>http://wenchy.net/2012/01/new-age-gate-for-drupal-7/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Skyrim 4GB</title>
		<link>http://wenchy.net/2011/12/skyrim-4gb/</link>
		<comments>http://wenchy.net/2011/12/skyrim-4gb/#comments</comments>
		<pubDate>Tue, 13 Dec 2011 12:42:34 +0000</pubDate>
		<dc:creator>Monochrome Wench</dc:creator>
				<category><![CDATA[Gaming]]></category>

		<guid isPermaLink="false">http://wenchy.net/?p=60</guid>
		<description><![CDATA[Same as I did for Fallout New Vegas I made a loader (well actually updated the FNV one) to load Skyrim with the Large Address Aware Flag. Details on Skyrim Nexus]]></description>
			<content:encoded><![CDATA[<p>Same as I did for Fallout New Vegas I made a loader (well actually updated the FNV one) to load Skyrim with the Large Address Aware Flag.</p>
<p>Details on <a href="http://www.skyrimnexus.com/downloads/file.php?id=1013">Skyrim Nexus</a></p>
]]></content:encoded>
			<wfw:commentRss>http://wenchy.net/2011/12/skyrim-4gb/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>MySQL Dramas</title>
		<link>http://wenchy.net/2011/07/mysql-dramas/</link>
		<comments>http://wenchy.net/2011/07/mysql-dramas/#comments</comments>
		<pubDate>Fri, 01 Jul 2011 03:39:22 +0000</pubDate>
		<dc:creator>Monochrome Wench</dc:creator>
				<category><![CDATA[Drupal]]></category>
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://wenchy.net/2011/07/mysql-dramas/</guid>
		<description><![CDATA[I was unhappy with the performance of our Drupal websites when using them logged in. We have a local test machine that is LAMP (Linux, Apahce, MySQL, PHP) and it was had page load times of over a second quicker than the production server that is WIMP (Windows, IIS, MySQL, PHP). While the machine are <a href='http://wenchy.net/2011/07/mysql-dramas/'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>I was unhappy with the performance of our Drupal websites when using them logged in. We have a local test machine that is LAMP (Linux, Apahce, MySQL, PHP) and it was had page load times of over a second quicker than the production server that is WIMP (Windows, IIS, MySQL, PHP). While the machine are using different OS and Webservers that didn’t account for the issues. Using the Devel module it was telling me the MySQL queries were almost identical between the two machines but the page execution time was significantly slower on the production machine.</p>
<p>After using a profiling extension for PHP I tracked down the problem. PDO was taking over a second (!) to connect to the MySQL database on localhost. After much searching around it turns out the problem seems to be due to MySQL having issues with resolving names with IPv6 addresses. Windows Server 2008 R2 by default returns an IPv6 (::1) and IPv4 (127.0.0.1) address for localhost. In order to work around the issue I needed to add ‘127.0.0.1 localhost’ to the servers \Windows\System32\etc\hosts file. It should be noted for anyone else doing the same, make sure there is no IPv6 address for localhost in the hosts file either.</p>
<p>After making the change, database connections were instant and the performance of the sites improved considerably. </p>
]]></content:encoded>
			<wfw:commentRss>http://wenchy.net/2011/07/mysql-dramas/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Age gate for Drupal 7</title>
		<link>http://wenchy.net/2011/05/age-gate-for-drupal-7/</link>
		<comments>http://wenchy.net/2011/05/age-gate-for-drupal-7/#comments</comments>
		<pubDate>Mon, 23 May 2011 06:01:09 +0000</pubDate>
		<dc:creator>Monochrome Wench</dc:creator>
				<category><![CDATA[Drupal]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://wenchy.net/?p=51</guid>
		<description><![CDATA[After not being able to find a module that worked quite as we wanted, I created a simple Age Gate module for Drupal 7. This module very basic and has various hardcoded paths in it. The module redirects all anonymous users to the agegate page and requires that they check the &#8216;Over 18&#8242; checkbox before <a href='http://wenchy.net/2011/05/age-gate-for-drupal-7/'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>After not being able to find a module that worked quite as we wanted, I created a simple Age Gate module for Drupal 7. This module very basic and has various hardcoded paths in it.</p>
<p>The module redirects all anonymous users to the agegate page and requires that they check the &#8216;Over 18&#8242; checkbox before they can view content on the site. If they don&#8217;t check to box and press submit they get redirected to a page at the path &#8216;access-denied&#8217; (this is the page we use on our site). The module is coded to allow non agegate access to logged in users, the &#8216;user/login&#8217; page and the &#8216;access-denied&#8217; page. </p>
<p>Download it here. Module is provided as is. <a href='http://wenchy.net/wordpress/wp-content/uploads/2011/05/agegate.zip'>Agegate Module for Drupal 7</a></p>
]]></content:encoded>
			<wfw:commentRss>http://wenchy.net/2011/05/age-gate-for-drupal-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>4GB Fallout New Vegas</title>
		<link>http://wenchy.net/2010/10/4gb-fallout-new-vegas/</link>
		<comments>http://wenchy.net/2010/10/4gb-fallout-new-vegas/#comments</comments>
		<pubDate>Tue, 26 Oct 2010 03:59:33 +0000</pubDate>
		<dc:creator>Monochrome Wench</dc:creator>
				<category><![CDATA[Gaming]]></category>

		<guid isPermaLink="false">http://wenchy.net/?p=46</guid>
		<description><![CDATA[4GB Fallout New Vegas is a loader for Fallout New Vegas that sets the Large Address Aware bit on the executable but not causing steam to detect a modified executable. It also provide some small stutter improvements. File Details on NewVegasNexus]]></description>
			<content:encoded><![CDATA[<p>4GB Fallout New Vegas is a loader for Fallout New Vegas that sets the Large Address Aware bit on the executable but not causing steam to detect a modified executable. It also provide some small stutter improvements.</p>
<p><a href="http://www.newvegasnexus.com/downloads/file.php?id=35262">File Details on NewVegasNexus</a></p>
]]></content:encoded>
			<wfw:commentRss>http://wenchy.net/2010/10/4gb-fallout-new-vegas/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>D3D FSAA Viewer</title>
		<link>http://wenchy.net/2010/07/d3d_fsaaviewer/</link>
		<comments>http://wenchy.net/2010/07/d3d_fsaaviewer/#comments</comments>
		<pubDate>Sat, 03 Jul 2010 07:13:00 +0000</pubDate>
		<dc:creator>Monochrome Wench</dc:creator>
				<category><![CDATA[3D Graphics]]></category>
		<category><![CDATA[3D]]></category>
		<category><![CDATA[D3D]]></category>
		<category><![CDATA[D3D9]]></category>
		<category><![CDATA[Direct3D]]></category>
		<category><![CDATA[Direct3D9]]></category>
		<category><![CDATA[FSAA]]></category>
		<category><![CDATA[Graphics]]></category>

		<guid isPermaLink="false">http://wenchy.net/?p=12</guid>
		<description><![CDATA[D3D FSAA Viewer is a tool to examine the Antialiasing sampling pattern used by 3D Accelerator cards. Its an old program that I wrote, that has been very useful for a lot of people, in particular when reviewing graphics cards. Expand the post for download links. Download D3D FSAAViewer 5.4 55 KB &#8211; DX9 Only <a href='http://wenchy.net/2010/07/d3d_fsaaviewer/'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://wenchy.net/wordpress/wp-content/uploads/2010/07/fsaaviewer.png"><img style="border-right-width: 0px; margin: 0px 5px 5px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="fsaaviewer" border="0" alt="fsaaviewer" align="left" src="http://wenchy.net/wordpress/wp-content/uploads/2010/07/fsaaviewer_thumb.png" width="100" height="84" /></a> D3D FSAA Viewer is a tool to examine the Antialiasing sampling pattern used by 3D Accelerator cards. Its an old program that I wrote, that has been very useful for a lot of people, in particular when reviewing graphics cards. Expand the post for download links. <span id="more-12"></span></p>
<h5 style="clear: both">Download</h5>
<p><a href="http://wenchy.net/old/d3d_fsaaviewer/DX9FSAAViewer54.zip">D3D FSAAViewer 5.4</a> 55 KB &#8211; DX9 Only</p>
<p><a href="http://wenchy.net/old/d3d_fsaaviewer/DX9FSAAViewer52.zip">D3D FSAAViewer 5.2</a> 206 KB &#8211; DX9 Only</p>
<p><a href="http://wenchy.net/old/d3d_fsaaviewer/d3d_fsaaviewer-5.zip">D3D FSAAViewer 5</a> 205 KB &#8211; DX9 Only</p>
<p><a href="http://wenchy.net/old/d3d_fsaaviewer/d3d_fsaaviewer-4.zip">D3D FSAAViewer 4</a> 224 KB &#8211; DX8 and DX9</p>
<p><a href="http://wenchy.net/old/d3d_fsaaviewer/d3d_fsaaviewer-3.zip">D3D FSAAViewer 3</a> 51 KB &#8211; DX8 Only</p>
<p><a href="http://wenchy.net/old/d3d_fsaaviewer/d3d_fsaaviewer-2.zip">D3D FSAAViewer 2</a> 48 KB &#8211; DX8 Only</p>
<p><a href="http://wenchy.net/old/d3d_fsaaviewer/d3d_fsaaviewer.zip">D3D FSAAViewer 1</a> 48 KB &#8211; DX8 Only</p>
<p><a href="http://wenchy.net/old/d3d_fsaaviewer/D3DXDLLAugust27.zip">D3DX9 August 2005 (27)</a> 1.4MB &#8211; Download and install only if FSAA Viewer fails to run and you get a D3DX9 error.</p>
<h5>How It works</h5>
<p>In words D3D FSAA Viewer works by drawing regularly spaced subpixel sized quads that are fractionally more than a single pixel apart.</p>
<p>For the geometry mode the quads are made out of 2 triangles, and the texture mode the quads are a region in a texture.</p>
<p>The following two images shows how D3D FSAAViewer works. The image represents a &#8216;zoomed&#8217; in view of the boxes that D3D FSAAViewer draws if it was running using a 8&#215;8 grid and 1/4 point size.    <br />The blue boxes represents pixel edges.     <br />The yellow squares represent the quads that D3D FSAAViewer draws.     <br />The red dots are the pixel sampling positions used by the graphics card.     <br />The green filled regions are the pixels that are drawn on screen.</p>
<table border="0" cellspacing="0" cellpadding="2" width="520">
<tbody>
<tr>
<td valign="top" width="260">No FSAA Example</td>
<td valign="top" width="260">4x FSAA Example</td>
</tr>
<tr>
<td valign="top" width="260"><img alt="" src="http://wenchy.net/old/d3d_fsaaviewer/howitworks1x.png" /></td>
<td valign="top" width="260"><img alt="" src="http://wenchy.net/old/d3d_fsaaviewer/howitworks4x.png" /></td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://wenchy.net/2010/07/d3d_fsaaviewer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

