<?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>KentuckianaBusinessForum.com &#187; Information Technology</title>
	<atom:link href="http://kentuckianabusinessforum.com/category/industries/information-technology/feed/" rel="self" type="application/rss+xml" />
	<link>http://kentuckianabusinessforum.com</link>
	<description>Small Business Magazine and Web Site</description>
	<lastBuildDate>Thu, 25 Aug 2011 19:04:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>Bits and Bytes</title>
		<link>http://kentuckianabusinessforum.com/feature-stories/bits-and-bytes/</link>
		<comments>http://kentuckianabusinessforum.com/feature-stories/bits-and-bytes/#comments</comments>
		<pubDate>Fri, 04 Dec 2009 15:51:52 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Article Topics]]></category>
		<category><![CDATA[Feature Stories]]></category>
		<category><![CDATA[Information Technology]]></category>

		<guid isPermaLink="false">http://kentuckianabusinessforum.com/?p=1701</guid>
		<description><![CDATA[Have you ever found yourself going through computer specs or advertisements scratching your head over all the different terms used for storage and memory? For example, individual files are listed in megabytes, memory in gigabytes, and storage in gigabytes or terabytes. This article will give some history of the terms and also explain the differences [...]]]></description>
			<content:encoded><![CDATA[<p><strong><a href="http://kentuckianabusinessforum.com/wp-content/uploads/2009/12/KevinParrett.jpg"><img class="alignright size-medium wp-image-1801" title="KevinParrett" src="http://kentuckianabusinessforum.com/wp-content/uploads/2009/12/KevinParrett-200x300.jpg" alt="" width="200" height="300" /></a><br />
</strong></p>
<p><strong> </strong></p>
<p>Have you ever found yourself going through computer specs or advertisements scratching your head over all the different terms used for storage and memory? For example, individual files are listed in megabytes, memory in gigabytes, and storage in gigabytes or terabytes. This article will give some history of the terms and also explain the differences between them.</p>
<p>To explain, remember that the decimal system is based on a 10-digit system of numbers between 0 and 9. All numbers can be expressed using this system. Conversely, in relation to technology, computers communicate based on the two-digit binary system. According to www.websters.com, binary is defined as “<em>Anything composed of two parts. In modern computers, information is stored in banks of components that act like switches. Since switches can be either on or off, they have a binary character, and we say that the computer uses “binary arithmetic” to do its work</em>.”</p>
<p>Here, the binary system only has two digits, either 0 or 1 (on or off / yes or no). Bit is derived from the words <strong><span style="text-decoration: underline;">B</span></strong>inary dig<strong><span style="text-decoration: underline;">IT</span></strong>. Specifically, each 0 or 1 in binary equals one bit. Comparatively, a byte is normally made up of 8 individual bits. Why 8 bits? The same question could be asked why eggs come in a carton of 12, hot dogs in a pack of 10, and hot dog buns come in a pack of 8. Actually, 8 bits came about because early computers could only send 8 bits at a time. According to Wikipedia.org, <em>“Historically, byte size was determined by the number of bits required to represent a single character from a Western </em><a title="Character set" href="http://en.wikipedia.org/wiki/Character_set"><em>character set</em></a><em>.”</em></p>
<p>To compare both the decimal and binary systems side by side, look at the chart below displaying the numbers 0 to 10:</p>
<table border="0" cellspacing="0" cellpadding="0" width="137">
<tbody>
<tr>
<td width="65" valign="bottom"><strong>Decimal</strong></td>
<td width="72" valign="bottom"><strong>Binary</strong></td>
</tr>
<tr>
<td width="65" valign="bottom">0</td>
<td width="72" valign="bottom">00000000</td>
</tr>
<tr>
<td width="65" valign="bottom">1</td>
<td width="72" valign="bottom">00000001</td>
</tr>
<tr>
<td width="65" valign="bottom">2</td>
<td width="72" valign="bottom">00000010</td>
</tr>
<tr>
<td width="65" valign="bottom">3</td>
<td width="72" valign="bottom">00000011</td>
</tr>
<tr>
<td width="65" valign="bottom">4</td>
<td width="72" valign="bottom">00000100</td>
</tr>
<tr>
<td width="65" valign="bottom">5</td>
<td width="72" valign="bottom">00000101</td>
</tr>
<tr>
<td width="65" valign="bottom">6</td>
<td width="72" valign="bottom">00000110</td>
</tr>
<tr>
<td width="65" valign="bottom">7</td>
<td width="72" valign="bottom">00000111</td>
</tr>
<tr>
<td width="65" valign="bottom">8</td>
<td width="72" valign="bottom">00001000</td>
</tr>
<tr>
<td width="65" valign="bottom">9</td>
<td width="72" valign="bottom">00001001</td>
</tr>
<tr>
<td width="65" valign="bottom">10</td>
<td width="72" valign="bottom">00001010</td>
</tr>
</tbody>
</table>
<p>If it sounds confusing, don’t feel alone. Computer manufacturers add to this confusion by sometimes using the decimal system while at other times using the binary system. For example, hard drives or USB flash drives are normally labeled in the 10-digit <em>decimal</em> system, while memory (RAM) is labeled using the 8 bits = 1 byte <em>binary</em> system.</p>
<p>Therefore, the bottom line is that bits (in binary) are based on powers of 2, while bytes (in decimal) are based on powers of 10. Since computers store such large amounts of data, other names come into play when describing memory and storage, especially with today’s ever increasing capacities. For instance, terms such as megabyte, gigabyte, and terabyte are now commonly used.</p>
<p>With all the terms currently being used, a common question is…..which is larger, a megabyte, a gigabyte, or a terabyte? The three most common terms used today are mega, giga, and terabyte. Of those, terabyte is largest. Just remember that every step up to the next level is 1,000 times larger than the previous level. With that, a gigabyte is 1,000 times larger than a megabyte and a terabyte is again 1,000 times larger than a gigabyte. The chart I produced below demonstrates this:</p>
<p>I could go on and on about the differences in bits, bytes, binary and decimal. However, here are some data sizes in more practical terms. For example, an mp3 music file is about 3,500 bytes, or 3.5MB (megabytes). An average digital photo ranges from 3,000 to 5,000 bytes or 3 to 5MB, depending on the photo quality and megapixels of the camera.  Speaking of megapixels, mega denotes a camera is x number of millions of pixels.</p>
<p>The chart below shows more practical applications of data size. It can also be viewed at www.searchstorage.com:</p>
<table border="1" cellpadding="0" width="80%">
<tbody>
<tr>
<td><strong>Information object</strong></td>
<td><strong>How many bytes</strong></td>
</tr>
<tr>
<td>A single text character</td>
<td>1 byte</td>
</tr>
<tr>
<td>A typical text word</td>
<td>10 bytes</td>
</tr>
<tr>
<td>A typewritten page</td>
<td>2 kilobytes ( KB )</td>
</tr>
<tr>
<td>A short novel</td>
<td>1 megabyte ( MB )</td>
</tr>
<tr>
<td>A high-resolution photograph</td>
<td>3 megabytes</td>
</tr>
<tr>
<td>The contents of a CD-ROM</td>
<td>500 megabytes</td>
</tr>
<tr>
<td>A pickup truck filled with books</td>
<td>1 gigabyte ( GB )</td>
</tr>
<tr>
<td>The contents of a DVD</td>
<td>4-7 gigabytes</td>
</tr>
<tr>
<td>A library floor of academic journals</td>
<td>100 gigabytes</td>
</tr>
<tr>
<td>50,000 trees made into paper and printed</td>
<td>1 terabyte ( TB )</td>
</tr>
<tr>
<td>An academic research library</td>
<td>2 terabytes</td>
</tr>
<tr>
<td>The print collections of the U.S. Library of Congress</td>
<td>10 terabytes</td>
</tr>
<tr>
<td>The National Climactic Data Center database</td>
<td>400 terabytes</td>
</tr>
<tr>
<td>All U.S. academic research libraries</td>
<td>2 petabytes ( PB )</td>
</tr>
<tr>
<td>All printed material in the world</td>
<td>200 petabytes</td>
</tr>
</tbody>
</table>
<p>If you would like to view other types of data ‘facts’ in real world terms, please visit www.wikipedia.org. To demonstrate how vast some of the data are; I’ve pasted more storage facts below:</p>
<ul>
<li><a title="LaCie" href="http://en.wikipedia.org/wiki/LaCie">LaCie</a> released the world&#8217;s first 1 TB external hard drive in early 2004.</li>
<li><a title="Hitachi" href="http://en.wikipedia.org/wiki/Hitachi">Hitachi</a> introduced the world&#8217;s first one terabyte internal hard drive in 2007.</li>
<li><a title="Ancestry.com" href="http://en.wikipedia.org/wiki/Ancestry.com">Ancestry.com</a> claims approximately 600 terabytes of genealogical data with the inclusion of US Census data from 1790 to 1930.</li>
<li><a title="Facebook" href="http://en.wikipedia.org/wiki/Facebook">Facebook</a> has just over 1 petabyte of users&#8217; photos stored, translating into roughly 10 billion photos.</li>
<li><a title="Google" href="http://en.wikipedia.org/wiki/Google">Google</a> processes about 20 petabytes of data per day.</li>
</ul>
<p>With ever increasing volumes of data, the terms used for memory and storage will keep changing. Soon, the most common terms will move from <em>giga</em> and <em>terabyte</em> to <em>peta</em> and <em>exabyte</em>. If anyone would like more information, please feel free to contact me at kparrett@hotmail.com.</p>
]]></content:encoded>
			<wfw:commentRss>http://kentuckianabusinessforum.com/feature-stories/bits-and-bytes/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Technology&#8230; the double-edged Leadership Sword</title>
		<link>http://kentuckianabusinessforum.com/article-topics/technology%e2%80%a6the-double-edged-leadership-sword/</link>
		<comments>http://kentuckianabusinessforum.com/article-topics/technology%e2%80%a6the-double-edged-leadership-sword/#comments</comments>
		<pubDate>Mon, 15 Jun 2009 14:10:38 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Article Topics]]></category>
		<category><![CDATA[Information Technology]]></category>

		<guid isPermaLink="false">http://exhibitbargains.com/?p=1121</guid>
		<description><![CDATA[Even though my grandmother passed away nearly 20 years ago, I can still recall a conversation she and I had one evening about everything she had witnessed in her lifetime. My grandmother was born in 1914 and since that time we have accomplished a great deal. Prior to the birth of my grandmother, three key [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-medium wp-image-1215" title="DecieceLoyd" src="http://kentuckianabusinessforum.com/wp-content/uploads/2009/06/DecieceLoyd-214x300.jpg" alt="DecieceLoyd" width="214" height="300" />Even though my grandmother passed away nearly 20 years ago, I can still recall a conversation she and I had one evening about everything she had witnessed in her lifetime. My grandmother was born in 1914 and since that time we have accomplished a great deal. Prior to the birth of my grandmother, three key inventions took place: Transatlantic radio signal; the Wright Brothers successful flight; and the Ford assembly line. Let’s take a short journey through history:</p>
<ul>
<li>1914 – Rocket experiments began, which eventually allowed a group of courageous men to lead the exploration of space, then in 1969, step onto the surface of the moon.</li>
<li>1922 – provided the world to come to life in color movies, closely followed by the</li>
<li>1924 – introduction of the television…which today is a household staple – the larger, the better!</li>
<li>1928 – welcomed the life-saving technological discovery of penicillin.</li>
<li>1946 – brought us ENIAC – also known as the first computer. Who would have considered that in just 50 short years, we’d see computers small enough to also double or triple as a phone?</li>
<li>1972 – computers entered the home and provided entertainment with the ever popular “Pong” – does anyone else remember that little ditty? My, “Wii™” have come a long way, baby!</li>
<li>1973 – GPS was invented by DOD and is now not uncommon to find as a palm-sized version in many cars. We also saw the slow take-off of the “mobile phone” – I think I still have one of those HUGE phones in my basement.</li>
<li>1981 – the personal computer entered the scene.</li>
<li>1983 – Windows 1.0 – How many of you remember DOS?</li>
<li>1989 – the world exploded with the World Wide Web. It’s difficult to remember just 17 years ago when I had to go to the library for research!</li>
<li>2001 – AbioCor artificial heart allowed folks to continue living and the iPod gave them music anywhere to enjoy life.</li>
<li>2005 – YouTube online videos began changing the marketing, training, and understanding of our culture.</li>
</ul>
<p>This short list only focuses on the technological advances in the last 100 years and doesn’t even begin to explore the cultural, social, and business changes. With all of these technological advances…how do they affect YOUR leadership? I will challenge you that as technology have increased over the years, effective leadership may have decreased. Don’t stop reading yet!</p>
<p>With cell phones, laptops, instant messages [IM], LinkedIn, e-mails, webinars, and teleconferences, we are becoming a society who relies more heavily on technology than the personal contact. The “front porch” argument will not come into play this time. I maintain my soapbox stand that effective leadership IS effective because you, the leader, take the time to communicate with, work through, and develop those you lead. Is it possible to learn a specific skill or tool through an on-line course? Absolutely! Will that method be as effective, lasting, and life-changing as if an individual would take time from the precious 24-hours God gives us each day to talk with, get to know, and coach another person? My opinion…no way! Technology has a place and that place can be very effective.</p>
<p>Technology… the double-edge leadership sword. So, how do you balance the wonderful tools of technology with the personal side of leadership? Use technology for what they are…tools. What are some ways technology can help you in your leadership?</p>
<ol>
<li>Use IM to check in with your team and see how they are progressing on a project the two of you had discussed.</li>
<li>Use e-mail as a way to send some helpful information or as a good resource for developing a specific area; then, follow-up this topic over coffee.</li>
<li>Call their cell phone to schedule coffee or lunch where you can talk one-on-one.</li>
<li>Check out their LinkedIn account and submit a recommendation on their behalf.</li>
<li>When you are out of town, consider a teleconference with a group of your team for a brainstorming session.</li>
</ol>
<p>There are certainly many reasons and benefits that swing in favor of keeping our technologically-advanced world and not returning to the days of carrier pigeons and smoke signals. Yesterday, my cell service was out…I found myself having withdrawals and an increased anxiety level with “what if” scenarios. You know, I got a bit more exercise yesterday, having to get up, walk over to talk to someone face-to-face…and the added benefit…I had a few more laughs, so I’ll live a couple of extra hours.</p>
<p><strong>This month, I challenge you again:</strong></p>
<ol>
<li> Find at least one way each week that you can utilize a technology tool as a springboard to a personal one-on-one leadership coaching or development opportunity with your team member. The rewards will pay off in the end.</li>
<li> Intentionally plan to meet with each of your team members – in person – at least once during this next month. Do you have too many…select 4 or 5 that you feel are most pliable and on the path for leadership in your company.</li>
<li> Do you want to discover what areas your employees want to focus for their goals? Have them take a free goals report. [Visit our website: <a href="http://www.InspiredToLead.com" target="_blank">www.InspiredToLead.com</a>]</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://kentuckianabusinessforum.com/article-topics/technology%e2%80%a6the-double-edged-leadership-sword/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Laptops on Top &amp; Towers Losing Power</title>
		<link>http://kentuckianabusinessforum.com/article-topics/laptops-on-top-towers-losing-power/</link>
		<comments>http://kentuckianabusinessforum.com/article-topics/laptops-on-top-towers-losing-power/#comments</comments>
		<pubDate>Tue, 26 May 2009 15:07:05 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Article Topics]]></category>
		<category><![CDATA[Information Technology]]></category>

		<guid isPermaLink="false">http://exhibitbargains.com/?p=1040</guid>
		<description><![CDATA[Since inception, desktop – or tower – computers easily outsold laptops – or notebooks. In the past, notebooks were expensive and were targeted more toward business-end users. In recent years though, things have drastically changed. Look around at schools, colleges, airports, coffee shops, or in public places. You’ll notice many more laptops now compared to [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-medium wp-image-1229" title="KevinParrett" src="http://kentuckianabusinessforum.com/wp-content/uploads/2009/05/KevinParrett-200x300.jpg" alt="KevinParrett" width="200" height="300" />Since inception, desktop – or tower – computers easily outsold laptops – or notebooks. In the past, notebooks were expensive and were targeted more toward business-end users. In recent years though, things have drastically changed. Look around at schools, colleges, airports, coffee shops, or in public places. You’ll notice many more laptops now compared to just a few years ago.</p>
<p>To prove this, during 2008, laptops surpassed towers in sales for the first time. Not only that, tower shipments actually fell during the same period. According to iSuppli.com (same information reported in Business Week and through ZD Net Asia), this was a ‘<em>watershed event in the history of the industry</em>’:</p>
<p><em>“Global notebook PC shipments exceeded those of desktops on a quarterly basis for the first time ever in the third quarter, marking a watershed event in the history of the industry.</em></p>
<p><em>Notebook PC shipments rose almost 40 percent in the third quarter of 2008 compared to the same period of 2007 to reach 38.6 million units. Conversely, desktop PC shipments declined by 1.3 percent for the same period to 38.5 million units.”</em></p>
<p>With laptop prices dropping, they are now targeted to many more marketing segments. As iSuppli.com also reports, “This marks a major event in the PC market because it marks the start of the age of the notebook. The notebook PC is no longer a tool only for the business market, or a computer for the well-off consumer; it’s now a computer for (all).”</p>
<p>Search online to view current prices of notebook computers. You’ll notice prices are much lower than a few years ago and even lower than last year. A notebook that used to cost consumers around $1,500 or more can now be purchased for less than $1,000. In many cases, laptops with good specs with ample computing power and speed can be purchased for $500 or less. Moreover, I have seen many ads with basic laptop specs in the $300 to $400 range.</p>
<p>Two primary factors have led to this shift. First, with dramatic reductions in the cost of manufacturing notebooks, firms have passed these savings and features along to consumers. Second, the notebook market is highly competitive which is also driving prices lower. This is more evident if you look at Sony’s notebook market share. With Sony selling its units at a higher price point, the company has seen its market share DECREASE.</p>
<p>So, which companies sell the most laptops? According to a Business Week article dated December 24, 2008 by Vivian Yeo, and through NotebookReview.com, the top notebook sellers and market shares through 2008 are listed below:</p>
<h3>Notebook Manufacturer Market Share</h3>
<ol>
<li>Hewlett Packard (HP) 18.8%</li>
<li>Dell 13.9%</li>
<li>Acer 12.4%</li>
<li>Lenovo 7.5%</li>
<li>Toshiba 4.6%</li>
<li>ASUS 4.2%</li>
<li>Apple 3.2%</li>
</ol>
<p>Hewlett Packard has maintained its lead, with Acer experiencing the fastest growth. Conversely, Toshiba’s share has slipped. Although not listed above, Sony computers fell from #6 previously to #9 in 2008. Many analysts attribute that decline to Acer and Lenovo gains. Additionally, Sony prices are more expensive, and this along with the recent economic events has led more consumers to by-pass Sony for more price competitive manufacturers.</p>
<p>With lower prices and portability still the greatest selling point for notebooks, the positive sales trend is expected to continue. Although the US economy may see sales stall a bit early on in 2009, notebook sales should regain strength in the latter half of this year.</p>
<p>So, are you currently a laptop/notebook owner? If not, now may be the best time to purchase one. Manufacturers are in a race for market share. Plus, with the US economy in decline, incentives to sell more computers are in full gear. If you would like a list of standard notebook specs to look for when purchasing, please feel free to contact me at kparrett@hotmail.com.</p>
<h1>Happy Computing!</h1>
]]></content:encoded>
			<wfw:commentRss>http://kentuckianabusinessforum.com/article-topics/laptops-on-top-towers-losing-power/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Technology Changing Course Delivery</title>
		<link>http://kentuckianabusinessforum.com/article-topics/technology-changing-course-delivery/</link>
		<comments>http://kentuckianabusinessforum.com/article-topics/technology-changing-course-delivery/#comments</comments>
		<pubDate>Tue, 03 Mar 2009 00:18:57 +0000</pubDate>
		<dc:creator>Kevin Parrett</dc:creator>
				<category><![CDATA[Article Topics]]></category>
		<category><![CDATA[Information Technology]]></category>

		<guid isPermaLink="false">http://exhibitbargains.com/?p=735</guid>
		<description><![CDATA[Technology is profoundly changing higher education. Specifically, advances in technology have allowed learning to move from inside the classroom to anywhere on planet earth, as long as there is a computer and an Internet connection. Any learning outside of the traditional college campus is called distance learning. Most of that distance learning is through online [...]]]></description>
			<content:encoded><![CDATA[<p><!--[if gte mso 9]><xml> <o:DocumentProperties> <o:Version>12.00</o:Version> </o:DocumentProperties> </xml><![endif]--></p>
<p><!--[if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:TrackMoves /> <w:TrackFormatting /> <w:DoNotShowRevisions /> <w:DoNotPrintRevisions /> <w:DoNotShowMarkup /> <w:DoNotShowComments /> <w:DoNotShowInsertionsAndDeletions /> <w:DoNotShowPropertyChanges /> <w:PunctuationKerning /> <w:ValidateAgainstSchemas /> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent> <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> <w:DoNotPromoteQF /> <w:LidThemeOther>EN-US</w:LidThemeOther> <w:LidThemeAsian>X-NONE</w:LidThemeAsian> <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript> <w:Compatibility> <w:BreakWrappedTables /> <w:SnapToGridInCell /> <w:WrapTextWithPunct /> <w:UseAsianBreakRules /> <w:DontGrowAutofit /> <w:SplitPgBreakAndParaMark /> <w:DontVertAlignCellWithSp /> <w:DontBreakConstrainedForcedTables /> <w:DontVertAlignInTxbx /> <w:Word11KerningPairs /> <w:CachedColBalance /> </w:Compatibility> <m:mathPr> <m:mathFont m:val="Cambria Math" /> <m:brkBin m:val="before" /> <m:brkBinSub m:val="&#45;-" /> <m:smallFrac m:val="off" /> <m:dispDef /> <m:lMargin m:val="0" /> <m:rMargin m:val="0" /> <m:defJc m:val="centerGroup" /> <m:wrapIndent m:val="1440" /> <m:intLim m:val="subSup" /> <m:naryLim m:val="undOvr" /> </m:mathPr></w:WordDocument> </xml><![endif]--><!--[if gte mso 9]><xml> <w:LatentStyles DefLockedState="false" DefUnhideWhenUsed="true"   DefSemiHidden="true" DefQFormat="false" DefPriority="99"   LatentStyleCount="267"> <w:LsdException Locked="false" Priority="0" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Normal" /> <w:LsdException Locked="false" Priority="9" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="heading 1" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 2" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 3" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 4" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 5" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 6" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 7" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 8" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 9" /> <w:LsdException Locked="false" Priority="39" Name="toc 1" /> <w:LsdException Locked="false" Priority="39" Name="toc 2" /> <w:LsdException Locked="false" Priority="39" Name="toc 3" /> <w:LsdException Locked="false" Priority="39" Name="toc 4" /> <w:LsdException Locked="false" Priority="39" Name="toc 5" /> <w:LsdException Locked="false" Priority="39" Name="toc 6" /> <w:LsdException Locked="false" Priority="39" Name="toc 7" /> <w:LsdException Locked="false" Priority="39" Name="toc 8" /> <w:LsdException Locked="false" Priority="39" Name="toc 9" /> <w:LsdException Locked="false" Priority="35" QFormat="true" Name="caption" /> <w:LsdException Locked="false" Priority="10" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Title" /> <w:LsdException Locked="false" Priority="1" Name="Default Paragraph Font" /> <w:LsdException Locked="false" Priority="11" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtitle" /> <w:LsdException Locked="false" Priority="22" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Strong" /> <w:LsdException Locked="false" Priority="20" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Emphasis" /> <w:LsdException Locked="false" Priority="59" SemiHidden="false"    UnhideWhenUsed="false" Name="Table Grid" /> <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Placeholder Text" /> <w:LsdException Locked="false" Priority="1" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="No Spacing" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 1" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 1" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 1" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 1" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 1" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 1" /> <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Revision" /> <w:LsdException Locked="false" Priority="34" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="List Paragraph" /> <w:LsdException Locked="false" Priority="29" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Quote" /> <w:LsdException Locked="false" Priority="30" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Quote" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 1" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 1" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 1" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 1" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 1" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 1" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 1" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 1" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 2" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 2" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 2" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 2" /> <w:LsdExce<br />
ption Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 2" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 2" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 2" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 2" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 2" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 2" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 2" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 2" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 2" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 2" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 3" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 3" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 3" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 3" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 3" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 3" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 3" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 3" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 3" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 3" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 3" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 3" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 3" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 3" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 4" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 4" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 4" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 4" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 4" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 4" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 4" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 4" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 4" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 4" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 4" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 4" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 4" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 4" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 5" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 5" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 5" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 5" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 5" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 5" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 5" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 5" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 5" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 5" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 5" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 5" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 5" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 5" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 6" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 6" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 6" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 6" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 6" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 6" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 6" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 6" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 6" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 6" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 6" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 6" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 6" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 6" /> <w:LsdException Locked="false" Priority="19" SemiHidden="false"    UnhideWhenUsed="fa<br />
lse" QFormat="true" Name="Subtle Emphasis" /> <w:LsdException Locked="false" Priority="21" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Emphasis" /> <w:LsdException Locked="false" Priority="31" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtle Reference" /> <w:LsdException Locked="false" Priority="32" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Reference" /> <w:LsdException Locked="false" Priority="33" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Book Title" /> <w:LsdException Locked="false" Priority="37" Name="Bibliography" /> <w:LsdException Locked="false" Priority="39" QFormat="true" Name="TOC Heading" /> </w:LatentStyles> </xml><![endif]--></p>
<p><!--[if gte mso 10]><br />
<mce:style><!   /* Style Definitions */  table.MsoNormalTable 	{mso-style-name:"Table Normal"; 	mso-tstyle-rowband-size:0; 	mso-tstyle-colband-size:0; 	mso-style-noshow:yes; 	mso-style-priority:99; 	mso-style-qformat:yes; 	mso-style-parent:""; 	mso-padding-alt:0in 5.4pt 0in 5.4pt; 	mso-para-margin:0in; 	mso-para-margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:11.0pt; 	font-family:"Calibri","sans-serif"; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:"Times New Roman"; 	mso-fareast-theme-font:minor-fareast; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin; 	mso-bidi-font-family:"Times New Roman"; 	mso-bidi-theme-font:minor-bidi;} --></p>
<p><!--[endif]--></p>
<p class="MsoNormal"><em><span style="font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;"><a href="http://kentuckianabusinessforum.com/wp-content/uploads/2009/03/KevinParrett.jpg"><img class="alignright size-medium wp-image-1817" title="KevinParrett" src="http://kentuckianabusinessforum.com/wp-content/uploads/2009/03/KevinParrett-200x300.jpg" alt="" width="200" height="300" /></a></span></em></p>
<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-indent: 9pt; line-height: normal;"><span style="font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;">Technology is profoundly changing higher education. Specifically, advances in technology have allowed learning to move from inside the classroom to anywhere on planet earth, as long as there is a computer and an Internet connection. Any learning outside of the traditional college campus is called <em>distance learning</em>. Most of that distance learning is through online classes. Perform a quick search online and you will find growth rates in the number of students taking online classes in the 30-50% range just over the last year.</span></p>
<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-indent: 9pt; line-height: normal;"><span style="font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;">I’ve taken and taught classes online and this method of delivery does put more of the learning emphasis on the student. So, if a student is not motivated or self-disciplined, online learning may not be a good choice. In most cases, online teaching is just as effective as the traditional setting.</span></p>
<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-indent: 9pt; line-height: normal;"><span style="font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;">From the student standpoint, material and assignments are known each week. The difference here is that students have more control of when and where to complete read the material. A more recent development is with high schools nationwide. School districts are beginning to require that students take online courses while in high school in order to graduate. According to http://www.wilx.com/home/headlines/37065219.html, 11 districts in Michigan now make online classes mandatory, simply to graduate high school. Moreover, in Alabama, students must begin taking online courses to graduate. See that story at http://www.timesdaily.com/article/20081116/ARTICLES/811160343/0/SPORTS50.</span></p>
<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-indent: 9pt; line-height: normal;"><span style="font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;">From the professor standpoint, although initial course creation is time-consuming, those same courses already created can be re-used for later semesters. Professors also more quickly know the standing of students. Here, software calculates grades, along with letting me know who is and who is NOT participating in the course, and can even alert professors when a student may be going down the wrong path in the course.</span></p>
<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-indent: 9pt; line-height: normal;"><span style="font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;">If you wondered how the online learning process works, here it is in a nutshell. Colleges provide a secure website for students to log into. For example, KCTCS uses www.elearning.kctcs.edu; Ivy Tech uses www.dl.ivytech.edu. After going to the website provided by the college, students simply log in using their already existing student id and password accounts. Once logged in, the classes they are enrolled in appear on the screen. From there, students click the link for each class. Material is posted online and students submit assignments and take exams online. Then, the professor grades and adds comments online as well. As students today are so familiar with technology, they adapt to and prefer this new method of instruction.</span></p>
<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-indent: 9pt; line-height: normal;"><span style="font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;">In most cases, paper is not exchanged back and forth between the student and professor. This is another plus I see to online or distance learning &#8211; it’s more ‘green’ due to less paper use. More textbook publishers are also giving students the option to purchase electronic textbook copies at reduced rates as compared to paper copies.</span></p>
<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-indent: 9pt; line-height: normal;"><span style="font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;">With budget cuts and increased expenses, most colleges are quickly moving to online classes to reduce overall costs. Look at it this way; if more students take online courses, fewer students will be on campus, reducing the need for facilities, staff, parking, utilities, and so forth.</span></p>
<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-indent: 9pt; line-height: normal;"><span style="font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;">What does the future hold? The percentage of students taking online classes will eventually surpass that of students on campus. Moreover, I believe that local school districts in the K-12 range will begin to adopt a 4 day (or shorter) school week and use technology to make up the difference. Can you imagine the savings if Jefferson County Public Schools only had to transport students four days per week instead of five?</span></p>
<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-indent: 9pt; line-height: normal;"><span style="font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;">For more information, please contact me at kparrett0003@kctcs.edu or kparrett@hotmail.com.</span></p>
]]></content:encoded>
			<wfw:commentRss>http://kentuckianabusinessforum.com/article-topics/technology-changing-course-delivery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How Fast Is Technology Advancing?</title>
		<link>http://kentuckianabusinessforum.com/article-topics/how-fast-is-technology-advancing/</link>
		<comments>http://kentuckianabusinessforum.com/article-topics/how-fast-is-technology-advancing/#comments</comments>
		<pubDate>Mon, 02 Feb 2009 22:46:47 +0000</pubDate>
		<dc:creator>Kevin Parrett</dc:creator>
				<category><![CDATA[Article Topics]]></category>
		<category><![CDATA[Information Technology]]></category>

		<guid isPermaLink="false">http://exhibitbargains.com/?p=663</guid>
		<description><![CDATA[Most of us cannot believe how fast technology has advanced just in the last decade. Ten years ago we were still using something called film in cameras. Now, adults and children alike take thousands of digital photos without ever buying a roll of film. Look at how digital technology changed the photo industry. The largest [...]]]></description>
			<content:encoded><![CDATA[<p><!--[if !mso]><br />
<mce:style><!  v\:* {behavior:url(#default#VML);} o\:* {behavior:url(#default#VML);} w\:* {behavior:url(#default#VML);} .shape {behavior:url(#default#VML);} --></p>
<p><!--[endif]--><!--[if gte mso 9]><xml> <o:DocumentProperties> <o:Version>12.00</o:Version> </o:DocumentProperties> </xml><![endif]--><!--[if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:TrackMoves /> <w:TrackFormatting /> <w:DoNotShowRevisions /> <w:DoNotPrintRevisions /> <w:DoNotShowMarkup /> <w:DoNotShowComments /> <w:DoNotShowInsertionsAndDeletions /> <w:DoNotShowPropertyChanges /> <w:PunctuationKerning /> <w:ValidateAgainstSchemas /> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent> <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> <w:DoNotPromoteQF /> <w:LidThemeOther>EN-US</w:LidThemeOther> <w:LidThemeAsian>X-NONE</w:LidThemeAsian> <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript> <w:Compatibility> <w:BreakWrappedTables /> <w:SnapToGridInCell /> <w:WrapTextWithPunct /> <w:UseAsianBreakRules /> <w:DontGrowAutofit /> <w:SplitPgBreakAndParaMark /> <w:DontVertAlignCellWithSp /> <w:DontBreakConstrainedForcedTables /> <w:DontVertAlignInTxbx /> <w:Word11KerningPairs /> <w:CachedColBalance /> </w:Compatibility> <m:mathPr> <m:mathFont m:val="Cambria Math" /> <m:brkBin m:val="before" /> <m:brkBinSub m:val="&#45;-" /> <m:smallFrac m:val="off" /> <m:dispDef /> <m:lMargin m:val="0" /> <m:rMargin m:val="0" /> <m:defJc m:val="centerGroup" /> <m:wrapIndent m:val="1440" /> <m:intLim m:val="subSup" /> <m:naryLim m:val="undOvr" /> </m:mathPr></w:WordDocument> </xml><![endif]--><!--[if gte mso 9]><xml> <w:LatentStyles DefLockedState="false" DefUnhideWhenUsed="true"   DefSemiHidden="true" DefQFormat="false" DefPriority="99"   LatentStyleCount="267"> <w:LsdException Locked="false" Priority="0" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Normal" /> <w:LsdException Locked="false" Priority="9" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="heading 1" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 2" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 3" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 4" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 5" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 6" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 7" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 8" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 9" /> <w:LsdException Locked="false" Priority="39" Name="toc 1" /> <w:LsdException Locked="false" Priority="39" Name="toc 2" /> <w:LsdException Locked="false" Priority="39" Name="toc 3" /> <w:LsdException Locked="false" Priority="39" Name="toc 4" /> <w:LsdException Locked="false" Priority="39" Name="toc 5" /> <w:LsdException Locked="false" Priority="39" Name="toc 6" /> <w:LsdException Locked="false" Priority="39" Name="toc 7" /> <w:LsdException Locked="false" Priority="39" Name="toc 8" /> <w:LsdException Locked="false" Priority="39" Name="toc 9" /> <w:LsdException Locked="false" Priority="35" QFormat="true" Name="caption" /> <w:LsdException Locked="false" Priority="10" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Title" /> <w:LsdException Locked="false" Priority="1" Name="Default Paragraph Font" /> <w:LsdException Locked="false" Priority="11" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtitle" /> <w:LsdException Locked="false" Priority="22" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Strong" /> <w:LsdException Locked="false" Priority="20" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Emphasis" /> <w:LsdException Locked="false" Priority="59" SemiHidden="false"    UnhideWhenUsed="false" Name="Table Grid" /> <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Placeholder Text" /> <w:LsdException Locked="false" Priority="1" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="No Spacing" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 1" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 1" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 1" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 1" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 1" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 1" /> <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Revision" /> <w:LsdException Locked="false" Priority="34" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="List Paragraph" /> <w:LsdException Locked="false" Priority="29" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Quote" /> <w:LsdException Locked="false" Priority="30" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Quote" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 1" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 1" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 1" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 1" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 1" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 1" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 1" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 1" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 2" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 2" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 2" /> <w:<br />
LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 2" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 2" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 2" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 2" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 2" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 2" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 2" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 2" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 2" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 2" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 2" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 3" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 3" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 3" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 3" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 3" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 3" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 3" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 3" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 3" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 3" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 3" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 3" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 3" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 3" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 4" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 4" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 4" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 4" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 4" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 4" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 4" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 4" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 4" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 4" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 4" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 4" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 4" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 4" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 5" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 5" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 5" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 5" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 5" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 5" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 5" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 5" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 5" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 5" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 5" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 5" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 5" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 5" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 6" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 6" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 6" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 6" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 6" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 6" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 6" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 6" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 6" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 6" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 6" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 6" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 6" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWh<br />
enUsed="false" Name="Colorful Grid Accent 6" /> <w:LsdException Locked="false" Priority="19" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtle Emphasis" /> <w:LsdException Locked="false" Priority="21" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Emphasis" /> <w:LsdException Locked="false" Priority="31" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtle Reference" /> <w:LsdException Locked="false" Priority="32" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Reference" /> <w:LsdException Locked="false" Priority="33" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Book Title" /> <w:LsdException Locked="false" Priority="37" Name="Bibliography" /> <w:LsdException Locked="false" Priority="39" QFormat="true" Name="TOC Heading" /> </w:LatentStyles> </xml><![endif]--> <!--[if gte mso 10]><br />
<mce:style><!   /* Style Definitions */  table.MsoNormalTable 	{mso-style-name:"Table Normal"; 	mso-tstyle-rowband-size:0; 	mso-tstyle-colband-size:0; 	mso-style-noshow:yes; 	mso-style-priority:99; 	mso-style-qformat:yes; 	mso-style-parent:""; 	mso-padding-alt:0in 5.4pt 0in 5.4pt; 	mso-para-margin:0in; 	mso-para-margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:11.0pt; 	font-family:"Calibri","sans-serif"; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:"Times New Roman"; 	mso-fareast-theme-font:minor-fareast; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin; 	mso-bidi-font-family:"Times New Roman"; 	mso-bidi-theme-font:minor-bidi;} --></p>
<p><!--[endif]--></p>
<p class="MsoNormal"><em> </em></p>
<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-indent: 9pt; line-height: normal;"><span style="font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;"><a href="http://kentuckianabusinessforum.com/wp-content/uploads/2009/02/KevinParrett.jpg"><img class="alignright size-medium wp-image-1819" title="KevinParrett" src="http://kentuckianabusinessforum.com/wp-content/uploads/2009/02/KevinParrett-200x300.jpg" alt="" width="200" height="300" /></a>Most of us cannot believe how fast technology has advanced just in the last decade. Ten years ago we were still using something called film in cameras. Now, adults and children alike take thousands of digital photos without ever buying a roll of film. Look at how digital technology changed the photo industry. The largest film company in America, Kodak, did not adapt quickly enough to this dramatic shift in photography. Since the firm waited too long before jumping into the digital age, it still pays for that costly mistake today as other companies have taken away its market share.</span></p>
<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-indent: 9pt; line-height: normal;"><span style="font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;">Moreover, just 10 years ago, music was on something called a compact disc. During the time of the CD, we were all amazed at the quality and ease of playing and finding the tracks on the disc. Although still used somewhat today, even CD’s are going to the wayside only holding 15-20 full songs. Music is now stored and played in the hundreds and thousands on devices such as iPods and mp3 players. Personally, one of the best gifts I’ve ever received was my 80GB iPod. I have over 5,000 songs and 3,000 digital pictures on a device about the same size as HALF a deck of cards. Even with that many files on my iPod, I’m only using 35% of its storage capacity.</span></p>
<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-indent: 9pt; line-height: normal;">
<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-indent: 9pt; line-height: normal;">
<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-indent: 9pt; line-height: normal;">
<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-indent: 9pt; line-height: normal;">
<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-indent: 9pt; line-height: normal;">
<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-indent: 9pt; line-height: normal;">
<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-indent: 9pt; line-height: normal;">
<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-indent: 9pt; line-height: normal;">
<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-indent: 9pt; line-height: normal;">
<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-indent: 9pt; line-height: normal;">
<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-indent: 9pt; line-height: normal;">
<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-indent: 9pt; line-height: normal;">
<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-indent: 9pt; line-height: normal;">
<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-indent: 9pt; line-height: normal;"><span style="font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;"><br />
</span></p>
<p class="MsoNormal" style="margin-bottom: 6pt; text-indent: 9.35pt; line-height: normal;">
<p class="MsoNormal" style="margin-bottom: 6pt; text-indent: 9.35pt; line-height: normal;">
<p class="MsoNormal" style="margin-bottom: 6pt; text-indent: 9.35pt; line-height: normal;">
<p class="MsoNormal" style="margin-bottom: 6pt; text-indent: 9.35pt; line-height: normal;"><span style="font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;">Although DVDs are still popular, the next big move is to Blu-Ray. If you haven’t yet heard of Blu-Ray, www.blu-ray.com/info/ defines the format as:</span></p>
<p class="MsoNormal" style="margin-left: 0.5in; line-height: normal;"><span style="font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;">“<span style="color: #333333;">the name of a next-generation optical disc format jointly developed by the Blu-ray Disc Association (BDA), a group of the world&#8217;s leading consumer electronics, personal computer and media manufacturers.”</span></span></p>
<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-indent: 9pt; line-height: normal;"><span style="font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;">What makes it far superior to current DVD’s?<span> </span>First, Blu-Ray is in HD or High Definition. Moreover, a typical DVD holds only 4GB single layer/8GB dual layer, while Blu-Ray holds an astonishing 25GB single layer and 50GB dual layer, or 6 times that of DVDs. Not to be outdone by those increases in storage capacity, the same site also speaks of Pioneer creating a Blu-Ray with 20 layers and up to 500GB of storage capacity. This is approximately 100 times what current single layer DVD’s can store. More amazingly, all of this has occurred just in the last few years.</span></p>
<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-indent: 9pt; line-height: normal;"><span style="font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;">Also, 10 short years ago, most of us didn’t know about satellite radio. Today, we can access over 100 stations, most commercial free, expanding our options from traditional radio. Online sites, such as www.pandora.com, allow users to create their own personalized station that will only play music they like. This is done by the user clicking musical formats of interest, then as the station plays, the user can give thumbs up or thumbs down to any song. The site then remembers these tastes and continually adjusts and personalizes the station. For example, you can choose country, rock, pop, Christian, R&amp;B or a mix of any of the above to play on your station. Within your station, you can customize what groups or types of songs will play. Go online and give this site a try:<span> </span>www.pandora.com.</span></p>
<p class="MsoNormal" style="margin-bottom: 6pt; text-indent: 9.35pt; line-height: normal;"><span style="font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;">So, has technology advanced at the same pace or more rapidly over the past few years? The question is debatable, yet researching what is called Moore’s Law will shed some light on the subject. According to a multitude of websites, including Wikipedia, Moore’s law is defined as:</span></p>
<p style="margin: 0in 0in 0.0001pt 0.5in;"><em><span style="font-size: 11pt; font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;">..a long-term trend in the </span></em><span style="font-size: 11pt; font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;"><a title="History of computing hardware" href="http://en.wikipedia.org/wiki/History_of_computing_hardware"><em><span style="color: windowtext; text-decoration: none;">history of computing hardware</span></em></a></span><em><span style="font-size: 11pt; font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;">. Since the invention of the </span></em><span style="font-size: 11pt; font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;"><a title="Integrated circuit" href="http://en.wikipedia.org/wiki/Integrated_circuit"><em><span style="color: windowtext; text-decoration: none;">integrated circuit</span></em></a></span><em><span style="font-size: 11pt; font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;"> in 1958, the number of </span></em><span style="font-size: 11pt; font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;"><a title="Transistors" href="http://en.wikipedia.org/wiki/Transistors"><em><span style="color: windowtext; text-decoration: none;">transistors</span></em></a></span><em><span style="font-size: 11pt; font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;"> that can be placed inexpensively on an integrated circuit has increased </span></em><span style="font-size: 11pt; font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;"><a title="Exponential growth" href="http://en.wikipedia.org/wiki/Exponential_growth"><em><span style="color: windowtext; text-decoration: none;">exponentially</span></em></a></span><em><span style="font-size: 11pt; font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;">, doubling approximately every two years. The trend was first observed by </span></em><span style="font-size: 11pt; font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;"><a title="Intel" href="http://en.wikipedia.org/wiki/Intel"><em><span style="color: windowtext; text-decoration: none;">Intel</span></em></a></span><em><span style="font-size: 11pt; font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;"> co-founder </span></em><span style="font-size: 11pt; font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;"><a title="Gordon Moore" href="http://en.wikipedia.org/wiki/Gordon_Moore"><em><span style="color: windowtext; text-decoration: none;">Gordon E. Moore</span></em></a></span><em><span style="font-size: 11pt; font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;"> in a 1965 paper. It has continued for almost half of a century and is not expected to stop for another decade, at least and perhaps much longer.</span></em></p>
<p style="margin: 0in 0in 0.0001pt 0.5in;"><em><span style="font-size: 11pt; font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;"> </span></em></p>
<p style="margin: 0in 0in 6pt 0.5in;"><em><span style="font-size: 11pt; font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;">Almost every measure of the capabilities of digital electronic devices is linked to Moore&#8217;s law: </span></em><span style="font-size: 11pt; font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;"><a title="Clock rate" href="http://en.wikipedia.org/wiki/Clock_rate"><em><span style="color: windowtext; text-decoration: none;">processing speed</span></em></a></span><em><span style="font-size: 11pt; font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;">, </span></em><span style="font-size: 11pt; font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;"><a title="Working memory" href="http://en.wikipedia.org/wiki/Working_memory"><em><span style="color: windowtext; text-decoration: none;">memory capacity</span></em></a></span><em><span style="font-size: 11pt; font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;">, even the number and size of </span></em><span style="font-size: 11pt; font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;"><a title="Pixel" href="http://en.wikipedia.org/wiki/Pixel"><em><span style="color: windowtext; text-decoration: none;">pixels</span></em></a></span><em><span style="font-size: 11pt; font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;"> in </span></em><span style="font-size: 11pt; font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;"><a title="Digital camera" href="http://en.wikipedia.org/wiki/Digital_camera"><em><span style="color: windowtext; text-decoration: none;">digital cameras</span></em></a></span><em><span style="font-size: 11pt; font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;">. All of these are improving at (roughly) </span></em><span style="font-size: 11pt; font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;"><a title="Exponential growth" href="http://en.wikipedia.org/wiki/Exponential_growth"><em><span style="color: windowtext; text-decoration: none;">exponential</span></em></a></span><em><span style="font-size: 11pt; font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;"> rates as well. This has dramatically increased the usefulness of digital electronics in nearly every segment of the world economy. Moore&#8217;s law describes this driving force of technological and social change in the late 20th and early 21st centuries.</span></em></p>
<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-indent: 9pt; line-height: normal;"><span style="font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;">Therefore, in a nutshell, Moore’s Law states that computer technology doubles every 24 months. Some more recent studies suggest the average time technology doubles has <em>decreased</em> from 24 months to 18 months. The most recent technological developments follow this law.</span></p>
<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-indent: 9pt; line-height: normal;"><span style="font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;">Another advance in technology is <em>touch</em>. Many cell phones now offer touch screens and have very few buttons. The Apple iPhone and Samsung Instinct are two great examples of this technology. Users are able to be more ‘attached’ to the phone, if you will. Consumers can use stylus pens or fingers to activate features on the phone.</span></p>
<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-indent: 9pt; line-height: normal;"><span style="font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;">In personal computing, surface computing was unveiled in 2007 by Microsoft. Surface computing allows the user to become the input mechanism for the computer instead of the traditional input devices such as mice and keyboards. For a great demonstration, go to Microsoft’s website and view the video at http://www.microsoft.com/surface/index.html or visit YouTube and type <em>surface computing</em> for a wide selection of videos.</span></p>
<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-indent: 9pt; line-height: normal;"><span style="font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;"><img class="aligncenter size-full wp-image-664" title="it-article" src="http://exhibitbargains.com/wp-content/uploads/2009/05/it-article.jpg" alt="it-article" width="471" height="86" /><br />
</span></p>
<p><span style="font-size: 11pt; font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;"><span> </span><span> </span></span></p>
<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-indent: 9pt; line-height: normal;"><span style="font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;">Most of you have already seen surface computing in action, but perhaps not realized it. During the most recent election, most networks used this type of technology when analyzing voting trends and statistics by state and county. Most newscasts, especially at the national level, use these as well. If you’ve watched the weather, you’ll see the meteorologist interact more with the screen behind them to zoom in or out of various maps. If you watch Extra, hosted by Mario Lopez, he too uses this type of technology when interacting directly with the video screens around him on the show. These are just a few examples of how surface or touch computing is used.<span> </span>This technology has so much in store that I will write a future article just on it alone.</span></p>
<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-indent: 9pt; line-height: normal;"><span style="font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;">What will the future hold? Even more of the same with big leaps in technology continuing!</span></p>
]]></content:encoded>
			<wfw:commentRss>http://kentuckianabusinessforum.com/article-topics/how-fast-is-technology-advancing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What would a data breach really cost?</title>
		<link>http://kentuckianabusinessforum.com/article-topics/what-would-a-data-breach-really-cost/</link>
		<comments>http://kentuckianabusinessforum.com/article-topics/what-would-a-data-breach-really-cost/#comments</comments>
		<pubDate>Sat, 15 Nov 2008 17:16:25 +0000</pubDate>
		<dc:creator>Kevin Parrett</dc:creator>
				<category><![CDATA[Article Topics]]></category>
		<category><![CDATA[Information Technology]]></category>

		<guid isPermaLink="false">http://exhibitbargains.com/?p=566</guid>
		<description><![CDATA[With this month’s issue centered around Marketing &#38; Branding, this article will show business owners the reality of a data or security breach occurrence. We all know the saying it takes a lifetime to build a reputation, yet that same reputation can be lost in just a matter of a few minutes. Successful firms perpetually [...]]]></description>
			<content:encoded><![CDATA[<p><!--[if gte mso 9]><xml> <o:DocumentProperties> <o:Version>12.00</o:Version> </o:DocumentProperties> <o:OfficeDocumentSettings> <o:RelyOnVML /> <o:AllowPNG /> </o:OfficeDocumentSettings> </xml><![endif]--><!--[if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:TrackMoves /> <w:TrackFormatting /> <w:DoNotShowRevisions /> <w:DoNotPrintRevisions /> <w:DoNotShowMarkup /> <w:DoNotShowComments /> <w:DoNotShowInsertionsAndDeletions /> <w:DoNotShowPropertyChanges /> <w:PunctuationKerning /> <w:ValidateAgainstSchemas /> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent> <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> <w:DoNotPromoteQF /> <w:LidThemeOther>EN-US</w:LidThemeOther> <w:LidThemeAsian>X-NONE</w:LidThemeAsian> <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript> <w:Compatibility> <w:BreakWrappedTables /> <w:SnapToGridInCell /> <w:WrapTextWithPunct /> <w:UseAsianBreakRules /> <w:DontGrowAutofit /> <w:SplitPgBreakAndParaMark /> <w:DontVertAlignCellWithSp /> <w:DontBreakConstrainedForcedTables /> <w:DontVertAlignInTxbx /> <w:Word11KerningPairs /> <w:CachedColBalance /> </w:Compatibility> <m:mathPr> <m:mathFont m:val="Cambria Math" /> <m:brkBin m:val="before" /> <m:brkBinSub m:val="&#45;-" /> <m:smallFrac m:val="off" /> <m:dispDef /> <m:lMargin m:val="0" /> <m:rMargin m:val="0" /> <m:defJc m:val="centerGroup" /> <m:wrapIndent m:val="1440" /> <m:intLim m:val="subSup" /> <m:naryLim m:val="undOvr" /> </m:mathPr></w:WordDocument> </xml><![endif]--><!--[if gte mso 9]><xml> <w:LatentStyles DefLockedState="false" DefUnhideWhenUsed="true"   DefSemiHidden="true" DefQFormat="false" DefPriority="99"   LatentStyleCount="267"> <w:LsdException Locked="false" Priority="0" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Normal" /> <w:LsdException Locked="false" Priority="9" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="heading 1" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 2" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 3" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 4" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 5" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 6" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 7" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 8" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 9" /> <w:LsdException Locked="false" Priority="39" Name="toc 1" /> <w:LsdException Locked="false" Priority="39" Name="toc 2" /> <w:LsdException Locked="false" Priority="39" Name="toc 3" /> <w:LsdException Locked="false" Priority="39" Name="toc 4" /> <w:LsdException Locked="false" Priority="39" Name="toc 5" /> <w:LsdException Locked="false" Priority="39" Name="toc 6" /> <w:LsdException Locked="false" Priority="39" Name="toc 7" /> <w:LsdException Locked="false" Priority="39" Name="toc 8" /> <w:LsdException Locked="false" Priority="39" Name="toc 9" /> <w:LsdException Locked="false" Priority="35" QFormat="true" Name="caption" /> <w:LsdException Locked="false" Priority="10" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Title" /> <w:LsdException Locked="false" Priority="1" Name="Default Paragraph Font" /> <w:LsdException Locked="false" Priority="11" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtitle" /> <w:LsdException Locked="false" Priority="22" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Strong" /> <w:LsdException Locked="false" Priority="20" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Emphasis" /> <w:LsdException Locked="false" Priority="59" SemiHidden="false"    UnhideWhenUsed="false" Name="Table Grid" /> <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Placeholder Text" /> <w:LsdException Locked="false" Priority="1" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="No Spacing" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 1" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 1" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 1" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 1" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 1" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 1" /> <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Revision" /> <w:LsdException Locked="false" Priority="34" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="List Paragraph" /> <w:LsdException Locked="false" Priority="29" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Quote" /> <w:LsdException Locked="false" Priority="30" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Quote" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 1" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 1" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 1" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 1" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 1" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 1" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 1" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 1" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 2" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 2" /> <w:LsdException Locked="f<br />
alse" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 2" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 2" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 2" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 2" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 2" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 2" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 2" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 2" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 2" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 2" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 2" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 2" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 3" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 3" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 3" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 3" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 3" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 3" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 3" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 3" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 3" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 3" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 3" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 3" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 3" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 3" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 4" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 4" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 4" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 4" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 4" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 4" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 4" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 4" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 4" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 4" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 4" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 4" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 4" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 4" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 5" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 5" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 5" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 5" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 5" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 5" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 5" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 5" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 5" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 5" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 5" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 5" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 5" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 5" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 6" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 6" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 6" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 6" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 6" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 6" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 6" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 6" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 6" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 6" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 6" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 6" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colo<br />
rful List Accent 6" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 6" /> <w:LsdException Locked="false" Priority="19" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtle Emphasis" /> <w:LsdException Locked="false" Priority="21" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Emphasis" /> <w:LsdException Locked="false" Priority="31" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtle Reference" /> <w:LsdException Locked="false" Priority="32" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Reference" /> <w:LsdException Locked="false" Priority="33" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Book Title" /> <w:LsdException Locked="false" Priority="37" Name="Bibliography" /> <w:LsdException Locked="false" Priority="39" QFormat="true" Name="TOC Heading" /> </w:LatentStyles> </xml><![endif]--> <!--[if gte mso 10]><br />
<mce:style><!   /* Style Definitions */  table.MsoNormalTable 	{mso-style-name:"Table Normal"; 	mso-tstyle-rowband-size:0; 	mso-tstyle-colband-size:0; 	mso-style-noshow:yes; 	mso-style-priority:99; 	mso-style-qformat:yes; 	mso-style-parent:""; 	mso-padding-alt:0in 5.4pt 0in 5.4pt; 	mso-para-margin:0in; 	mso-para-margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:10.0pt; 	font-family:"Calibri","sans-serif";} --></p>
<p><!--[endif]--><span style="font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;"> </span><span style="font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;"><span><a href="http://kentuckianabusinessforum.com/wp-content/uploads/2008/11/KevinParrett.jpg"><img class="alignright size-medium wp-image-1822" title="KevinParrett" src="http://kentuckianabusinessforum.com/wp-content/uploads/2008/11/KevinParrett-200x300.jpg" alt="" width="200" height="300" /></a> </span>With this month’s issue centered around Marketing &amp; Branding, this article will show business owners the reality of a data or security breach occurrence. We all know the saying <em>it takes a lifetime to build a reputation, yet that same reputation can be lost in just a matter of a few minutes</em>. Successful firms perpetually try to build a good image or brand. That good image means firms attempt to avoid negative publicity at all costs, especially negative publicity with a business allowing others to steal private information of its clients.</span></p>
<p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"><span style="font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;"><span> </span>In order to compete and survive in today’s business environment, firms must provide superior customer service. One part of superior customer service, is protecting client data. Since your clients entrust you with so much private information, this is critical.</span></p>
<p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"><span style="font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;"><span> </span>A survey by the Computing Technology Industry Association reports that “the severity level of information security breaches experienced by organizations has shown a marked increase over the past year.” This can be viewed at www.allbusiness.com; once at the site, perform a search on Tech Security Breaches. This report contains the following consequences of a breach and its effects on a firm:</span></p>
<p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;">
<p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;">
<p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"><span style="font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;"><br />
</span></p>
<p class="MsoListParagraphCxSpFirst" style="margin: 0in 0in 0.0001pt 0.75in; text-indent: 0in; line-height: normal;"><!--[if !supportLists]--><span style="font-family: Symbol;"><span>·<span style="font-family: &amp;quot;Times New Roman&amp;quot;; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal; -x-system-font: none;"> </span></span></span><!--[endif]--><span style="font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;">Employee Productivity Impacted:<span> </span>35%</span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin: 0in 0in 0.0001pt 0.75in; text-indent: 0in; line-height: normal;"><!--[if !supportLists]--><span style="font-family: Symbol;"><span>·<span style="font-family: &amp;quot;Times New Roman&amp;quot;; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal; -x-system-font: none;"> </span></span></span><!--[endif]--><span style="font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;">Network Downtime:<span> </span>21%</span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin: 0in 0in 0.0001pt 0.75in; text-indent: 0in; line-height: normal;"><!--[if !supportLists]--><span style="font-family: Symbol;"><span>·<span style="font-family: &amp;quot;Times New Roman&amp;quot;; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal; -x-system-font: none;"> </span></span></span><!--[endif]--><span style="font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;">Revenue Generating Activities: <span> </span>20%</span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin: 0in 0in 0.0001pt 0.75in; text-indent: 0in; line-height: normal;"><!--[if !supportLists]--><span style="font-family: Symbol;"><span>·<span style="font-family: &amp;quot;Times New Roman&amp;quot;; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal; -x-system-font: none;"> </span></span></span><!--[endif]--><span style="font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;">Physical Assets Impacted:<span> </span>17%</span></p>
<p class="MsoListParagraphCxSpLast" style="margin: 0in 0in 6pt 0.75in; text-indent: 0in; line-height: normal;"><!--[if !supportLists]--><span style="font-family: Symbol;"><span>·<span style="font-family: &amp;quot;Times New Roman&amp;quot;; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal; -x-system-font: none;"> </span></span></span><!--[endif]--><span style="font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;">Legal Fees/Fines:<span> </span>8%</span></p>
<p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"><span style="font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;">From the above results, one can see that many areas of a business are impacted from a breach and the affect is not just limited to information technology (IT). Furthermore, not only are your clients affected, but also that of your business activities and profits as well. Imagine the additional time associated with clients contacting your business to verify that their data is still safe and secure. A data breach may also lead to clients taking their business and ‘data’ to a competitor.</span></p>
<p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"><span style="font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;"><span> </span>An article published in <span style="text-decoration: underline;">Information Week</span> magazine from 2007 states, “Security Breaches Cost $90 to $305 Per Lost Record.” This range is wide because some costs were very difficult to determine. In this article, Forrester Research sampled nearly 30 companies that had some form of data breach to arrive at this cost per lost record.</span></p>
<p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"><span style="font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;"><span> </span>A senior analyst in the report, Khalid Kark states, “Although studies may not be able to determine the exact cost of a security breach in your organization, the loss of sensitive data can have a crippling impact on an organization’s bottom line, especially if it’s ill-equipped, and it’s important to be able to make an educated estimate of its cost.”</span></p>
<p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"><span style="font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;"><span> </span>With data breaches occurring more frequently, this study attempts to shed light on the impact on expenses and the negative publicity associated with such a breach. Obvious costs are legal fees. From the article, Khalid Kark also notes that items such as “discovery, response, and notification costs can be substantial.” He “averaged (this alone) to be about $50 per lost record.”</span></p>
<p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"><span style="font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;"><span> </span>As breaches occur more often, the public eye is focused even more on the items related to such an event. What firm wants the negative attention associated with such a breach? Moreover, there may be additional regulatory fines assessed to a business if such a breach occurs. With all the added public attention to breaches, more firms should take preventive steps to minimize the impact of any such breach.</span></p>
<p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"><span style="font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;"><span> </span>If still unsure that a breach would really be that costly, all one has to do is look at the TJ Maxx (TJX) data breach. According to Peter Schooff of www.ebizq.net, “<a href="http://www.iplocks.com/" target="_blank"><span style="color: windowtext; text-decoration: none;">IPLocks</span></a>, a compliance and database security company, has estimated that the cost to TJX Companies, Inc., which owns TJ Maxx, will be around $4.5 billion. This is based on a cost of $100 dollars per record, and costs are a total of fines, legal fees, notification, as well as permanent damage done to the brand.” Yes, you read that correctly, the estimated cost of the TJX data breach is around 4.5 billion, NOT million, dollars.</span></p>
<p style="margin: 0in 0in 0.0001pt;"><span style="font-size: 11pt; font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;"><span> </span>The same article states, “While $100 dollars per record runs pretty much average, others have said this amount is low. According to </span><span style="font-size: 11pt; font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;"><a href="http://www.informationweek.com/news/showArticle.jhtml?articleID=199203277" target="_blank"><span style="color: windowtext;">Information Week</span></a></span><span style="font-size: 11pt; font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;">, The Ponemon Institute, a data protection think tank, believes the breach could reach somewhere in the range of $182 per record, which is based on the costs of 31 different incidents. For TJX, that would bring their ever-escalating fiasco to $8.6 billion.” Although this information is not meant to frighten, it does point out that data breaches could literally bring a firm to a screeching halt, trying to deal with the aftermath of such an event.</span></p>
<p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"><span style="font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;"><span> </span>Most importantly, to ‘save face’ in the business world, if your firm ever experiences such a breach, a critical public relations move must be to notify ALL customers of the event, no matter how small. Many firms that experience a data breach simply do not act quickly enough. Instead, some look for more proof of a breach before acting upon it. Delays normally end up hurting them more than if admitted in the first place.</span></p>
<p style="margin: 0in 0in 0.0001pt;"><span style="font-size: 11pt; font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;"><span> </span>If you visit www.businesspundit.com</span><span class="MsoHyperlink"><span style="font-size: 11pt; font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; text-decoration: none;">, </span></span><span style="font-size: 11pt; font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;">an article about notifying customers reports that “Telling the public that they’ve been breached is embarrassing for them, it makes them suffer from a loss of goodwill and in the case of public companies, the stock prices go down.” The article speaks of certain companies not wanting to admit a breach occurred, even when the Federal Government announced it.</span></p>
<p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"><span style="font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;"><span> </span>As discussed in other earlier articles within <span style="text-decoration: underline;">Kentuckian Business Forum</span>, first and foremost, verify that proper security procedures are in place with your business network so that data is protected. In summary, <span style="text-decoration: underline;">Information Week</span> estimated a data breach costs between $90 to $305 per record, while IPLocks estimates it is between $100 and $180 per record. No matter which figure is used, just a few hundred or a few thousand records could negatively impact the future financial health of a business.</span></p>
<p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"><span style="font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;"><span> </span>Therefore, any data leak, whether large or small, is counter-productive and will cost much more than any study can accurately estimate. With all other concerns facing small to medium-sized businesses in Kentuckiana, data breaches are yet another factor to consider in today’s digital world. Let’s all keep ‘branded’ images at high levels by protecting not only your business networks, but more importantly, protecting client data.</span></p>
]]></content:encoded>
			<wfw:commentRss>http://kentuckianabusinessforum.com/article-topics/what-would-a-data-breach-really-cost/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Technology Related to Employee Benefits Administration Has Already Taken off and is Accelerating</title>
		<link>http://kentuckianabusinessforum.com/article-topics/technology-related-to-employee-benefits-administration-has-already-taken-off-and-is-accelerating/</link>
		<comments>http://kentuckianabusinessforum.com/article-topics/technology-related-to-employee-benefits-administration-has-already-taken-off-and-is-accelerating/#comments</comments>
		<pubDate>Wed, 15 Oct 2008 09:57:34 +0000</pubDate>
		<dc:creator>Kevin Parrett</dc:creator>
				<category><![CDATA[Article Topics]]></category>
		<category><![CDATA[Information Technology]]></category>

		<guid isPermaLink="false">http://exhibitbargains.com/?p=470</guid>
		<description><![CDATA[Think technology has advanced rapidly over the last decade? Answering yes would be an understatement. Technology is affecting all areas of small and medium-sized businesses, even with employee benefits and benefit administration. The bottom line is that using technology allows a business to administer benefits easier and more quickly to employees at a lower cost. [...]]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal" style="margin: 0in 0in 12pt; text-align: justify;"><strong style="mso-bidi-font-weight: normal;"><span style="font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;"><span style="font-size: small;"><em style="mso-bidi-font-style: normal;"><a href="http://kentuckianabusinessforum.com/wp-content/uploads/2008/10/KevinParrett.jpg"><img class="alignright size-medium wp-image-1825" title="KevinParrett" src="http://kentuckianabusinessforum.com/wp-content/uploads/2008/10/KevinParrett-200x300.jpg" alt="" width="200" height="300" /></a></em></span></span></strong></p>
<p class="MsoNormal" style="margin: 0in 0in 12pt; text-align: justify;"><span style="font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;"><span style="font-size: small;">Think technology has advanced rapidly over the last decade? Answering yes would be an understatement. Technology is affecting all areas of small and medium-sized businesses, even with employee benefits and benefit administration. The bottom line is that using technology allows a business to administer benefits easier and more quickly to employees at a lower cost.</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt; text-indent: 0.5in; line-height: normal;"><span style="font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;"><span style="font-size: small;">Throughout this article, I will include quotes from Kris Wood, director of Human Resources for Elizabethtown Community and Technical College (ECTC). This college is one of 16 campuses throughout the state of Kentucky and is part of the Kentucky Community and Technical College System (KCTCS), which has more than 80,000 students attaining higher education. Kentuckiana Business Forum targets businesses up to 250 employees, which ECTC fits into. Kris’s comments apply to most, if not all, readers of this publication.</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt; text-indent: 0.5in; line-height: normal;"><span style="font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;"><span style="font-size: small;">Today, many businesses give employees the ability to access employment-related data from the comfort of any PC connected to the Internet, whether at home, at work, or at a favorite coffee shop. Want to check how many hours you’ve worked, want to see how much leave time you have accumulated, want to check if a doctor is in your health provider network? All of this and much more can be accomplished using technology, inside or outside of the work environment. This technology has allowed employees to be more closely connected to the benefits given by their company than ever before. Kris Wood, HR director of ECTC, stated “Technology makes HR benefit administration more efficient, and employees like it because things are now available 24/7.”</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt; text-indent: 0.5in; line-height: normal;"><span style="font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;"><span style="font-size: small;">Moreover, technology has affected and changed all players in the HR benefit arena. From the standpoint of the benefit agency providing the service, it’s in the firm’s best interest to keep up with the competition and to ensure that technology makes benefit administration easier and less expensive. For the provider, technology allows their service to be a simpler sell to businesses. From the small business standpoint, new technology will take many questions away from an already overburdened human resource department, in most cases. Here, employees can access much more common information on their own, without having to contact HR. Many businesses now provide online forms for employees, such as vacation or time off approval, time sheets, applications, and so forth. This very same technology is becoming a selling point for working at a particular company.</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt; text-indent: 0.5in; line-height: normal;"><span style="font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;"><span style="font-size: small;">If your company hasn’t accepted new technology in benefit administration, it will soon have to. As Len Strazewski of The Rough Notes Company, Inc. states, “..now, COBRA and Flexible Spending Account (FSA) administration, consumer-directed health plans and Health Savings Accounts (HSAs) are among a growing number of services that <span style="text-decoration: underline;">require</span> automated delivery and administration.” Therefore, with technology and benefits administration, “if you can’t beat ‘em, join ‘em.” Also many companies and agencies are mandating direct deposit and other online/technology-based benefits and means of administration.</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt; text-indent: 0.5in; line-height: normal;"><span style="font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;"><span style="font-size: small;">Kris Wood, HR director of ECTC, also stated in an interview that “At first, some employees are frightened about online benefit administration, yet once they try it out, most are very accepting of it.” With that, Kris also stated that after employees become familiar with using the technology, they will later express, “You mean I don’t have to come into your office for that now?”</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt; text-indent: 0.5in; line-height: normal;"><span style="font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;"><span style="font-size: small;">From the simple to the complex, employees are beginning to expect this type of technology from their employers. For example, think of this situation and how small businesses using technology would assist employees:<span style="mso-spacerun: yes;"> </span>you’re out on a weekend and unexpectedly begin looking for a new car and find one that fits your need and price. The dealership needs a pay stub before the loan can be processed, yet no one is available in your human resource department. No need to fear, just connect to your employer benefit website, log in, and print your most recent or multiple pay stubs.</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt; text-indent: 0.5in; line-height: normal;"><span style="font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;"><span style="font-size: small;">Moreover, if an employee wants to see the status of a medical claim, or wants to check the balance of their retirement plan, they can do that themselves with today’s technology. Direct benefit anytime access is a tremendous plus for employees. Finally, Kris Wood, HR director of ECTC, states that “Technology has allowed my office to provide better customer service to employees because of a reduction in paperwork.”</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt; text-indent: 0.5in; line-height: normal;"><span style="font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;"><span style="font-size: small;">Don’t just think this current technology push related to HR benefit administration is associated with large companies. Many service providers cater to small companies with less than 50 employees. Business Week magazine is a testament to this trend. If you visit http://www.businessweek.com/smallbiz/servicecenter/humanresources.htm, the site offers many services to small businesses, including using technology in human resources. Here, small business owners can utilize tools for virtual HR, job descriptions, and so forth.</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt; text-indent: 0.5in; line-height: normal;"><span style="font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;"><span style="font-size: small;">This new technology is also very prevalent if you search for HR service/benefit providers. At www.hr-guide.com, under <em style="mso-bidi-font-style: normal;">benefits administration</em>, most of the companies listed will mention technology in their description of services provided. When the word technology is not specifically mentioned, either efficiency or cost reduction using the technology is mentioned. Here are just a few from that site:</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt; text-indent: 0.5in; line-height: normal;"><a href="http://www.ascentis.com/" target="W5"><strong style="mso-bidi-font-weight: normal;"><span style="color: windowtext; font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;"><span style="font-size: small;">Ascentis Corporation</span></span></strong></a><span style="font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;"><span style="font-size: small;"> &#8211; <em style="mso-bidi-font-style: normal;">Connect, communicate, and control all aspects of HR with HROffice. HROffice eliminates the paper process and builds on the latest <strong style="mso-bidi-font-weight: normal;"><span style="color: red;">technologies</span></strong> from Microsoft for easy integration with those tools HR departments use on a day-to-day basis. Ascentis Corporation, creator of HROffice, is a pioneer in state-of-the-art human resources management systems (HRMS) for small to mid-sized organizations.<strong style="mso-bidi-font-weight: normal;"></strong></em></span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt; text-indent: 0.5in; line-height: normal;"><span style="font-size: small;"><strong style="mso-bidi-font-weight: normal;"><span style="text-decoration: underline;"><span style="font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;">Benefits Concepts Inc</span></span></strong><span style="font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;">. &#8211; <em style="mso-bidi-font-style: normal;">In addition to industry leading <strong style="mso-bidi-font-weight: normal;"><span style="color: red;">technology</span></strong>, Benefit Concepts has a tremendous call center to handle employee inquiries, an administrative team that assists the client&#8217;s HR staff, premium accounting functionality, extraordinary on-line history of benefits, elections, communications, reports, and all electronic files.</em></span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt; text-indent: 0.5in; line-height: normal;"><span style="font-size: small;"><strong style="mso-bidi-font-weight: normal;"><span style="text-decoration: underline;"><span style="font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;">Employease</span></span></strong><span style="font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;"> &#8211; <em style="mso-bidi-font-style: normal;">Employease simplifies the administration and communication of employee and benefits information by delivering world-class <strong style="mso-bidi-font-weight: normal;"><span style="color: red;">technology</span></strong> without the pain of traditional client/server software.</em></span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt; text-indent: 0.5in; line-height: normal;"><em style="mso-bidi-font-style: normal;"><span style="font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;"><span style="font-size: small;">Remember, like it or not, technology is prevalent and taking over in small to medium-sized business benefit administration.</span></span></em></p>
]]></content:encoded>
			<wfw:commentRss>http://kentuckianabusinessforum.com/article-topics/technology-related-to-employee-benefits-administration-has-already-taken-off-and-is-accelerating/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Small Business Network Security</title>
		<link>http://kentuckianabusinessforum.com/article-topics/information-technology/small-business-network-security/</link>
		<comments>http://kentuckianabusinessforum.com/article-topics/information-technology/small-business-network-security/#comments</comments>
		<pubDate>Mon, 15 Sep 2008 18:22:59 +0000</pubDate>
		<dc:creator>Kevin Parrett</dc:creator>
				<category><![CDATA[Information Technology]]></category>

		<guid isPermaLink="false">http://exhibitbargains.com/?p=122</guid>
		<description><![CDATA[How safe is your small business network? What are the threats to your network? What are its vulnerabilities? Moreover, what can be done to protect your (and your clients) information? Overall, how safe is your business computer network? Before diving into this subject, I’ll explain the difference between a threat and vulnerability. In my IT [...]]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal" style="margin: 0in 0in 10pt; text-indent: 0.5in; line-height: normal;"><a href="http://kentuckianabusinessforum.com/wp-content/uploads/2008/09/KevinParrett1.jpg"><img class="alignright size-medium wp-image-1828" title="KevinParrett" src="http://kentuckianabusinessforum.com/wp-content/uploads/2008/09/KevinParrett1-200x300.jpg" alt="" width="200" height="300" /></a><span style="font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;"><span style="font-size: small;">How safe is your small business network?<span style="mso-spacerun: yes;"> </span>What are the threats to your network?<span style="mso-spacerun: yes;"> </span>What are its vulnerabilities?<span style="mso-spacerun: yes;"> </span>Moreover, what can be done to protect your (and your clients) information?<span style="mso-spacerun: yes;"> </span>Overall, how safe is your business computer network?</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 10pt; text-indent: 0.5in; line-height: normal;"><span style="font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;"><span style="font-size: small;">Before diving into this subject, I’ll explain the difference between a threat and vulnerability.<span style="mso-spacerun: yes;"> </span>In my IT courses, I’ve used Hurricane Katrina and New Orleans as an example to demonstrate the difference.<span style="mso-spacerun: yes;"> </span>For decades, the <em style="mso-bidi-font-style: normal;">threat</em> to New Orleans was evident&#8211;that a major hurricane could come ashore, cause major damage, and ultimately flood the city.<span style="mso-spacerun: yes;"> </span>With New Orleans below sea level, this was an even greater threat.</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 10pt; text-indent: 0.5in; line-height: normal;"><span style="font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;"><span style="font-size: small;">Vulnerability, on the other hand, actually caused New Orleans to fall into chaos.<span style="mso-spacerun: yes;"> </span>Remember, it was the levee, not Katrina that ultimately led to dire situation in the city.<span style="mso-spacerun: yes;"> </span>In summary, the threat was the hurricane and the vulnerabilities were the broken levees.</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 10pt; text-indent: 0.5in; line-height: normal;"><span style="font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;"><span style="font-size: small;">Another great example is the Gold Bullion Depository located in Fort Knox, Kentucky. It is a heavily guarded facility with no public access.<span style="mso-spacerun: yes;"> </span>Armed guards with live ammunition are located on top of the building and on the grounds.<span style="mso-spacerun: yes;"> </span>Moreover, a heavily armored fence with barbed wire, electricity, and other deterrents encompass the building to keep threats away.<span style="mso-spacerun: yes;"> </span>All that protection, however, can be null and void by one vulnerability in that security system.<span style="mso-spacerun: yes;"> </span>That vulnerability could be an ill-trained security agent or a weak area of the fence surrounding the compound.</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 10pt; text-indent: 0.5in; line-height: normal;"><span style="font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;"><span style="font-size: small;">The same is true in small business.<span style="mso-spacerun: yes;"> </span>Threats are always present, yet vulnerabilities of small business networks are the real dangers.<span style="mso-spacerun: yes;"> </span>A small business owner may have the proper security on a computer network with firewalls, virus protection, and strict password requirements, yet vulnerabilities still exist.</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 10pt; text-indent: 0.5in; line-height: normal;"><span style="font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;"><span style="font-size: small;">Do you have strict password requirements?<span style="mso-spacerun: yes;"> </span>Moreover, can employees use similar passwords by changing just one character?<span style="mso-spacerun: yes;"> </span>I’ve visited several businesses where password requirements are very loose.<span style="mso-spacerun: yes;"> </span>Employees will openly say things such as “I just change the last digit to a different number”.<span style="mso-spacerun: yes;"> </span>When passwords are set with workers’ first or last names, pet names, children names, and so forth, it’s much easier for unauthorized users to gain access.</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 10pt; text-indent: 0.5in; line-height: normal;"><span style="font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;"><span style="font-size: small;">Strict password requirements, although more troublesome for employees, will remove some vulnerability from your computer network.<span style="mso-spacerun: yes;"> </span>In regards to the various universities for whom I teach, I quickly see the differences in those institutions that have secure password requirements and those who do not.<span style="mso-spacerun: yes;"> </span>For example, some mandate changes every 45 days and individuals are not allowed to use one of their previous 7 passwords.<span style="mso-spacerun: yes;"> </span>Others where I have taught have not prompted a password change in 6 months.<span style="mso-spacerun: yes;"> </span></span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 10pt; text-indent: 0.5in; line-height: normal;"><span style="font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;"><span style="font-size: small;">Another simple way to protect your network and information is to password protect any wireless networks.<span style="mso-spacerun: yes;"> </span>I test this frequently when making business visits.<span style="mso-spacerun: yes;"> </span>With my laptop, I attempt to locate and connect to open wireless networks in the area.<span style="mso-spacerun: yes;"> </span>More than 50% of those networks are not password protected and allow any user to gain access.<span style="mso-spacerun: yes;"> </span>An unauthorized user within range of an open wireless network can piggyback and obtain a free internet connection. Even worse, unauthorized users can gain access for malicious intent.</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 10pt; text-indent: 0.5in; line-height: normal;"><span style="font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;"><span style="font-size: small;">How can the small business owner protect a computer network and information?<span style="mso-spacerun: yes;"> </span>First, a risk assessment must be completed.<span style="mso-spacerun: yes;"> </span>Analyze the current network setup and how it is structured.<span style="mso-spacerun: yes;"> </span>What are the threats? What are the vulnerabilities? If you don’t think you’re network is at risk, think again.<span style="mso-spacerun: yes;"> </span>According to an FBI Computer Crime and Security Survey from 2005, 56% of all computer networks had unauthorized users.<span style="mso-spacerun: yes;"> </span>Read more about that story at: </span></span><a href="http://www.cpppe.umd.edu/Bookstore/Documents/2005CSISurvey.pdf"><strong><span style="font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;"><span style="font-size: small; color: #0000ff;">http://www.cpppe.umd.edu/Bookstore/Documents/2005CSISurvey.pdf</span></span></strong></a><strong><span style="font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;"><span style="font-size: small;">.</span></span></strong></p>
<p class="MsoNormal" style="margin: 0in 0in 10pt; text-indent: 0.5in; line-height: normal;"><span style="font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;"><span style="font-size: small;">Still don’t think your network is in danger?<span style="mso-spacerun: yes;"> </span>According to Small Business Network Security 101, “Perhaps the greatest threat to small business networks is the owner’s false sense of security and their lack of proficiency in protecting their networks. Very often, small business owners push network security issues down the priority list in favor of more pressing matters, and in many cases, network security is not a concern at all.”</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal;"><span style="font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;"><span style="font-size: small;">Remember the different types of unauthorized users:</span></span></p>
<ul>
<li>
<div class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal;"><span style="font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;"><span style="font-size: small;">Hacker – user with un-granted access on a network simply for the curiosity or challenge, with no intent to harm.</span></span></div>
</li>
<li>
<div class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal;"><span style="font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;"><span style="font-size: small;">Cracker – user with un-granted access on a network with malicious intent to steal, damage, or cause harm to the network.</span></span></div>
</li>
</ul>
<p class="MsoNormal" style="margin: 0in 0in 10pt; text-indent: 0.5in; line-height: normal;"><span style="font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;"><span style="font-size: small;">As you can see, many people define hacker incorrectly.<span style="mso-spacerun: yes;"> </span>Hackers are normally just after the thrill of accessing a network.<span style="mso-spacerun: yes;"> </span>Conversely, it’s actually a “cracker” who is out to do harm.<span style="mso-spacerun: yes;"> </span>In class I normally get a few laughs when discussing the difference between the two.<span style="mso-spacerun: yes;"> </span>Even though most hackers do not intend to do harm or want to steal your data, it’s still a good policy to prevent ALL unauthorized access to a network paid to maintain and operate.<span style="mso-spacerun: yes;"> </span></span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 10pt; text-indent: 0.5in; line-height: normal;"><span style="font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;"><span style="font-size: small;">Once a risk assessment is complete, the small business owner can develop a strategy to protect its network and information. If an unauthorized user accesses your network and uses client data for identity theft, that’s an entirely different situation. In this case not only has the network been breached, but the lifeblood of your business (your customers) has also been jeopardized.</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 10pt; text-indent: 0.5in; line-height: normal;"><span style="font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;"><span style="font-size: small;">Due to the associated negative publicity in the past, many businesses have not prosecuted individuals who have gained access to or stolen data. After all, who wants their business to be associated with an unsecure network concerning client data?<span style="mso-spacerun: yes;"> </span>Moreover, if you outsource your network operation and security, verify with your vendor that steps have been taken to appropriately secure your network and to protect the data it contains.</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal;"><span style="font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;"><span style="font-size: small;">An entire class could be taught just on securing a network; however, for a concise way to do this, read and verify that your small business network is secure by visiting </span></span><a href="http://www.computerworld.com/"><span style="font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;"><span style="font-size: small; color: #0000ff;">www.computerworld.com</span></span></a><span style="font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;"><span style="font-size: small;">.</span></span></p>
<p><span style="font-size: 11pt; line-height: 115%; font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;">(</span><span style="font-size: 11pt; line-height: 115%; font-family: &amp;quot;Calibri&amp;quot;,&amp;quot;sans-serif&amp;quot;; mso-fareast-font-family: Calibri; mso-bidi-font-family: 'Times New Roman'; mso-ascii-theme-font: minor-latin; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;"><a href="http://www.computerworld.com/action/article.do?command=viewArticleBasic&amp;articleId=9003012&amp;source=NLT_MW&amp;nlid=43"><span style="font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;"><span style="color: #0000ff;">http://www.computerworld.com/action/article.do?command=viewArticleBasic&amp;articleId=9003012&amp;source=NLT_MW&amp;nlid=43</span></span></a></span><span style="font-size: 11pt; line-height: 115%; font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;">). </span></p>
<p><img id="kosa-target-image" style="z-index: 2147483647; left: 211px; visibility: hidden; position: absolute; top: -11px;" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAUCAYAAACJfM0wAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAK8AAACvABQqw0mAAAAB90RVh0U29mdHdhcmUATWFjcm9tZWRpYSBGaXJld29ya3MgOLVo0ngAAAAWdEVYdENyZWF0aW9uIFRpbWUAMDQvMDQvMDhrK9wWAAACA0lEQVQ4jbXVz0sUYRjA8e+u6xqlKJUaBZuUh6AfhyCEpUN/QIR0skMh6iHwsKe6lFu4HjpJhy5BS1CsZtDSrYMYdPHUZauDbhcpi7bEH2DOtjvP83aY3dFxxi1hfeAd3nlhPu/zPjPvOyHgKnsQEQDz60kaaKuTuRpqHxqMAKBWvVCoJOjAxqqj60Q1Y3fg05dWki/OMjt3+L+A+KklRvs+cia2VhtOTsYpN5wgl4nReTCM6s7o96UyA6kFkpNK9tZMEFx0B2bnO8hlYky/L5N9V2TDsinbgohi207fFqGxwZDoO0T67nEu9FseAyAMODWuNqC9LczUTBGrKIgqqgYRQdSgqogovy2b8YkCxzqiBBlOxuJ/earqIqqKbMfVsLYuGGMIMnb8KkTUk60HNwapTOqGCYLVDzdGDH9Km1mKiDOBMe4qmqJbl+g1wu5gtQGFZWHw8gFam/GXoILubwpxf+go336WCDJ8pYh35xkYayZ9J8aVi52+lZgt18VCif7RBeLd+X+XItX7nJHXyvkb6wD8eHOOqekVEuNffZM4icyR6s34SuGDTx/Jk715D4CTIy959XaFB0/n+Tw2TMu+jUDcMby3vg2yPW4/WuTxtYe0RJd9D9eKmodQT1eOxKVn9HR9qJZ1l3DABgGYuD7sdGR36CZsrFXqeNADhNijX9NfAyI+Sz1Sug0AAAAASUVORK5CYII=" alt="" /></p>
]]></content:encoded>
			<wfw:commentRss>http://kentuckianabusinessforum.com/article-topics/information-technology/small-business-network-security/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

