<?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>ThePizzy.net/blog &#187; Reviews</title>
	<atom:link href="http://thepizzy.net/blog/category/reviews/feed/" rel="self" type="application/rss+xml" />
	<link>http://thepizzy.net/blog</link>
	<description>Solving the complex in 140 characters or less...</description>
	<lastBuildDate>Mon, 02 Jan 2012 15:55:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4-alpha-19719</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>WordPress Plugin: Bad Behavior</title>
		<link>http://thepizzy.net/blog/2011/01/wordpress-plugin-bad-behavior/</link>
		<comments>http://thepizzy.net/blog/2011/01/wordpress-plugin-bad-behavior/#comments</comments>
		<pubDate>Tue, 18 Jan 2011 16:00:25 +0000</pubDate>
		<dc:creator>[[Neo]]</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[akismet]]></category>
		<category><![CDATA[bad behavior]]></category>
		<category><![CDATA[spam control]]></category>
		<category><![CDATA[spam protection]]></category>
		<category><![CDATA[wordpress plugins]]></category>

		<guid isPermaLink="false">http://thepizzy.net/blog/?p=1000</guid>
		<description><![CDATA[Since I started using a WordPress blog back in 2005, I&#8217;ve always had the Akismet WordPress plugin installed, and it was the sole provider of my spam protection. It has done an awesome job...]]></description>
			<content:encoded><![CDATA[<div id="attachment_1001" class="wp-caption alignleft" style="width: 235px"><img class="size-full wp-image-1001" title="Stop Spam" src="http://thepizzy.net/blog/wp-content/uploads/2011/01/stopspam1.jpg" alt="" width="225" height="192" /><p class="wp-caption-text">Source: dayoldcake.com</p></div>
<p>Since I started using a WordPress blog back in 2005, I&#8217;ve always had the <a href="http://wordpress.org/extend/plugins/akismet/" target="_blank">Akismet WordPress plugin</a> installed, and it was the sole provider of my spam protection. It has done an awesome job with an at-this-moment 99.843% accuracy rating, and has blocked 21,215 spam comments of which 6,686 of them were just in the last 6 months.</p>
<p>About a week ago, I found an <strong>additional</strong> spam blocking plugin that has also been very helpful. This one is called <a href="http://bad-behavior.ioerror.us/" target="_blank">Bad Behavior</a>.</p>
<p>In my observations over the last couple months, it appears that Akismet will block a comment that doesn&#8217;t seem to have any correlation to the content of the blog post. This would be why you see posts in your Spam queue that contain no links, no really harmful URLs, and just random text or pointless statements in the body of the comment. I&#8217;m sure Akismet is much more complicated than that, though, and I would assume there is a backend database of known spamming IPs/Hosts out there that it may also check against. However, the simplest, and likely initial method of detecting spam is via content.</p>
<p>Not with Bad Behavior. Instead of checking the content of the spam, it looks at the stuff you can&#8217;t see &#8211; the HTTP Headers, IP, User-Agent String, etc. From their own website&#8230;</p>
<blockquote><p>Bad Behavior analyzes the HTTP headers, IP address, and other metadata regarding the request to determine if it is spammy or malicious. This approach has proved, as one user said, “shockingly effective.” After all, spammers write their bots on the cheap, and have little incentive to code very well. If they could code very well, they probably wouldn’t be spammers.</p>
<p>When Bad Behavior looks at a request, it determines if the request matches a profile of known malicious or spammy activity, and falls outside the bounds of a normal human browsing the web. If so, the request is blocked. But a way out is provided for any human beings with unusual configurations or viruses/Trojans on their computer who may be blocked.</p>
<p style="text-align: right;">Source: <a href="http://bad-behavior.ioerror.us/documentation/how-it-works/" target="_blank">How Bad Behavior Works</a></p>
</blockquote>
<p>Here&#8217;s an example of some of the content it has blocked from this very blog&#8230;</p>
<p><a href="http://thepizzy.net/blog/wp-content/uploads/2011/01/2011-01-15_1512.png"><img class="aligncenter size-full wp-image-1003" title="Bad Behavior 1" src="http://thepizzy.net/blog/wp-content/uploads/2011/01/2011-01-15_1512.png" alt="" width="958" height="179" /></a></p>
<p>The image above is using a User-Agent string that includes the Windows version &#8220;Windows XP&#8221;. Anyone who has done their homework, and makes up a User-Agent string knows that Windows XP is actually Windows NT 5.x where X is the Service Pack number applied. Since Windows XP is not a valid User-Agent String (even though they went to so much trouble to include all the other information in the header), it was blocked.</p>
<p><a href="http://thepizzy.net/blog/wp-content/uploads/2011/01/2011-01-15_1513.png"><img class="aligncenter size-full wp-image-1005" title="Bad Behavior 2" src="http://thepizzy.net/blog/wp-content/uploads/2011/01/2011-01-15_1513.png" alt="" width="948" height="124" /></a></p>
<p>With this image, the plugin saw that the header was missing the &#8220;Accept&#8221; statement, telling the server receiving the request what types of files it was willing to accept as a response. Most of the attempts to bot-post that I have seen blocked in the past week or so have been this type of error.</p>
<p>According to the Bad Behavior <a href="http://bad-behavior.ioerror.us/documentation/benefits/">Benefits and Features page</a>, the plugin runs before any of your PHP-based software (yeah, that&#8217;s right, it is available for any PHP-coded site, not just WordPress blogs), so your server never has to respond to a bot just &#8220;harvesting data and delivering junk.&#8221; Instead the bot is given some 400-style error, and never gets a response from your site.</p>
<p>There are more features and settings that I haven&#8217;t had a chance to play around with yet, but if I find it necessary, I&#8217;ll create an additional post or add them to this one. I recommend this plugin to go alongside any other spam protection you have in place on your form-driven website or blog.</p>

<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/akismet' rel='tag' target='_blank'>akismet</a>, <a class='technorati-link' href='http://technorati.com/tag/bad+behavior' rel='tag' target='_blank'>bad behavior</a>, <a class='technorati-link' href='http://technorati.com/tag/spam+control' rel='tag' target='_blank'>spam control</a>, <a class='technorati-link' href='http://technorati.com/tag/spam+protection' rel='tag' target='_blank'>spam protection</a>, <a class='technorati-link' href='http://technorati.com/tag/wordpress+plugins' rel='tag' target='_blank'>wordpress plugins</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://thepizzy.net/blog/2011/01/wordpress-plugin-bad-behavior/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to upgrade your computer&#8217;s memory</title>
		<link>http://thepizzy.net/blog/2010/10/how-to-upgrade-your-computers-memory/</link>
		<comments>http://thepizzy.net/blog/2010/10/how-to-upgrade-your-computers-memory/#comments</comments>
		<pubDate>Thu, 07 Oct 2010 15:59:15 +0000</pubDate>
		<dc:creator>[[Neo]]</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[CPUID]]></category>
		<category><![CDATA[CPUZ]]></category>
		<category><![CDATA[DDR]]></category>
		<category><![CDATA[DDR2]]></category>
		<category><![CDATA[DDR2-800]]></category>
		<category><![CDATA[how do I choose the right memory]]></category>
		<category><![CDATA[how do I choose the right ram]]></category>
		<category><![CDATA[how do I upgrade my ram]]></category>
		<category><![CDATA[PC Rating]]></category>
		<category><![CDATA[RAM memory]]></category>
		<category><![CDATA[RAM Type]]></category>
		<category><![CDATA[SIMM]]></category>

		<guid isPermaLink="false">http://thepizzy.net/blog/?p=745</guid>
		<description><![CDATA[If you don&#8217;t know what kind of motherboard your computer has in it, then finding the right type of RAM memory sticks you need can be tricky. In order to...]]></description>
			<content:encoded><![CDATA[<div id="attachment_779" class="wp-caption alignright" style="width: 310px"><img class="size-full wp-image-779 " title="Memories" src="http://thepizzy.net/blog/wp-content/uploads/2010/10/computer_memory_photo_frame1.jpg" alt="" width="300" height="252" /><p class="wp-caption-text">Credit: gadgettastic.com</p></div>
<p>If you don&#8217;t know what kind of motherboard your computer has in it, then finding the right type of RAM memory sticks you need can be tricky. In order to upgrade your RAM, you&#8217;ll need to find out 3 pieces of information in all: what type of memory do you need; how much do you have; and how much can your motherboard handle.</p>
<p>To do this you either have to pop it out to take a look at it, or you have to go online and look up your computer&#8217;s specifications (as long as it wasn&#8217;t custom-built by piecing parts together) at the manufacturer&#8217;s website. However, either of those methods will only get you 2 of the 3 pieces of information needed.</p>
<p>Fortunately there is a third way to find this information using a software program, and it makes everything much easier. But first, here&#8217;s how to do it the manual way so you don&#8217;t have to rely on software that may not be available at the time.</p>
<h1>1.) Manually &#8211; Find Type &amp; Amount</h1>
<div class="mceTemp">
<dl id="attachment_749" class="wp-caption alignleft" style="width: 160px;">
<h1 class="wp-caption-dt"><a href="http://thepizzy.net/blog/wp-content/uploads/2010/10/motherboard-diagram-011.jpg"><img class="size-thumbnail wp-image-749" title="Motherboard Diagram" src="http://thepizzy.net/blog/wp-content/uploads/2010/10/motherboard-diagram-011-150x150.jpg" alt="" width="150" height="150" /></a></h1>
<dd class="wp-caption-dd">H.) RAM Slots</dd>
</dl>
</div>
<p>When you look manually you&#8217;ll be able to do at most 2 of 3To find out what kind of RAM your computer is using you&#8217;ll need to shut it down completely, and unplug the power cable. Give it about 10 seconds to completely discharge all the stored electricity in the capacitors of the motherboard and power supply, and then you can start to open your computer case.</p>
<p>Inside your computer you&#8217;ll find a big circuit board that looks similar to the image at left. In the image at left, look for the letter H on the diagram &#8211; that is the RAM Slots. On each end of one of the slots there are some little tabs. If you push those at a diagonal down and away from the slot, they will unlock the stick of RAM from the board, and you should be able to easily lift the memory stick straight up off the board.</p>
<div id="attachment_746" class="wp-caption alignright" style="width: 160px"><a href="http://thepizzy.net/blog/wp-content/uploads/2010/10/72_img1.jpg"><img class="size-thumbnail wp-image-746  " title="Photo Credit: www.upgradenotebook.co.uk" src="http://thepizzy.net/blog/wp-content/uploads/2010/10/72_img1-150x150.jpg" alt="RAM Memory Sticks" width="150" height="150" /></a><p class="wp-caption-text">The PC2100 is the type; DDR266 is the frequency/speed; 1GB is the size</p></div>
<p>Once you have the stick in your hand, it will usually have a sticker on it, like in the image at right. (The image at right is a picture of some Laptop memory, but the concept is the same.) Somewhere on the sticker will be a alphanumeric code that starts with PC followed by some numbers. Most commonly it is PC3200. That&#8217;s only one part of the equation&#8230;there are still 2 more: How big are the memory sticks you have (and what is the total memory you&#8217;ve got over all), and what is the maximum that your motherboard was build to handle.</p>
<p>Hopefully there is a number in MB or GB that is divisible by 8 (for MB) or below 4 (followed by GB) somewhere on the sticker (usually 256MB, 512MB, 1024MB/1GB, 2GB , 4GB). In the image at right, the stick is a 1GB stick. If there is no size noticeable on sticker, you can try to search Google for some of the numbers on the sticker or memory stick to see if you can find out. Otherwise you&#8217;ll have to jump to method 3 below.</p>
<h1>2.) Look up the Motherboard &#8211; Find Type &amp; Max</h1>
<p>The second method for finding out which memory your computer has involves doing a little bit of searching the internet for either your motherboard&#8217;s model number, or if you&#8217;re lucky enough to have bought your computer from some place like Dell or HP you may be able to find it on their website via a service number. If that&#8217;s the case, and you have a service number, you can contact support to find out what type &amp; how much memory your computer can handle &#8211; and if you&#8217;ve never upgraded your RAM, then you can probably find out how much is in it from the original build.</p>
<div id="attachment_759" class="wp-caption alignleft" style="width: 160px"><a href="http://thepizzy.net/blog/wp-content/uploads/2010/10/motherboard1.jpg"><img class="size-thumbnail wp-image-759" title="Motherboard Model Number" src="http://thepizzy.net/blog/wp-content/uploads/2010/10/motherboard1-150x150.jpg" alt="Credit: ultrabios.com" width="150" height="150" /></a><p class="wp-caption-text">Motherboard Model Number</p></div>
<p>We&#8217;re going to assume you&#8217;re not that lucky, and your computer was custom built with lots of different pieces. Again, we&#8217;re going to have to open the case if it&#8217;s not still open &#8211; so shut down the computer, and unplug it. After 10 seconds, pop the case off, and look around the mother board for something similar to the image at left.</p>
<p>The model number will be printed in the same color paint as everything else written on the board, and will be close to the maker&#8217;s name. In the image at left, the manufacturer is &#8220;Fatal1ty&#8221; and the model number is &#8220;AN9 32X&#8221;. Once you have these pieces of information, hit up the Googles and <a href="http://www.google.com/search?q=Fatal1ty+&quot;AN9+32X&quot;" target="_blank">do a search</a>&#8230;and we&#8217;re looking for either a technical article, a specification sheet, or perhaps a product listing in a computer-parts store.</p>
<p>I <a href="http://www.pcstats.com/articleview.cfm?articleID=2056" target="_blank">picked the first link</a>, because the beginning seems like a good place to start. As long as the page starts talking about the technical specifications for the board, it&#8217;s probably a good place to start looking for what you need. I did a Find on the page (CTRL + F) for the word &#8220;PC&#8221;, but that didn&#8217;t turn up any results similar to the PC3200 or other numbers we&#8217;re looking for. The next one to search for is &#8220;DDR&#8221; as that is the common way the sticks of RAM are built these days.</p>
<blockquote><p><strong>Side Note:</strong> SIMM/SDRAM = &#8220;Single Inline Memory Module&#8221;, Chips on one side of the memory stick. DDR = &#8220;Double Data Rate&#8221;, Chips on both sides of the memory stick. (Though, these days it&#8217;s possible to stick both sets of chips on one side, as there is also such a thing as QDR (Quad Data Rate) which has 2 sets of chips on each side, totally 4 sets of chips. Unless you&#8217;ve got a very expensive gaming computer, you&#8217;re probably going to have DDR.</p></blockquote>
<p>Choosing to search for DDR turned up exactly what I needed to know&#8230;</p>
<blockquote><p>There are four DDR2 memory slots which accommodate up to 8GB of  DDR2-800 RAM.</p></blockquote>
<p>Now we know it can handle 8GB of memory (unless you&#8217;ve got a 64-bit operating system, you&#8217;re only going to be able to use 4GB of it).  Unfortunately they didn&#8217;t mention what PC number it is, so we&#8217;ll use the table below to find out what we need. To do this, consider the PC2100 DDR266 image at the top of the article. Under the &#8220;PC Rating&#8221;column, we find the PC2100, and right next to it in the &#8220;RAM Speed in MHz&#8221;there is the 266 (which represents the DDR number), and it says DDR in the &#8220;Type of RAM&#8221; column as well.</p>
<p><a href="http://thepizzy.net/blog/wp-content/uploads/2010/10/2010-10-07_0952.png"><img class="aligncenter size-full wp-image-761" title="RAM Conversion Table" src="http://thepizzy.net/blog/wp-content/uploads/2010/10/2010-10-07_0952.png" alt="Credit: Bleepingcomputer.com" width="445" height="314" /></a>If you use the same method to find our DDR2-800 ram, you&#8217;ll need to look in the &#8220;Type of RAM&#8221; column for the DDR2 rows, and find the &#8220;RAM Speed in MHz&#8221; that matches 800. This results in a PC2-6400 &#8220;PC Rating&#8221;.</p>
<p>Assuming you were able to find out how much memory you have in your system already, we now know how much the motherboard can handle, what type it takes, and how much we have/lack. You can use this PC2-6400 &#8220;PC Rating&#8221; to go <a href="http://www.newegg.com/Product/ProductList.aspx?Submit=ENE&amp;DEPA=0&amp;Order=BESTMATCH&amp;Description=PC2-6400+DDR2-800&amp;x=0&amp;y=0" target="_blank">shopping online for more memory</a>. Be sure you notice whether you&#8217;re buying memory for a Laptop or Desktop computer, and that you get the right one from the store. Laptop memory is shorter than Desktop memory, and as such it won&#8217;t fit in the slot.</p>
<h1>3.) Using CPUZ from CPUID &#8211; Find Type, Size &amp; Max</h1>
<p>The third option is using a <a href="http://www.cpuid.com/softwares/cpu-z.html#about" target="_blank">software program called CPUZ</a>. Now, because I don&#8217;t like sending people to pages to download software, when those pages also include ads with huge &#8220;DOWNLOAD NOW&#8221; buttons, below is the location on the page you&#8217;ll want to actually download from:</p>
<p><a href="http://thepizzy.net/blog/wp-content/uploads/2010/10/2010-10-07_1013.png"><img class="aligncenter size-full wp-image-766" title="Download CPUZ" src="http://thepizzy.net/blog/wp-content/uploads/2010/10/2010-10-07_1013.png" alt="" width="441" height="303" /></a>Then click the purple download button&#8230;</p>
<p><a href="http://thepizzy.net/blog/wp-content/uploads/2010/10/2010-10-07_1016.png"><img class="aligncenter size-full wp-image-767" title="Download CPUZ" src="http://thepizzy.net/blog/wp-content/uploads/2010/10/2010-10-07_1016.png" alt="" width="528" height="230" /></a></p>
<p>During the Install process, be sure to uncheck the Ask.com toolbar stuff.</p>
<p><a href="http://thepizzy.net/blog/wp-content/uploads/2010/10/2010-10-07_1019.png"><img class="aligncenter size-full wp-image-768" title="No ASK, CPUZ" src="http://thepizzy.net/blog/wp-content/uploads/2010/10/2010-10-07_1019.png" alt="" width="552" height="436" /></a></p>
<p>Once you&#8217;ve downloaded and installed the program (I installed mine to my Flash Drive, so I can use it on any computer) you should have a folder that looks like this:</p>
<p style="text-align: center;"><a href="http://thepizzy.net/blog/wp-content/uploads/2010/10/2010-10-07_1022.png"><img class="aligncenter size-full wp-image-771" title="CPUZ Directory" src="http://thepizzy.net/blog/wp-content/uploads/2010/10/2010-10-07_1022.png" alt="" width="470" height="305" /></a></p>
<p>The program is named cpuz.exe, and when you run that, it will show a loading box, and then a window with a lot of information like this&#8230;</p>
<h2>CPUZ &#8211; CPU Tab</h2>
<p><a href="http://thepizzy.net/blog/wp-content/uploads/2010/10/2010-10-07_1025.png"><img class="aligncenter size-full wp-image-773" title="CPUZ Main" src="http://thepizzy.net/blog/wp-content/uploads/2010/10/2010-10-07_1025.png" alt="" width="451" height="431" /></a></p>
<p>On this first page you&#8217;ll be able to see everything about your processor &#8211; the make, model, speeds, cache, etc. For this blog post, we&#8217;re not interested in any of that information &#8211; but do make a mental note that you can use this tool to get that info when you do need it. We&#8217;re interested in the Mainboard, Memory, and SPD tabs. First up is the Mainboard&#8230;</p>
<h2>CPUZ &#8211; Mainboard Tab</h2>
<p><a href="http://thepizzy.net/blog/wp-content/uploads/2010/10/2010-10-07_1028.png"><img class="aligncenter size-full wp-image-774" title="CPUZ Mainboard Tab" src="http://thepizzy.net/blog/wp-content/uploads/2010/10/2010-10-07_1028.png" alt="" width="451" height="431" /></a></p>
<p>This tab describes your motherboard &#8211; the manufacturer, model, and type of graphics card you need. This gives us 1 of the 3 pieces of information we&#8217;d need for RAM Upgrades: <strong>Motherboard Model Number</strong>. Use this to deduce the maximum RAM your computer can use. Anything over 3.25GB will go unused in a normal Windows environment. You&#8217;ll need to upgrade to Windows 64-bit, Apple OS X, or a Linux distro that can handle 64-bit. (There are a lot of other upgrades involved in this as well, like a 64-bit processor, motherboard, devices like printers, etc &#8211; so don&#8217;t do it just to have more RAM.)</p>
<h2>CPUZ &#8211; Memory Tab</h2>
<p><a href="http://thepizzy.net/blog/wp-content/uploads/2010/10/2010-10-07_1030.png"><img class="aligncenter size-full wp-image-775" title="CPUZ - Memory Tab" src="http://thepizzy.net/blog/wp-content/uploads/2010/10/2010-10-07_1030.png" alt="" width="451" height="431" /></a></p>
<p>This tab describes the current state of your computer&#8217;s memory. It gives you the 2nd piece of your RAM Upgrade Equation: <strong>Current Memory</strong>. It has the &#8220;RAM Type&#8221; (DDR2 in my case), current Memory (2048MB or 2 GB), and the Frequency (332.5MHz).</p>
<p>As a little experiment, I wanted to see if I could deduce the &#8220;PC Rating&#8221; just from the DDR2 &amp; the 332.5MHz values. As I mentioned before, DDR stands for &#8220;Double Data Rate&#8221;&#8230;DDR2 stands for &#8220;Double Data Rate2&#8243;. This means that while DDR operates at twice the <strong>*throughput*</strong> as SIMM (because of 2nd set of chips), DDR2 operates at twice the <strong>*speed*</strong> as DDR. In other words, for every 1 calculation that DDR can do, DDR2 does 2 calculations. What does this mean for my numbers? It means that since my RAM is doing 2x the calculations for the same amount of frequency (MHz) in order to get the effective frequency, I need to multiply it by 2.</p>
<blockquote><p>For DDR2&#8230;</p>
<p><strong>Formula: </strong>Frequcney x 2 = DDR2 RAM Speed in MHz</p>
<p><strong>Equation:</strong> 332.5MHz x 2 = 667MHz</p></blockquote>
<p>According to the table posted above, the DDR2-667MHz corresponds to PC2-5300. Let&#8217;s see if that is correct&#8230;</p>
<h2>CPUZ &#8211; SPD Tab</h2>
<p><a href="http://thepizzy.net/blog/wp-content/uploads/2010/10/2010-10-07_1041.png"><img class="aligncenter size-full wp-image-776" title="CPUZ - SPD Tab" src="http://thepizzy.net/blog/wp-content/uploads/2010/10/2010-10-07_1041.png" alt="" width="451" height="431" /></a></p>
<p>According to the Max Bandwidth section, that is correct: PC2-5300 (333MHz, sometimes it gets rounded up).</p>
<p>The SPD Tab will show you what is in each of your slots. It gives you the 3rd piece of your RAM Upgrade Equation: <strong>RAM Type</strong>.</p>
<p>As you can see in the image above, this data describes the memory stick in Slot 1. There is a drop-down menu that will have a slot entry for each of the available slots on your motherboard. This tab will show you who made the memory stick, what the part number is, how much memory it has, as well as the &#8220;PC Rating&#8221; &amp; Frequency (aka the 333 MHz portion of the Max Bandwidth). It will even tell you the week of the year it was made. In this case, it was the 39th week of 2007.</p>
<h1>Closing Comments</h1>
<p>Once you&#8217;ve got all 3 pieces of the equation: Max RAM, RAM Type, Current RAM, then you&#8217;re ready to upgrade your computer&#8217;s memory, and everything will appear to go a little quicker.</p>
<p>There is another factor in RAM upgrades that you should probably know about, but won&#8217;t prevent you from upgrading. RAM has different Frequency values (i.e. the 333MHz) on my sticks. The larger the number the faster things will move in and out of RAM, speeding up your system. However, in addition to RAM Types, motherboards also specify a maximum frequency at which they can operate. So if you find some DDR2-1600, but your board only supports DDR2-800, you&#8217;re only going to be operating at half of the RAM&#8217;s capabilities &#8211; with the motherboard being the bottleneck. So unless you&#8217;re going to upgrade your motherboard (and everything else attached to it: video card, processor, etc) don&#8217;t look for RAM with a higher frequency than your motherboard can actually use &#8211; you&#8217;ll likely just be wasting money.</p>

<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/CPUID' rel='tag' target='_blank'>CPUID</a>, <a class='technorati-link' href='http://technorati.com/tag/CPUZ' rel='tag' target='_blank'>CPUZ</a>, <a class='technorati-link' href='http://technorati.com/tag/DDR' rel='tag' target='_blank'>DDR</a>, <a class='technorati-link' href='http://technorati.com/tag/DDR2' rel='tag' target='_blank'>DDR2</a>, <a class='technorati-link' href='http://technorati.com/tag/DDR2-800' rel='tag' target='_blank'>DDR2-800</a>, <a class='technorati-link' href='http://technorati.com/tag/how+do+I+choose+the+right+memory' rel='tag' target='_blank'>how do I choose the right memory</a>, <a class='technorati-link' href='http://technorati.com/tag/how+do+I+choose+the+right+ram' rel='tag' target='_blank'>how do I choose the right ram</a>, <a class='technorati-link' href='http://technorati.com/tag/how+do+I+upgrade+my+ram' rel='tag' target='_blank'>how do I upgrade my ram</a>, <a class='technorati-link' href='http://technorati.com/tag/PC+Rating' rel='tag' target='_blank'>PC Rating</a>, <a class='technorati-link' href='http://technorati.com/tag/RAM+memory' rel='tag' target='_blank'>RAM memory</a>, <a class='technorati-link' href='http://technorati.com/tag/RAM+Type' rel='tag' target='_blank'>RAM Type</a>, <a class='technorati-link' href='http://technorati.com/tag/SIMM' rel='tag' target='_blank'>SIMM</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://thepizzy.net/blog/2010/10/how-to-upgrade-your-computers-memory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>5 easy ways to clean up your computer</title>
		<link>http://thepizzy.net/blog/2010/10/5-easy-ways-to-clean-up-your-computer/</link>
		<comments>http://thepizzy.net/blog/2010/10/5-easy-ways-to-clean-up-your-computer/#comments</comments>
		<pubDate>Wed, 06 Oct 2010 21:19:34 +0000</pubDate>
		<dc:creator>[[Neo]]</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Spyware]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[disk cleanup]]></category>
		<category><![CDATA[disk defragmenter]]></category>
		<category><![CDATA[how do I make my computer go faster]]></category>
		<category><![CDATA[how do I speed up my computer]]></category>
		<category><![CDATA[how to clean up a computer]]></category>
		<category><![CDATA[microsoft security essentials]]></category>
		<category><![CDATA[remove malware]]></category>
		<category><![CDATA[remove spyware]]></category>
		<category><![CDATA[remove viruses]]></category>
		<category><![CDATA[reove viruses]]></category>
		<category><![CDATA[spybot search & destroy]]></category>
		<category><![CDATA[windows cleanup]]></category>

		<guid isPermaLink="false">http://thepizzy.net/blog/?p=712</guid>
		<description><![CDATA[I get asked a lot by coworkers and friends about how to clean up a computer (either because it&#8217;s running slow, has spyware, or because they just can&#8217;t do anything...]]></description>
			<content:encoded><![CDATA[<p><!--34db51c22c0446568b0e128324bcd6f3-->
<p style="text-align: left;"><img class="alignleft size-full wp-image-714" title="Tux Clean Up" src="http://thepizzy.net/blog/wp-content/uploads/2010/10/tux-cleans-up11.jpg" alt="" width="300" height="266" />I get asked a lot by coworkers and friends about how to clean up a computer (either because it&#8217;s running slow, has spyware, or because they just can&#8217;t do anything on it any more). Below are 5 of the major cleanup methods I use to get their computer up and running again. Depending on the issue you want to resolve, I&#8217;ve broken up this post into some common categories&#8230;</p>
<h1 style="text-align: left;">Free up some space</h1>
<h2 style="text-align: left;">1.) Disk Cleanup</h2>
<div class="mceTemp" style="text-align: left;">
<dl id="attachment_716" class="wp-caption alignright" style="width: 160px;">
<dt class="wp-caption-dt"><a href="http://thepizzy.net/blog/wp-content/uploads/2010/10/2010-10-06_1216.png"><img class="size-thumbnail wp-image-716" title="Disk Cleanup" src="http://thepizzy.net/blog/wp-content/uploads/2010/10/2010-10-06_1216-150x150.png" alt="" width="150" height="150" /></a></dt>
<dd class="wp-caption-dd">Disk Cleanup via My Computer</dd>
</dl>
</div>
<p style="text-align: left;">Disk Cleanup removes temporary internet files, downloaded program files (used to install things like updates, that aren&#8217;t needed any more), other temporary files, recycle bin contents, cached thumbnails, error messages, and other unneeded files. In addition to deleting the files, it also compresses old files that haven&#8217;t been used in a long time, to free up some room on the disk for actively used files.</p>
<p style="text-align: left;">To run Disk Cleanup:</p>
<ol style="text-align: left;">
<li>Go to your Start Menu, click All Programs &gt; Accessories &gt; System Tools &gt; Disk Cleanup **OR** Open My Computer, right-click on the drive you wish to clean, choose Properties &gt; click the Disk Cleanup button (like the Disk Cleanup image shows)</li>
<li>Once the program has calculated all the things it can cleanup, go through the &#8220;Files to Delete&#8221; section and Check those which you want deleted, Clear those you do not want to delete.
<p style="text-align: center;"><a href="http://thepizzy.net/blog/wp-content/uploads/2010/10/2010-10-06_12281.png"><img class="size-medium wp-image-720  aligncenter" title="Disk Cleanup - check boxes" src="http://thepizzy.net/blog/wp-content/uploads/2010/10/2010-10-06_12281-249x300.png" alt="" width="249" height="300" /></a></p>
</li>
<li>Once you&#8217;ve made your selections, click OK, then click Yes or &#8220;Delete Files&#8221; when prompted and it will handle the rest. <a href="http://thepizzy.net/blog/wp-content/uploads/2010/10/2010-10-06_1520.png"><img class="aligncenter size-medium wp-image-724" title="disk cleanup - progress" src="http://thepizzy.net/blog/wp-content/uploads/2010/10/2010-10-06_1520-300x128.png" alt="" width="300" height="128" /></a></li>
</ol>
<h2 style="text-align: left;">2.) Disk Defragmentation</h2>
<p>Running Disk Defragmenter will help speed up your system&#8217;s ability to find and read data from your hard drive. In the pre-XP days, this was a big deal, and when you ran the utility a progress graphic would appear showing you which bits were being moved to where as everything was organized. To run Disk Defragmenter you would have to know about the application, and either run it manually or set up a scheduled task for it. When Vista &amp; Windows 7 were released, this process was automatically added as a scheduled task, and likely runs every Wednesday sometime late at night.</p>
<p style="text-align: center;">
<p style="text-align: center;"><a href="http://thepizzy.net/blog/wp-content/uploads/2010/10/2010-10-06_1528.png"><img class="size-medium wp-image-727  aligncenter" title="Disk Defragmenter" src="http://thepizzy.net/blog/wp-content/uploads/2010/10/2010-10-06_1528-300x163.png" alt="" width="300" height="163" /></a></p>
<p style="text-align: left;">If you&#8217;re on XP or lower, and want to run Disk Defragmenter:</p>
<ol style="text-align: left;">
<li>Click the Start Menu &gt; All Programs &gt; Accessories &gt; System Tools &gt; Disk Defragmenter **OR** Open a Run prompt, and type &#8220;dfrg.msc&#8221;<a href="http://thepizzy.net/blog/wp-content/uploads/2010/10/2010-10-06_1534.png"><img class="aligncenter size-medium wp-image-728" title="XP Disk Defragmenter" src="http://thepizzy.net/blog/wp-content/uploads/2010/10/2010-10-06_1534-300x223.png" alt="" width="300" height="223" /></a></li>
<li>Choose the drive you want to defragment, then click Analyze.</li>
<li>Once it has finished processing, it will make a recommendation as to whether it needs to be defraged or not.</li>
<li>If it says it needs it, or if you just want to do it anyway, click the Defragment button, and let it do its thing.
<ol>
<li>As long as there is at least 15% free space on the drive, you can do this as many times as you think necessary &#8211; ultimately it will come close to putting all the colored bars together, and all the empty white space together &#8211; but it won&#8217;t always be perfect.</li>
</ol>
</li>
</ol>
<h1 style="text-align: left;">Removing Unwanted Programs</h1>
<h2 style="text-align: left;">3.) Control Panel&#8217;s &#8220;Add/Remove Programs &amp; Features&#8221;</h2>
<p style="text-align: left;">The safest way to remove programs from your computer that you either don&#8217;t want or need is with Windows XP&#8217;s Add/Remove Programs or the Vista/7  Equivalent &#8220;Programs &amp; Features&#8221; icon in the Control Panel.</p>
<p style="text-align: left;">Knowing which programs to remove can be tricky if you aren&#8217;t familiar with what has been installed on your computer. Generally if it is a new computer, or one that has been subjected to Spyware infection, I tell people to remove anything that has these words in it that aren&#8217;t from big name software vendors that you trust (i.e. Microsoft, Google, Yahoo, etc):</p>
<ul style="text-align: left;">
<li>Deluxe</li>
<li>Toolbar</li>
<li>Search</li>
<li>Smilies</li>
<li>Web</li>
</ul>
<p style="text-align: left;">Take caution about what you&#8217;re uninstalling from your computer. If you&#8217;re uncertain about a program, go to a website like <a href="http://www.bleepingcomputer.com/uninstall/" target="_blank">BleepingComputer.com&#8217;s Uninstall Database</a> and see if there is an entry for it in there. If there is an entry, and it&#8217;s described as a program you should remove, go ahead and remove it or follow their uninstall instructions. If the entry is either approved or non-existent, leave it on your computer, and we&#8217;ll check it with some of the next methods.</p>
<h2 style="text-align: left;">4.) Microsoft Security Essentials &#8211; Remove Spyware/Malware/Viruses</h2>
<p><a href="http://www.microsoft.com/security_essentials/"><img class="alignleft size-full wp-image-736" title="Microsoft Security Essentials" src="http://thepizzy.net/blog/wp-content/uploads/2010/10/Microsoft_Security_Essentials_icon1.png" alt="" width="256" height="256" /></a>It&#8217;s the result of years of beta testing on the OneCare and OneCare Live platforms and now one of the latest, and best, software apps for removing viruses, spyware, and other malware is coming out of Microsoft &#8211; and what&#8217;s more it&#8217;s free. The program is called <a href="http://www.microsoft.com/security_essentials/" target="_blank">Microsoft Security Essentials</a> &#8211; and as <a href="http://lifehacker.com/5559102/microsoft-security-essentials-finds-unknown-malware-but-avoids-false-positives" target="_blank">compared with 20 other security suite programs</a> (including big names like Symantec/Norton, McAfee, Trend-Micro and AVG) MSE came out close to the top. But being free, and doing such an excellent job at finding programs that aren&#8217;t explicitly listed in its definitions (known as using Heuristics) MSE ranks better than the paid apps in my book. I use it on all my computers at home, and recommend it to folks who ask.</p>
<h2>5.) Spybot Search &amp; Destroy</h2>
<p>Another free, and very effective program that I&#8217;ve used for years is called <a href="http://www.safer-networking.org/en/home/index.html" target="_blank">Spybot Search &amp; Destroy</a>. The best way to describe this program&#8217;s features is mentioned directly on their website:</p>
<blockquote><p>Spybot &#8211; Search &amp; Destroy detects and removes spyware, a relatively  new kind of threat not yet covered by common anti-virus applications.  Spyware silently tracks your surfing behavior to create a marketing  profile for you that is transmitted without your knowledge to the  compilers and sold to advertising companies. If you see new toolbars in  your Internet Explorer that you haven&#8217;t intentionally installed, if your  browser crashes inexplicably, or if your home page has been &#8220;hijacked&#8221;  (or changed without your knowledge), your computer is most probably  infected with spyware. Even if you don&#8217;t see the symptoms, your computer  may be infected, because more and more spyware is emerging.  Spybot-S&amp;D is free, so there&#8217;s no harm giving it a try to see if  something has invaded your computer. &#8211; <a href="http://www.safer-networking.org/en/spybotsd/index.html" target="_blank">www.safer-networking.org</a></p></blockquote>
<p>There are some imitations out there that will try to get you to download something *similar* to Spybot, but instead of removing spyware, they actually add more. So instead of telling you to go download it from their site and risk clicking on an advertisement on one of their mirror websites, you can download it directly from <a href="http://www.safer-networking.org/en/ownmirrors1/index.html" target="_blank">the safer-networking.org website here</a>.</p>
<h1>Other ways to clean up</h1>
<p>If your computer is still having trouble, there are other more complicated methods I use, but they require some knowledge of what is normally expected to be on a computer, and what is not. There are some very technical tools available for free that will show what files are in use by which process to help pinpoint the issue, but poking around on the sub-process level can really mess up your computer even more.</p>
<p>Should you find yourself needing this kind of expertise, you may need to take it to your local computer guru and have them take a look at it. Anyone who has successfully broken and fixed their own computer several times for fun should be able to figure out what&#8217;s wrong with yours.</p>
<p>But remember, whether it&#8217;s a family member, coworker, or best friend don&#8217;t expect the service to be free &#8211; even if they refuse payment. Acquiring the knowledge beyond what I can post in a Do-It-Yourself blog post takes many years of experience, mistakes, stress, and searching the internet for specific answers to the issue at hand. So treat them to dinner, offer a service exchange (if you have your own specialty), or something to show you appreciate their help.</p>

<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/disk+cleanup' rel='tag' target='_blank'>disk cleanup</a>, <a class='technorati-link' href='http://technorati.com/tag/disk+defragmenter' rel='tag' target='_blank'>disk defragmenter</a>, <a class='technorati-link' href='http://technorati.com/tag/how+do+I+make+my+computer+go+faster' rel='tag' target='_blank'>how do I make my computer go faster</a>, <a class='technorati-link' href='http://technorati.com/tag/how+do+I+speed+up+my+computer' rel='tag' target='_blank'>how do I speed up my computer</a>, <a class='technorati-link' href='http://technorati.com/tag/how+to+clean+up+a+computer' rel='tag' target='_blank'>how to clean up a computer</a>, <a class='technorati-link' href='http://technorati.com/tag/microsoft+security+essentials' rel='tag' target='_blank'>microsoft security essentials</a>, <a class='technorati-link' href='http://technorati.com/tag/remove+malware' rel='tag' target='_blank'>remove malware</a>, <a class='technorati-link' href='http://technorati.com/tag/remove+spyware' rel='tag' target='_blank'>remove spyware</a>, <a class='technorati-link' href='http://technorati.com/tag/remove+viruses' rel='tag' target='_blank'>remove viruses</a>, <a class='technorati-link' href='http://technorati.com/tag/reove+viruses' rel='tag' target='_blank'>reove viruses</a>, <a class='technorati-link' href='http://technorati.com/tag/spybot+search+%26amp%3B+destroy' rel='tag' target='_blank'>spybot search &amp; destroy</a>, <a class='technorati-link' href='http://technorati.com/tag/windows+cleanup' rel='tag' target='_blank'>windows cleanup</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://thepizzy.net/blog/2010/10/5-easy-ways-to-clean-up-your-computer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Review: Dell Solar Charger for mobile devices</title>
		<link>http://thepizzy.net/blog/2009/09/review-dell-solar-charger-for-mobile-devices/</link>
		<comments>http://thepizzy.net/blog/2009/09/review-dell-solar-charger-for-mobile-devices/#comments</comments>
		<pubDate>Thu, 17 Sep 2009 19:55:07 +0000</pubDate>
		<dc:creator>[[Neo]]</dc:creator>
				<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[dell]]></category>
		<category><![CDATA[dell solar charger]]></category>
		<category><![CDATA[dell solar mobile device charger review]]></category>
		<category><![CDATA[mobile device charger]]></category>
		<category><![CDATA[phone charger]]></category>
		<category><![CDATA[solar chargers]]></category>
		<category><![CDATA[solar panel]]></category>
		<category><![CDATA[solar phone charger]]></category>

		<guid isPermaLink="false">http://thepizzy.net/blog/?p=487</guid>
		<description><![CDATA[I&#8217;m sitting here at my desk, and a package is delivered to me, for my boss, from Dell. But my boss is gone this week, and since it&#8217;s from Dell,...]]></description>
			<content:encoded><![CDATA[<div id="attachment_488" class="wp-caption alignleft" style="width: 235px"><img class="size-medium wp-image-488" title="Dell Solar Charger" src="http://thepizzy.net/blog/wp-content/uploads/2009/09/DSC_0614.NEF-225x300.jpg" alt="" width="225" height="300" /><p class="wp-caption-text">Dell Solar Charger</p></div>
<p>I&#8217;m sitting here at my desk, and a package is delivered to me, for my boss, from Dell. But my boss is gone this week, and since it&#8217;s from Dell, and I&#8217;m the IT Admin, I open it up.</p>
<p>Turns out, there is a Dell Solar Charger for mobile devices in there.</p>
<p>I spent a good 45-60 minutes on the internet searching Dell.com and talking with the Tech Support to figure out how this got here, and where I could get my own. Why? Because it&#8217;s the closest thing to a wireless power supply that I can get right now that would let me charge my phone anywhere. And (after being stranded in a bad part of Dallas, TX, at 2am, with a dead phone and sitting outside a sex-toy shop/tattoo parlor) I need to be able to charge my phone &#8211; anywhere.</p>
<p>This is my first review of a technology product, and I&#8217;ve only had it for about 3 hours, but there are some things I already have to say about it.</p>
<h2>The Contents</h2>
<ul>
<li>Solar charger connecting cable</li>
<li>5 cell phone adapters that work for many models of iPod/iPhone, mini USB for Blackberry/Motorola V3, Samsung, Nokia and Ericsson.</li>
<li>Travel pouch</li>
<li>USB charging cable</li>
<li>Suction cups</li>
</ul>
<h2>Usage</h2>
<h3>Overview</h3>
<div id="attachment_489" class="wp-caption alignright" style="width: 109px"><a href="http://thepizzy.net/blog/wp-content/uploads/2009/09/DSC_0609.NEF.jpg"><img class="size-thumbnail wp-image-489" title="Faceplate view" src="http://thepizzy.net/blog/wp-content/uploads/2009/09/DSC_0609.NEF-99x150.jpg" alt="" width="99" height="150" /></a><p class="wp-caption-text">Faceplate view</p></div>
<p>According to the instructions, you can charge the solar panel&#8217;s internal lithium battery by leaving it out with constant exposure to light for 12-15 hours, or you can plug it in to your computer with the provided USB cable for 4-5 hours. There are two LED lights on the face of the device, and the one on the left will stay a strong Red color while charging through USB, and turns green when the battery is over 90% charged. When the one on the right is Red or Off, it means the battery power is not full, and requires charging. The brighter the LED, the stronger the battery charge is. The device will hold its battery charge for up to three months.</p>
<p>When you plug in your phone, there is a voltage selector with 5.0V, 5.5V, and 9.5V (all +/- 0.5%V).</p>
<div id="attachment_492" class="wp-caption alignright" style="width: 160px"><a href="http://thepizzy.net/blog/wp-content/uploads/2009/09/DSC_0616.NEF.jpg"><img class="size-thumbnail wp-image-492" title="Power Ports/Switches" src="http://thepizzy.net/blog/wp-content/uploads/2009/09/DSC_0616.NEF-150x99.jpg" alt="" width="150" height="99" /></a><p class="wp-caption-text">Voltage Switch and Power Ports</p></div>
<p>Choose the correct voltage for your phone (usually can be found on the original adapter) and the correct plug fitting, and you&#8217;re set. The LED on the left will turn red to show it is charging, and the LED on the right will show the strength of the battery. And if you&#8217;re phone is charging correctly, it too will show it&#8217;s normal charging indicator on the device. Charging time for phones is usually 1-2 hours.</p>
<h3>Personal Pros</h3>
<ol>
<li>I like that it&#8217;s solar powered, and holds a charge &#8211; if it&#8217;s daytime, I won&#8217;t have a problem finding a location to charge my phone. And if it is night time, any public light or light source will provide enough energy to keep the solar charger going long enough to get a reasonable charge to my phone.</li>
<li>
<div id="attachment_496" class="wp-caption alignright" style="width: 160px"><a href="http://thepizzy.net/blog/wp-content/uploads/2009/09/DSC_0607.NEF.jpg"><img class="size-thumbnail wp-image-496" title="Charging in action" src="http://thepizzy.net/blog/wp-content/uploads/2009/09/DSC_0607.NEF-150x99.jpg" alt="" width="150" height="99" /></a><p class="wp-caption-text">Charging my phone from the office lights.</p></div>
<p>I can charge the panel with a USB cable for 1/3 the charge time to get it going, and leave it in my car to charge the rest of the time</li>
<li>Multiple phone power adapters so that I can charge my friends&#8217; iPhones, my Windows Mobile phones, and my girlfriend&#8217;s Nokia phone.</li>
<li>The size of the device is no bigger than the actual phone I&#8217;m charging &#8211; it&#8217;s as tall as a standard Dry-Erase Marker.</li>
<li>Comes with a nifty little pouch to carry around all the other power adapters and the USB cable that I won&#8217;t need to access that often.</li>
</ol>
<h3>Personal Cons</h3>
<ol>
<li>
<div id="attachment_499" class="wp-caption alignright" style="width: 109px"><a href="http://thepizzy.net/blog/wp-content/uploads/2009/09/DSC_0611.NEF.jpg"><img class="size-thumbnail wp-image-499 " title="No bigger than an Expo Marker" src="http://thepizzy.net/blog/wp-content/uploads/2009/09/DSC_0611.NEF-99x150.jpg" alt="" width="99" height="150" /></a><p class="wp-caption-text">It&#39;s as tall as a Dry Erase Marker</p></div>
<p>The various power adapters don&#8217;t particularly &#8220;hold-on&#8221; to the cable that well. It&#8217;s quite easy to bump or twist the cable in such a way that the phone stops charging.</li>
<li>I like that there are suction cups that can be attached to the solar charger, but I wish they weren&#8217;t on the bottom of the device. For me to use this in my vehicle, I&#8217;d need a flat surface on the dashboard to attach it to &#8211; ideally they would be on the faceplate so I could stick it to my windshield, facing outward.</li>
<li>This isn&#8217;t really a functional con, but there are no markings or part numbers or any other type of identification as to what this device is or the specs of it anywhere on the device itself. This brought about a lot of confusion when talking with support, and trying to explain what I was referring to.</li>
</ol>
<h2>Electrical Specs</h2>
<div id="attachment_501" class="wp-caption alignright" style="width: 109px"><a href="http://thepizzy.net/blog/wp-content/uploads/2009/09/DSC_0618.NEF.jpg"><img class="size-thumbnail wp-image-501" title="Suction cups underneath" src="http://thepizzy.net/blog/wp-content/uploads/2009/09/DSC_0618.NEF-99x150.jpg" alt="" width="99" height="150" /></a><p class="wp-caption-text">Con: Suction cups are located underneath</p></div>
<ul>
<li>Solar Panel (mono/multi crystalline): 5.5V 100mA</li>
<li>Rechargeable Lithium Battery: 3.7V 2000mAh</li>
<li>USB charging cable: 5V 500mA</li>
<li>DC output:
<ul>
<li>5.0V +/- 0.5%</li>
<li>5.5V +/- 0.5%</li>
<li>9.5V +/- 0.5%</li>
</ul>
</li>
<li>Charging time for mobile phones: 1-2 hours</li>
<li>Charging time for the lithium battery using the solar panel: 12-15 hours</li>
<li>Charging time for the lithium battery using the USB cable: 4-5 hours.</li>
</ul>
<h2>Special Notes</h2>
<ol>
<li>You can charge approximately 2-3 cell phones off a fully charged battery</li>
<li>If this unit detects unstable output, it may shut down to protect from potential problems if the incorrect voltage is selected while charging devices.</li>
<li>If charging iPod/iPhone devices, please select the 5.0V option.</li>
<li>If the included adapters do not work for your particular device please locate your nearest electronics store for more options.</li>
</ol>
<h2>Warnings</h2>
<ol>
<li>Keep it away from hot surfaces, and water.</li>
<li>Static electricity or shot may damage the internal components</li>
<li><span style="color: #ff0000;"><strong>Before you use this charging unit, please select the correct voltage option of the unit you want to charge. Smaller devices like cell phones and digital cameras will be 5.0V or 5.5V, and larger devices such as portable DVD players will use the 9.5V. DO NOT charge your smaller devices using the 9.5V setting as it could potentially damage your device.</strong></span></li>
</ol>
<h2>Conclusion</h2>
<p>So that&#8217;s my review of the Dell Solar Phone Charger &#8211; so far, I like the idea, and think it has some great usage potential &#8211; especially on the lake in a dry-box while I&#8217;m fishing. Let me know what you think about it.<br />
<a href="http://twitter.com/neotsn"><img class="size-full wp-image-583  aligncenter" title="twitter.com/neotsn" src="http://thepizzy.net/blog/wp-content/uploads/2010/08/twitter-wordpress-neo12.png" alt="twitter.com/neotsn" width="350" height="125" /></a></p>

<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/dell' rel='tag' target='_blank'>dell</a>, <a class='technorati-link' href='http://technorati.com/tag/dell+solar+charger' rel='tag' target='_blank'>dell solar charger</a>, <a class='technorati-link' href='http://technorati.com/tag/dell+solar+mobile+device+charger+review' rel='tag' target='_blank'>dell solar mobile device charger review</a>, <a class='technorati-link' href='http://technorati.com/tag/mobile+device+charger' rel='tag' target='_blank'>mobile device charger</a>, <a class='technorati-link' href='http://technorati.com/tag/phone+charger' rel='tag' target='_blank'>phone charger</a>, <a class='technorati-link' href='http://technorati.com/tag/solar+chargers' rel='tag' target='_blank'>solar chargers</a>, <a class='technorati-link' href='http://technorati.com/tag/solar+panel' rel='tag' target='_blank'>solar panel</a>, <a class='technorati-link' href='http://technorati.com/tag/solar+phone+charger' rel='tag' target='_blank'>solar phone charger</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://thepizzy.net/blog/2009/09/review-dell-solar-charger-for-mobile-devices/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>Flock…revisited</title>
		<link>http://thepizzy.net/blog/2007/02/flockrevisited/</link>
		<comments>http://thepizzy.net/blog/2007/02/flockrevisited/#comments</comments>
		<pubDate>Mon, 19 Feb 2007 20:28:17 +0000</pubDate>
		<dc:creator>[[Neo]]</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[content]]></category>
		<category><![CDATA[content services]]></category>
		<category><![CDATA[del.icio.us]]></category>
		<category><![CDATA[flickr]]></category>
		<category><![CDATA[flock]]></category>
		<category><![CDATA[social sites]]></category>
		<category><![CDATA[technorati tags]]></category>

		<guid isPermaLink="false">http://thepizzy.net/blog/?p=76</guid>
		<description><![CDATA[I have reinstalled Flock, after waiting for about a year. But I reinstalled it because over the past few months, I have acquired logins for the various content services, like...]]></description>
			<content:encoded><![CDATA[<p>I have reinstalled Flock, after waiting for about a year. But I reinstalled it because over the past few months, I have acquired logins for the various content services, like del.icio.us and flickr. Now, flock apparently lets you integrate all those things into one browser, and I&#8217;m giving it a second look.</p>
<p>I&#8217;ll write some more once I have given it a thorough run-through.<br/>
</p>
<p><!-- technorati tags begin -->
<p style="font-size:10px;text-align:right;">technorati tags:<a href="http://technorati.com/tag/flock" rel="tag">flock</a></p>
<p><!-- technorati tags end -->
<p style="text-align: right; font-size: 8px">Blogged with <a href="http://www.flock.com/blogged-with-flock" title="Flock" target="_new">Flock</a></p>

<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/content' rel='tag' target='_blank'>content</a>, <a class='technorati-link' href='http://technorati.com/tag/content+services' rel='tag' target='_blank'>content services</a>, <a class='technorati-link' href='http://technorati.com/tag/del.icio.us' rel='tag' target='_blank'>del.icio.us</a>, <a class='technorati-link' href='http://technorati.com/tag/flickr' rel='tag' target='_blank'>flickr</a>, <a class='technorati-link' href='http://technorati.com/tag/flock' rel='tag' target='_blank'>flock</a>, <a class='technorati-link' href='http://technorati.com/tag/social+sites' rel='tag' target='_blank'>social sites</a>, <a class='technorati-link' href='http://technorati.com/tag/technorati+tags' rel='tag' target='_blank'>technorati tags</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://thepizzy.net/blog/2007/02/flockrevisited/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

