<?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>Nefaria.com &#187; Programming / Scripting</title>
	<atom:link href="http://nefaria.com/tag/programming-scripting/feed/" rel="self" type="application/rss+xml" />
	<link>http://nefaria.com</link>
	<description>☠ ☠ ☠ ☠ ☠ ☠</description>
	<lastBuildDate>Fri, 26 Feb 2010 14:09:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Disable &#8220;Advance Text Services&#8221; via the Windows registry</title>
		<link>http://nefaria.com/2009/06/disable-advance-text-services-via-the-windows-registry/</link>
		<comments>http://nefaria.com/2009/06/disable-advance-text-services-via-the-windows-registry/#comments</comments>
		<pubDate>Thu, 25 Jun 2009 17:08:47 +0000</pubDate>
		<dc:creator>musashi</dc:creator>
				<category><![CDATA[I.T.]]></category>
		<category><![CDATA[Outlook]]></category>
		<category><![CDATA[Programming / Scripting]]></category>

		<guid isPermaLink="false">http://nefaria.com/?p=616</guid>
		<description><![CDATA[The following vbs code will disable Advanced Text Services:

Option Explicit
Dim objShell
Set objShell = CreateObject("WScript.Shell")
objShell.RegWrite _
"HKCU\Software\Microsoft\CTF\Disable Thread Input Manager", "1", "REG_DWORD"
objShell.RegWrite _
"HKCU\Software\Microsoft\CTF\Langbar\ExtraIconsOnMinimized", "0", "REG_DWORD"
objShell.RegWrite _
"HKCU\Software\Microsoft\CTF\Langbar\ShowStatus", "2", "REG_DWORD"
objShell.RegWrite _
"HKCU\Software\Microsoft\CTF\MSUTB\ShowDeskBand", "1", "REG_DWORD"

If you would like to uninstall this service completely (and prevent ctfmon.exe from running) then see the following Microsoft Knowledge Base article:
http://support.microsoft.com/kb/282599
]]></description>
			<content:encoded><![CDATA[<p>The following vbs code will disable Advanced Text Services:</p>
<div class="code_block">
<pre>Option Explicit
Dim objShell
Set objShell = CreateObject("WScript.Shell")
objShell.RegWrite _
"HKCU\Software\Microsoft\CTF\Disable Thread Input Manager", "1", "REG_DWORD"
objShell.RegWrite _
"HKCU\Software\Microsoft\CTF\Langbar\ExtraIconsOnMinimized", "0", "REG_DWORD"
objShell.RegWrite _
"HKCU\Software\Microsoft\CTF\Langbar\ShowStatus", "2", "REG_DWORD"
objShell.RegWrite _
"HKCU\Software\Microsoft\CTF\MSUTB\ShowDeskBand", "1", "REG_DWORD"</pre>
</div>
<p>If you would like to uninstall this service completely (and prevent ctfmon.exe from running) then see the following Microsoft Knowledge Base article:</p>
<p><a href="http://support.microsoft.com/kb/282599">http://support.microsoft.com/kb/282599</a></p>
]]></content:encoded>
			<wfw:commentRss>http://nefaria.com/2009/06/disable-advance-text-services-via-the-windows-registry/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Autoresponse 1.6.3 (bugfix) Released</title>
		<link>http://nefaria.com/2009/06/autoresponse-163-bugfix-released/</link>
		<comments>http://nefaria.com/2009/06/autoresponse-163-bugfix-released/#comments</comments>
		<pubDate>Fri, 12 Jun 2009 15:22:08 +0000</pubDate>
		<dc:creator>musashi</dc:creator>
				<category><![CDATA[Autoresponse]]></category>
		<category><![CDATA[I.T.]]></category>
		<category><![CDATA[Programming / Scripting]]></category>

		<guid isPermaLink="false">http://nefaria.com/?p=557</guid>
		<description><![CDATA[Autoresponse 1.6.3 has been released. This is a bugfix release that fixed an issue with “case sensitive” e-mail addresses. Basically, UsEr@domain.tld or USER@DOMAIN.TLD — both valid addresses, were not able to set an autoresponse message for user@domain.tld (&#8230;after the user authenticated with the server via SASL of course). This is no longer an issue thanks [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://nefaria.com/project_index/autoresponse/" target="_blank">Autoresponse 1.6.3</a> has been released. This is a bugfix release that fixed an issue with “case sensitive” e-mail addresses. Basically, UsEr@domain.tld or USER@DOMAIN.TLD — both valid addresses, were not able to set an autoresponse message for user@domain.tld (&#8230;after the user authenticated with the server via SASL of course). This is no longer an issue thanks to this release. </p>
]]></content:encoded>
			<wfw:commentRss>http://nefaria.com/2009/06/autoresponse-163-bugfix-released/feed/</wfw:commentRss>
		<slash:comments>29</slash:comments>
		</item>
		<item>
		<title>Autoresponse on HowToForge</title>
		<link>http://nefaria.com/2009/04/autoresponse-on-howtoforge/</link>
		<comments>http://nefaria.com/2009/04/autoresponse-on-howtoforge/#comments</comments>
		<pubDate>Thu, 02 Apr 2009 12:32:37 +0000</pubDate>
		<dc:creator>musashi</dc:creator>
				<category><![CDATA[Autoresponse]]></category>
		<category><![CDATA[I.T.]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[HowToForge]]></category>
		<category><![CDATA[postfix]]></category>
		<category><![CDATA[Programming / Scripting]]></category>
		<category><![CDATA[Projects]]></category>

		<guid isPermaLink="false">http://nefaria.com/?p=341</guid>
		<description><![CDATA[Autoresponse now has a tutorial on HowToForge! Be sure to check it out. I also suggest signing up because there is a wealth of information on there, and with a paid subscription you can download any tutorial as a PDF (other formats are available as well) without the ads, graphics, and other unrelated items&#8230; it&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://nefaria.com/?page_id=7">Autoresponse</a> now has a tutorial on <a href="http://www.howtoforge.com/how-to-set-up-a-postfix-autoresponder-with-autoresponse">HowToForge</a>! Be sure to check it out. I also suggest signing up because there is a wealth of information on <a href="http://www.howtoforge.com">there</a>, and with a paid subscription you can download any tutorial as a PDF (other formats are available as well) without the ads, graphics, and other unrelated items&#8230; it&#8217;s well worth it.</p>
]]></content:encoded>
			<wfw:commentRss>http://nefaria.com/2009/04/autoresponse-on-howtoforge/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Autoresponse 1.6.2 (bugfix) released!</title>
		<link>http://nefaria.com/2009/03/autoresponse-162-bugfix-released/</link>
		<comments>http://nefaria.com/2009/03/autoresponse-162-bugfix-released/#comments</comments>
		<pubDate>Thu, 19 Mar 2009 18:15:02 +0000</pubDate>
		<dc:creator>musashi</dc:creator>
				<category><![CDATA[Autoresponse]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[I.T.]]></category>
		<category><![CDATA[postfix]]></category>
		<category><![CDATA[Programming / Scripting]]></category>
		<category><![CDATA[Projects]]></category>

		<guid isPermaLink="false">http://nefaria.com/?p=262</guid>
		<description><![CDATA[This version of autoresponse addresses a minor bug that could cause any text in the message body that resembles a &#8220;To&#8221; header to be replaced with something other than what the user intended. There was a fairly small chance that this would happen, but it&#8217;s an improvement nonetheless. You can find the new version on [...]]]></description>
			<content:encoded><![CDATA[<p>This version of autoresponse addresses a minor bug that could cause any text in the message body that resembles a &#8220;To&#8221; header to be replaced with something other than what the user intended. There was a fairly small chance that this would happen, but it&#8217;s an improvement nonetheless. You can find the new version on the projects page.</p>
]]></content:encoded>
			<wfw:commentRss>http://nefaria.com/2009/03/autoresponse-162-bugfix-released/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Autoresponse 1.6.1 (bugfix) released!</title>
		<link>http://nefaria.com/2009/03/autoresponse-161-bugfix-release/</link>
		<comments>http://nefaria.com/2009/03/autoresponse-161-bugfix-release/#comments</comments>
		<pubDate>Mon, 09 Mar 2009 13:32:09 +0000</pubDate>
		<dc:creator>musashi</dc:creator>
				<category><![CDATA[Autoresponse]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[I.T.]]></category>
		<category><![CDATA[postfix]]></category>
		<category><![CDATA[Programming / Scripting]]></category>
		<category><![CDATA[Projects]]></category>

		<guid isPermaLink="false">http://nefaria.com/?p=235</guid>
		<description><![CDATA[Well the first round of bugs have been discovered (and fixed). The major issue resolved by this release is that a rogue user with a forged from header could set an autoresponse message for someone else. We now require SASL authentication which addresses this. This is a highly recommended update; you can find it under [...]]]></description>
			<content:encoded><![CDATA[<p>Well the first round of bugs have been discovered (and fixed). The major issue resolved by this release is that a rogue user with a forged from header could set an autoresponse message for someone else. We now require SASL authentication which addresses this. This is a highly recommended update; you can find it under the &#8220;projects&#8221; link in the upper-right corner.</p>
]]></content:encoded>
			<wfw:commentRss>http://nefaria.com/2009/03/autoresponse-161-bugfix-release/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
