<?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>Articles, Reports &#038; Tips</title>
	<atom:link href="http://www.accesswebsitedesign.info/feed" rel="self" type="application/rss+xml" />
	<link>http://www.accesswebsitedesign.info</link>
	<description></description>
	<pubDate>Tue, 01 Jul 2008 00:03:17 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>XP Recovery Console – Administrator Password</title>
		<link>http://www.accesswebsitedesign.info/archives/20</link>
		<comments>http://www.accesswebsitedesign.info/archives/20#comments</comments>
		<pubDate>Sun, 20 Apr 2008 23:12:46 +0000</pubDate>
		<dc:creator>Tim Valentine</dc:creator>
		
		<category><![CDATA[Software]]></category>

		<category><![CDATA[administrator password]]></category>

		<category><![CDATA[xp recovery]]></category>

		<category><![CDATA[xp recovery console]]></category>

		<guid isPermaLink="false">http://www.accesswebsitedesign.info/archives/20</guid>
		<description><![CDATA[XP Recovery Console Will Not Accept Administrator Password
You find the fix that will bring your Windows XP (pro / home versions) OS back inperfect working condition. You make your way to the Recovery Console using the XP Installation CD, you are asked for the administrator password, you type it in with confidence only to discover [...]]]></description>
			<content:encoded><![CDATA[<h3>XP Recovery Console Will Not Accept Administrator Password</h3>
<p>You find the fix that will bring your Windows XP (pro / home versions) OS back inperfect working condition. You make your way to the Recovery Console using the XP Installation CD, you are asked for the administrator password, you type it in with confidence only to discover that access is denied because your password is not accepted.</p>
<p>Well, the fix is easy and hopefully you have found it while you are still able to boot into Windows XP and set one Registry Value.</p>
<p>1. Go to &#8216;Start &gt; Run – In the open field type regedit.exe<br />
2. In the Registry Editor navigate to:<br />
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsNT\CurrentVersion\<br />
Setup\RecoveryConsole<br />
3. Change the value of SecurityLevel to 1<br />
4. Close out of regedit and reboot your computer.</p>
<p>You will not be asked for the Administrator Password again while in the Recovery Console.</p>
<p><code>** Click the link below to see a visual demo. **</code><br />
<a href="/article_pages/xp_recovery/xp_recovery.html" title="Topic Demo">Topic Demo</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.accesswebsitedesign.info/archives/20/feed</wfw:commentRss>
		</item>
		<item>
		<title>Repository Connection Error</title>
		<link>http://www.accesswebsitedesign.info/archives/14</link>
		<comments>http://www.accesswebsitedesign.info/archives/14#comments</comments>
		<pubDate>Sat, 05 Apr 2008 16:54:20 +0000</pubDate>
		<dc:creator>Tim Valentine</dc:creator>
		
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.accesswebsitedesign.info/archives/14</guid>
		<description><![CDATA[Cannot open/read repomd.xml file for repository: rpmforge
failure: repodata/repomd.xml from rpmforge: [Errno 256] No more mirrors to try.
Error: failure: repodata/repomd.xml from rpmforge: [Errno 256] No more
mirrors to try.
&#8211;==&#8211;==&#8211;
This repository connection error can happen after a fresh OS or repository installation. In this case the example will be the third party repository rpmforge which I based my [...]]]></description>
			<content:encoded><![CDATA[<p>Cannot open/read repomd.xml file for repository: rpmforge<br />
failure: repodata/repomd.xml from rpmforge: [Errno 256] No more mirrors to try.</p>
<p>Error: failure: repodata/repomd.xml from rpmforge: [Errno 256] No more<br />
mirrors to try.</p>
<p>&#8211;==&#8211;==&#8211;</p>
<p>This repository connection error can happen after a fresh OS or repository installation. In this case the example will be the third party repository rpmforge which I based my decision to use CentOS as a Desktop OS.</p>
<p><strong>Fortunately this matter was resolved with one Yum update option.</strong> Hopefully it will work as easily for you. <span id="more-14"></span></p>
<p>&#8211;==&#8211;==&#8211;</p>
<h3>rpmforge connection error</h3>
<p><strong>Before you do anything</strong>, make sure you have &#8216;yum-priories&#8217; installed and priorities set correctly in your installed repository files located in the /etc/ym.repos.d directory.</p>
<p><strong>/etc/ym.repos.d/CentOS-Base.repo</strong><br />
[base] priority=1 [updates] priority=1 [addons] priority=1 [extras] priority=1 [centosplus] priority=2</p>
<p><strong>/etc/ym.repos.d/rpmforge.repo</strong><br />
[rpmforge] <strong>priority=10</strong> (You may or may not need to uncomment the &#8216;<strong>baseurl</strong>&#8216; below. In my case I did.)</p>
<p># Name: RPMforge RPM Repository for Red Hat Enterprise 5 - dag<br />
# URL: http://rpmforge.net/<br />
[rpmforge]<br />
name = Red Hat Enterprise $releasever - RPMforge.net - dag<br />
<strong> baseurl</strong> = http://apt.sw.be/redhat/el5/en/$basearch/dag<br />
mirrorlist = http://apt.sw.be/redhat/el5/en/mirrors-rpmforge<br />
#mirrorlist = file:///etc/yum.repos.d/mirrors-rpmforge<br />
enabled = 1<br />
protect = 0<br />
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmforge-dag<br />
gpgcheck = 1<br />
<strong> priority=10</strong></p>
<p>&#8211;==&#8211;==&#8211;</p>
<p><strong>The Fix</strong></p>
<p><strong>Run the yum update option below even if your rpmforge repository is already enabled.</strong> The &#8216;check-update&#8217; option will set everything into motion without actually engaging the update process.<br />
yum &#45;&#45;enablerepo=rpmforge check-update</p>
<p><strong>You should see something like the example below</strong>, depending on your installed plugins and the number of files excluded due to priority configuration.</p>
<p>Loading &#8220;skip-broken&#8221; plugin<br />
Loading &#8220;priorities&#8221; plugin<br />
Loading &#8220;kernel-module&#8221; plugin<br />
Loading &#8220;fastestmirror&#8221; plugin<br />
Loading &#8220;installonlyn&#8221; plugin<br />
Loading &#8220;kmod&#8221; plugin<br />
Setting up repositories<br />
http://apt.sw.be/redhat/el5/en/i386/dag/repodata/repomd.xml: [Errno 12] Timeout: <urlopen><br />
Trying other mirror.<br />
http://rh-mirror.linux.iastate.edu/pub/dag/redhat/el5/en/i386/dag/repodata/repomd.xml: [Errno 12] Timeout: <urlopen><br />
Trying other mirror.<br />
rpmforge                  100% |=========================| 1.1 kB    00:02<br />
Loading mirror speeds from cached hostfile<br />
Reading repository metadata in from local files<br />
255 packages excluded due to repository priority protections</urlopen></urlopen></p>
<p><strong>Once you see rpmforge loading with the rest of the repositories (below)</strong>, you will have cashed the necessary files in your <strong>/var/cash/yum/rpmforge</strong> directory and you have got the repository connection problem fixed.</p>
<p><strong>rpmforge                  100% |=========================| 1.1 kB    00:02</strong></p>
<p><strong>Or, try installing packages you wish to install from the repository like the example below.</strong></p>
<p>yum &#45;&#45;enablerepo=rpmforge install fuse fuse-ntfs-3g dkms dkms-fuse</p>
<p>That should do it. Keep in mind that like any other site/repo, rpmforge may actually be down from time to time.</p>
<p>As always, your questions and comments are welcome.</p>
<p>Tim Valentine<br />
Access Website Design<br />
<a href="http://www.accesswebsitedesign.com" target="_blank">AccessWebsiteDesign.com</a><br />
Articles, Reports &amp; Tips<br />
<a href="http://www.accesswebsitedesign.info">AccessWebsiteDesign.info</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.accesswebsitedesign.info/archives/14/feed</wfw:commentRss>
		</item>
		<item>
		<title>My Favorite Linux Desktop Operating Systems</title>
		<link>http://www.accesswebsitedesign.info/archives/13</link>
		<comments>http://www.accesswebsitedesign.info/archives/13#comments</comments>
		<pubDate>Sun, 30 Mar 2008 23:43:16 +0000</pubDate>
		<dc:creator>Tim Valentine</dc:creator>
		
		<category><![CDATA[Software]]></category>

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

		<category><![CDATA[Fedora 8]]></category>

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

		<category><![CDATA[linux desktop]]></category>

		<guid isPermaLink="false">http://www.accesswebsitedesign.info/archives/13</guid>
		<description><![CDATA[ Linux - The freedom does matter.
Our choices of Linux desktop operating systems have to do with everything from personal needs, technical ability, to our machine hardware. I have always hosted our websites on Linux servers because I learned in this environment, and up until the last few months I&#8217;ve done most of my work [...]]]></description>
			<content:encoded><![CDATA[<p><img src="/pics/linux2.jpg" alt="Tux" class="alignleft" height="48" width="41" /> Linux - The freedom does matter.</p>
<p>Our choices of Linux desktop operating systems have to do with everything from personal needs, technical ability, to our machine hardware. I have always hosted our websites on Linux servers because I learned in this environment, and up until the last few months I&#8217;ve done most of my work and play in a Windows PC environment with the aid of great free and open source software like XAMPP and OpenOffice.org for the same reason.<span id="more-13"></span></p>
<p>However, after deciding not to upgrade our four small office machines to Windows Vista (only two of which could actually run Vista) and with support running out soon for XP, I started taking the Linux desktop environment more seriously. Once I did, I became fully conscious of the restrictions of one and the freedom of the other, it was only logical to shift my use and support to Linux and the free and open source software communities and their philosophies.</p>
<h3>The CentOS 5.1 - Fedora 8 Combo</h3>
<p>As a semi advanced Linux user, CentOS and Fedora (both Red Hat based) provided the perfect combination of available automation with the right amount of flexibility. Allowing the freedom of customizing the environment as far as my technical ability would allow.</p>
<p><strong>My initial plan was to run the newer more cutting edge Fedora 8 with its relatively quick release schedule as a Virtual Machine from within a well seasoned CentOS 5.1 along with its long support life.</strong> However, I found no means to run Fedora 8 as a VM from within CentOS 5.1 that was practical in my eyes. <strong>That is until I discovered VirtualBox</strong> after taking an interest in Sun&#8217;s new OpenSolaris. VirtualBox supports Fedora 8 and additions (or tools) are available after installing the Fedora 8 guest. Installation went smooth and VirtualBox is by far the best VM software I have used on a linux host.</p>
<p>I ended up installing both CentOS and Fedora 8 side by side and will continue to use the operating systems in this manner until I decide running Fedora 8 as a VM within CentOS 5.1 is going to work for me or not.</p>
<p><strong>By the way, I knew that I wanted consistency with the operating systems on all of our computers.</strong> Both CentOS and Fedora installed and updated flawlessly on everything from an eight year old 850 MHz machine, a four year old mid-range machine, to a two year old (built for the future) power house.</p>
<p><img src="/pics/centos2.jpg" alt="CentOS" align="left" height="82" width="82" /><br />
<strong>CentOS 5.1</strong></p>
<p>Thanks to third party repositories and Yum Utilities like yum-priorities, CentOS, more often thought of as an enterprise class server solution can in fact become a very useful, rock solid (tough I dare say) Desktop OS.</p>
<p>I use this OS as a one-step away from Windows. Installing all the binaries needed to have full multimedia support, including all of the so called bad and ugly plugins, w32Codecs etc.. I also installed mpalyer, mplayer-codecs, mplayer-codecs-extra, wine and of course fuse, fuse-ntfs-3g, dkms, and dkms-fuse. All of these coming from one third party repository listed below.</p>
<h4>Resources</h4>
<p>* Yum Priorities<br />
<a href="http://wiki.centos.org/PackageManagement/Yum/Priorities" target="_blank">http://wiki.centos.org/PackageManagement/Yum/Priorities</a></p>
<p>* CentOS and Third Party Repositories.<br />
<strong>I would recommend installing only one third party repo</strong>, that being the rpmforge repository. Give it a priority of 10.<br />
<a href="http://wiki.centos.org/Repositories/RPMForge" target="_blank">http://wiki.centos.org/Repositories/RPMForge</a></p>
<p>* Setting up Multimedia Applications on CentOS.<br />
<a href="http://wiki.centos.org/TipsAndTricks/MultimediaOnCentOS" target="_blank">http://wiki.centos.org/TipsAndTricks/MultimediaOnCentOS</a></p>
<p>* Get CentOS and other news at <a href="http://centos.org" target="_blank">http://centos.org</a></p>
<p>* This site offers a great tutorial on CentOS 5.1. Check it out after you have gone over the CentOS Wiki links above.</p>
<p><a href="http://www.howtoforge.com/installation-guide-centos5.1-desktop" target="_blank">http://www.howtoforge.com/installation-guide-centos5.1-desktop</a></p>
<p><img src="/pics/fedora_120_50.png" alt="Fedora" align="left" height="50" width="120" /><br />
<strong>Fedora 8</strong></p>
<p>In using this OS I stuck with Fedora&#8217;s main goal which is to provide latest in free and open source software. Meaning that I added no propitiatory drivers or extra multimedia codecs. This will give me the chance to gravitate towards the use and support of Linux and the free and open source software communities and their philosophies.</p>
<h4>Resources</h4>
<p>* This site offers another great tutorial on Fedora 8.<br />
<a href="http://www.howtoforge.com/installation-guide-fedora8-desktop" target="_blank">http://www.howtoforge.com/installation-guide-fedora8-desktop</a></p>
<p>* Get Fedora 8 and other news at <a href="http://fedoraproject.org" target="_blank">http://fedoraproject.org</a></p>
<p>* Popular Fedora third party repository.<br />
<a href="http://rpm.livna.org/rlowiki" target="_blank">http://rpm.livna.org/rlowiki</a></p>
<h4>Make Linux Desktop Your Own</h4>
<p>The links above provide many useful tips. However as you know, you do not need to follow all of these suggestions. You will want to customize your OS to fit your needs. For example, I wanted to build my version with web design in mind. So even though I prefer Gnome Desktop, I installed kdewebdev, kdegraphics and kdeutils (to get my favorite file encryption software &#8216;KGpg&#8217;). I also like Bluefish, a web development editor.</p>
<h4>File System Backup</h4>
<p>It can take many hours to customize your systems configuration, settings and software. You don&#8217;t want to do all this work only to lose it for whatever reason. My choice was partition image backups of only used file system data minimizing backup storage needs. I am now using Ping, which is a very tidy wrapper for Partimage. You can learn more about it at the link below.</p>
<p><a href="http://ping.windowsdream.com/" target="_blank">http://ping.windowsdream.com/</a></p>
<h4>Problems &amp; Solutions</h4>
<p><a href="http://www.accesswebsitedesign.info/archives/14" title="Repository Connection Errors">Repository Connection Errors</a></p>
<p>As always, your questions and comments are welcome.</p>
<p>Tim Valentine<br />
Access Website Design<br />
<a href="http://www.accesswebsitedesign.com" target="_blank">AccessWebsiteDesign.com</a><br />
Articles, Reports &amp; Tips<br />
<a href="http://www.accesswebsitedesign.info">AccessWebsiteDesign.info</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.accesswebsitedesign.info/archives/13/feed</wfw:commentRss>
		</item>
		<item>
		<title>Part 2: Installing Linux On Your PC &#038; Leave Windows MBR Untouched</title>
		<link>http://www.accesswebsitedesign.info/archives/12</link>
		<comments>http://www.accesswebsitedesign.info/archives/12#comments</comments>
		<pubDate>Fri, 27 Jul 2007 23:06:24 +0000</pubDate>
		<dc:creator>Tim Valentine</dc:creator>
		
		<category><![CDATA[Software]]></category>

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

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

		<category><![CDATA[Linux Boot Loader]]></category>

		<guid isPermaLink="false">http://www.accesswebsitedesign.info/archives/12</guid>
		<description><![CDATA[Part 2: Linux hard drive installation
This article/tutorial will show you how to install Linux directly to your hard drive without disturbing your Windows master boot record (MBR).

The most important part of this method is the simple to use, absolutely spectacular boot manager GAG. GAG is an open source graphical boot manager which supports up to [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Part 2: Linux hard drive installation</strong></p>
<p>This article/tutorial will show you how to install Linux directly to your hard drive without disturbing your Windows master boot record (MBR).<span id="more-12"></span></p>
<p><img src="/pics2/win_lin.jpg" class="alignleft" height="89" width="148" /><code></code></p>
<p>The most important part of this method is the simple to use, absolutely spectacular boot manager GAG. GAG is an open source graphical boot manager which supports up to 9 operating systems. It can be installed on the first track of the hard disk. <strong>It can also be installed on a floppy and this is the method we will be using here in this demonstration.</strong> This will allow us to install the Linux boot loader GRUB in the Linux Root partition. For future reference remember – I said Linux Root partition, NOT Linux Boot partition. We will NOT be creating a boot partition.</p>
<p>When we want to boot Windows normally, we will leave the GAG floppy out of the floppy drive. When we want to boot Linux, we will insert the GAG floppy into the floppy drive; GAG will turn the boot process over to Grub, which we installed in the Linux Root partition and Linux will boot like a charm. There are several methods of accomplishing the same thing, but this is by far the easiest.</p>
<p><strong>Very Important!</strong></p>
<p>I do not recommend using this method for Linux distributions that use portage for updates as I believe you need a small boot partition to compile new/updated kernels. In this case you could simply install Grub or Lillo to floppy and get the same result. GAG just makes it easier to use one floppy for more than one OS as it takes much less time to configure and nothing ever goes wrong. If I install Grub or Lillo to floppy, I always use separate floppies for each Linux operating system. GAG likes to be installed on the Root partition rather than the Boot partition, and once you make a Boot partition most Linux installers do not give you the option to install Grub or Lillo on any other partition.</p>
<p><srtong></srtong><strong>NOTE:</strong> Although there are some installation tips in this tutorial, and a quite simple openSUSE 10.2 installation is used as an example, this article is intended for semi-advanced users and assumes you already know something about partitioning hard drives (outside and/or inside a Linux environment) and installing Linux in general. This article/tutorial is offered as is and I take no responsibly for any mishaps. With that said – You can do it!</p>
<p>In all reality there is no way to mess up your Windows installations, because (so to speak) Windows will never know what you are doing as it is left out of the entire procedure; unless of course, you decide to change the size of your Windows system partition to make room for Linux. This can be done if you know what you are doing. If you don&#8217;t know what you are doing, I would recommend using a second hard drive for your Linux installs. These days they are quite affordable.</p>
<p>If you have not used this method before now, I would recommend going over all three parts below before you attempt an install.</p>
<h2>Part 2a: Installation &amp; Partitioning For Gag Boot Manager</h2>
<p>The link below will open a description page with images in a separate window.<br />
<a href="http://www.accesswebsitedesign.info/article_pages/gag_linux.html" target="_blank">Installation &amp; Partitioning For Gag Boot Manager</a></p>
<h2>Part 2b: Installing The Linux Boot Loader For Gag Boot Manager</h2>
<p>The link below will open a description page with images in a separate window.<br />
<a href="http://www.accesswebsitedesign.info/article_pages/gag_linux_2.html" target="_blank">Installing The Linux Boot Loader For Gag Boot Manager</a></p>
<h2>Part 2c: Installing Gag Boot Manager</h2>
<p>The link below will open a description page with images in a separate window.<br />
<a href="http://www.accesswebsitedesign.info/article_pages/gag_linux_3.html" target="_blank">Installing Gag Boot Manager</a></p>
<h2>Recap and Tips:</h2>
<p>1. Know your hard drive layout so when you get into the installation you know exactly what you have to work with. See Part 2a.</p>
<p>2. When you first try this method, stick to Linux distributions with GUI installation interfaces that offer advanced partitioning and boot options (most do). openSUSE 10.2 is a good distribution to start with and is used in this tutorial.</p>
<p>3. Once you have a custom partition scheme you like, go over the advanced partition settings and make sure that any Linux default partition recommendations you don&#8217;t need are deleted. Read and study the images in Part 2a thoroughly and you should not have and problems.</p>
<p>4. GAG also comes in handy if you choose to install GRUB boot loader on your hard drive MBR when you do not want to over write GRUB after installing a second Linux OS. You would install GRUB in the second Linux disto&#8217;s /root partition and use GAG to access your second installations &#8216;first boot&#8217;. This would allow you to get info. needed from your /boot/grub/menu.lst file so you can copy it to your first Linux installations menu.lst file (the one with GRUB installed on your drives MBR) and let you boot both installations from your MBR.</p>
<p>5. GAG will not recognize partitions within LVM. So with this method, Logical Volume Management is out.</p>
<p>6. Backup your hard drive data before proceeding with this or any other major change or installation.</p>
<h2>Resources</h2>
<p>GAG Boot Manager<br />
<a href="http://gag.sourceforge.net/" target="_blank">http://gag.sourceforge.net</a></p>
<p>GParted Gnome Partition Editor<br />
If you ask me, the new live cd needs work. Use the gparted 0.3.3-0.iso if you can find it.<br />
<a href="http://gparted.sourceforge.net/" target="_blank">http://gparted.sourceforge.net</a></p>
<p>Linux Distributions<br />
<a href="http://distrowatch.com/" target="_blank">http://distrowatch.com</a></p>
<p>As always, your questions and comments are welcome.</p>
<p>Tim Valentine<br />
Access Website Design<br />
<a href="http://www.accesswebsitedesign.com" target="_blank">AccessWebsiteDesign.com</a><br />
Articles, Reports &amp; Tips<br />
<a href="http://www.accesswebsitedesign.info">AccessWebsiteDesign.info</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.accesswebsitedesign.info/archives/12/feed</wfw:commentRss>
		</item>
		<item>
		<title>Part 1: Installing Linux On Your PC &#038; Leave Windows MBR Untouched</title>
		<link>http://www.accesswebsitedesign.info/archives/11</link>
		<comments>http://www.accesswebsitedesign.info/archives/11#comments</comments>
		<pubDate>Thu, 05 Jul 2007 22:09:17 +0000</pubDate>
		<dc:creator>Tim Valentine</dc:creator>
		
		<category><![CDATA[Software]]></category>

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

		<category><![CDATA[Virtual Linux]]></category>

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

		<category><![CDATA[windows MBR]]></category>

		<guid isPermaLink="false">http://www.accesswebsitedesign.info/archives/11</guid>
		<description><![CDATA[Part 1: The easy way – An Introduction to Virtual Linux
Most of my machines run two versions of Windows and two versions of Linux. This is one of two methods I have found to keep both operating systems smoothly separate, yet happy together. In Part 2 (should be out in a week or less), we [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Part 1: The easy way – An Introduction to Virtual Linux</strong></p>
<p>Most of my machines run two versions of Windows and two versions of Linux. This is one of two methods I have found to keep both operating systems smoothly separate, yet happy together. In Part 2 (should be out in a week or less), we will talk about another method you can use to install Linux / Unix directly to your hard drive and get the same results.<span id="more-11"></span></p>
<p><img src="/pics2/win_lin.jpg" class="alignleft" height="89" width="148" /><code></code></p>
<p><strong>There is a link to an image page in this post to give you some visual references.</strong></p>
<p>There are some Windows and Linux users who passionately hate one system and love the other.</p>
<p><strong>There are also those of us who realize the strengths of each OS and use them to our advantage.</strong> Unix and Linux has a rich and deep history that boggles the mind if you ever take time to research it. And since Windows XP SP 2 came along, instability is no longer an issue. Most people who talk about Windows XP being unstable have under powered machines and wouldn&#8217;t know OS or hardware maintenance from a hole in the ground.</p>
<p><strong>Over the next couple of weeks we will cover two methods of running Linux on your Windows PC without disturbing the master boot record (MBR).</strong> The first is the easiest and the second involves a bit more work. Both have unique advantages and disadvantages.</p>
<p><strong>When we are finished with the second method</strong> - Part 2 (should be out in a week or so), you will be able to install Linux on your hard drive, boot Windows normally, and boot Linux by inserting a floppy with a simple boot loader (no not GRUB - way to much work), which will then turn the process over to GRUB (a Linux boot loader). Your Linux OS will boot and you will be up and running. Your Windows boot loader will remain untouched.</p>
<h2>Part 1 – Method One – Virtual Linux</h2>
<p>This option involves running Linux virtually from within your Windows environment. For this to happen you will need virtual machine software. Some options are given below under Resources. The VM solution you choose will depend on your own needs. Mainly the supported host and guest operating systems.</p>
<p>When you run a guest OS virtually your host OS hard drive an expandable or fixed size file is created. This file is your virtual hard drive. </p>
<p><img src="/pics2/virtual_hard_drive.jpg" alt="Image of a virtual hard drive" style="width: 411px; height: 60px" title="Image of a virtual hard drive" border="0" height="60" width="411" /></p>
<p><img src="/pics2/star.gif" class="alignleft" border="0" height="16" width="60" /> <a href="/sub_pages/virtual_linux.html" target="_blank" title="Link to more virtual Linux images.">Click here to see more virtual Linux Images</a>.<br />
(opens new window)</p>
<p><strong>Installing the guest OS is simple,</strong> because the only hard drive the installation is aware of is the virtual drive your VM software has created. You simply let Linux go with its default partitioning scheme, or, choose your own if you wish and get on with the installation.</p>
<h2>Resources</h2>
<p><a href="http://www.parallels.com/" target="_blank">http://www.parallels.com</a></p>
<p>VMware Solutions - VMware Server, VMware Player, VMware Workstation<br />
<a href="http://www.vmware.com/" target="_blank">http://www.vmware.com</a></p>
<p>VirtualBox - I have found this software to be the best for Linux hosts.<br />
<a href="http://www.virtualbox.org/" target="_blank">http://www.virtualbox.org</a></p>
<p>Linux Distributions: <a href="http://distrowatch.com/" target="_blank">http://distrowatch.com</a></p>
<p>As always, your questions and comments are welcome.</p>
<p>Tim Valentine<br />
Access Website Design<br />
<a href="http://www.accesswebsitedesign.com" target="_blank">AccessWebsiteDesign.com</a><br />
Articles, Reports &amp; Tips<br />
<a href="http://www.accesswebsitedesign.info" target="_blank">AccessWebsiteDesign.info</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.accesswebsitedesign.info/archives/11/feed</wfw:commentRss>
		</item>
		<item>
		<title>CSS Table Structure</title>
		<link>http://www.accesswebsitedesign.info/archives/9</link>
		<comments>http://www.accesswebsitedesign.info/archives/9#comments</comments>
		<pubDate>Sat, 16 Jun 2007 20:54:14 +0000</pubDate>
		<dc:creator>Tim Valentine</dc:creator>
		
		<category><![CDATA[Website Design]]></category>

		<guid isPermaLink="false">http://www.accesswebsitedesign.info/archives/9</guid>
		<description><![CDATA[Help separate style from content using CSS table structure in your design. Using table id and table data class.

"Table structure in design has stood the test of time because it is reliable and consistent in form and function."
As I read my own article defending table layout in design, I realize it should be pointed out that as [...]]]></description>
			<content:encoded><![CDATA[<p>Help separate style from content using CSS table structure in your design. Using table id and table data class.<span id="more-9"></span><br />
<img class="alignleft" src="/pics2/css_tables.jpg" alt="Tim" width="160" height="128" /><br />
<code>"Table structure in design has stood the test of time because it is reliable and consistent in form and function."</code></p>
<p>As I read my own article defending table layout in design, I realize it should be pointed out that as time goes on, CSS structure and formatting is constantly playing a bigger roll in my work. This topic, being a happy medium involving table formatting using CSS and supports this statement.</p>
<p>*** <a href="#skip">Skip over my opinions and get to the piont.</a> ***</p>
<p>There is a big push these days in most circles of the website authoring community to separate style, structure or appearance, from content, presentation or substance. This simply means leaving as much of the structural code out of the HTML (or whatever) as possible and importing it by means of another file such as cascading style sheets (CSS) or perhaps a server-side embedded scripting language such as PHP.</p>
<p>Most of this is brought on for the sake of creating some sort of web standards and aiding in handicapped and non-handicapped accessibility. And heaven knows that I am all in favor of it, most of it that is – I&#8217;m keeping tables in my designs.</p>
<p>As far as web standards go, it would be nice when developing a website to be able to analyze it in one browser and know that it will look the same in all the others, but this is far from the case. Web authors attempts to implement accessibility features (including some elements of CSS structure) are waisted time when developers of user agents (browsers) do not take advantage by implementing the use of these features.</p>
<p>As for accessibility, a properly laid out table structure can be just as accessible as any site using a pure CSS layout. I am not saying CSS layout does not work well in developing structure, because it does. I am saying that in regard to complex website layouts involving colspans &amp; rowspans there are to many discrepancies in the different browsers to make it possible to come up with a consistent layout.</p>
<p>Anyone with any HTML or CSS experience can develop a simple CSS layout with a header, three columns and a footer. I know there are those better than I at designing complex CSS layouts and making them fairly consistent in most browsers, but I&#8217;m not there yet, and for now tables in design structure serves me well.</p>
<p>A large group of these website authoring communities maintain that pure CSS layout is the only way to go, as if those who still use tables are behind the times. This is simply not the case, and for now I am NOT one of them. Also, from the looks of 90 percent of sites on the web (including the big boys), table structure will be around forever; in fact, tables have been around forever. Table structure in design has stood the test of time because it is reliable and consistent in form and function.</p>
<p><a name="skip" id="skip"><img class="alignleft" src="/pics2/skip.gif" alt="" width="1" height="1" /></a><strong>However, we can separate style from structure in tables by using CSS and create a useful happy medium. So lets get on with it, shall we?</strong></p>
<p>It&#8217;s quite simple and involves assigning ID&#8217;s to tables - &lt;table id=”header”&gt; - and CLASSES to columns - &lt;td class=”time_date”&gt;.</p>
<p><strong>The table id and table data class are imported via and external style sheet by properties you declared within each id and class.</strong></p>
<p>*** <a title="link to image illustration" href="/pics2/illustration.html" target="_blank">Click here to view image illustration</a> ***</p>
<p>Note that if you need to use “cellspacing” markup within your table, you must still include it within the table declaration as there is no true CSS replacement for this attribute. I believe this is true for “summary” as well.</p>
<p>Like this: &lt;table id=&#8221;header&#8221; cellspacing=&#8221;2&#8243; summary=&#8221;"&gt;</p>
<p>Also, if you need “colspan” or “rowspan” markup within your table data declarations, you must include them as well.</p>
<p>Like this: &lt;td class=&#8221;left&#8221; rowspan=&#8221;2&#8243;&gt;</p>
<p><strong>There are drawbacks to using this method.</strong> One of which is you may have problems with in-line text and image positioning if you declare “text-align” or “vertical-align” attributes in your table data classes . This can be fixed using relative positioning and floats. If you have too much trouble try formatting your table and table data normally in your HTML.</p>
<p><strong>Subscribers to Articles, Reports and Tips can use the link below to download your free template.</strong> You will need your user name and password. This is a fully functional XHTML website template with all files included that you can use to learn about the topic we have been discussing. Play around with it, customize it and use it for whatever you wish.</p>
<p><a title="click here to download your template" href="/wp-content/downloads">Click here to download your template</a></p>
<p><strong>If you are not a subscriber and you would like this template</strong>, simply subscribe using the form to the right, confirm your subscription via the email you receive, contact me and I will send your user name and password.</p>
<p>I hope this post has been of help to you, Tim</p>
<p>Tim Valentine<br />
Access Website Design<br />
<a href="http://www.accesswebsitedesign.com" target="_blank">AccessWebsiteDesign.com</a><br />
Articles, Reports &amp; Tips<br />
<a href="http://www.accesswebsitedesign.info" target="_blank">AccessWebsiteDesign.info</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.accesswebsitedesign.info/archives/9/feed</wfw:commentRss>
		</item>
		<item>
		<title>Dear Subscribers</title>
		<link>http://www.accesswebsitedesign.info/archives/8</link>
		<comments>http://www.accesswebsitedesign.info/archives/8#comments</comments>
		<pubDate>Sun, 03 Jun 2007 23:15:05 +0000</pubDate>
		<dc:creator>Tim Valentine</dc:creator>
		
		<category><![CDATA[Announcements]]></category>

		<guid isPermaLink="false">http://www.accesswebsitedesign.info/archives/8</guid>
		<description><![CDATA[As I mentioned in your email there is no real content at the site as of now. However, I have included some great software pages for you to browse that you will find in the navigation area. I&#8217;m really excited about getting articles, reports and tips fired up again and replacing the old static newsletter [...]]]></description>
			<content:encoded><![CDATA[<p><img width="160" src="/pics/me_small.jpg" alt="Tim" height="148" class="alignleft" />As I mentioned in your email there is no real content at the site as of now. However, I have included some great software pages for you to browse that you will find in the navigation area. I&#8217;m really excited about getting articles, reports and tips fired up again and replacing the old static newsletter with this CMS blogging platform. Blogging will let us interact by giving us a chance to communicate questions, comments and creating a better learning environment in general.</p>
<p>Please visit the about page and read my plans for future content. Also I would like to see you leave some comments and let me know a little about who you are and what you think.</p>
<p>Thanks for stopping by, Tim&#8230;</p>
<p>Tim Valentine<br />
Access Website Design<br />
<a target="_blank" href="http://www.accesswebsitedesign.com">AccessWebsiteDesign.com</a><br />
Articles, Reports &amp; Tips<br />
<a target="_blank" href="http://www.accesswebsitedesign.info">AccessWebsiteDesign.info</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.accesswebsitedesign.info/archives/8/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
