<?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"
	>

<channel>
	<title>GizmoTech</title>
	<atom:link href="http://gizmotech.emptycube.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://gizmotech.emptycube.net</link>
	<description>gadgets, technology, blogging, internet and all the Ge3k stuff!</description>
	<pubDate>Tue, 27 Nov 2007 12:56:50 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
	<language>en</language>
			<item>
		<title>Installing Anti Virus on Linux (Ubuntu)</title>
		<link>http://gizmotech.emptycube.net/ubuntu/installing-anti-virus-on-linux-ubuntu/</link>
		<comments>http://gizmotech.emptycube.net/ubuntu/installing-anti-virus-on-linux-ubuntu/#comments</comments>
		<pubDate>Tue, 27 Nov 2007 12:53:37 +0000</pubDate>
		<dc:creator>emptycube</dc:creator>
		
		<category><![CDATA[linux]]></category>

		<category><![CDATA[ubuntu]]></category>

		<category><![CDATA[antivirus installation]]></category>

		<guid isPermaLink="false">http://gizmotech.emptycube.net/ubuntu/installing-anti-virus-on-linux-ubuntu/</guid>
		<description><![CDATA[

 i&#8217;m currently attending Linux Professional course for the Linux Professional certification. I never used Linux this extreme before&#8230; before this i used linux mainly to feel the real different between windows and other Os&#8217;s but somehow&#8230; now..i fall in love with Linux&#8230;
So, i decided to install 100% Linux Ubuntu  on my desktop which [...]]]></description>
			<content:encoded><![CDATA[<p style="float: left;margin: 4px;"><script type="text/javascript"><!--
google_ad_client = "pub-7505331187636182";
//200x200, created 11/17/07
google_ad_slot = "3582225436";
google_ad_width = 200;
google_ad_height = 200;
//--></script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p> <p>i&#8217;m currently attending Linux Professional course for the Linux Professional certification. I never used Linux this extreme before&#8230; before this i used linux mainly to feel the real different between windows and other Os&#8217;s but somehow&#8230; now..i fall in <a href="http://gizmotech.emptycube.net/search/love" rel="tag">love</a> with Linux&#8230;</p>
<p>So, i decided to install 100% Linux Ubuntu  on my desktop which used to run dualboot with windows before&#8230; Fresh Installation complete package and everything.</p>
<p>On the second day of the course, the instructor says there is almost NO NEED for Linuxx to install anti virus, but just in case,</p>
<p>so we learned bout installing AV using command line using the Red Hat Enterprise learning Antivirus software called Cumul</p>
<p>but on my desktop i&#8217;ve decided to use thantivirus that &#8216;ive used for about 3 years now which is AVG Antivirus..</p>
<p>SO here im going post the HOW-TO guide on installing the AV</p>
<p><strong>NOTE:</strong> It can only scan, no more no less!</p>
<p>==================================================  ==========</p>
<p>Q: <strong>Is viruses, trojans and malware a threat to a linux system as in Windows?</strong></p>
<p>A: No, there&#8217;s a very few viruses to linux and the way a Linux/unix is build up makes it difficult to do any serious damage to the system, in fact I&#8217;ve never heard from people who got their Linux/unix system infected.</p>
<p>Q: <strong>So why install a anti-virus application/program?</strong></p>
<p>A: For an ordinary Linux Home user with only one OS system their&#8217;s no need for Anti-virus, but people who&#8217;s running network, server or dual booting with win OS this tool can be very handy to scan and delete viruses.</p>
<p>Q: <strong>I&#8217;m a home user only running Linux do I need it?</strong></p>
<p>A: No, a firewall is way better as protection in that case.</p>
<p>==================================================  ==========</p>
<p><strong><u>Before Installation</u></strong></p>
<p>Make sure that your sourcelist is set up correctly. If you are in doubt make a search on the forum.</p>
<p><strong><u>Installation</u></strong></p>
<p>Download The Free AVG Advisor from <a href="http://free.grisoft.com/doc/5390/us/frt/0?prd=afl" target="_blank">here (.deb)</a> to your <strong>Desktop</strong>.</p>
<p style="margin: 5px 20px 20px">&nbsp;</p>
<p style="margin-bottom: 2px">Code:</p>
<pre class="alt2" dir="ltr" style="border: 1px inset ; margin: 0px; padding: 6px; overflow: auto; width: 400px; height: 50px; text-align: left">cd ~/Desktop
sudo dpkg -i avg75fld-r45-a0973.i386.deb</pre>
<p><strong><u>Launcher</u></strong></p>
<p>Making a launcher to start AVG</p>
<p style="margin: 5px 20px 20px">&nbsp;</p>
<p style="margin-bottom: 2px">Code:</p>
<pre class="alt2" dir="ltr" style="border: 1px inset ; margin: 0px; padding: 6px; overflow: auto; width: 400px; height: 50px; text-align: left">sudo rm -r /usr/share/applications/avggui.desktop
sudo nano /usr/share/applications/avg.desktop</pre>
<p>add:</p>
<p style="margin: 5px 20px 20px">&nbsp;</p>
<p style="margin-bottom: 2px">Code:</p>
<pre class="alt2" dir="ltr" style="border: 1px inset ; margin: 0px; padding: 6px; overflow: auto; width: 400px; height: 146px; text-align: left">[Desktop Entry]
Name=AVG Antivirus
Comment=Antivirus
Exec=gksudo avggui &amp;
Icon=/opt/grisoft/avggui/prog/pixmaps/avgico_big.png
Terminal=false
Type=Application
Categories=Application;System;</pre>
<p>save and exit.</p>
<p>You can now start AVG by going to Applications tab &#8212;&gt; System Tools.</p>
<p>source: <a href="http://ubuntuforums.org/showthread.php?t=136064" target="_blank">ubuntu forum</a></p>
]]></content:encoded>
			<wfw:commentRss>http://gizmotech.emptycube.net/ubuntu/installing-anti-virus-on-linux-ubuntu/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Google Dark</title>
		<link>http://gizmotech.emptycube.net/google/google-dark/</link>
		<comments>http://gizmotech.emptycube.net/google/google-dark/#comments</comments>
		<pubDate>Sat, 24 Nov 2007 14:52:58 +0000</pubDate>
		<dc:creator>azrn</dc:creator>
		
		<category><![CDATA[Google]]></category>

		<category><![CDATA[dark]]></category>

		<category><![CDATA[html]]></category>

		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://gizmotech.emptycube.net/google/google-dark/</guid>
		<description><![CDATA[ (This might be lame for someone, but who cares?)
Ever wonder how Google looks dark and creepy? Well, here are three simple steps to have a dark Google&#8230;

1) Get greasespot (also known as greasymonkey) extension.
2) Install Google Dark script.
3) And visit Google Dark  by using your Firefox web browser.



