<?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>1-800-HOSTING Blog &#187; Mark Kraus</title>
	<atom:link href="http://blog.800hosting.com/author/mkraus/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.800hosting.com</link>
	<description>Inside 1-800-HOSTING</description>
	<lastBuildDate>Wed, 02 Nov 2011 17:00:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>MySQL Error in the errmsg.sys file</title>
		<link>http://blog.800hosting.com/2011/08/mysql-error-in-the-errmsg-sys-file/</link>
		<comments>http://blog.800hosting.com/2011/08/mysql-error-in-the-errmsg-sys-file/#comments</comments>
		<pubDate>Sat, 06 Aug 2011 03:03:11 +0000</pubDate>
		<dc:creator>Mark Kraus</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[database administration]]></category>
		<category><![CDATA[errmsg.sys]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://blog.800hosting.com/?p=2139</guid>
		<description><![CDATA[I came across a simple fix for an odd MySQL issue. We recently had a MySQL server that needed to be restored from backups. After reinstalling all the essentials and importing the data, the database engine wouldn&#8217;t start. The log file indicated the following error. [ERROR] Error message file '/usr/share/mysql/english/errmsg.sys' had only 481 error messages, [...]]]></description>
			<content:encoded><![CDATA[<p>I came across a simple fix for an odd MySQL issue. We recently had a MySQL server that needed to be restored from backups. After reinstalling all the essentials and importing the data, the database engine wouldn&#8217;t start. The log file indicated the following error.</p>
<p><code>[ERROR] Error message file '/usr/share/mysql/english/errmsg.sys' had only 481 error messages,<br />
but it should contain at least 641 error messages.</code></p>
<p>After some googling, I found that some of the official RPM packages for MySQL actually contain the incorrect errmsg.sys files. The recommended fix listed on several sites was to either recompile from scratch or, vaguely, to &#8220;replace it with the correct errmsg.sys file.&#8221; I decided to try the vague reference and make it more specific here.</p>
<ul>
<li>First, determine the version of MySQL installed. In our case it was 5.1.56</li>
<li>Second, locate a zip file of the raw uncompiled tar.gz of that version. I used http://mysql.llarian.net/Downloads/MySQL-5.1/mysql-5.1.56.tar.gz</li>
<li>Third, download and extract the file to a location of your choosing.<br />
<code>cd /usr/local/src<br />
wget http://mysql.llarian.net/Downloads/MySQL-5.1/mysql-5.1.56.tar.gz<br />
tar -zxf mysql-5.1.56.tar.gz</code></li>
<li>Fourth, backup the existing errsg.sys file.<br />
<code>mv /usr/share/mysql/english/errmsg.sys /usr/share/mysql/english/errmsg.sys.old</code></li>
<li>Fifth, copy the errmsg.sys file from the extrated source code to the live location.<br />
<code>cp /usr/local/src/mysql-5.1.56/sql/share/english/errmsg.sys /usr/share/mysql/english/errmsg.sys</code></li>
</ul>
<p>After that&#8217;s done, MySQL should start normally unless it encounters other errors.</p>
<p>-Mark Kraus<br />
Senior Systems Administrator</p>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://blog.800hosting.com/2010/02/php-script-tips-and-resources/" title="PHP Script Tips and Resources">PHP Script Tips and Resources</a></li><li><a href="http://blog.800hosting.com/2010/01/mysql-version-6-preview/" title="MySQL Version 6 Preview">MySQL Version 6 Preview</a></li><li><a href="http://blog.800hosting.com/2009/06/do-i-need-a-dedicated-database-server/" title="Do I need a dedicated database server?">Do I need a dedicated database server?</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://blog.800hosting.com/2011/08/mysql-error-in-the-errmsg-sys-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Taking &#8220;Common Knowledge&#8221; for Granted</title>
		<link>http://blog.800hosting.com/2011/07/taking-common-knowledge-for-granted/</link>
		<comments>http://blog.800hosting.com/2011/07/taking-common-knowledge-for-granted/#comments</comments>
		<pubDate>Sat, 23 Jul 2011 00:24:04 +0000</pubDate>
		<dc:creator>Mark Kraus</dc:creator>
				<category><![CDATA[Fun Stuff]]></category>

		<guid isPermaLink="false">http://blog.800hosting.com/?p=2048</guid>
		<description><![CDATA[A recent episode of &#8216;Are You Smarter than a 5th Grader?&#8221; featured a woman who did not know how many feet were in a yard. Her closest guess was 352 ft. When my friend told me of this now viral video I was shocked. I thought, how could anyone who grew up and was educated [...]]]></description>
			<content:encoded><![CDATA[<p>A recent episode of &#8216;Are You Smarter than a 5th Grader?&#8221; featured a woman who did not know how many feet were in a yard. Her closest guess was 352 ft. When my friend told me of this now viral video I was shocked. I thought, how could anyone who grew up and was educated in the United States not at least know how many feet were in a yard? But I immediately realized the danger in this line of thought. </p>
<p>As Senior Systems Administrator, an employee of 1-800-HOSTING for over 7 years now, and a worker in the IT industry for 2 decades, I tend to take a lot of things for granted as common knowledge. To me, thinking that one should check the windows registry of a known working server against one that is faulty to check for differences is common knowledge. This fact is lost on many who are not veterans of windows administration. Many other esoteric bits of knowledge are like that for me, and probably for others with similar experience. However, experts from other fields will have a completely different realm of “common knowledge.”</p>
<p>One of my long time friends is a car mechanic. He is a credit to his craft being highly skilled and knowledgeable. We often have very interesting conversations that involve our not-often-overlapping esoteric magisteria.  He has no clue how a SQL server works and I have no clue how a flywheel works. We use these discussions to fine tune our customer interaction skills. Because we are both fairly ignorant of the other’s craft, we can ask questions and practice giving answers that are not esoteric. This also helps me reset my expectations of what “common knowledge” of my field is to the common man.</p>
<p>I think it is important to follow this kind of exercise from time to time. However, I still think that 3 feet should be the common knowledge answer to how many feet are in a yard. Just don’t ask me how many feet are in a mile.</p>
<p><object width="450" height="363"><param name="movie" value="http://www.youtube.com/v/C7wd7ZPRMYY?start=34&#038;version=3"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/C7wd7ZPRMYY?start=34&#038;version=3" type="application/x-shockwave-flash" width="450" height="363" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li>No Related Post</li></ul>]]></content:encoded>
			<wfw:commentRss>http://blog.800hosting.com/2011/07/taking-common-knowledge-for-granted/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lessons from a 1964 Modem</title>
		<link>http://blog.800hosting.com/2011/07/lessons-from-a-1964-modem/</link>
		<comments>http://blog.800hosting.com/2011/07/lessons-from-a-1964-modem/#comments</comments>
		<pubDate>Thu, 14 Jul 2011 23:30:18 +0000</pubDate>
		<dc:creator>Mark Kraus</dc:creator>
				<category><![CDATA[Fun Stuff]]></category>

		<guid isPermaLink="false">http://blog.800hosting.com/?p=2014</guid>
		<description><![CDATA[The video linked above shows a man connecting to the internet via a circa 1964 analog modem. This video demonstrates how far we have come in internet technology in terms of speed and sophistication. The most mesmerizing piece of information in this video is the complete lack of digital parts in the modem. The box [...]]]></description>
			<content:encoded><![CDATA[<p><object width="450" height="363"><param name="movie" value="http://www.youtube.com/v/X9dpXHnJXaE?version=3"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/X9dpXHnJXaE?version=3" type="application/x-shockwave-flash" width="450" height="363" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>The video linked above shows a man connecting to the internet via a circa 1964 analog modem. This video demonstrates how far we have come in internet technology in terms of speed and sophistication. The most mesmerizing piece of information in this video is the complete lack of digital parts in the modem. The box contains a simple analog tone generator that is oscillated when data is sent from the PC over the RS232 cable. </p>
<p>The sound of a dialup modem connecting to an ISP conjures up grand nostalgia. For me it started with the local BBS’s I would get a list of from the local library. How many text based games did I waste away on? I also could access the internet through my father’s work. Eventually, the Fort Worth Star Telegram had a gateway service called STARTEXT which finally allowed me use web browsers to view HTML pages. That’s right, the Internet wasn’t always web pages and that fact is commonly forgotten or unknown!  (Also, boo if you must, I was a Netscape user and fan).</p>
<p>I would probably never go back to those days, however. Just watch the video and see how painfully slow 300 baud is and know that 14.4k was not much better. Also, waiting 5 or more minutes to just connect to the internet was a grinding torture. I like my always on, instantly available setup now. If my laptop is hibernating it takes me less than a minute to turn it on and start browsing the web or playing an online game.</p>
<p>-Mark Kraus, Senior Systems Administrator</p>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li>No Related Post</li></ul>]]></content:encoded>
			<wfw:commentRss>http://blog.800hosting.com/2011/07/lessons-from-a-1964-modem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Rise of the Vocaloid</title>
		<link>http://blog.800hosting.com/2011/07/1852/</link>
		<comments>http://blog.800hosting.com/2011/07/1852/#comments</comments>
		<pubDate>Tue, 05 Jul 2011 21:51:29 +0000</pubDate>
		<dc:creator>Mark Kraus</dc:creator>
				<category><![CDATA[Fun Stuff]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Anime]]></category>
		<category><![CDATA[Anime Expo 2011]]></category>
		<category><![CDATA[Hatsune Miku]]></category>
		<category><![CDATA[Megurine Luka]]></category>
		<category><![CDATA[Mikunopolis]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[Supercell]]></category>
		<category><![CDATA[Vocaloid]]></category>
		<category><![CDATA[Yamaha]]></category>

		<guid isPermaLink="false">http://blog.800hosting.com/?p=1852</guid>
		<description><![CDATA[Three of my life’s passions are anime, music, and technology. I started watching anime over a decade ago and, according to my most recent estimate, have watched over a month’s worth of anime shows, movies, and specials. As for music, aside from being a fan of almost every genre of music, I have been in [...]]]></description>
			<content:encoded><![CDATA[<p>Three of my life’s passions are anime, music, and technology. I started watching anime over a decade ago and, according to my most recent estimate, have watched over a month’s worth of anime shows, movies, and specials.  As for music, aside from being a fan of almost every genre of music, I have been in bands, choirs, and produced music as a DJ. Obviously, technology is my job and I got into the field because of my love for it. In recent years an industry has evolved that has incorporated all three of these passions into one. The word for it is Vocaloid.<br />
At the core Vocaloids are virtual voice synthesizers. There are several voice synthesizer software packages out there, but the craze was made famous and gets its name sake from the VOCALOID software from Yamaha. This software basically allows a musician to put lyrics into the program, assign notes, adjust pitches and vocal effects and create a human sounding voice singing the lyrics. Several packages exist to fit certain voice styles. These voices are molded after actual singers and voice actors using samplings of their voices. The majority of these voices are Japanese and can only poorly sing in English (it does sound like a Japanese person speaking English, so at least it’s accurate for that).<br />
<a href="http://blog.800hosting.com/wp-content/uploads/2011/07/hatsune-miku-vocaloid.jpg" rel="shadowbox[sbpost-1852];player=img;"><img src="http://blog.800hosting.com/wp-content/uploads/2011/07/hatsune-miku-vocaloid-215x300.jpg" alt="Vocaloid Hatsune Miku" width="215" height="300" class="alignleft size-medium wp-image-1856" /></a>These voice packages have a digital persona to accompany them. That’s where the term Vocaloid begins to apply. The most popular of Vocaloids is Hatsune Miku. Miku is a teenage girl with long turquoise hair and matching black and turquoise outfits. Her voice is high and youthful. This is where the technology and music marry with anime.  The Vocaloid community has created the Miku Miku Dance studio which animates Miku as well as other Vocaloids to create dance videos to coincide with the songs made by that Vocaloid.  Some users have even created a tie-in for Microsft Kinect to allow real dancers to directly input moves for the Vocaloids to execute.<br />
The most interesting thing about Vocaloids, to me, is that the songs they sing are community projects. One person may write the lyrics, another write the score, another will create the music video, and someone else will encode the English translations. The end product will have been an indirect collaboration between various people. Some of them may be well known musicians and producers some may be armatures. The band Supercell is one famous collaboration that has created many of Miku’s most popular songs including “World is Mine” and “Heartbreaker.”<br />
Vocaloids have now taken a step out of the computer screen and onto the performance stage.  Miku and friends have performed at several concerts in Japan. This past Independence Day weekend the Vocaloids took stage at the Anime Expo 2011 in Las Angeles, California. I was sadly unable to attend, but it was an event much anticipated by Vocaloid fans across the continent. At these concerts, the Vocaloids sing and dance in a projected holograph-like form on stage to the music of a live band.  The video at the end of this post shows some highlights from the concert.<br />
<a href="http://blog.800hosting.com/wp-content/uploads/2011/07/Megurine_Luka-illu.jpg" rel="shadowbox[sbpost-1852];player=img;"><img src="http://blog.800hosting.com/wp-content/uploads/2011/07/Megurine_Luka-illu-126x300.jpg" alt="Vocaloid Megurine Luka" width="126" height="300" class="alignright size-medium wp-image-1857" /></a>My favorite Vocaloid is Megurine Luka. Her voice is a bit lower and more mature than Miku’s and she sports long pink hair. Her voice sounds more natural, in my opinion, but she is not as popular as Miku and has fewer songs using her voice. My personal favorite Luka song is “Just Be Friends.”<br />
I find this technology to be fascinating and entertaining. I think it allows the creativity to flow directly from the creative minds to the desiring ears without the need to hunt down a skilled singer. I personally don’t think Vocaloids could ever completely replace the human voice. There are times in Vocaloid songs where the Uncanny Valley is breeched and can make one feel a bit repulsed. The technology is improving and Yamaha has announced the upcoming release of VOCALOID 3.</p>
<p><object width="450" height="278"><param name="movie" value="http://www.youtube.com/v/IkE9j_suKUc?version=3"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/IkE9j_suKUc?version=3" type="application/x-shockwave-flash" width="450" height="278" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>-Mark Kraus, Senior Systems Admin</p>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://blog.800hosting.com/2011/07/1765/" title="Vacations are the Journey, not the Destination">Vacations are the Journey, not the Destination</a></li><li><a href="http://blog.800hosting.com/2010/01/mysql-version-6-preview/" title="MySQL Version 6 Preview">MySQL Version 6 Preview</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://blog.800hosting.com/2011/07/1852/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>And Now For Something Completely Annoying&#8230;</title>
		<link>http://blog.800hosting.com/2011/07/and-now-for-something-completely-annoying/</link>
		<comments>http://blog.800hosting.com/2011/07/and-now-for-something-completely-annoying/#comments</comments>
		<pubDate>Mon, 04 Jul 2011 03:39:02 +0000</pubDate>
		<dc:creator>Mark Kraus</dc:creator>
				<category><![CDATA[Fun Stuff]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[cell phones]]></category>
		<category><![CDATA[manners]]></category>
		<category><![CDATA[Musical]]></category>
		<category><![CDATA[Spamalot]]></category>
		<category><![CDATA[theater]]></category>

		<guid isPermaLink="false">http://blog.800hosting.com/?p=1780</guid>
		<description><![CDATA[Last week, whilst on vacation, I attended a performance of Spamalot.]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.800hosting.com/wp-content/uploads/2011/07/cell_phone.jpg" rel="shadowbox[sbpost-1780];player=img;"><img class="aligncenter size-medium wp-image-1798" src="http://blog.800hosting.com/wp-content/uploads/2011/07/cell_phone-203x300.jpg" alt="Cell Phone Glowing in the dark" width="203" height="300" /></a><br />
Last week, whilst on vacation, I attended a performance of Spamalot. Spamalot is a Tony award winning comedy musical based on the comedy movie “Monty Python and the Holy Grail.” The performance was excellent and the show was quite hilarious. However, I noticed the disturbing trend of inappropriate cell phone use in theaters had crept its way into musical theaters as well.</p>
<p>In recent years, it has become common place, though not any less annoying, to see someone plop out a cell phone in the middle of a concert, movie, or any place or event really. The not-so-subtle glow of smart phone screens invading your eyes as you are trying to enjoy a movie is simply unavoidable these days. It isn’t any less rude to use your phone now than it has in the past. Yet, people continue to do it and seemingly at increasing rates.<br />
I had hoped that theater and musical theater were the last remaining bastions of phoneless entertainment. I was robbed of this delusion when a woman three rows in front of me interrupted my enjoyment of the whimsical Knights of the Round Table with her Lady Gaga ringtone. Rather than do the decent thing and ignore the call and turn off the ringer, she instead answered it, had a brief conversation, and then proceeded to play with her phone for several minutes. I know it was for quite a while because I missed an entire scene being distracted by her and trying to materialize my annoyance and hurl it at the rude lady. I was not successful and now I don’t know what joke I missed that had the audience uproariously laughing.</p>
<p>I know smart phones are common place in our society and their use is wide spread. I’m also ok with many social situations having phone use injected. I’m on mine quite a bit for both work and pleasure in many situations where such behavior was previously unacceptable. I do, however, take a stand when it comes to movies and theater. There is just no way for phone use in these situations to NOT be inconsiderate of others. So I implore everyone to please consider turning your phone off completely before entering a theater or cinema. This way you can completely resist the temptation to annoy those around you.</p>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li>No Related Post</li></ul>]]></content:encoded>
			<wfw:commentRss>http://blog.800hosting.com/2011/07/and-now-for-something-completely-annoying/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Things That Can’t Be Done Online That Should</title>
		<link>http://blog.800hosting.com/2011/06/things-that-can%e2%80%99t-be-done-online-that-should/</link>
		<comments>http://blog.800hosting.com/2011/06/things-that-can%e2%80%99t-be-done-online-that-should/#comments</comments>
		<pubDate>Tue, 28 Jun 2011 14:26:27 +0000</pubDate>
		<dc:creator>Mark Kraus</dc:creator>
				<category><![CDATA[Fun Stuff]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[automation]]></category>
		<category><![CDATA[Chinese Food]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[online payment]]></category>
		<category><![CDATA[websites]]></category>

		<guid isPermaLink="false">http://blog.800hosting.com/?p=1381</guid>
		<description><![CDATA[I recently received my US Census paperwork in the mail and I was frustrated that I had to fill it out with a pen]]></description>
			<content:encoded><![CDATA[<p>I recently received my US Census paperwork in the mail and I was frustrated that I had to fill it out with a pen and then mail it back. I realize that the census is done on a per home basis, and that its execution goes a long way back, but what a waste! I think it would be quicker and more efficient if the form could be filled out online. I know, there are several problems with that, but snail mail bothers me.</p>
<p>It occurred to me that there are many things I can&#8217;t do online that I should be able to. My first on this list is rent. I can pay all of my bills (internet, credit card, electricity, student loans, etc.) online with the sole exception of my apartment rent. I have two used checkbooks where the only checks written from them were rent. This is the one time a month I have to pull out my checkbook and write a check. I&#8217;ve never lived in an  apartment that had a way to pay online. My current complex has modernized slightly by allowing auto-debit from a checking account, but I&#8217;ve never trusted auto pay systems.</p>
<p>Another thing I should be able to do online is order Chinese food. This may be possible in downtown Dallas or Fort Worth, but I haven’t seen any where I live in the suburbs. Most of them will accept fax (HAHA… fax…), but I know for certain none of the 10 Chinese food places which I live near have the ability to order online. Most of them do have a website with their menu and phone number, but no online ordering. Working in phone support, one gets accustomed to communicating with those for whom English is a second language, but for some reason the Chinese restaurants in my area are especially difficult. It would be beneficial for both me and the kind lady on the other end of the phone if I could place my order online.</p>
<p>I know there are many problems which keep these types of things from being done online. I also understand the fear behind allowing people to anonymously submit orders and information. But, many of the same fears can be applied to the current methods. Census papers could be snagged from your mailbox and falsely completed. Anyone can spoof a phone number and place a fake order to a Chinese restaurant. But the technologies to implement these abilities are widely available and easy to implement for even the most novice of web developers. Most businesses and government agencies have a website. With just a bit more investment into those sites I can be ordering my Kung Pao Chicken online while paying my rent and being a good census completing citizen.</p>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://blog.800hosting.com/2010/03/free-websites-a-la-mark-karus/" title="Free Websites a la Mark Kraus">Free Websites a la Mark Kraus</a></li><li><a href="http://blog.800hosting.com/2011/07/being-disconnected-in-a-connected-world/" title="Being Disconnected in a Connected World">Being Disconnected in a Connected World</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://blog.800hosting.com/2011/06/things-that-can%e2%80%99t-be-done-online-that-should/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free Websites a la Mark Kraus</title>
		<link>http://blog.800hosting.com/2010/03/free-websites-a-la-mark-karus/</link>
		<comments>http://blog.800hosting.com/2010/03/free-websites-a-la-mark-karus/#comments</comments>
		<pubDate>Thu, 04 Mar 2010 17:37:51 +0000</pubDate>
		<dc:creator>Mark Kraus</dc:creator>
				<category><![CDATA[Fun Stuff]]></category>
		<category><![CDATA[Industry]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Computer repair]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[websites]]></category>

		<guid isPermaLink="false">http://blog.800hosting.com/?p=1359</guid>
		<description><![CDATA[Several years ago I stopped working on computers for free. I was beginning to think the requests for free work would never end. There is nothing less satisfying than spending your whole work week working with computers to have to spend your time off work doing the same thing for free. This is a common [...]]]></description>
			<content:encoded><![CDATA[<p>Several years ago I stopped working on computers for free. I was beginning to think the requests for free work would never end. There is nothing less satisfying than spending your whole work week working with computers to have to spend your time off work doing the same thing for free. This is a common issue for people who have  trade skills like automotive repair, plumbing, and computer repair. But, this has started to get more complex recently.<span id="more-1359"></span></p>
<p>Most of my friends have a vague understanding of what I do. I imagine to them it is like “something, something, Internet, with something, something, websites, something, computer stuff.” Most of my friends are not computer savvy, in fact, few of them actually have computers and of those friends even fewer use their computers frequently. So it&#8217;s no surprise that they don&#8217;t understand the details that go into things like high-availability, high-traffic websites. But it is annoying when a friend comes to me and says “I have an awesome idea for a website, you could make it for me, right? Oh and you&#8217;ll do it for free, right?”</p>
<p>There is a sentiment among many tech professions that our skills are undervalued and the work is seen as simple. I suspect there are several reasons for this. The first reason is that there are few physical results from our labors. When I create a web site there is nothing to hold and what people see they think can be created in programs they are familiar with, like word processing applications and imaging programs. Since all the hard work is done behind the scenes to produce what the person sees, they are not apt to think it is labor intensive.</p>
<p>A second reason I believe tech skills are undervalued is the over simplification or such portrayed in the cinema and media. A few good examples of this can be found in Maxim&#8217;s “<a href="http://www.maxim.com/movies/lists/43909/13-hackiest-hacking-movie-moments.html">The 13 Hackiest Hacking Movie Moments</a>,” or weekly on any one of the 4 trillion CSI programs on TV. These depictions, while meant for entertainment sake, do influence the perceptions of those who watch them. As a result, people assume that things like hacking the Gibson are just a few simple keystrokes. These are the same people who say, “It&#8217;s probably really easy, but I don&#8217;t want to learn how to do it.”</p>
<p>The last statement brings me to my final reason I believe tech skills are undervalued. Anything is easy when you are skilled at doing it. I have a friend who can juggle live blades like it&#8217;s nothing. He practiced at it for quite awhile to be able to do it on command with little fear of injury. But someone looking at that trick would be quick to say, “That takes skill and must have taken a lot of practice.” But those same people when watching me work my magic on a system just assume I&#8217;m hording some simple knowledge from them so they&#8217;ll have to pay me to do it. It&#8217;s not simple, it takes skill, education, and practice to become good at it.</p>
<p>So, despite the great relationships I have with my friends, I quote exactly how much I would charge a private client. Please realize that good, functional websites are worth their price tag. Unless you want a one-page site with simple text and questionable uptime, good websites cost good money. I encourage everyone to do their research before finding a webmaster/designer/developer. Friends, I have no qualms giving you my real quote if you have no qualms with asking me for free labor.  C&#8217;est La Vie!</p>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://blog.800hosting.com/2011/06/things-that-can%e2%80%99t-be-done-online-that-should/" title="Things That Can’t Be Done Online That Should">Things That Can’t Be Done Online That Should</a></li><li><a href="http://blog.800hosting.com/2011/07/being-disconnected-in-a-connected-world/" title="Being Disconnected in a Connected World">Being Disconnected in a Connected World</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://blog.800hosting.com/2010/03/free-websites-a-la-mark-karus/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

