<?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>American Screen Printing Association (ASPA) &#124; Learn silk screen printing, tshirt printing &#187; Computer Geeks</title>
	<atom:link href="http://www.screenprinting-aspa.com/category/for-computer-geeks-only/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.screenprinting-aspa.com</link>
	<description>Screen Printing Resources - The How-To Website of Screen Printing</description>
	<lastBuildDate>Sat, 04 Feb 2012 19:51:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>How to Create Passwords That Aren&#8217;t Easy to Crack</title>
		<link>http://www.screenprinting-aspa.com/how-to-create-passwords-that-arent-easy-to-crack/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-create-passwords-that-arent-easy-to-crack</link>
		<comments>http://www.screenprinting-aspa.com/how-to-create-passwords-that-arent-easy-to-crack/#comments</comments>
		<pubDate>Tue, 16 Aug 2011 14:55:50 +0000</pubDate>
		<dc:creator>ASPA</dc:creator>
				<category><![CDATA[Computer Geeks]]></category>
		<category><![CDATA[creating passwords]]></category>
		<category><![CDATA[hacker proof passwords]]></category>
		<category><![CDATA[keeping passwords safe]]></category>
		<category><![CDATA[password security]]></category>
		<category><![CDATA[secure passwords]]></category>

		<guid isPermaLink="false">http://www.screenprinting-aspa.com/?p=4145</guid>
		<description><![CDATA[More and more things involve us using passwords. And with the ever increasing power of computers, it's getting ever easier to crack this layer of protection. Computers don't care how complex the password is, they'll just keep chipping away until they get the answer. So how can you create a password that is easy for you to remember but difficult for a hacker to crack?

Let's take a step back here...]]></description>
			<content:encoded><![CDATA[<h1>How to Create Passwords That Aren&#39;t Easy to Crack</h1>
<p>&nbsp;</p>
<p><strong>Author: <a href="http://www.articlesbase.com/authors/trevor-johnson/268938" title="Trevor Johnson">Trevor Johnson</a></strong></p>
<p><a href="http://www.screenprinting-aspa.com/wp-content/uploads/2011/08/how-to-create-passwords-that-arent-easy-to-crack1.jpg" class="thickbox" rel="grupo4145" ><img alt="how-to-create-passwords-that-arent-easy-to-crack" class="alignleft size-full wp-image-4161" height="163" src="http://www.screenprinting-aspa.com/wp-content/uploads/2011/08/how-to-create-passwords-that-arent-easy-to-crack1.jpg" title="how-to-create-passwords-that-arent-easy-to-crack" width="250" /></a>More and more things involve us using passwords. And with the ever increasing power of computers, it&#39;s getting ever easier to crack this layer of protection. Computers don&#39;t care how complex the password is, they&#39;ll just keep chipping away until they get the answer. So how can you create a password that is easy for you to remember but difficult for a hacker to crack?</p>
<p>Let&#39;s take a step back here&#8230;</p>
<p>Something like the 4 digit PIN number that keeps your ATM card safe is stupidly easy to crack. By definition, there are less than ten thousand combinations and a computer could crack that without breaking a sweat. The only thing that keeps your money safe is that the banks limit the amount of attempts that can be made before the card is swallowed by the ATM machine.</p>
<p>Online passwords aren&#39;t usually treated in quite the same way. Some sites and software programs will lock out a user after a certain number of attempts. Others will just think (if that&#39;s the right word) that there&#39;s nothing unusual about a few thousand attempts being made on your password.</p>
<p>Whatever happens, the more complicated you make your password, the less likely it is to be cracked by either a computer program or a hacker.</p>
<p><strong>Where to begin</strong></p>
<p>Start by making sure that your password isn&#39;t blindingly obvious.</p>
<p>You&#39;d be amazed at the number of people who use &quot;password&quot; or something like &quot;123456&quot; as their protection. Both those are just plain dumb to protect anything significant.</p>
<p>Don&#39;t use common words as your password either. Most programs will start their password cracking with what is known as a dictionary attack. As the name suggests, this just goes through a complete dictionary of words from start to finish in the hope that you&#39;ll have used one of those words as your password.</p>
<p>So throw away the easily memorable stuff and you&#39;re past the first hurdle.</p>
<p><strong>Mix up the case</strong></p>
<p>A dictionary attack on your password takes a fairly short period of time. Computers enjoy running through a list and testing every possible combination.</p>
<p>But if each word can be a mixture of upper and lower case letters, things take a lot longer.</p>
<p>For a simple 3 letter word like &quot;and&quot;, the computer hacker would have to try:</p>
<p>and, And, ANd, AND, aNd, aND</p>
<p>That gets a lot more complicated as the password gets longer.</p>
<p><strong>Throw in some numbers</strong></p>
<p>If you want to make this easy, swap things like the letter &quot;o&quot; for a zero and the letter &quot;l&quot; for the number 1.</p>
<p>Of course, that runs the risk of the hacker doing the same swap but if you mix this in with upper and lower case, you&#39;ve just exponentially increased the difficulty of cracking even a short password.</p>
<p><strong>Use &quot;special characters&quot;</strong></p>
<p>Now the trickiness of your password gets even more complicated.</p>
<p>Special characters are anything else the program accepting the password will let you use.</p>
<p>They could be a hyphen or underscore. Or they could be weirder like a dollar or euro currency symbol.</p>
<p>Throw in even just one of these characters and make your password a decent length &#8211; maybe a mixed case name plus a few numbers and a special character or two &#8211; and you&#39;ve got a password that is worthy of the name so long as you don&#39;t resort to sticking it on a Post It note next to your screen.</p>
<p>That said, it&#39;s easy to recover things like a <a href="http://trevsreviews.com/pdf-password-recovery-review/">lost PDF password</a> due to the relatively short password length.</p>
<p>Article Source: <a href="http://www.articlesbase.com/security-articles/how-to-create-passwords-that-arent-easy-to-crack-5123776.html" title="How to Create Passwords That Aren't Easy to Crack">http://www.articlesbase.com/security-articles/how-to-create-passwords-that-arent-easy-to-crack-5123776.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.screenprinting-aspa.com/how-to-create-passwords-that-arent-easy-to-crack/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cloud Computing.  What Can it Do for You?</title>
		<link>http://www.screenprinting-aspa.com/cloud-computing-what-can-it-do-for-you/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=cloud-computing-what-can-it-do-for-you</link>
		<comments>http://www.screenprinting-aspa.com/cloud-computing-what-can-it-do-for-you/#comments</comments>
		<pubDate>Tue, 25 Jan 2011 13:05:51 +0000</pubDate>
		<dc:creator>ASPA</dc:creator>
				<category><![CDATA[Computer Geeks]]></category>
		<category><![CDATA[cloud computing]]></category>
		<category><![CDATA[computing online]]></category>
		<category><![CDATA[hosted services online]]></category>

		<guid isPermaLink="false">http://www.screenprinting-aspa.com/?p=3765</guid>
		<description><![CDATA[You may have heard of the term “cloud computing,” and wondering what it is.  “Cloud” computing or computing online is a general term for anything that involves delivering hosted services over the internet. Most common is Software-as-a-Service (SaaS) like the applications offered by Google (Google Apps), Microsoft (Office Web Apps), and Zoho.com.  The name “cloud computing” was inspired by the cloud symbol that's often used to represent the internet in flow chart diagrams.]]></description>
			<content:encoded><![CDATA[<p style="line-height: 1.15; text-indent: 0pt; color: #000000; direction: ltr; font-size: 11pt; font-family: Arial;"><span style="color: #000000; font-size: 11pt; font-family: Arial;">Cloud Computing. &nbsp;What Can it Do for You?</span></p>
<p style="line-height: 1.15; text-indent: 0pt; color: #000000; direction: ltr; font-size: 11pt; font-family: Arial;"><span style="color: #000000; font-size: 11pt; font-family: Arial;">You may have heard of the term &ldquo;cloud computing,&rdquo; and wondering what it is. &nbsp;&ldquo;Cloud&rdquo; computing or computing online is a general term for anything that involves delivering hosted services over the internet. Most common is Software-as-a-Service (SaaS) like the applications offered by Google (</span><span style="color: #000099; font-size: 11pt; font-family: Arial; text-decoration: underline;"><a href="http://www.google.com/apps/intl/en/business/index.html">Google Apps</a></span><span style="color: #000000; font-size: 11pt; font-family: Arial;">), Microsoft (Office Web Apps), and </span><span style="color: #000099; font-size: 11pt; font-family: Arial; text-decoration: underline;"><a href="http://www.google.com/url?q=http%3A%2F%2Fwww.zoho.com&amp;sa=D&amp;sntz=1&amp;usg=AFQjCNEwUbpzs8Dp1cn_aSiBEU4BAMIhTg">Zoho.com</a></span><span style="color: #000000; font-size: 11pt; font-family: Arial;">. &nbsp;The name &ldquo;cloud computing&rdquo; was inspired by the cloud symbol that&#39;s often used to represent the internet in flow chart diagrams.</span></p>
<p style="line-height: 1.15; text-indent: 0pt; color: #000000; direction: ltr; font-size: 11pt; font-family: Arial;"><span style="color: #000000; font-size: 11pt; font-family: Arial;"><a href="http://www.screenprinting-aspa.com/wp-content/uploads/2011/01/cloud-computing1.jpg" class="thickbox" rel="grupo3765" ><img alt="cloud-computing" class="alignleft size-medium wp-image-3766" height="166" src="http://www.screenprinting-aspa.com/wp-content/uploads/2011/01/cloud-computing1-300x189.jpg" title="cloud-computing" width="264" /></a> With cloud computing, productivity and business programs (word processing, email, spreadsheets, databases, web design, and more) that you want to use are offered over the internet by a service provider. e.g. Google, Microsoft, Zoho, etc. &nbsp;You do not have to buy any of the applications or install any software onto your computer. &nbsp;This can be a huge cost savings and having all programs located in one central location can be a great time saver. </span></p>
<p style="line-height: 1.15; text-indent: 0pt; color: #000000; direction: ltr; font-size: 11pt; font-family: Arial;"><span style="color: #000000; font-size: 11pt; font-family: Arial;">Working online to create your personal and business documents may take a little getting used to but after using the apps for just a short while you&rsquo;ll begin see the benefits. &nbsp;For example, using Google Apps, I created this article with Google Docs while being able to answer e-mails and perform other online tasks simultaneously. </span></p>
<p style="line-height: 1.15; text-indent: 0pt; color: #000000; direction: ltr; font-size: 11pt; font-family: Arial;"><span style="color: #000000; font-size: 11pt; font-family: Arial;">Google Apps has many great features including </span><span style="color: #000099; font-size: 11pt; font-family: Arial; text-decoration: underline;"><a href="http://sites.google.com/">Google Sites</a></span><span style="color: #000000; font-size: 11pt; font-family: Arial;"> which allows you to create a professional website absolutely free of charge&#8211;including the hosting. &nbsp;We use Google Sites for the ASPA Membership </span><span style="color: #000099; font-size: 11pt; font-family: Arial; text-decoration: underline;"><a href="https://sites.google.com/site/aspamembers/">Screen Printing Association</a></span><span style="color: #000000; font-size: 11pt; font-family: Arial;"> Directory. &nbsp;Google Sites has an vast number of features. There is no sensible reason for not having a website when a great (and free) application like it is being offered.</span></p>
<p style="line-height: 1.15; text-indent: 0pt; color: #000000; direction: ltr; font-size: 11pt; font-family: Arial;"><span style="color: #000000; font-size: 11pt; font-family: Arial;">Another cloud computing site, </span><span style="color: #000099; font-size: 11pt; font-family: Arial; text-decoration: underline;"><a href="http://www.google.com/url?q=http%3A%2F%2Fwww.zoho.com&amp;sa=D&amp;sntz=1&amp;usg=AFQjCNEwUbpzs8Dp1cn_aSiBEU4BAMIhTg">Zoho.com</a></span><span style="color: #000000; font-size: 11pt; font-family: Arial;"> offers similar features to Google Apps including the ability to create a Wikisite for colloborating with others who can provide and edit content on the site. &nbsp;Like Google Apps, Zoho is free (for personal use). </span></p>
<p style="line-height: 1.15; text-indent: 0pt; color: #000000; direction: ltr; font-size: 11pt; font-family: Arial;"><span style="color: #000000; font-size: 11pt; font-family: Arial;">Lastly for those folks who are fans of Microsoft, there is </span><span style="color: #000099; font-size: 11pt; font-family: Arial; text-decoration: underline;"><a href="http://www.google.com/url?q=http%3A%2F%2Foffice.microsoft.com%2Fen-us%2Fweb-apps%2F&amp;sa=D&amp;sntz=1&amp;usg=AFQjCNEFsx_7S9on3NuOCvo-p8TJpcVngw">Office Web Apps</a></span><span style="color: #000000; font-size: 11pt; font-family: Arial;">. &nbsp;It has been coupled with Microsoft&rsquo;s Sky Drive (very useful for storing large files) and incorporates the use of Microsoft&rsquo;s popular Office program. </span></p>
<p style="line-height: 1.15; text-indent: 0pt; color: #000000; direction: ltr; font-size: 11pt; font-family: Arial;"><span style="color: #000000; font-size: 11pt; font-family: Arial;">There are many reasons to consider using cloud computing for your individual or small business needs. &nbsp;Cloud computing is most likely going to continue to expand into areas like graphics editing and other useful applications. &nbsp;As long time users, we highly recommend cloud computing.</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.screenprinting-aspa.com/cloud-computing-what-can-it-do-for-you/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Computers: You CAN Master Any Program</title>
		<link>http://www.screenprinting-aspa.com/computers-you-can-master-any-program/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=computers-you-can-master-any-program</link>
		<comments>http://www.screenprinting-aspa.com/computers-you-can-master-any-program/#comments</comments>
		<pubDate>Tue, 25 Jan 2011 12:55:36 +0000</pubDate>
		<dc:creator>ASPA</dc:creator>
				<category><![CDATA[Computer Geeks]]></category>
		<category><![CDATA[learn computer programs]]></category>
		<category><![CDATA[master computers]]></category>

		<guid isPermaLink="false">http://www.screenprinting-aspa.com/?p=3758</guid>
		<description><![CDATA[The only thing holding you back from learning new computer programs is your own closed-minded attitude. Point and click. Seek and find. There is nothing easier than this. So for anyone out there who claims that they're "just not a techie" and can't learn the programs: DO NOT DOUBT YOURSELF. You CAN learn the programs!]]></description>
			<content:encoded><![CDATA[<p><strong>Computers: You CAN Master Any Program</strong> by <a href="http://www.populararticles.com/index.php?page=author&amp;author_name=Dina_Giolitto">Dina Giolitto</a> There was a time when I didn&#39;t think I&#39;d ever be a &quot;computer&quot; person. I was in the seventh grade, taking a class in MS-DOS and learning some program called Turtle. (I know why they called it Turtle. It was pretty darned slow.) I had to key in about 50 commands just to draw a half-inch line. I wasn&#39;t all that skilled at doing this. One little typo, and my line was going in the total wrong direction. I got a C+ in the class. Today, I&#39;m something of an unofficial computer geek. I can pretty much learn any graphics, word processing or utilities program on <a href="http://www.screenprinting-aspa.com/wp-content/uploads/2011/01/master-any-computer-program1.jpg" class="thickbox" rel="grupo3758" ><img alt="master-any-computer-program" class="alignright size-medium wp-image-3761" height="200" src="http://www.screenprinting-aspa.com/wp-content/uploads/2011/01/master-any-computer-program1-300x200.jpg" title="master-any-computer-program" width="300" /></a>the fly, and I even surprise myself with html tricks from time to time. Now for the good news: so can you. &quot;No, I can&#39;t!&quot; you say. <em>YES, you CAN.</em> Today&#39;s kids are little tech-heads. Ever seen a four-year-old grab the mouse and start web-surfing like it was nothing? It happens all the time. By age fifteen, kids are designing websites and manipulating photos like old pros. How can this be? Do they grow them smarter these days? Well, I know some parents who&#39;ll tell you so, but the truth is, <em>today&#39;s computer programs are designed so that the average untrained human being can learn them quickly and apply them in myriad ways.</em> We call them Applications because they&#39;re meant to be applied for practical use to enhance our quality of living. I mentioned MS-DOS in my intro. For the most part, today&#39;s user doesn&#39;t need to know a thing about MS-DOS. The reason? Modern computers run on operating systems, such as Windows for PC and OS for Mac. The operating system covers up all that wacky-looking MS-DOS code with windows and buttons that practically beg us out loud, &quot;CLICK ME!&quot; And click them we do. Just like the operating system, most programs use what&#39;s called an interface: that shell or skin that hides the code, and allows you to navigate and manipulate using simple clicks and commands. This interface is what enables us to just stroll on over and start making things happen on the computer without knowing a darned thing about programming or codes or much of anything. It&#39;s these windows that we can open and shut, buttons we can click, and menus we can pull down using our trusty mouse, that let us accomplish tasks of great magnitude in record time, using these powerful machines. We can do some pretty incredible things just by POINTING AND CLICKING. If you think about this long enough, it might blow your mind. Point and click. That&#39;s the basic concept of using the mouse, and it&#39;s such a simple method that 3-year-olds take to it with ease. <em>SEE IT, GRAB IT.</em> This is how today&#39;s computers work, in a nutshell. With this concept in mind, computer programmers did a beautiful thing for all of us humble users: they were kind enough to develop a standard method of navigating through most programs. <em>Seek&#8230; and find.</em> That&#39;s basically what your brain is doing as your hand points and clicks. Every time you use a program, you&#39;re searching for a word or a symbol or a button that will perform a desired action or take you to a desired destination. So, what&#39;s the big challenge? To think of the word that describes the action that you need performed. Words like&#8230; SAVE. MOVE. DELETE. CHANGE. COPY. PASTE. You know those words! And you can learn even more words, easily. Now I ask you, what could be easier than learning the very BASIC language of computer use? If you want to perform any action in any program, go to the top of the screen and read the words there. With some exceptions, most of them say things like FILE, VIEW, EDIT, FORMAT, TOOLS, HELP. If you click on each of these words in any program, they bring down a menu of more options. (I probably don&#39;t need to explain this to you, but I&#39;m trying to make a point here.) Let&#39;s use the FILE menu as an example. We all know what&#39;s behind door number one. NEW FILE, SAVE, PRINT&#8230; damn, this is too easy isn&#39;t it. So let me now point out five more general facts about computer programs: <em>In most word processing programs, the pulldown menus are all pretty much the same.</em> <em>In most illustration programs, the pulldown menus are all pretty much the same.</em> <em>In most utilities programs, the pulldown menus are all pretty much the same.</em> <em>In most photo-manipulation programs, the pulldown menus are all pretty much the same.</em> <em>In most Internet Browsers, the pulldown menus are all pretty much the same.</em> Why am I taking such pains to point this out? Because I want to shed some light on a fact that&#39;s often overlooked by the skittish user. <em>Because of the fact that most word processing menus contain identical or nearly-identical pulldown menus, if you know one word processing program, you pretty much know all of them.</em> That goes for all of the other categories of programs as well. And even if the menus are not identical, you know the language. You&#39;ll be able to hunt for the words that perform the desired actions. At this point, I&#39;d like to thank you for sticking through this tirade with me, so that I can make my final point: The only thing holding you back from learning new computer programs is your own closed-minded attitude. Point and click. Seek and find. There is nothing easier than this. So for anyone out there who claims that they&#39;re &quot;just not a tecchie&quot; and can&#39;t learn the programs: <em>DO NOT DOUBT YOURSELF.</em> You CAN learn the programs! If you master Photoshop, you&#39;ll be able to use any Photoshop knock-off program with relative ease. If you learn Microsoft Outlook, you should have little to no problem with other email management programs. This goes for all kinds of programs. How can you become skilled in the major categories of computer programs? Search for free, downloadable instructions on the Internet, or pay a small amount for training books. Hook up with a computer-savvy friend for a little tutorial. Click the Help menu and read each topic explained. Do all this, and master programs while saving thousands on computer training classes that you don&#39;t need. Just open your mind, and you&#39;ll see what&#39;s before you; the incredible world of computers and the miraculous acts you can perform through them by your own minuscule hand. You know a lot more than you think you know. So click the mouse, and take your power. Copyright 2005 Dina Giolitto. All rights reserved.</p>
<div style="float: left; padding: 0px; margin: 0px; border-width: 1px 1px 1px 1px; border-style: solid; border-color: white; background-color: white"><img alt="EzineArticles Expert Author Dina Giolitto" border="0" height="60" src="http://ezinearticles.com/members/mem_pics/Dina-Giolitto_2371.jpg" width="70" /></div>
<p>Dina Giolitto is a New-Jersey based Copywriting Consultant with nine years&#39; industry experience. Her current focus is web content and web marketing for a multitude of products and services although the bulk of her experience lies in retail for big-name companies like Toys&quot;R&quot;Us. Visit http://www.wordfeeder.com for rates and samples. Source: <a href="http://www.populararticles.com/article3772.html">http://www.PopularArticles.com/article3772.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.screenprinting-aspa.com/computers-you-can-master-any-program/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Computers: How Many Years Should They Last?</title>
		<link>http://www.screenprinting-aspa.com/computers-how-long-they-last/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=computers-how-long-they-last</link>
		<comments>http://www.screenprinting-aspa.com/computers-how-long-they-last/#comments</comments>
		<pubDate>Tue, 25 Jan 2011 12:27:07 +0000</pubDate>
		<dc:creator>ASPA</dc:creator>
				<category><![CDATA[Computer Geeks]]></category>
		<category><![CDATA[computers]]></category>
		<category><![CDATA[how long do computers last]]></category>
		<category><![CDATA[when to buy a new computers]]></category>
		<category><![CDATA[when to replace your computer]]></category>

		<guid isPermaLink="false">http://www.screenprinting-aspa.com/2011/01/new/</guid>
		<description><![CDATA[There was once a time when you would buy electronic devices and expect them to last for decades. When people bought a television or a radio, these items would last them forever. But times have changed, and a lot of people will now go so far as to replace their electronic devices every single year. ]]></description>
			<content:encoded><![CDATA[<p><strong>Computers: How Many Years Should They Last?</strong> by <a href="http://www.populararticles.com/index.php?page=author&amp;author_name=Musa_Aykac">Musa Aykac</a> <a href="http://www.screenprinting-aspa.com/wp-content/uploads/2011/01/how-long-do-computers-last1.jpg" class="thickbox" rel="grupo3751" ><img alt="how-long-do-computers-last" class="alignleft size-full wp-image-3754" height="193" src="http://www.screenprinting-aspa.com/wp-content/uploads/2011/01/how-long-do-computers-last1.jpg" title="how-long-do-computers-last" width="246" /></a> </p>
<p>There was once a time when you would buy electronic devices and expect them to last for decades. When people bought a television or a radio, these items would last them forever. But times have changed, and a lot of people will now go so far as to replace their electronic devices every single year. </p>
<p>But in reality doing this is not an option for most of us, so we will want to get as much use as possible out of items such as computers. We really will want to get value for our money, because after all they are not cheap. It is very hard to put an exact figure on the life expectancy for a computer; it depends on so many factors. </p>
<p>On average, a computer will last for about three to five years, but there are many people who will have their computer for longer than this. How well the computer is looked after and the amount of use that it gets will determine how long it lasts. There are many people who don&#39;t bother to look after their computer at all, and these computers very rarely last longer than one year. If you want to get more than five years out of your computer then you are going to have to learn how to take care of it. </p>
<p>This means not only giving the keyboard and screen the occasional wipe with a cloth, but do a thorough clean. Make sure that you clear out your hard drive every so often by getting rid of any programs that you are not using, and you should also run a defrag every now and then. A good anti-virus software program is another way to ensure that you get longer life out of it, so make sure you buy one. There are also other practical things you can do like not having fluids anywhere near your computer &#8211; especially if you are a bit of a caffeine addict. </p>
<p><em>More Information:</em> <a href="http://www.mobymemory.com">Moby Memory</a> are one of the world&#39;s best suppliers of memory cards, phone accessories and memory accessories Source: <a href="http://www.populararticles.com/article304415.html">http://www.PopularArticles.com/article304415.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.screenprinting-aspa.com/computers-how-long-they-last/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>7 Reasons to Switch to FireFox</title>
		<link>http://www.screenprinting-aspa.com/7-reasons-to-switch-to-firefox/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=7-reasons-to-switch-to-firefox</link>
		<comments>http://www.screenprinting-aspa.com/7-reasons-to-switch-to-firefox/#comments</comments>
		<pubDate>Thu, 05 Feb 2009 20:48:36 +0000</pubDate>
		<dc:creator>ASPA</dc:creator>
				<category><![CDATA[2009 Article Archives]]></category>
		<category><![CDATA[Computer Geeks]]></category>
		<category><![CDATA[using Firefox]]></category>

		<guid isPermaLink="false">http://www.screenprinting-aspa.com/?p=60</guid>
		<description><![CDATA[7-reasons-to-switch-to-firefoxThe Firefox browser has exploded on the scene. At the time of this writing there have been 23 million downloads of this innovative competitor to Internet Explorer. Minor drawbacks aside, most who use it, love it--myself included.]]></description>
			<content:encoded><![CDATA[<p>7 Reasons to Switch to FireFox by: John Gergye <a href="http://www.screenprinting-aspa.com/wp-content/uploads/2009/02/7-reasons-to-switch-to-firefox2.jpg" class="thickbox" rel="grupo60" ><img alt="7-reasons-to-switch-to-firefox" class="alignleft size-full wp-image-833" height="241" src="http://www.screenprinting-aspa.com/wp-content/uploads/2009/02/7-reasons-to-switch-to-firefox2.jpg" title="7-reasons-to-switch-to-firefox" width="244" /></a></p>
<p>The Firefox browser has exploded on the scene. At the time of this writing there have been 23 million downloads of this innovative competitor to Internet Explorer. Minor drawbacks aside, most who use it, love it&#8211;myself included. One stand out feature is the customizable search bar that&#39;s built into the Firefox menu bar. As a long time AOL user I had 10 hot keys set up for sites I visited all the time. With Firefox, all I did was set the search bar up with those very same links. Suddenly what seemed like a reason to mourn the loss of AOL vanished. </p>
<p>Then there&#39;s tabbed browsing. This is a new way to use a browser as you can access more than one page in a single browser window. Which makes it easy to switch back and forth among multiple web pages. Makes for a great time saver. But a big benefit is the ability to install little applications that perform specific tasks. In the FireFox world these are called &quot;extensions&quot;.&nbsp; </p>
<p>If you&#39;re like me you&#39;ll find extensions are sorta like potato chips &ldquo; you just can&#39;t have just one. So let me share my 7 favorites. I believe they will save you time or effort while enhancing your FireFox experience. </p>
<p>Favorite Extension #1: Auto copy Auto copy is a killer keystroke saver. You&#39;ll never Ctrl-C again. Simply highlight the desired text on the web page with your mouse and it&#39;s instantly copied to the clipboard. Jump over to whatever application you want to paste that text into, paste it and you&#39;re done. </p>
<p>Favorite Extension #2: ScrapBook How many times have you book marked a site only to return and find it changed? Or worse it&#39;s vanished? That makes the ScrapBook extension the web researcher&#39;s indispensable friend. It lets you take a snapshot of any page. Or you can grab just a chunk it. ScrapBook keeps such snapshots organized and even lets you add comments if you like. </p>
<p>Favorite Extension #3: TinyURL Creator How often do you want to sent a friend a URL only to discover it&#39;s a mile long? Like this one for instance? <a href="http://www.google.com/search?as_q=&amp;num=50&amp;hl=en&amp;btnG=Google+Search&amp;as_epq=%22john+gergye%22&amp;as_oq=&amp;as_eq=&amp;lr=&amp;as_ft=i&amp;as_filetype=&amp;as_qdr=all&amp;as_occt=any&amp;as_dt=i&amp;as_sitesearch=&amp;safe=imagesWouldn%E2%80%99t%20it%20be%20easier%20to%20send%20something%20like%20this:%20http://tinyurl.com/427gg?" target="_blank">http://www.google.com/search?as_q=&amp;num=50&amp;hl=en&amp;btnG=Google+Search&amp;as_epq=%22john+gergye%22&amp;as_oq=&amp;as_eq=&amp;lr=&amp;as_ft=i&amp;as_filetype=&amp;as_qdr=all&amp;as_occt=any&amp;as_dt=i&amp;as_sitesearch=&amp;safe=imagesWouldn%E2%80%99t%20it%20be%20easier%20to%20send%20something%20like%20this:%20http://tinyurl.com/427gg?</a> Good news. There&#39;s a handy extension that will cut any unwieldy URL it down to size using TinyURL. Even better it will also inventory those you&#39;ve created in case you want to use any of them again. </p>
<p>Favorite Extension #4: Popup Blocking Okay, so this technically isn&#39;t an extension. It&#39;s more of a killer built in feature that will stop pop ups dead in their tracks. I mean there&#39;s nothing like seeing this message &quot;Firefox prevented this site from opening a pop up window&quot; to give you a warm glow inside. </p>
<p>Favorite Extension #5: Google Pagerank Want to know the Google PageRank of a page? Sadly, the Google Toolbar only runs in Internet Explorer. But never fear. If you like to eyeball PR, say to check out potential link partners, the Google Pagerank Status extension displays pagerank. Even better it&#39;s also in numeric form so you don&#39;t have to mouse over to see the PR. </p>
<p>Favorite Extension #6 LoremIpsum Content Generator Whenever you need some quick content to check a web page layout this is your tool. You can tell it to create so many characters, words or paragraphs. Giving you a variety of &quot;Latin-like&quot; content in the blink of an eye. </p>
<p>Favorite Extension #7: Copy URL Instead of copying a snippet from a page and then going back and grabbing the URL, you can do it all with one tool. Copy URL. Another addictive research tool. </p>
<p>All of these tiny apps can be downloaded from here: https://addons.update.mozilla.org/extensions Or if these 7 have whet you appetite for more, you can nose around there for other extensions to enhance your FireFox experience. </p>
<p>One other tip: To check your extensions go to Tools&gt;Extensions There you&#39;ll see all extensions you&#39;ve installed. Newly downloaded ones will typically display this message: &quot;This item will be installed after you RESTART Firefox.&quot; Do so and you&#39;re set. Anyway, these extensions alone are seven reasons to love FireFox. At the risk of sounding like a shill, I can&#39;t urge you strongly enough to try it. I&#39;m sure you&#39;ll like it. </p>
<p>Copyright 2008 John Gergye About The Author John Gergye is the author of &quot;Street Smart Linking.&quot; To learn more about this 131 page, step by step link building guide visit<a href="http://www.buzzle.com/editorials/2-18-2005-65939.asp" target="_blank"> http://www.buzzle.com/editorials/2-18-2005-65939.asp.</a> Or test your search engine IQ by taking his SEO quiz  and get the free special report:&quot;Coming Out On Top.&quot;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.screenprinting-aspa.com/7-reasons-to-switch-to-firefox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>7 Winning Search Engine Optimization Tactics</title>
		<link>http://www.screenprinting-aspa.com/7-winning-search-engine-optimization-tactics/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=7-winning-search-engine-optimization-tactics</link>
		<comments>http://www.screenprinting-aspa.com/7-winning-search-engine-optimization-tactics/#comments</comments>
		<pubDate>Thu, 05 Feb 2009 20:47:31 +0000</pubDate>
		<dc:creator>ASPA</dc:creator>
				<category><![CDATA[2009 Article Archives]]></category>
		<category><![CDATA[Computer Geeks]]></category>
		<category><![CDATA[search engine optimization]]></category>
		<category><![CDATA[SEO tatics]]></category>

		<guid isPermaLink="false">http://www.screenprinting-aspa.com/?p=58</guid>
		<description><![CDATA[7-winning-search-engineSearch engine optimization should always be considered long before your website structure, colors, layout, and overall site design.]]></description>
			<content:encoded><![CDATA[<p>7 Winning Search Engine Optimization Tactics by: Lee Kendrick</p>
<p><a href="http://www.screenprinting-aspa.com/wp-content/uploads/2009/02/7-winning-search-engine1.jpg" class="thickbox" rel="grupo58" ><img class="alignleft size-full wp-image-836" title="7-winning-search-engine" src="http://www.screenprinting-aspa.com/wp-content/uploads/2009/02/7-winning-search-engine1.jpg" alt="7-winning-search-engine" width="300" height="168" /></a>Search engine optimization should always be considered long before your website structure, colors, layout, and overall site design. But, the majority of people usually get caught up &#8220;in the moment&#8221;&#8230; thinking of riches instead of &#8220;how&#8221; they&#8217;re going to attract more website visitors. This article is meant to get you back on track, and provide you with 5 winning search engine optimization tactics.</p>
<p>Identify Keywords</p>
<p>1. The single biggest mistake that most business owners make is trying to think of a &#8220;cool name&#8221; for their website, when they should have chosen a keyword-rich site name like &#8216;prevent-corporate-bankruptcy.com&#8217; instead of SmithLawOffice.com&#8217; (as an example). Your potential customers search for keyword phrases&#8230; not business names&#8230; unless you&#8217;re already a household name like Wal-Mart, eBay or Apple. Facing reality, many business owners gave up on websites ever helping their business a long time ago&#8230; usually because of a poor website name choice. And, it doesn&#8217;t have to be this way.</p>
<p>Simply, discover what terms people are searching for. Identify the &#8220;action&#8221; keywords and phrases that people are actually using when they are searching Google, Yahoo, MSN or any of the other major search engines. I highly recommend looking for keyword phrases that incorporate the following keywords: buy, want, need, order, download, etc. I&#8217;m sure you&#8217;re getting the idea now. Then, you need to purchase website names that are centered around the most popular keyword phrases. And, redirect these visitors to your current website. And, I promise that you can setup a website redirect in less than one minute&#8230; even if computers scare you. You just need to have access to your website hosting interface, with cPanel being the most popular choice.</p>
<p>Optimizing Your Web Page</p>
<p>2. After identifying a minimum of 10 keyword phrases, I recommend optimizing your current website pages &#8216; title tags, meta tags, image &#8220;alt&#8221; tags. You need to start using these keywords within your webpage content in bold text, underlined text, and as text links. Do not overuse these keywords though. These keywords should only comprise 4-6% of each page. So, if you have 500 words on a webpage, limit your keyword usage to 20-30 words. Most of the major search engines index every word of your page and compare them to your title META description and META keywords. So, you should never hide or add non-related keywords to your webpages: like Anna Kournakova, Michael Jordan, Tiger Woods, etc. This is a &#8220;black hat&#8221; tactic and should never be used, unless your want your website to be permanently banned by the search engine directories.</p>
<p>Most of the major search engines don&#8217;t even consider the META keywords anymore, which is why the actual content of your webpages is becoming more and more important. Excessive repeating of keywords is considered as spamming, which will get your website penalized with a lower ranking. And, be sure mix your keywords in different combinations throughout the page and in your ALT tags, instead of using the same phrase over and over again.</p>
<p>Link Popularity</p>
<p>3. One of the most important factors to achieve a high ranking in the search engines is link popularity. The overall number of links to your web site is important, but the quality of the links are even more important. All the search engines are very fond of &#8220;on topic&#8221; links. Links from sites that contain your same keyword content and are focusing on the same topic as your site, are known as &#8220;on topic&#8221; links. Three of the best ways to get &#8220;on topic&#8221; quality backlinks are to comment on other industry-related blogs, make comments in industry-related forums, and to submit articles to article directories. Just make sure that you&#8217;re adding comments or articles to high page rank sites, avoiding low page rank sites.</p>
<p>Misspellings</p>
<p>4. Adding misspelled keywords within your META tags can also boost your website traffic, because many people are likely to misspell your keywords when browsing the search engine directories. As an example, here are several popular misspellings I found people making when they searched for a site submission service, as follows: &#8220;free search engine submision&#8221;, &#8220;sumit&#8221;, &#8220;subit&#8221;, &#8220;search egnine submission&#8221;, &#8220;submition&#8221;, and &#8220;saerchengines&#8221;.</p>
<p>Add Fresh Content</p>
<p>5. Adding fresh content to your website on a regular basis is another key factor that plays a critical role in your search engine rankings. Adding new content regularly gives your visitors a reason to come back. Search engine robots will also visit your website more often, once they notice that you update regularly. This is one of the main reasons why WordPress blogs are so popular right now. When visitors leave comments about blog posts you have made, the search engine bots see this as new content. And, it really helps your site rankings when a visitor makes a comment with a permalink back to their high pagerank site. This helps website owners save time, by allowing website visitors to create content for them.</p>
<p>Don&#8217;t Kill the Search Engine Crawlers</p>
<p>6. Avoid using flash intro pages where it says &#8220;Click Here to Enter Site&#8221;, because the search engines have a very difficult time indexing (seeing) anything beyond the intro page&#8230; unless you&#8217;ve submitted every webpage of your site to the search engine directories manually, which is very time consuming. Even if you use the alt attribute to specify alternate text for flash images, that text will not be anywhere near as important as real text on a main index page.</p>
<p>Provide Relevant Title Tags</p>
<p>7. Making your page titles simple, descriptive, relevant and &#8220;keyword rich&#8221; makes it easier for search engines to know what each page is about. Keyword rich titles help the search engine directories provide consumers with more relevant search results, helping them determine whether your website contains what they are trying to find. The title description is the most important element of your website design, after you have chosen your website domain name.</p>
<p>About The Author<br />
Lee Kendrick has been featured by numerous magazines &amp; article directories as a successful internet marketer, search engine optimization expert, and aspiring writer.</p>
<p>Visit <a href="http://get-more-website-traffic.com/" target="_blank">http://get-more-website-traffic.com</a> to discover the tools, tips &amp; &#8220;white hat&#8221; tactics that Lee uses to dominate Google on a daily basis.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.screenprinting-aspa.com/7-winning-search-engine-optimization-tactics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>5 Powerful And Free Methods That I Use To Speed Up My PC</title>
		<link>http://www.screenprinting-aspa.com/5-powerful-and-free-methods-that-i-use-to-speed-up-my-pc/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=5-powerful-and-free-methods-that-i-use-to-speed-up-my-pc</link>
		<comments>http://www.screenprinting-aspa.com/5-powerful-and-free-methods-that-i-use-to-speed-up-my-pc/#comments</comments>
		<pubDate>Thu, 05 Feb 2009 20:01:45 +0000</pubDate>
		<dc:creator>ASPA</dc:creator>
				<category><![CDATA[2009 Article Archives]]></category>
		<category><![CDATA[Computer Geeks]]></category>
		<category><![CDATA[speeding up your PC]]></category>

		<guid isPermaLink="false">http://www.screenprinting-aspa.com/?p=21</guid>
		<description><![CDATA[Here are 5 such methods that I use to speed up my PC and to ensure that it will always run at optimum performance with very minimal hiccups.]]></description>
			<content:encoded><![CDATA[<p>5 Powerful And Free Methods That I Use To Speed Up My PC by: Mehmet Onatli </p>
<p>Many of my friends say that I am obsessed with techniques on how I can speed up my PC. Whether I&#39;m doing some work with Adobe Photoshop, Adobe Illustrator, and Adobe InDesign all running at the same time, or whether I&#39;m playing Gears of War while World of Warcraft in windowed mode is minimized, I always want my PC to perform as fast as possible. Yes, I am a speed junkie. I easily get frustrated with the slightest hint of a load time. Hence, I am always on the lookout for ways to speed up my PC. <a href="http://www.screenprinting-aspa.com/wp-content/uploads/2009/02/5-powerful-and-free-methods1.jpg" class="thickbox" rel="grupo21" ><img alt="5-powerful-and-free-methods" class="alignleft size-full wp-image-839" height="198" src="http://www.screenprinting-aspa.com/wp-content/uploads/2009/02/5-powerful-and-free-methods1.jpg" title="5-powerful-and-free-methods" width="300" /></a>Here are 5 such methods that I use to speed up my PC and to ensure that it will always run at optimum performance with very minimal hiccups. Speed Up My PC, Technique </p>
<p>No. 1: Download The Latest Drivers The physical components of your PC stay the same, unless you remove and replace them. But the software they run? They constantly change. The programs sold today will fall pale in comparison with the programs that will be made available next week. </p>
<p>The websites we visit will evolve based on the internet technology that will be introduced. And how are our systems supposed to cope up? When I want to speed up my PC, the first thing I do is to download the latest drivers for the physical components of my rig. Graphic card, motherboard, modem&#8211;you name it, I download it! I make sure that nothing but the latest driver is installed in my system. Speed Up My PC, Technique </p>
<p>No. 2: Keep Your Registry Squeaky Clean Does it take forever to boot up your system? Chances are, your registry is bogged down by useless leftover files from the programs you have installed, even if you have already uninstalled them. Whenever I want to speed up my PC, I open my favorite registry cleaner to scan my system for some redundant, and sometimes harmful, leftover files. Then I let it do its thing, deleting the non-essential files whenever it could. Reg cleaners really help speed up my PC, and there is no reason why they can&#39;t help you speed up yours. Speed Up My PC, Technique </p>
<p>No. 3: Your System May Have Been Infected By Spyware And/Or Adware Sometimes, slow boot up time and slow processing speed are caused by the infestation of spyware and/or adware in your system. Spyware and adware are forms of malware that surreptitiously find their way into your PC, often through the websites you visit or the email attachments you open. If I am infected by spyware and/or adware and I want to speed up my PC, I simply open my most trusted spyware remover &quot;Search &amp; Destroy,&quot; a free utility that is powerful enough to wipe out all the known spyware and adware variations today. Speed Up My PC, Technique </p>
<p>No. 4: Scan For Viruses And Kill Them Slow PCs may also be caused by viruses, the most popular of which are &quot;Trojans,&quot; wicked programs that keep hammering our systems their evil deeds. There is only one way to determine the existence of a virus in your system, that is, by running a complete diagnostic scan using an anti-virus software. The best anti-virus software I can recommend is AVG, a free, open source program that is regularly updated with the latest virus descriptions which allows the program to run a really comprehensive examination of your system. Thereafter, the anti-virus program will eliminate the threat and I&#39;d be able to speed up my PC with no hassle at all. Speed Up My PC, Technique</p>
<p>No. 5: Defragment Regularly One of the really under-appreciated features of a Windows-based PC is the Disk Defragmenter. Basically, the Disk Defragmenter will eliminate useless and redundant files in your entire system, not just your registry. I swear to God, defragmenting your disk is THE best way to speed up my PC. Defragmenting may take a couple of hours or more, but the end result is very much worth it. To access the Disk Defragmenter, go to START, then ALL PROGRAMS, then ACCESSORIES, then SYSTEM TOOLS, and voila! </p>
<p>You&#39;d be able to speed up your PC as efficiently as I can speed up my PC! </p>
<p>About The Author Mehmet Onatli You can download a free trial of a <a href="http://www.registryheal.com/" target="_blank">http://www.registryheal.com/ </a>from Mehmet&#39;s website. He shares some of his things he learned in his 10 years experience.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.screenprinting-aspa.com/5-powerful-and-free-methods-that-i-use-to-speed-up-my-pc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

