<?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>Danny&#039;s Blog&#187; Tech</title>
	<atom:link href="http://www.dshue.com/tag/information-technologies/feed" rel="self" type="application/rss+xml" />
	<link>http://www.dshue.com</link>
	<description>I can be a geek too!</description>
	<lastBuildDate>Tue, 01 Feb 2011 18:34:29 +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>Password Protect PHPMyAdmin portal on XAMPP or WAMP</title>
		<link>http://www.dshue.com/password-protect-phpmyadmin-on-xampp-or-wamp.html</link>
		<comments>http://www.dshue.com/password-protect-phpmyadmin-on-xampp-or-wamp.html#comments</comments>
		<pubDate>Tue, 11 May 2010 03:44:20 +0000</pubDate>
		<dc:creator>Danny</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.dshue.com/?p=812</guid>
		<description><![CDATA[Open Config.inc.php under the PHPMyAdmin folder in editor, try the commented options under lines 11 and 13 to achieve different password protect features. $i = 0; /* Server: localhost [1] */ $i++; $cfg['Servers'][$i]['verbose'] = 'localhost'; $cfg['Servers'][$i]['host'] = 'localhost'; $cfg['Servers'][$i]['port'] = ''; $cfg['Servers'][$i]['socket'] = ''; $cfg['Servers'][$i]['connect_type'] = 'tcp'; $cfg['Servers'][$i]['extension'] = 'mysqli'; $cfg['Servers'][$i]['auth_type'] = 'config'; // $cfg['Servers'][$i]['auth_type'] [...]]]></description>
			<content:encoded><![CDATA[<p>Open Config.inc.php under the PHPMyAdmin folder in editor, try the commented options under lines 11 and 13 to achieve different password protect features.</p>
<pre class="brush:php">
$i = 0;
/* Server: localhost [1] */
$i++;
$cfg['Servers'][$i]['verbose'] = 'localhost';
$cfg['Servers'][$i]['host'] = 'localhost';
$cfg['Servers'][$i]['port'] = '';
$cfg['Servers'][$i]['socket'] = '';
$cfg['Servers'][$i]['connect_type'] = 'tcp';
$cfg['Servers'][$i]['extension'] = 'mysqli';
$cfg['Servers'][$i]['auth_type'] = 'config';
// $cfg['Servers'][$i]['auth_type'] = 'http';
// A browser based prompt
// $cfg['Servers'][$i]['auth_type'] = 'cookie';
// A web page prompt rendered in HTML
$cfg['Servers'][$i]['user'] = 'root';
$cfg['Servers'][$i]['password'] = '123abc'; // Hack me!
$cfg['Servers'][$i]['AllowNoPassword'] = true;
/* End of servers configuration */
$cfg['DefaultLang'] = 'en-utf-8';
$cfg['ServerDefault'] = 1;
$cfg['UploadDir'] = '';
$cfg['SaveDir'] = '';
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.dshue.com/password-protect-phpmyadmin-on-xampp-or-wamp.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ahhhh heck no! Windows Live error 81000306, Try my fix&#8230;</title>
		<link>http://www.dshue.com/windows-live-81000306-try-my-fix.html</link>
		<comments>http://www.dshue.com/windows-live-81000306-try-my-fix.html#comments</comments>
		<pubDate>Sat, 03 Apr 2010 09:26:48 +0000</pubDate>
		<dc:creator>Danny</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[DD-WRT]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://www.dshue.com/?p=781</guid>
		<description><![CDATA[I accidently found a fix to Windows Live error 81000306. Maybe this will hep you one day.]]></description>
			<content:encoded><![CDATA[<p><img class="bordered" title="Erorr 81000306" src="http://www.dshue.com/wp-content/uploads/2010/04/wlm_fail.jpg" alt="" width="515" height="240" /></p>
<p>I wasn&#8217;t able to log onto Windows Live Messenger on my laptop today. Even though my other laptop works fine. Two of my computers are on the same wireless subnet behind the same&#8217;o router. After clicking retry button for the 256th time, I almost made the announcement that I&#8217;m not using WLM ever again on my Facebook page.</p>
<p>I tried all the troubleshooting guide from <a href="http://messenger-support.spaces.live.com/blog/cns!8B3F39C76A8B853F!13932.entry">Windows Live Support Blog</a> with no avail. When I was about to reset my router, I noticed the time was incorrectly displayed on the router status part. I then updated the NTP Server and time zone, waula! I logged on.</p>
<p>The point is, make sure not only the time on your PC is correct. Also, check the time settings on your router too. Use a <a href="http://www.pool.ntp.org/en/" target="_blank">NTP service</a> is better than setting the time manually.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dshue.com/windows-live-81000306-try-my-fix.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unstable Wireless Network in Apartment Complex. Whoa!</title>
		<link>http://www.dshue.com/unstable-wireless-network-in-apartment-complex.html</link>
		<comments>http://www.dshue.com/unstable-wireless-network-in-apartment-complex.html#comments</comments>
		<pubDate>Tue, 09 Feb 2010 04:00:48 +0000</pubDate>
		<dc:creator>Danny</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[Wireless]]></category>

		<guid isPermaLink="false">http://www.dshue.com/?p=749</guid>
		<description><![CDATA[Sometimes, you can&#8217;t really blame your ISP or router for the unstable internet connection. Look at the graph I got from running inSSIDer. There are about 20 radios in the area spreading throughout the channels. You can run a scan and study which channel others are using, and try to stay off of the same [...]]]></description>
			<content:encoded><![CDATA[<p><img class="bordered" title="Busy Wireless Apartment Complex" src="http://www.dshue.com/wp-content/uploads/2010/02/wifi.gif" alt="" width="610" height="338" /></p>
<p>Sometimes, you can&#8217;t really blame your ISP or router for the unstable internet connection. Look at the graph I got from running <a title="Download inSSIDer, it's a cool tool!" href="http://www.metageek.net/products/inssider" target="_blank">inSSIDer</a>. There are about 20 radios in the area spreading throughout the channels. You can run a scan and study which channel others are using, and try to stay off of the same channel as others. In this case, I really feel bad for the people on channel 6.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dshue.com/unstable-wireless-network-in-apartment-complex.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dell Wireless 370 Bluetooth Mini-card Disconnecting Issue&#8230;</title>
		<link>http://www.dshue.com/dell-wireless-370-bluetooth-mini-card-disconnecting-issue.html</link>
		<comments>http://www.dshue.com/dell-wireless-370-bluetooth-mini-card-disconnecting-issue.html#comments</comments>
		<pubDate>Sun, 07 Feb 2010 08:08:56 +0000</pubDate>
		<dc:creator>Danny</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[Computers]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://www.dshue.com/?p=721</guid>
		<description><![CDATA[I don&#8217;t think I&#8217;m the only person with this problem. I connect my Bluetooth mouse and keyboard with the Dell Wireless 370 Bluetooth Mini-card on my Dell Studio XPS 1645. The connection will drop every few minutes. It&#8217;s a pain in the neck to have to restart the input devices [sometimes the whole PC] to [...]]]></description>
			<content:encoded><![CDATA[<p>I don&#8217;t think I&#8217;m the only person with this problem. I connect my Bluetooth mouse and keyboard with the Dell Wireless 370 Bluetooth Mini-card on my Dell Studio XPS 1645. The connection will drop every few minutes. It&#8217;s a pain in the neck to have to restart the input devices [sometimes the whole PC] to restore the connection. I&#8217;ve finally figured out the simple fix, which is disabling the power saving setting under device manager.</p>
<p><a href="http://www.dshue.com/wp-content/uploads/2010/02/bluetooth_issue1.jpg" rel="lightbox[721]"><img class="bordered" src="http://www.dshue.com/wp-content/uploads/2010/02/bluetooth_issue1.jpg" alt="" width="520" height="238" /></a></p>
<p>Feels great to get back with my Bluetooth mouse comparing to the standard 2.4GHz wireless. Especially the part where you don&#8217;t need to plugin a wireless receiver.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dshue.com/dell-wireless-370-bluetooth-mini-card-disconnecting-issue.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What happens if Your Desktop Virtualization Infrastructure has a Failure?</title>
		<link>http://www.dshue.com/what-happens-if-your-desktop-virtualization-infrastructure-has-a-failure.html</link>
		<comments>http://www.dshue.com/what-happens-if-your-desktop-virtualization-infrastructure-has-a-failure.html#comments</comments>
		<pubDate>Wed, 16 Dec 2009 09:12:01 +0000</pubDate>
		<dc:creator>Danny</dc:creator>
				<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[Geeks]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://www.dshue.com/?p=689</guid>
		<description><![CDATA[by Daniel Feller Truth be told, no one really cared about the desktop before we started talking desktop virtualization.  If a desktop failed, it really only impacted a single user, not a big deal unless the user is the CEO or Payroll. Unfortunately for that user, they could be out of commission for days/weeks.  But [...]]]></description>
			<content:encoded><![CDATA[<p><em>by Daniel Feller</em></p>
<p>Truth be told, no one really cared about the desktop before we started talking desktop virtualization.  If a desktop failed, it really only impacted a single user, not a big deal unless the user is the CEO or Payroll. Unfortunately for that user, they could be out of commission for days/weeks.  But in a desktop virtualization world, that user can automatically reconnect and get their desktop back, albeit it is technically a different entity as it is now running on another hypervisor with a fresh OS install and Apps, but it looks and acts the same.</p>
<p>What happens if there is a major glitch, issue, failure, etc with the environment?  Even if your environment is rock solid, someone is going to do something that will bring down a very critical component. You might lose one user, but chances are you will lose hundreds or thousands.  If the failed component is critical, those users might not be able to reconnect.  Now you are in a world of pain.  If you are in IT and in charge of the desktop virtualization solution, it might be time to either</p>
<p>1.    Change your name</p>
<p>2.    Update your Resume</p>
<p>3.    Convince everyone that you are trying to save energy costs and shut down the entire system (not likely to work)</p>
<p>How do you avoid the name change or career change?  By doing your job correctly and designing a desktop virtualization solution that can withstand the failure of components without denying user access.  A High-Availability Reference Architecture and Implementation Guide for XenDesktop have been released to the Ask the Architect site.</p>
<p>The choice is yours, design an environment that has high-availability or design your own rapid exit plan.</p>
<p>Daniel &#8211; Lead Architect &#8211; Worldwide Consulting Solutions</p>
<p>via <a href="http://community.citrix.com/pages/viewpage.action?pageId=102957873">What happens if Your Desktop Virtualization Infrastructure has a Failure? » ocb &#8211; Citrix Community</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dshue.com/what-happens-if-your-desktop-virtualization-infrastructure-has-a-failure.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hello, I&#8217;m a PC. Again!</title>
		<link>http://www.dshue.com/hello-im-a-pc-again.html</link>
		<comments>http://www.dshue.com/hello-im-a-pc-again.html#comments</comments>
		<pubDate>Thu, 26 Nov 2009 04:35:39 +0000</pubDate>
		<dc:creator>Danny</dc:creator>
				<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Computers]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://www.onlyrice.com/?p=661</guid>
		<description><![CDATA[I got a new laptop from Dell. The Studio XPS 1645 featuring a powerful Core i7 processor with 4GB of DDR3 1333. Of course, I installed Windows 7 Ultimate that I received from the previous Microsoft event. Everything look and runs sweet. It came with a 9 Cell battery that last about 3 hours (Big [...]]]></description>
			<content:encoded><![CDATA[<p><img class="bordered aligncenter size-full wp-image-684" src="http://www.dshue.com/wp-content/uploads/2009/11/IMG_0313.JPG" alt="" width="560" height="255" /></p>
<p>I got a new laptop from Dell. The Studio XPS 1645 featuring a powerful Core i7 processor with 4GB of DDR3 1333. Of course, I installed Windows 7 Ultimate that I received from the previous Microsoft event. Everything look and runs sweet. It came with a 9 Cell battery that last about 3 hours (Big screen, and that Quad-Core processor), I also picked up a 6 cell because I don&#8217;t need the bulkiness while using it at home.</p>
<p>Now I hope the price for SSD drives will drop soon&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dshue.com/hello-im-a-pc-again.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simple Ajax Example</title>
		<link>http://www.dshue.com/simple-ajax-example.html</link>
		<comments>http://www.dshue.com/simple-ajax-example.html#comments</comments>
		<pubDate>Tue, 22 Sep 2009 20:30:44 +0000</pubDate>
		<dc:creator>Danny</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.onlyrice.com/simple-ajax-example.html</guid>
		<description><![CDATA[The Javascript: function xmlhttpPost(strURL) { var xmlHttpReq = false; var self = this; // Mozilla/Safari if (window.XMLHttpRequest) { self.xmlHttpReq = new XMLHttpRequest(); } // IE else if (window.ActiveXObject) { self.xmlHttpReq = new ActiveXObject("Microsoft.XMLHTTP"); } self.xmlHttpReq.open('POST', strURL, true); self.xmlHttpReq.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded'); self.xmlHttpReq.onreadystatechange = function() { if (self.xmlHttpReq.readyState == 4) { updatepage(self.xmlHttpReq.responseText); } } self.xmlHttpReq.send(getquerystring()); } function getquerystring() [...]]]></description>
			<content:encoded><![CDATA[<p><strong>The Javascript:</strong></p>
<pre class="brush:js">
<script language="Javascript">
function xmlhttpPost(strURL) {
    var xmlHttpReq = false;
    var self = this;
    // Mozilla/Safari
    if (window.XMLHttpRequest) {
        self.xmlHttpReq = new XMLHttpRequest();
    }
    // IE
    else if (window.ActiveXObject) {
        self.xmlHttpReq = new ActiveXObject("Microsoft.XMLHTTP");
    }
    self.xmlHttpReq.open('POST', strURL, true);
    self.xmlHttpReq.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded');
    self.xmlHttpReq.onreadystatechange = function() {
        if (self.xmlHttpReq.readyState == 4) {
            updatepage(self.xmlHttpReq.responseText);
        }
    }
    self.xmlHttpReq.send(getquerystring());
}

function getquerystring() {
    var form     = document.forms['f1'];
    var word = form.word.value;
    qstr = 'w=' + escape(word);  // NOTE: no '?' before querystring
    return qstr;
}

function updatepage(str){
    document.getElementById("result").innerHTML = str;
}
</script>
</pre>
<p><strong>The HTML Form :</strong></p>
<pre class="brush:html">
<form>
word:
<input name="word" type="text" />
<input onclick="JavaScript:xmlhttpPost(&quot;/cgi-bin/simple-ajax-example.cgi&quot;)" type="button" value="Go" />

<!-- The result returns in following Div tag -->
<div id="result"></div>
</form>
</pre>
<p><strong>The server side script (simple-ajax-example.cgi) :</strong></p>
<pre class="brush:perl">#!/usr/bin/perl -w

use CGI;

$query = new CGI;

$secretword = $query-&gt;param('w');

$remotehost = $query-&gt;remote_host();

print $query-&gt;header;

print "

The secret word is <strong>$secretword</strong> and your IP is <strong>$remotehost</strong>.

";</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.dshue.com/simple-ajax-example.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TIPS: WINDOWS PRINTER ISSUES</title>
		<link>http://www.dshue.com/windows-printer-issues.html</link>
		<comments>http://www.dshue.com/windows-printer-issues.html#comments</comments>
		<pubDate>Thu, 05 Feb 2009 07:00:34 +0000</pubDate>
		<dc:creator>Danny</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[Complains]]></category>
		<category><![CDATA[Computers]]></category>
		<category><![CDATA[Geeks]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://www.onlyrice.com/?p=565</guid>
		<description><![CDATA[Here are my tips to the &#8220;Senior Tech Wannabe&#8221; about windows printer trouble shooting. Problem: &#8220;I selected the printer, and hit the delete key a few times. But it doesn&#8217;t delete, though the status says deleting.&#8221; Answer: &#8220;Cancel all the unfinished documents in the queue first. Damn it!&#8221; Problem: &#8220;I cannot cancel or restart a job [...]]]></description>
			<content:encoded><![CDATA[<p>Here are my tips to the &#8220;Senior Tech Wannabe&#8221; about windows printer trouble shooting.</p>
<p><strong><span style="text-decoration: underline;">Problem:</span></strong> &#8220;I selected the printer, and hit the delete key a few times. But it doesn&#8217;t delete, though the status says deleting.&#8221;<br />
<strong><span style="text-decoration: underline;">Answer:</span></strong> &#8220;Cancel all the unfinished documents in the queue first. Damn it!&#8221;</p>
<p><strong><span style="text-decoration: underline;">Problem:</span></strong> &#8220;I cannot cancel or restart a job in the print queue. It&#8217;s just stuck!&#8221;<br />
<strong><span style="text-decoration: underline;">Answer:</span></strong> &#8220;Right click on My Computer &gt; Manage &gt; Services and Applications &gt; Services &gt; Right click on Print Spooler &gt; Restart.&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dshue.com/windows-printer-issues.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NO SHOUTING IN THE DATACENTER, PLEASE!</title>
		<link>http://www.dshue.com/no-shouting-in-the-datacenter.html</link>
		<comments>http://www.dshue.com/no-shouting-in-the-datacenter.html#comments</comments>
		<pubDate>Fri, 02 Jan 2009 20:34:14 +0000</pubDate>
		<dc:creator>Danny</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[Computers]]></category>
		<category><![CDATA[Geeks]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://www.onlyrice.com/?p=556</guid>
		<description><![CDATA[Check this out, apparently shouting at your disks causes extreme latency. So, either keep your noises down in the datacenter, or upgrade to solid state drives! Click read more to watch the video.]]></description>
			<content:encoded><![CDATA[<p><img class="bordered    alignnone" title="Don't shout at your disks!" src="http://www.blogcdn.com/www.engadget.com/media/2009/01/shout-at-disk-array-eng.jpg" alt="Don't shout at your disks!" width="489" height="357" /></p>
<p>Check this out, apparently shouting at your disks causes extreme latency. So, either keep your noises down in the datacenter, or upgrade to solid state drives! Click read more to watch the video. <span id="more-556"></span></p>
<p>
<object width="425" height="344" data="http://www.youtube.com/v/tDacjrSCeq4&amp;rel=0&amp;color1=0xb1b1b1&amp;color2=0xcfcfcf&amp;hl=en&amp;feature=player_embedded&amp;fs=1" type="application/x-shockwave-flash"><param name="allowFullScreen" value="true" /><param name="src" value="http://www.youtube.com/v/tDacjrSCeq4&amp;rel=0&amp;color1=0xb1b1b1&amp;color2=0xcfcfcf&amp;hl=en&amp;feature=player_embedded&amp;fs=1" /><param name="allowfullscreen" value="true" /></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dshue.com/no-shouting-in-the-datacenter.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Funny Geeky Video</title>
		<link>http://www.dshue.com/funny-geeky-video.html</link>
		<comments>http://www.dshue.com/funny-geeky-video.html#comments</comments>
		<pubDate>Thu, 03 Jul 2008 18:00:03 +0000</pubDate>
		<dc:creator>Danny</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[Computers]]></category>
		<category><![CDATA[Geeks]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://www.onlyrice.com/?p=133</guid>
		<description><![CDATA[If you are not in the IT business. You won&#8217;t think it&#8217;s funny. Basically, my whole department was laughing for a couple of hours and we kept on talking about it. Whoever did this, is very creative and I&#8217;m sure himself is a real network administrator as well.]]></description>
			<content:encoded><![CDATA[<p>If you are not in the IT business. You won&#8217;t think it&#8217;s funny. Basically, my whole department was laughing for a couple of hours and we kept on talking about it.</p>
<p>Whoever did this, is very creative and I&#8217;m sure himself is a real network administrator as well.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="355" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://www.youtube.com/v/BcQ7RkyBoBc&amp;hl=en" /><param name="wmode" value="transparent" /><embed type="application/x-shockwave-flash" width="425" height="355" src="http://www.youtube.com/v/xiL8tafYcxc&amp;hl=en" wmode="transparent"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dshue.com/funny-geeky-video.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