How does it works?
Your browser load html [...]]]></description>
			<content:encoded><![CDATA[<p><em>(This might be lame for someone, but who cares?)</em></p>
<p><span style="font-size: 11pt; line-height: 150%; font-family: 'Calibri','sans-serif'">Ever wonder how Google looks dark and creepy? Well, here are <strong>three</strong> simple steps to have a dark Google&#8230;</span></p>
<p><span style="font-size: 11pt; line-height: 150%; font-family: 'Calibri','sans-serif'"><br />
1) Get <a href="http://www.greasespot.net/">greasespot</a> (also known as greasymonkey) extension.<br />
2) Install <a href="http://www.07designs.com/gdark/gdark1b.user.js">Google Dark</a> script.<br />
3) And visit <a href="http://www.google.com">Google Dark</a>  by using your <a href="http://www.mozilla.com/en-US/firefox/">Firefox</a> web browser.<br />
</span></p>
<p style="text-align: center"><img src="http://gizmotech.emptycube.net/wp-content/uploads/2007/11/darkgoogle.jpg" alt="Dark Google" /></p>
<p><span style="font-size: 11pt; line-height: 150%; font-family: 'Calibri','sans-serif'"><br />
How does it works?<br />
Your browser load <a href="http://en.wikipedia.org/wiki/HTML">html</a> code from <a href="http://www.google.com">Google</a> and <a href="http://www.greasespot.net/">greasemonkey</a> allow themselves to alter the codes, that makes its change the appearance. You can get more scripts <a href="http://userscripts.org/">here</a> to workout with your greasemonkey! Hehe&#8230;and it&#8217;s free.</span></p>
]]></content:encoded>
			<wfw:commentRss>http://gizmotech.emptycube.net/google/google-dark/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Sony PlayStation 3 and the its family</title>
		<link>http://gizmotech.emptycube.net/console/sony-playstation-3-and-the-its-family/</link>
		<comments>http://gizmotech.emptycube.net/console/sony-playstation-3-and-the-its-family/#comments</comments>
		<pubDate>Fri, 23 Nov 2007 11:10:51 +0000</pubDate>
		<dc:creator>emptycube</dc:creator>
		
		<category><![CDATA[Console]]></category>

		<category><![CDATA[Game]]></category>

		<category><![CDATA[playstation 3]]></category>

		<category><![CDATA[PS3]]></category>

		<category><![CDATA[Sony]]></category>

		<guid isPermaLink="false">http://gizmotech.emptycube.net/console/sony-playstation-3-and-the-its-family/</guid>
		<description><![CDATA[When the first Sony PlayStation came out the a number of years back with the big bulky grey finish colour, consumer had jump from the seat and consider it as the next generation console game gadget. With a CD as the media and a whole new design joypad (no more numeric or alphabet button), even [...]]]></description>
			<content:encoded><![CDATA[<p><font style="BACKGROUND-COLOR: #fbfbfb">When the first Sony PlayStation came out the a number of years back with the big bulky grey finish colour, consumer had jump from the seat and consider it as the next generation console game gadget. With a CD as the media and a whole new design joypad (no more numeric or alphabet button), even thou the first CD media type console game was Sega Saturn i presume but PlayStation is more recognize b consume maybe due to their cheaper alternative compared to Sega Saturn. Play Station developed by Sony had evolved so much eversince with dualshock controller then a small tiny cute PS1. PS1 came our right after the brand new Sony PlayStation 2 were relese to the market. The PlayStation 2, the 6th Generation of its family has the capabilities to play online, HDD slot and usb support&#8230; The Graphic was considered awesome during that time. I still remember the first batch that were released for American market were called of because the processing chipped were too powerfull it has the capabilities to control small ballistic missile (with proper programming and hacks thou). </font></p>
<p align="center"><img src="http://gizmotech.emptycube.net/wp-content/uploads/2007/11/img134.png" height="180" alt="img13" hspace="2" width="300" align="center" vspace="2" border="2" /></p>
<p align="center">Sony Play Station</p>
<p align="center"><img src="http://gizmotech.emptycube.net/wp-content/uploads/2007/11/img144.png" height="176" alt="img14" hspace="2" width="235" align="center" vspace="2" border="2" /></p>
<p align="center">Sony PS 1 (One) with LCD and Dualshock Controller</p>
<p align="center"><img src="http://gizmotech.emptycube.net/wp-content/uploads/2007/11/img154.png" height="200" alt="img15" hspace="2" width="150" align="center" vspace="2" border="2" /></p>
<p align="center">Sony PlayStation 2 with Vertical stand</p>
<p align="left">And now with all the legacy Sony console hardware family came out the long awaited Sony Playstation 3 as the brand new model for its family. The seventh generation gaming console with the support of BD (blue-Ray Disk) with higher reading rate 48Mbps, Wifi, Lan support, Bluetooth HDD and few others to name it. Me myself managed to own it but had the chance to try it out during PC Fair exhibition. It was awesome graphic, but frankly speaking the Glossy Black coulour external hardware finish is merely a thumbprint magnet. Nevertheless, the technology is awesome with lotsa features introduced on. Playstation 3 were shipped in 4 batched that being differentiate by its HDD capacity and the Wifi support. Go Go PlayStation </p>
<p align="center"><img src="http://gizmotech.emptycube.net/wp-content/uploads/2007/11/img164.png" height="292" alt="img16" hspace="2" width="215" align="center" vspace="2" border="2" /></p>
<p align="center">Sony &rsquo;brand new&rsquo; Playstation 3</p>
]]></content:encoded>
			<wfw:commentRss>http://gizmotech.emptycube.net/console/sony-playstation-3-and-the-its-family/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Free Flight Simulator on Google Earth</title>
		<link>http://gizmotech.emptycube.net/google/free-flight-simulator-on-google-earth/</link>
		<comments>http://gizmotech.emptycube.net/google/free-flight-simulator-on-google-earth/#comments</comments>
		<pubDate>Thu, 22 Nov 2007 11:39:17 +0000</pubDate>
		<dc:creator>emptycube</dc:creator>
		
		<category><![CDATA[Google]]></category>

		<category><![CDATA[Google flight simulator]]></category>

		<guid isPermaLink="false">http://gizmotech.emptycube.net/google/free-flight-simulator-on-google-earth/</guid>
		<description><![CDATA[ had become from good to terrific to awesome!
They include the flight simulator mode in their new google earth 4.2 (free download here). Its similar to the PAID version on Microsoft Flight Simulator, although it does not have the full &#34;real&#34; feature as the Microsoft Flight Simulator but hey..its free and its their first release [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://gizmotech.emptycube.net/wp-content/uploads/2007/11/img121.png" height="98" alt="img12" hspace="2" width="130" align="left" vspace="2" border="2" /> had become from good to terrific to awesome!</p>
<p>They include the flight simulator mode in their new google earth 4.2 (free download <a href="http://earth.google.com" target="_blank" >here</a>). Its similar to the PAID version on Microsoft Flight Simulator, although it does not have the full &quot;real&quot; feature as the Microsoft Flight Simulator but hey..its free and its their first release (i bet how fugly Microsoft first fight simulator was).</p>
<p>In their Simulator, u can choose between to plane, one is F16 &quot;viper&quot; jet fighter and SR22 prop plane</p>
<p align="center"><img src="http://gizmotech.emptycube.net/wp-content/uploads/2007/11/img101.png" height="320" alt="img10" hspace="2" width="314" align="center" vspace="2" border="2" /></p>
<p align="center"><img src="http://gizmotech.emptycube.net/wp-content/uploads/2007/11/img111.png" height="194" alt="img11" hspace="2" width="320" align="center" vspace="2" border="2" /></p>
<p align="left">Hold Ctrl+Alt+A (Mac users: Cmd+Opt+A.) Choose your plane, airport and runway and go! the default runaway is Kathmandu runaway. (above picture)</p>
<p align="left">Well, it takes me some time to master the flight simulator and brings me back hitting my keyboard to find the control button. </p>
<p align="left">Go <a href="http://earth.google.com/intl/en/userguide/v4/flightsim/index.html" target="_blank" >here</a> to see the control for the flight simulator.</p>
<p align="left">Enjoy! </p>
<p align="left">PS: Now google gave us free flight, maybe they will give us FREE Space Travel in future <img src='http://gizmotech.emptycube.net/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://gizmotech.emptycube.net/google/free-flight-simulator-on-google-earth/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Websites with PageRank 9 and 10</title>
		<link>http://gizmotech.emptycube.net/webstuff/websites-with-pagerank-9-and-10/</link>
		<comments>http://gizmotech.emptycube.net/webstuff/websites-with-pagerank-9-and-10/#comments</comments>
		<pubDate>Tue, 20 Nov 2007 17:16:36 +0000</pubDate>
		<dc:creator>emptycube</dc:creator>
		
		<category><![CDATA[Google]]></category>

		<category><![CDATA[webstuff]]></category>

		<category><![CDATA[pagerank]]></category>

		<guid isPermaLink="false">http://gizmotech.emptycube.net/webstuff/websites-with-pagerank-9-and-10/</guid>
		<description><![CDATA[Few months back at www.emptycube.net, i&#8217;ve posted something bout how google calculate the websites PageRank. And quite some time ago, wikipedia do have the post that list all the latest websites with PageRank 9 and 10 but they removed it because somehow it gainst their policy which im not sure what is it. As the [...]]]></description>
			<content:encoded><![CDATA[<p><font style="BACKGROUND-COLOR: #fbfbfb">Few months back at <a href="http://emptycube.net/google/the-math-behind-google-pagerank/" target="_blank" ><a href="http://www.emptycube.net">www.emptycube.net</a></a>, i&rsquo;ve posted something bout how google calculate the websites PageRank. And quite some time ago, wikipedia do have the post that list all the latest websites with PageRank 9 and 10 but they removed it because somehow it gainst their policy which im not sure what is it. As the Page is written, im not sure bout the future PageRank of the listed page. Well&#8230; you guys can use the contact button to keep me semi posted.</font></p>
<p><font style="BACKGROUND-COLOR: #fbfbfb">to those who dont know what is PageRank yet&#8230; please click <a href="http://en.wikipedia.org/wiki/PageRank" target="_blank" >here</a>. </font></p>
<p><font style="BACKGROUND-COLOR: #fbfbfb">Hereby listed are some of the top ranked and well know websites through out the world&#8230;. It takes me some time to find the information.. <img src='http://gizmotech.emptycube.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </font></p>
<p align="center"><img src="http://gizmotech.emptycube.net/wp-content/uploads/2007/11/img9.bmp" height="170" alt="img9" hspace="2" width="170" align="center" vspace="2" border="2" /></p>
<ul>
<li><a href="http://www.adobe.com/" rel="nofollow" >Adobe.com</a> - Adobe, who dont know theme</li>
<li><a href="http://www.apache.org/" rel="nofollow" >Apache.org</a> - Apache Software Foundation, open-source software</li>
<li><a href="http://www.apple.com" rel="nofollow" >Apple.com</a> - Apple Computer </li>
<li><a href="http://www.cisco.com/" rel="nofollow" >Cisco.com</a> - Cisco Systems</li>
<li><a href="http://www.csail.mit.edu/" rel="nofollow" >CSAIL</a> - MIT&rsquo;s Computer Science and Artificial Intelligence Laboratory</li>
<li><a href="http://www.energy.gov" rel="nofollow" >Energy.gov</a> - United States Department of Energy</li>
<li><a href="http://www.ercim.org/" rel="nofollow" >ERCIM.org</a> - European Research Consortium for Informatics and Mathematics</li>
<li><a href="http://www.google.com" rel="nofollow" >Google.com</a> - Google, search engine that assigns PageRank</li>
<li><a href="http://www.keio.ac.jp/" rel="nofollow" >Keio.ac.jp</a> - Keio University, Tokyo, Japan (*)</li>
<li><a href="http://www.ibm.com/" rel="nofollow" >IBM.com</a> - International Business Machines, computer technology corporation </li>
<li><a href="http://www.macromedia.com/" rel="nofollow" >Macromedia.com</a> - Macromedia, software company</li>
<li><a href="http://www.microsoft.com/" rel="nofollow" >Microsoft.com</a> - Microsoft Corporation, computer software company</li>
<li><a href="http://web.mit.edu/" rel="nofollow" >MIT</a> - Massachusetts Institute of Technology</li>
<li><a href="http://www.nasa.gov/" rel="nofollow" >NASA.gov</a> - NASA, U.S. government agency for the space program and aerospace research</li>
<li><a href="http://www.nsf.gov/" rel="nofollow" >NSF.gov</a> - National Science Foundation, U.S. government agency for scientific research</li>
<li><a href="http://www.real.com/" rel="nofollow" >Real.com</a> - RealPlayer, music, video, games</li>
<li><a href="http://www.statcounter.com/" rel="nofollow" >StatCounter.com</a> - tracking service</li>
<li><a href="http://www.w3.org/" rel="nofollow" >W3.org</a> - World Wide Web Consortium </li>
<li><a href="http://www.whitehouse.gov" rel="nofollow" >Whitehouse.gov</a> - The White House</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://gizmotech.emptycube.net/webstuff/websites-with-pagerank-9-and-10/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Awesome Harddisk</title>
		<link>http://gizmotech.emptycube.net/legacytech/awesome-harddisk/</link>
		<comments>http://gizmotech.emptycube.net/legacytech/awesome-harddisk/#comments</comments>
		<pubDate>Mon, 19 Nov 2007 21:26:27 +0000</pubDate>
		<dc:creator>emptycube</dc:creator>
		
		<category><![CDATA[LegacyTech]]></category>

		<category><![CDATA[hardware]]></category>

		<guid isPermaLink="false">http://gizmotech.emptycube.net/legacytech/awesome-harddisk/</guid>
		<description><![CDATA[A long time ago personal computer is consider an expensive stuff to own, even a single harddisk might cost you few thousand bucks. Yes its is true, XComp the company who introduce a 10mb HDD during that time put a &#8217;fine&#8217; price tag of $3398 for it. Which is totally outrageous if its being sold [...]]]></description>
			<content:encoded><![CDATA[<p>A long time ago personal computer is consider an expensive stuff to own, even a single harddisk might cost you few thousand bucks. Yes its is true, XComp the company who introduce a 10mb HDD during that time put a &rsquo;fine&rsquo; price tag of $3398 for it. Which is totally outrageous if its being sold nowdays. A single 200Gigabyte (Gb) harddisk now merely cost you around RM200-250.</p>
<p>Well i stumble upon this proof last nite while looking into pricelist. im getting a new harddisk for my PC and i think this is the perfect choice. What do you think? </p>
<p>ps: my anime collection now is merely 500 GB <img src='http://gizmotech.emptycube.net/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> (click image to view full-size)</p>
<p align="center"><img src="http://gizmotech.emptycube.net/wp-content/uploads/2007/11/img7-preview.jpg" height="360" alt="img7" hspace="2" width="248" align="center" vspace="2" border="2" /></p>
<p><a href="http://gizmotech.emptycube.net/wp-content/uploads/2007/11/img6.png" target="_blank" ></a> </p>
]]></content:encoded>
			<wfw:commentRss>http://gizmotech.emptycube.net/legacytech/awesome-harddisk/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Mother of all Wordpress theme</title>
		<link>http://gizmotech.emptycube.net/wordpress/mother-of-all-wordpress-theme/</link>
		<comments>http://gizmotech.emptycube.net/wordpress/mother-of-all-wordpress-theme/#comments</comments>
		<pubDate>Mon, 19 Nov 2007 06:20:06 +0000</pubDate>
		<dc:creator>emptycube</dc:creator>
		
		<category><![CDATA[Wordpress]]></category>

		<category><![CDATA[art &amp; design]]></category>

		<category><![CDATA[Kubrick]]></category>

		<category><![CDATA[theme]]></category>

		<guid isPermaLink="false">http://gizmotech.emptycube.net/wordpress/mother-of-all-wordpress-theme/</guid>
		<description><![CDATA[As you all know kubrick theme originally developed by Michael Heilemann . I personally love this theme due to the its clean nice simple features. But the legacy kubrick that were shipped together with Wordpress is not widget ready. So i&#8217;ve search and improved 3 column widget ready kubrick theme and stumble upon Mr Felix [...]]]></description>
			<content:encoded><![CDATA[<p>As you all know kubrick theme originally developed by <a href="http://binarybonsai.com/wordpress/kubrick/" href="http://binarybonsai.com/wordpress/kubrick/" target="_blank mce_" >Michael Heilemann</a> . I personally love this theme due to the its clean nice simple features. But the legacy kubrick that were shipped together with Wordpress is not widget ready. So i&rsquo;ve search and improved 3 column widget ready kubrick theme and stumble upon <a href="http://felixker.com/wordpress/widgets-enabled-three-columns-kubrick-theme/" href="http://felixker.com/wordpress/widgets-enabled-three-columns-kubrick-theme/" target="_blank mce_" >Mr Felix</a> improved version of this theme. Me myself as a Computer Ge3k person&#8230; had my own version of kubrick but its mainly as experimental template/version for me to play around. So i&rsquo;ve decided to use Mr Felix improved version of kubrick and incarnate the header to suit mystyle.</p>
<p>Ever since i stumble on this kubrick stuff, my mind had been boggling around with funky, simple childish, awesome header design. There are tons of kubrick header that im going to publish and give it for free but currently i have 3 which i&rsquo;ve finished altering it last nite. (click image to enlarge)</p>
<p align="center"><a href="http://gizmotech.emptycube.net/wp-content/uploads/2007/11/mrkubroboto1.png" target="_blank" ><img src="http://gizmotech.emptycube.net/wp-content/uploads/2007/11/mrkubroboto-preview1.jpg" height="80" alt="MrKubRoboto" hspace="2" width="480" align="center" vspace="2" border="2" /></a></p>
<p align="center">MrKubRoboto</p>
<p align="center"><a href="http://gizmotech.emptycube.net/wp-content/uploads/2007/11/kubporate1.png" target="_blank" ><img src="http://gizmotech.emptycube.net/wp-content/uploads/2007/11/kubporate-preview1.jpg" height="80" alt="Kubporate" hspace="2" width="480" align="center" vspace="2" border="2" /></a></p>
<p align="center">Kubporate</p>
<p align="center"><a href="http://gizmotech.emptycube.net/wp-content/uploads/2007/11/techkubmonster1.png" target="_blank" ><img src="http://gizmotech.emptycube.net/wp-content/uploads/2007/11/techkubmonster-preview1.jpg" height="80" alt="TechKubMonster" hspace="2" width="480" align="center" vspace="2" border="2" /></a></p>
<p align="center">TechKubMonster</p>
<p align="left">Its a simple design.. but more will come as im making dozens more header for kubrick theme and will dedicate one PAGE for the kubrick header design, whereby u guys can download it later there.</p>
<p align="left">HOW-TO instructions. , go to ur kubrick theme folder, then find and image folder inside it. Search the header image file and replace the header image file with the new header and dont forget to change the new header file to the previous/old header file.</p>
<p align="left">All 3 headers of kubrick theme above can be downloaded on a zipped file below</p>
<p><B>Attached Files:</B><BR/><br />
<UL></p>
<p><LI> <a href="http://gizmotech.emptycube.net/wp-content/uploads/2007/11/kubrickheader1.zip" target=_blank><i>kubrickheader1.zip (60 KB)</i></a> </LI><br />
</UL></p>
]]></content:encoded>
			<wfw:commentRss>http://gizmotech.emptycube.net/wordpress/mother-of-all-wordpress-theme/feed/</wfw:commentRss>
		</item>
		<item>
		<title>301 redirect</title>
		<link>http://gizmotech.emptycube.net/webstuff/301-redirect/</link>
		<comments>http://gizmotech.emptycube.net/webstuff/301-redirect/#comments</comments>
		<pubDate>Sun, 18 Nov 2007 17:06:59 +0000</pubDate>
		<dc:creator>emptycube</dc:creator>
		
		<category><![CDATA[webstuff]]></category>

		<category><![CDATA[301 redirect]]></category>

		<category><![CDATA[redirect]]></category>

		<guid isPermaLink="false">http://gizmotech.emptycube.net/webstuff/301-redirect/</guid>
		<description><![CDATA[darn&#8230; i spent almost 30 minutes to redirect my www.emptycube.net/gizmotech/ to gizmotech.emptycube.net, its simple but because of the internal wordpress settings. i struggle along the simple settings and been wondering around the links back and forth.
well if only i read the tutorial earlier..  
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;
The “301 Permanent Redirect” is the most efficient and search engine [...]]]></description>
			<content:encoded><![CDATA[<p>darn&#8230; i spent almost 30 minutes to redirect my www.emptycube.net/gizmotech/ to gizmotech.emptycube.net, its simple but because of the internal wordpress settings. i struggle along the simple settings and been wondering around the links back and forth.</p>
<p>well if only i read the tutorial earlier.. <img src='http://gizmotech.emptycube.net/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>The “301 Permanent Redirect” is the most efficient and search engine friendly method for redirecting websites. You can use it in several situations, including:</p>
<ul>
<li>to redirect an old website to a new address</li>
<li>to setup several domains pointing to one website</li>
<li>to enforce only one version of your website (www. or no-www) &lt;– this important for SEO</li>
<li>to harmonize a URL structure change</li>
</ul>
<p>Source : <a href="http://www.dailyblogtips.com/how-to-setup-a-301-redirect/" title="301 Redirect" target="_blank">Daily Blog Tips</a></p>
<p>and finally&#8230;. i&#8217;ve gotten my redirection correctly&#8230;. NOOB&#8230; hahah</p>
]]></content:encoded>
			<wfw:commentRss>http://gizmotech.emptycube.net/webstuff/301-redirect/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The Ge3k&#8217;s Playground is open!</title>
		<link>http://gizmotech.emptycube.net/gizmotech/the-ge3ks-playground-is-open/</link>
		<comments>http://gizmotech.emptycube.net/gizmotech/the-ge3ks-playground-is-open/#comments</comments>
		<pubDate>Sat, 17 Nov 2007 16:55:41 +0000</pubDate>
		<dc:creator>emptycube</dc:creator>
		
		<category><![CDATA[GizmoTech]]></category>

		<guid isPermaLink="false">http://gizmotech.emptycube.net/gizmotech/the-ge3ks-playground-is-open/</guid>
		<description><![CDATA[GizmoTech is now open to readers out there.. we will try to give u guys informative stuff to read with.. hope my second project this time will become successful like it&#8217;s &#8220;brother&#8221; www.emptycube.net .
Till my first informative post&#8230;
regards,
eMpTycuBe
]]></description>
			<content:encoded><![CDATA[<p>GizmoTech is now open to readers out there.. we will try to give u guys informative stuff to read with.. hope my second project this time will become successful like it&#8217;s &#8220;brother&#8221; <a href="http://www.emptycube.net" target="_blank">www.emptycube.net</a> .</p>
<p>Till my first informative post&#8230;</p>
<p>regards,</p>
<p>eMpTycuBe</p>
]]></content:encoded>
			<wfw:commentRss>http://gizmotech.emptycube.net/gizmotech/the-ge3ks-playground-is-open/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
