<?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>Warll&#039;s Blog  ワロウのブログ &#187; Computing</title>
	<atom:link href="http://blog.warll.com/category/computing/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.warll.com</link>
	<description>カナダじんです。</description>
	<lastBuildDate>Sun, 30 May 2010 22:35:37 +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>Noticebar, a jQuery plugin</title>
		<link>http://blog.warll.com/2010/noticebar-a-jquery-plugin/</link>
		<comments>http://blog.warll.com/2010/noticebar-a-jquery-plugin/#comments</comments>
		<pubDate>Mon, 10 May 2010 04:52:16 +0000</pubDate>
		<dc:creator>Warll</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[opendiv]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://blog.warll.com/?p=321</guid>
		<description><![CDATA[ 
// 
// 
Noticebar
What?
Noticebar is jQuery plugin that adds, well, a noticebar to the top of any page. Much like the one that will have shown up right about now.
Why?
A while back I wanted to drive traffic from one  of my older sites to a successor site. Inspired by the IE security alert page  I [...]]]></description>
			<content:encoded><![CDATA[<p><script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js" type="text/javascript"></script> <script src="http://blog.warll.com/jquery.noticebar.js" type="text/javascript"></script><br />
<script type="text/javascript">// <![CDATA[
       jQuery.fn.noticebar({html : 'jQuery.Noticebar.js is great, you should use it' , delay : 2000, close : false,}); // ]]&gt;</script></p>
<div id="target" style="width: 100%;"><script type="text/javascript">// <![CDATA[
jQuery.fn.noticebar({html : 'jQuery.Noticebar.js is great, you should use it, seriously' , delay : 1000, close : false, target: "#target",});
// ]]&gt;</script></div>
<h3><span style="background: #ffff00; padding: 4px;">Noticebar</span></h3>
<p><strong>What?</strong></p>
<p>Noticebar is jQuery plugin that adds, well, a noticebar to the top of any page. Much like the one that will have shown up right about now.</p>
<p><strong>Why?</strong></p>
<p>A while back I wanted to drive traffic from one  of my older sites to a successor site. Inspired by the IE security alert page  I whipped up a very ugly, static solution, a purely html lime green bar across the top of the page. Before that I had searched for a javascript solution but came up empty handed.  Since then I&#8217;ve been meaning to create Noticebar for a while.</p>
<p><strong>Features</strong></p>
<p>It uses minimal markup and accepts several options.</p>
<ul>
<li>Use of text and HTML markup</li>
<li>Custom CSS to change the appearance.</li>
<li>Optionally have the bar slide into view, like I have done here.</li>
<li>With animation on you can have the bar&#8217;s arrival delayed, again like done on this page.</li>
<li>A close button</li>
<li>Prepend the Noticebar to any div by specifying the target argument.</li>
</ul>
<p><strong>Example code</strong></p>
<blockquote><p>&lt;script type=&#8221;text/javascript&#8221; src=&#8221;http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js&#8221;&gt;&lt;/script&gt;<br />
&lt;script type=&#8221;text/javascript&#8221; src=&#8221;jquery.noticebar.js&#8221;&gt;&lt;/script&gt;<br />
&lt;script type=&#8221;text/javascript&#8221;&gt;<br />
jQuery.fn.noticebar({html:  &#8220;your text or html here&#8221;,  close : false,});<br />
&lt;/script&gt;</p></blockquote>
<p>To use the above code copy and paste it inside your websites head tag.  By this I mean between the &#8220;&lt;head&gt;&#8221; and the &#8220;&lt;/head&gt;&#8221; part.</p>
<p><strong>Options</strong></p>
<p>A list of accept settings with their defaults:</p>
<blockquote><p>jQuery.fn.noticebar({</p>
<p>html :  &#8220;Notice is credit to team!&#8221;, //Your message which can use html<br />
animate  : true , //true means that the noticebar will &#8217;slide&#8217; down after the delay<br />
delay  : 0 , //A delay in milliseconds, 1000 would be one second<br />
css  : &#8220;&#8221;,  //Used to customize CSS styling<br />
close  : true, //Whether the close button appears<br />
target  : &#8220;body&#8221;, //Use &#8220;#id&#8221; you have the noticebar appear on an element with said id, .class for classes</p>
<p>})</p></blockquote>
<p style="text-align: center;">Download <a href="http://blog.warll.com/jquery.noticebar.js">jquery.noticebar.js</a> |  Preview <a href="http://blog.warll.com/noticebar/jquery_noticebar_Demo.html">An example page</a></p>
<p style="text-align: center;">
<p style="text-align: center;">
]]></content:encoded>
			<wfw:commentRss>http://blog.warll.com/2010/noticebar-a-jquery-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Program to playback mic live</title>
		<link>http://blog.warll.com/2010/program-to-playback-mic-live/</link>
		<comments>http://blog.warll.com/2010/program-to-playback-mic-live/#comments</comments>
		<pubDate>Tue, 27 Apr 2010 17:36:04 +0000</pubDate>
		<dc:creator>Warll</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[projects]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://blog.warll.com/?p=310</guid>
		<description><![CDATA[Long story short my mother needed t0 playback a microphone through the speakers. Should be simple and on Windows Xp it is. But for some strange reason vista does not have the option, some drivers do but not the default Microsoft audio driver. Of course doing this should be simple so I spent at least [...]]]></description>
			<content:encoded><![CDATA[<p>Long story short my mother needed t0 playback a microphone through the speakers. Should be simple and on Windows Xp it is. But for some strange reason vista does not have the option, some drivers do but not the default Microsoft audio driver. Of course doing this should be simple so I spent at least a good hour finding a solution, it would appear that none exist. I tried googling everything &#8220;Force mic loop&#8221;, &#8220;Force mic feedback&#8221;, &#8220;vista mic live playback&#8221;, &#8220;play mic through speakers vista&#8221;, &#8220;program to playback mic&#8221; and yes I did just put that list there in the hopes that Google will get a clue.</p>
<p>Turns out there is no program that does it. So I&#8217;ve created my own. It is done in flash and has some minor latency due to the use of flash, but any solution will have a bit of latency and hopefully for your needs it will be good enough.</p>
<p>To run it you have to give it permission to use the mic, it will automatically show you the permission dialog and will start working as soon as you close the dialog.</p>
<p>You can download the file and run it locally should you need to. To do so right click on the following link and select &#8220;Save file as&#8221;</p>
<p>Download: <a href="http://blog.warll.com/wp-content/uploads/2010/04/warlls_microphone_playbackr.swf">Warll&#8217;s Microphone playback&#8217;r</a></p>
<p>Embedded below:</p>
<p><span id="more-310"></span></p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="300" height="300" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://blog.warll.com/wp-content/uploads/2010/04/warlls_microphone_playbackr.swf" /><embed type="application/x-shockwave-flash" width="300" height="300" src="http://blog.warll.com/wp-content/uploads/2010/04/warlls_microphone_playbackr.swf"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.warll.com/2010/program-to-playback-mic-live/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to make a subdomain point to a sub-folder on Dreamhost</title>
		<link>http://blog.warll.com/2010/how-to-make-a-subdomain-point-to-a-sub-folder-on-dreamhost/</link>
		<comments>http://blog.warll.com/2010/how-to-make-a-subdomain-point-to-a-sub-folder-on-dreamhost/#comments</comments>
		<pubDate>Mon, 26 Apr 2010 23:04:00 +0000</pubDate>
		<dc:creator>Warll</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[walkThrough]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://blog.warll.com/?p=301</guid>
		<description><![CDATA[By this I mean haveing the domain folder.example.com be hosted in the FTP folder example.com/folder.
You can do this in the &#8220;Add new domain&#8221; page by changing the &#8220;Web directory&#8221; field for the sub-domain &#8220;folder.example.com&#8221; from &#8220;/home/username/folder.example.com&#8221; to &#8220;/home/username/example.com/folder&#8221;
Example screenshot follows.
]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">By this I mean haveing the domain folder.example.com be hosted in the FTP folder example.com/folder.</p>
<p>You can do this in the &#8220;Add new domain&#8221; page by changing the &#8220;Web directory&#8221; field for the sub-domain &#8220;folder.example.com&#8221; from &#8220;/home/username/folder.example.com&#8221; to &#8220;/home/username/example.com/folder&#8221;</p>
<p>Example screenshot follows.<a href="http://blog.warll.com/wp-content/uploads/2010/04/dreamhost_subdomain_to_subfolder.png" title="dreamhost_subdomain_to_subfolder" rel="lightbox[301]"><img class="aligncenter size-medium wp-image-302" title="dreamhost_subdomain_to_subfolder" src="http://blog.warll.com/wp-content/uploads/2010/04/dreamhost_subdomain_to_subfolder-300x105.png" alt="" width="300" height="105" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.warll.com/2010/how-to-make-a-subdomain-point-to-a-sub-folder-on-dreamhost/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>First impressions of Drupal</title>
		<link>http://blog.warll.com/2010/first-impressions-of-drupal/</link>
		<comments>http://blog.warll.com/2010/first-impressions-of-drupal/#comments</comments>
		<pubDate>Mon, 12 Apr 2010 23:55:10 +0000</pubDate>
		<dc:creator>Warll</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[drupal]]></category>
		<category><![CDATA[Review]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://blog.warll.com/?p=295</guid>
		<description><![CDATA[I&#8217;ve spent the last week or so exploring Drupal and I must say that it is impressive.
Things I like:

Backend dosn&#8217;t hide options behind menus or other pages
Strictly enforced coding style
Theme markup encourages presentation to be removed from data manipulation
A block system that effectively gives users a ton of widget panels, and everything is placed like [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve spent the last week or so exploring Drupal and I must say that it is impressive.</p>
<p>Things I like:</p>
<ul>
<li>Backend dosn&#8217;t hide options behind menus or other pages</li>
<li>Strictly enforced coding style</li>
<li>Theme markup encourages presentation to be removed from data manipulation</li>
<li>A block system that effectively gives users a ton of widget panels, and everything is placed like a WP widget would be</li>
<li>A form api that takes care of mundane and verbose html input markup</li>
<li>A ton of plugins that are rather generic yet well integrated with Drupal allowing for easy adoption and extension.</li>
<li>A focus on security even if at the cost of higher minimum skill set for usage.</li>
</ul>
<p>What I dislike:</p>
<ul>
<li>code style enforces the use of spaces instead of tab chars, which is positively insane.</li>
</ul>
<p>In the end I like Drupal and am currently working on a port of the default Wordpress Theme.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.warll.com/2010/first-impressions-of-drupal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>afterRead, a wordpress plugin</title>
		<link>http://blog.warll.com/2010/afteread/</link>
		<comments>http://blog.warll.com/2010/afteread/#comments</comments>
		<pubDate>Mon, 11 Jan 2010 08:59:47 +0000</pubDate>
		<dc:creator>Warll</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[afterRead]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://blog.warll.com/?p=271</guid>
		<description><![CDATA[afterRead
Download afterRead &#124; zip
What do you show the reader after they have read your content? Do you show them an empty comment box? A small unrelated block of automated text?
Instead use afterRead to present an active post footer driving visitors back into the site, don&#8217;t waste a prime opportunity.  Presently afterRead&#8217;s options are focused on [...]]]></description>
			<content:encoded><![CDATA[<h1><span style="color: #657383;">after</span><span style="color: #e42217;">Read</span></h1>
<p style="text-align: center;"><a href="http://downloads.wordpress.org/plugin/afterread.zip">Download afterRead</a> | zip</p>
<p>What do you show the reader after they have read your content? Do you show them an empty comment box? A small unrelated block of automated text?<br />
Instead use afterRead to present an active post footer driving visitors back into the site, don&#8217;t waste a prime opportunity.  Presently afterRead&#8217;s options are focused on driving visitors back into other related articles, but afterRead is capable of much more so expect to see new innovative Suggestions.</p>
<p>Features;<br />
* Add Previous and Next post links to the bottom of posts.  These links can potentially be to any post, to only posts in the same category, or even only to posts with a matching tag. By default there are three styles to choose from, these styles integrate well with most themes.<br />
* Suggestions can be anything from a donate button to a subscribe button to anything you can imagine.<br />
* afterRead is modular and made of two primary parts, the afterRead core, and afterRead suggestions.<br />
This allows for updates that do not revert changes and for easy custom extension of functionality.<br />
* You can easily add new suggestions by simply pasting code into a text box in the afterRead settings page</p>
<p>== Installation ==</p>
<p>1. Upload `afterread&#8217; folder to the `/wp-content/plugins/` directory<br />
1. Activate the plugin through the &#8216;Plugins&#8217; menu in WordPress<br />
1. Navigate to the afterRead settings page found under the &#8220;Settings&#8221; menu<br />
1. Select a different suggestion or use the default</p>
<p>== Frequently Asked Questions ==</p>
<p>= What is a Suggestion? =</p>
<p>A Suggestion is anything you want to encourage the reader to do once they have finished reading, commonly a link to other posts. A Suggestion file is a php file which afterRead core uses to generate a Suggestion.</p>
<p>= Do I need PHP or HTML knowledge to use afterRead? =</p>
<p>No, I have attempted to make afterRead extremely usable for anyone with limited knowledge or no knowledge of HTML and PHP. If there is a feature you&#8217;re confused about just tell me so that I can improve the documentation.</p>
<p>= I have an idea for a new Suggestion =</p>
<p>Perfect, the more Suggestions the better. If you get me an image of what you would like it to look like then I can see about coding it, I can&#8217;t promise I will be able to add it but I will certainly consider it.</p>
<p>= When using tag based Suggestions the links seem random =</p>
<p>This is quite confusing to see, but it&#8217;s actually logical. To illustrate this say we have a post, this post was made on the 20th and has a &#8216;cooking&#8217; tag. Say there is then another post made on the 18th that had the &#8216;cooking&#8217; tag and a &#8216;book&#8217; tag, this will cause the 20th&#8217;s post to link to the 18th&#8217;s, now pretend that there was a post made on the 19th that only had the book tag, this will cause the 18th&#8217;s post to link to the 19th&#8217;s post and not the post made on the 20th.</p>
<p>= When using category based Suggestions the links seem random =</p>
<p>The same thing can happen for categories as happens with tags in the above question, it is less common because it is rather rare to add a post in two categories.</p>
<p>== Screenshots ==</p>
<p style="text-align: center;"><a href="http://blog.warll.com/wp-content/uploads/2010/01/screenshot-1.png" title="screenshot-1" rel="lightbox[271]"><img class="aligncenter size-large wp-image-274" title="screenshot-1" src="http://blog.warll.com/wp-content/uploads/2010/01/screenshot-1-1024x768.png" alt="" width="614" height="461" /></a></p>
<p>1. Dynamic style 1 in a number of different styles displaying the Suggestion&#8217;s versatility</p>
<p style="text-align: center;"><a href="http://blog.warll.com/wp-content/uploads/2010/01/screenshot-2.png" title="screenshot-2" rel="lightbox[271]"><img class="aligncenter size-full wp-image-276" title="screenshot-2" src="http://blog.warll.com/wp-content/uploads/2010/01/screenshot-2.png" alt="" width="487" height="544" /></a></p>
<p>2. The backend as of 0.7.1.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.warll.com/2010/afteread/feed/</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
		<item>
		<title>3GB Enabler 1.2</title>
		<link>http://blog.warll.com/2009/3gb-enabler-1-2/</link>
		<comments>http://blog.warll.com/2009/3gb-enabler-1-2/#comments</comments>
		<pubDate>Wed, 30 Dec 2009 01:41:54 +0000</pubDate>
		<dc:creator>Warll</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Video Games]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[video game]]></category>

		<guid isPermaLink="false">http://blog.warll.com/?p=248</guid>
		<description><![CDATA[Three years ago  the Sid Meier&#8217;s Railroads community over at Hooked on Railroads found that the 3GB enabler fixed crashing to desktop for Sid Meier&#8217;s Railroads.  Apparently we were not alone and a number of games from that era, ~2006, suffered and so far I have seen versions of the 3GB enabler edited for Supreme [...]]]></description>
			<content:encoded><![CDATA[<p>Three years ago  the Sid Meier&#8217;s Railroads community over at <a href="http://www.hookedgamers.com/forums/viewforum.php?f=29">Hooked on Railroads</a> found that the 3GB enabler fixed crashing to desktop for Sid Meier&#8217;s Railroads.  Apparently we were not alone and a number of games from that era, ~2006, suffered and so far I have seen versions of the 3GB enabler edited for Supreme commander, Stalker, Battlefield 2142 and Oblivion. Recently I edited the <a href="http://www.smrsimple.com/2009/12/play-larger-maps-3gb-enabler/">3Gb enabler to work with Sid Meier&#8217;s Railroads</a>, before this Sid Meier&#8217;s Railroads players had to do weird things like renaming the &#8220;.exe&#8221;</p>
<p>No more! Now any the 3GB Enabler will work with any program. In fact it is not even limited to &#8220;.exe&#8221;s. With that said I have no clue what will happen if you edit a none exe. Read on for the readme and the download.</p>
<p>README:</p>
<blockquote><p>Later Edited by Warll.Dressler to add arbitrary program selection, changed many minor portions of text to clarify and improve readibility<br />
Editted by Chimera for Oblivian<br />
Originally by unknown source for S.T.A.L.K.E.R CTD issues.</p>
<p>****** VERY IMPORTANT: IF YOU ARE USING AN x64 OPERATING SYSTEM:<br />
****** SKIP THE &#8220;DIRECTIONS&#8221; SECTION.</p>
<p>Introduction:</p>
<p>This is for intermediate to advanced Windows users.<br />
Follow the instructions carefully&#8230;the risk is minimal, as long as you backup a copy of your original executable, aka &#8220;program&#8221; aka file ending in &#8220;.exe&#8221;.</p>
<p>This will enable an executable, aka &#8220;program&#8221; aka file ending in .exe, to use over 2GB of memory in the application space.<br />
It uses conventional tools using a batch file so everyone can see nothing suspicious goes on.<br />
This tool will automatically set the header in said .exe so that it can address more than 2GB memory.<br />
Normally XP will only address up to 2GB memory for applications and 2Gb for the kernel.<br />
If we add a boot.ini switch /3GB, then XP is allowed to address up to 3GB for applications.<br />
But unfortunately only applications that are enabled with &#8220;IMAGE_FILE_LARGE_ADDRESS_AWARE&#8221; header can utilize more than 2GB of the space.</p>
<p>I highly recommend you look at some official information here at microsoft:<br />
<a href="http://www.microsoft.com/whdc/system/platform/server/PAE/PAEmem.mspx">http://www.microsoft.com/whdc/system/platform/server/PAE/PAEmem.mspx</a></p>
<p>______________________________________________</p>
<p>Directions:</p>
<p>First you need to tell XP/Vista that it can use more than 2GB of RAM for applications.<br />
Manually edit your boot.ini file by adding &#8221; /3GB /Userva=2900&#8243; to your boot.ini (no quotes).<br />
Your boot.ini is normally read only and you will need to change that temporarily while you edit it.<br />
To do this, right-click the file and untick &#8220;Read Only&#8221;. After editing the file, restore the Read-only status.<br />
To Edit it manually you can find it on the root of your system drive or<br />
go to system properties/advanced tab, settings under &#8217;startup and recovery&#8217; section, then hit edit.</p>
<p>Mine looks like:  multi(0)disk(0)rdisk(0)partition(1)\WINDOWS=&#8221;Windows XP Professional&#8221; /FASTDETECT /NOEXECUTE=OPTIN /3GB /Userva=2900</p>
<p>Yours maybe different, the only thing you should change is add &#8221; /3GB /Userva=2900&#8243;.</p>
<p>______________________________________________</p>
<p>Instructions for using the 3GB Enabler tool:</p>
<p>*** Important: First make a backup of the original &#8220;.exe&#8221;. there are any number of ways to do this, the simpliest is to make a copy of the &#8220;.exe&#8221; and store said copy some place safe or to keep a copy in the same folder under a diferent name. ***<br />
*** Without a backup of the original &#8220;.exe&#8221; you might have troubles updating the program in the future due to copy protection schemes ***</p>
<p>The tool will add the &#8220;LARGE_ADDRESS_AWARE&#8221; header for you to your executable.<br />
Make sure a copy of the program is located in the same folder that the batch file is going to be ran from.<br />
Doubleclick startme.bat then the menu walks you through.<br />
1) Type the full name of the program including the &#8220;.exe&#8221; portion<br />
2) Press Enter<br />
3) Hit the A key to add the large address header.<br />
4) Press any key to continue.<br />
5) When back at main menu hit &#8216;V&#8217; to output the headers in text so you can see the values.<br />
6) Now you can check to see if it is enabled.  Scroll to the top and look for section &#8220;FILE HEADER VALUES&#8221;. Look for a line in that section that says &#8220;Application can handle large (&gt;2GB) addresses&#8221;.  It&#8217;s the tenth line down in that section.  If you see that line then the executable is now enabled for &gt;2GB, you are done.<br />
7) Copy the enabled &#8220;.exe&#8221; back to the correct folder.<br />
8) To avoid any strange issues with future patches, I suggest you rename your 3GB capable &#8220;.exe&#8221; to something else like &#8220;Fubar3GB.exe&#8221;, then make a shortcut to it on your desktop.  In the meanwhile, keep the original where it belongs and you will avoid any possible patching or online issues.</p>
<p>At anytime if you want to remove the large address header then you can restore you original backed up exe or use the app and use the Remove function and it will remove the header.  Once you run (R) to remove the header you have the original exe back, the MD5 hashes will match.</p>
<p>No strange side effects have been witnessed, but gladly I can play some big games now.</p></blockquote>
<p>DOWNLOAD:</p>
<p><a href="http://blog.warll.com/wp-content/uploads/2009/12/3GB_Enabler_1.2.zip">3GB_Enabler_1.2.zip</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.warll.com/2009/3gb-enabler-1-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The dark cloud of not knowing</title>
		<link>http://blog.warll.com/2009/the-dark-cloud-of-not-knowing/</link>
		<comments>http://blog.warll.com/2009/the-dark-cloud-of-not-knowing/#comments</comments>
		<pubDate>Fri, 11 Sep 2009 08:21:09 +0000</pubDate>
		<dc:creator>Warll</dc:creator>
				<category><![CDATA[About Warll]]></category>
		<category><![CDATA[Computing]]></category>
		<category><![CDATA[Video Games]]></category>
		<category><![CDATA[sliceOfLife]]></category>

		<guid isPermaLink="false">http://blog.warll.com/?p=158</guid>
		<description><![CDATA[Man it has been a while since I felt like this, when you don&#8217;t really know what you are doing, following tutorials word for word yet it is just not working. I think I am just about over it for now but it has put me in a reflective mood, in the past I would [...]]]></description>
			<content:encoded><![CDATA[<p>Man it has been a while since I felt like this, when you don&#8217;t really know what you are doing, following tutorials word for word yet it is just not working. I think I am just about over it for now but it has put me in a reflective mood, in the past I would have struggled and given up.  And maybe later coming back and getting it right.  Lately though I seem to be struggling and then achieving, maybe I am just trying harder, or my skill set has reached a special level where it is semi-transferable.  I must say though, programing, or at least flash programing, is very rewarding, one can see playable progress at nearly every stage.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.warll.com/2009/the-dark-cloud-of-not-knowing/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Changing Language Windows XP/Vista and Linux</title>
		<link>http://blog.warll.com/2009/changing-language-windows-xpvista-and-linux/</link>
		<comments>http://blog.warll.com/2009/changing-language-windows-xpvista-and-linux/#comments</comments>
		<pubDate>Fri, 21 Aug 2009 03:45:05 +0000</pubDate>
		<dc:creator>Warll</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Japanese]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[japan]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[walkThrough]]></category>

		<guid isPermaLink="false">http://blog.warll.com/?p=232</guid>
		<description><![CDATA[Using an OS in Japanese is a very big part of creating an all encompassing environment, even more so if you spend most of your day on the computer in which case the transition is vital. Typically I would expect that you will have memorized how to do the things you commonly do. You should [...]]]></description>
			<content:encoded><![CDATA[<div style="margin-bottom: 0cm;">Using an OS in Japanese is a very big part of creating an all encompassing environment, even more so if you spend most of your day on the computer in which case the transition is vital. Typically I would expect that you will have memorized how to do the things you commonly do. You should know by heart how to launch Firefox or whatever web browser you use without reading the icon&#8217;s label. There will be more complex things that do require your attention. For these it helps to be able to switch between English and Japanese, for instance while I may be able to expand a partition by memory that&#8217;s not necessary something I would want the average user to do by feel. Actually changing the language for many will be an obstacle even though the process itself is trivial.</div>
<div style="margin-bottom: 0cm;">&nbsp;</div>
<div style="margin-bottom: 0cm;"><font size="4"><b>Changing OS language &ndash; Linux</b></font></div>
<div style="margin-bottom: 0cm;">If you are a user of Linux then lady luck is on your side, provided there is an actual Japanese version of your distro, you will be able to get away without reinstalling in most cases.  For instance Ubuntu user&#8217;s can follow <a href="http://answers.yahoo.com/question/index?qid=20090503225952AAVuL40" target="_blank">these</a> instructions to changing the primary language. You are on your own as to finding solutions for other distros.</div>
<div style="margin-bottom: 0cm;">&nbsp;</div>
<div style="margin-bottom: 0cm;"><font size="4"><b>Changing OS language &ndash; Windows</b> </font></div>
<div style="margin-bottom: 0cm;">Microsoft loves segmenting the market as such changing languages on Windows is a lot more obstacle prone.</div>
<div style="margin-bottom: 0cm;">&nbsp;</div>
<div style="margin-bottom: 0cm;"><font>For Windows XP it is possible to change language but only if you have access to a Windows XP MUI(<em>Multilingual User Interface</em>).  The problem you run into is that Microsoft only sells the MUI packs to OEM, companies such as HP, Dell and Gateway who build and sell computers.  Chances that your computer maker bought a Japanese MUI and then bothered to bundle it with your English computer is so slim any reasonable person would round the odd down to zero.  This leaves you with really only three options, buy a Japanese copy of Windows XP, commit civil violation of Microsoft&#8217;s copyright, or a third option I will cover later in this article. </font></div>
<div style="margin-bottom: 0cm;">&nbsp;</div>
<div style="margin-bottom: 0cm;"><font>Windows Vista changes this for the better, translations are not only much easier to come by but are also are more complete.  If you are one of the few people who shelled out for Windows Vista Ultimate or Windows Vista Business then your in luck, MUI packs can be gotten directly from Microsoft and switching between English and Japanese is a piece of cake.  To switch languages on Windows Vista Ultimate or Windows Vista Business all you have to do is go to Windows Update and select Japanese, boom your done.  Don&#8217;t have Windows Vista Ultimate or Windows Vista Business? Luckily there is a hack to get MUIs for other Windows Vista versions such as Home Premium, <a href="http://www.vistarewired.com/2008/10/08/download-and-install-windows-vista-mui-language-packs-for-all-versions-of-windows">this</a> article walks you through it.  Prefer not to resort to a hack or violating copyright laws? Well in that case this should help you:</font></div>
<div style="margin-bottom: 0cm;">&nbsp;</div>
<div style="margin-bottom: 0cm;"><font size="4"><b><font>The Third Option</font></b></font></div>
<div style="margin-bottom: 0cm;"><font>One of the most likely users of Linux are students, especially geeky students. Microsoft knows this and has not let this fact go unchecked. Microsoft&#8217;s <a href="https://downloads.channel8.msdn.com/" target="_blank">Dreamspark</a> program gives away copies of many otherwise expensive Microsoft program for free to anyone with a <a href="http://www.isic.org/home.aspx" target="_blank">International Student ID card</a>. One of these programs is Windows Server 2008, Server 2008 is much like Vista and is able to use drivers made for Vista as well as working with any Vista compatible program.  This option is not without its downsides not least of which is that many programmers use checks in program installers and will refuse to install on an &ldquo;unsupported&rdquo; OS, it will also require a reinstalltion of your OS. I suggest that if you do plan to go this route that you do so first in a dual booting environment so that if it does turn out that one of your programs does not like Windows Server 2008 then you can always go back. For more information on Using Windows Server 2008 as a desktop operating system see this very helpful <a href="http://www.win2008workstation.com/">website</a> .</font></div>
<div style="margin-bottom: 0cm;">&nbsp;</div>
<div style="margin-bottom: 0cm;">&nbsp;</div>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.warll.com/2009/changing-language-windows-xpvista-and-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Server rebuild</title>
		<link>http://blog.warll.com/2009/server-rebuild/</link>
		<comments>http://blog.warll.com/2009/server-rebuild/#comments</comments>
		<pubDate>Thu, 09 Jul 2009 23:58:34 +0000</pubDate>
		<dc:creator>Warll</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[post mortem]]></category>
		<category><![CDATA[sliceOfLife]]></category>

		<guid isPermaLink="false">http://blog.warll.com/?p=107</guid>
		<description><![CDATA[Ok so the parts arrived finally.  While I love Newegg&#8217;s competitive prices the shipping factor usually dampens my enthusiasm, not only is shipping a bit more expensive but it is also slower since everything comes from the states even when ordering from the Canadian site.

The new parts:


Only the motherboard and the Trendnet switch were bought [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">Ok so the parts arrived finally.  While I love Newegg&#8217;s competitive prices the shipping factor usually dampens my enthusiasm, not only is shipping a bit more expensive but it is also slower since everything comes from the states even when ordering from the Canadian site.</p>
<ul style="text-align: left;">
<li>The new parts:</li>
</ul>
<p style="text-align: left;"><a href="http://blog.warll.com/wp-content/uploads/2009/07/DSCF8538.JPG" title="DSCF8538" rel="lightbox[107]"><img class="aligncenter size-large wp-image-108" title="DSCF8538" src="http://blog.warll.com/wp-content/uploads/2009/07/DSCF8538-1024x768.jpg" alt="DSCF8538" width="614" height="461" /><span id="more-107"></span></a></p>
<p style="text-align: left;"><a href="http://blog.warll.com/wp-content/uploads/2009/07/DSCF8538.JPG"></a>Only the motherboard and the Trendnet switch were bought from Newegg, the rest I had already bought from NCIX.</p>
<p style="text-align: left;"><a href="http://blog.warll.com/wp-content/uploads/2009/07/DSCF85441.JPG" title="DSCF8544" rel="lightbox[107]"><img class="aligncenter size-large wp-image-112" title="DSCF8544" src="http://blog.warll.com/wp-content/uploads/2009/07/DSCF85441-1024x768.jpg" alt="DSCF8544" width="614" height="461" /></a>The gigabit switch (TEG-S50G) combined with the gigabit integrated NICs in the server&#8217;s new motherboard and desktop will finally give me a gigabit connection. I have also used the switch to segregate the three  hubs on the network, although this is not a big deal since the vast majority of traffic is between the desktop and server.  I do hope to change this and setup a backup system for the house&#8217;s laptops as well.<a href="http://blog.warll.com/wp-content/uploads/2009/07/DSCF8549.JPG" title="DSCF8549" rel="lightbox[107]"><img class="aligncenter size-large wp-image-113" title="DSCF8549" src="http://blog.warll.com/wp-content/uploads/2009/07/DSCF8549-1024x768.jpg" alt="DSCF8549" width="614" height="461" /></a></p>
<p style="text-align: left;">While I have no clue as to the electrical merits of this power supply, a Antec Earthwatts 500W, it is from a brand name I trust and what reviews I read gave it great praise. One thing I do know is that it has a ton of connectors, I can only wish I had as many SATA drives as this thing has SATA power cables.  Its also a 80+ rated power supply which is nice since this server is on twenty four seven.</p>
<p style="text-align: left;"><a href="http://blog.warll.com/wp-content/uploads/2009/07/DSCF8547.JPG" title="DSCF8547" rel="lightbox[107]"><img class="aligncenter size-large wp-image-114" title="DSCF8547" src="http://blog.warll.com/wp-content/uploads/2009/07/DSCF8547-1024x768.jpg" alt="DSCF8547" width="614" height="461" /></a></p>
<p style="text-align: left;">The mother board is a  ECS A740GM-M, I choose this one because it was the cheapest shipped with a gigabit nic and has plenty of SATA ports.  One down side is that I had to go down to two gigabytes of RAM since it only had two DIMM sockets.  This hopefully will not be an issue since the server never went over 1.4 gigabytes before.</p>
<p style="text-align: left;">
<p style="text-align: left;">
<ul style="text-align: left;">
<li>The disasembly:</li>
</ul>
<p style="text-align: left;">Before shot:</p>
<p style="text-align: left;"><a href="http://blog.warll.com/wp-content/uploads/2009/07/DSCF8550.JPG" title="DSCF8550" rel="lightbox[107]"><img class="aligncenter size-large wp-image-115" title="DSCF8550" src="http://blog.warll.com/wp-content/uploads/2009/07/DSCF8550-1024x768.jpg" alt="DSCF8550" width="614" height="461" /></a></p>
<p style="text-align: left;">Half way shot:</p>
<p style="text-align: left;"><a href="http://blog.warll.com/wp-content/uploads/2009/07/DSCF8554.JPG" title="DSCF8554" rel="lightbox[107]"><img class="aligncenter size-large wp-image-116" title="DSCF8554" src="http://blog.warll.com/wp-content/uploads/2009/07/DSCF8554-1024x768.jpg" alt="DSCF8554" width="614" height="461" /></a>Before wiring:<a href="http://blog.warll.com/wp-content/uploads/2009/07/DSCF8560.JPG" title="DSCF8560" rel="lightbox[107]"><img class="aligncenter size-large wp-image-117" title="DSCF8560" src="http://blog.warll.com/wp-content/uploads/2009/07/DSCF8560-1024x768.jpg" alt="DSCF8560" width="614" height="461" /></a></p>
<p style="text-align: left;">Completed:<a href="http://blog.warll.com/wp-content/uploads/2009/07/DSCF8565.JPG" title="DSCF8565" rel="lightbox[107]"><img class="aligncenter size-large wp-image-118" title="DSCF8565" src="http://blog.warll.com/wp-content/uploads/2009/07/DSCF8565-1024x768.jpg" alt="DSCF8565" width="614" height="461" /></a></p>
<p style="text-align: left;">Over all everything was really uneventful. The only program I ran into was that the motherboard maker, ECS Elitegroup, in an attept to make the motherboard as multilingual as possible did not mark the power on, restart and LED plugs on the board itself. Instead they provided a large cheat sheet in Korean, Spanish, Japanese, Chinese and a few others including English if you can find it. All this and they still only call the plugs by their abbreviated English names like &#8220;PWR&#8221; plus a translated introduction to what it actually is. Basically why they did not simply print it on the motherboard is beyond me.</p>
<p style="text-align: left;">
<ul style="text-align: left;">
<li style="text-align: left;">Trouble shooting:</li>
</ul>
<p style="text-align: left;">Now onto the fun part, its not as if something would ever work just the way you want it to right out of the box eh? This time though the configuration issues were minor which may just be that I&#8217;m getting better at this.  I opted to reuse the Windows installation from before the rebuild since even though I have read posts otherwise I have never had an issuse running windows with changed hardware.  Once I booted the computer up Windows started searching for drivers. It found what it needed for everything except the integrated Ethernet. Luckily for me I had installed the wireless drivers for my wireless dongle a while ago.  So I check the NIC&#8217;s id from the device manager and feed it to google. The first search result was some find-all-drivers program, with a free trial, I skiped that.  Next result had the drivers with a direct download link. I grabed that and tried to install it, the installer ran but nothing came up. I moved on but then I notice something, there were two Windows security icons.  I already knew that this was a tactic of scareware, my suspicion is confirmed soon when one of the icons informs me that I have been infected with a &#8220;virus&#8221; no less.  First thing I did was of course pull out the wireless dongle, without internet access I have plenty of time.  Next I killed the proces, a 123643.exe, seriously why would someone use such a unique name, no other process ever uses a random string of numbers.  Then I go into msconfig and untick the autostartup, I also take a look in program files but in this case the programmer was not as obvious. I then rebooted the system. All that is left now besides some never to be executed binaries is the server&#8217;s new desktop wall paper. It looks kind of cool I must say although I will never see it since I always RDP into the headless server with wallpapers turned off: <a href="http://blog.warll.com/wp-content/uploads/2009/07/DSCF8571.JPG" title="DSCF8571" rel="lightbox[107]"><img class="aligncenter size-large wp-image-119" title="DSCF8571" src="http://blog.warll.com/wp-content/uploads/2009/07/DSCF8571-1024x768.jpg" alt="DSCF8571" width="614" height="461" /></a>After that I got back to looking for the driver and fianlly found it on ECS&#8217;s website.  For some reason only the audio drivers and new bios show up when you search the downloads section for this motherboard, you have to go to the motherboard&#8217;s product page to find the other drivers. All this and later I find that there was a driver CD hidden inside the manual.</p>
<p style="text-align: left;">
<p style="text-align: left;">The next problem to fix is the fans. For some reason the case fan and the cpu fan which both plug directly into the motherboard are always on high. Turns out even though the BIOs lists fan settings none of them do anything, the fans always get max voltage. I also tried speedfan, while the fans may have been loud they were doing a great job, the cpu was running at 29 Celsius. Although I do suspect the motherboards heat sensors to be a little, off, temp sensor three was apparently at negative one hundred and thirty two.  My solution to this annoying bug was to replace the heatsinks fan with a larger one that would run much quieter at the same voltage and to unplug the case fan.</p>
<p style="text-align: left;"><a href="http://blog.warll.com/wp-content/uploads/2009/07/DSCF8573.JPG" title="DSCF8573" rel="lightbox[107]"><img class="aligncenter size-large wp-image-120" title="DSCF8573" src="http://blog.warll.com/wp-content/uploads/2009/07/DSCF8573-1024x768.jpg" alt="DSCF8573" width="614" height="461" /></a></p>
<p style="text-align: left;">Now all that is left is to hook up the TV Tuner but I&#8217;ll leave that. So here is the finished product my  &#8220;server&#8221; room in all its techy glory:</p>
<p style="text-align: left;"><a href="http://blog.warll.com/wp-content/uploads/2009/07/DSCF8580.JPG" title="DSCF8580" rel="lightbox[107]"><img class="aligncenter size-large wp-image-121" title="DSCF8580" src="http://blog.warll.com/wp-content/uploads/2009/07/DSCF8580-1024x768.jpg" alt="DSCF8580" width="614" height="461" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.warll.com/2009/server-rebuild/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Useful program for Windows Vista #1</title>
		<link>http://blog.warll.com/2009/useful-programs-for-windows-vista/</link>
		<comments>http://blog.warll.com/2009/useful-programs-for-windows-vista/#comments</comments>
		<pubDate>Thu, 02 Jul 2009 04:29:53 +0000</pubDate>
		<dc:creator>Warll</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Review]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://blog.warll.com/?p=102</guid>
		<description><![CDATA[Make Windows transparent for free with Glass2K.
So why would you want to make windows transparent, well put simply productivity.  It works expecally well when viewing an image, be that photos or video, since the colours are less likely to blend with what you are doing on top.  With text it becomes a little harder although [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Make Windows transparent for free with Glass2K.</strong></p>
<p>So why would you want to make windows transparent, well put simply productivity.  It works expecally well when viewing an image, be that photos or video, since the colours are less likely to blend with what you are doing on top.  With text it becomes a little harder although it is trivial to decrease the transparency which allows you to easily to which peice of text is on top.  Surprisingly this program is actually compatible with Windows Vista even though it was programmed for Windows 2000 and Windows XP .  Performance wise it runs well although this is to be expected since it was written with much weaker computers in find vesus what we have today. In fact it stays at around three percent of my AMD 940 and uses 1.6MB of RAM.  All together the productivity gains are comparable to getting a second monitor, if not a bit nicer since everything is kept in one field of view and Glass2K is free to boot!</p>
<p><a href="http://chime.tv/products/glass2k.shtml" target="_blank">chime.tv/products/glass2k</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.warll.com/2009/useful-programs-for-windows-vista/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
