<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" version="2.0">

<channel>
	<title>SLee And Topher</title>
	
	<link>http://www.sleeandtopher.com</link>
	<description>Gaming and Tech, Respectively</description>
	<lastBuildDate>Tue, 14 May 2013 00:15:27 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/SLeeAndTopher" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="sleeandtopher" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">SLeeAndTopher</feedburner:emailServiceId><feedburner:feedburnerHostname xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>The Basic Challenges of Mobile Security</title>
		<link>http://www.sleeandtopher.com/basic-challenges-of-mobile-security/#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=basic-challenges-of-mobile-security</link>
		<comments>http://www.sleeandtopher.com/basic-challenges-of-mobile-security/#comments</comments>
		<pubDate>Mon, 13 May 2013 22:39:05 +0000</pubDate>
		<dc:creator>Rohit T.</dc:creator>
				<category><![CDATA[Mobile]]></category>

		<guid isPermaLink="false">http://www.sleeandtopher.com/?p=5518</guid>
		<description><![CDATA[<p>Security in mobile devices is not an option or a handy feature, but a crucial aspect of protecting one’s sensitive data and personal information. Mobile device venders and carriers are aware of this fact, demonstrated by touting the security measures of their products. Nevertheless, the malicious attacks once focused on PCs have shifted to mobile [...]</p><p>The post <a href="http://www.sleeandtopher.com/basic-challenges-of-mobile-security/">The Basic Challenges of Mobile Security</a> appeared first on <a href="http://www.sleeandtopher.com">SLee And Topher</a>.</p>]]></description>
				<content:encoded><![CDATA[<div itemscope itemtype="http://schema.org/BlogPosting"><p>Security in mobile devices is not an option or a handy feature, but a crucial aspect of protecting one’s sensitive data and personal information. Mobile device venders and carriers are aware of this fact, demonstrated by touting the security measures of their products. Nevertheless, the malicious attacks once focused on PCs have shifted to mobile phones. It’s now common for mobile devices to fall prey to attacks through their operating systems, applications and networks.<span id="more-5518"></span></p>
<h3>Mobile Device Attack Categories:</h3>
<p><strong>OS Attacks</strong> – Loopholes in operating systems creating vulnerabilities open to attack. Aware of this issue, vendors create and release patches.</p>
<p><strong>Mobile App Attacks</strong> – Poor coding and development creates holes in security.</p>
<p><strong>Communication Network Attacks</strong> – Third-party devices such as Bluetooth open mobile devices up to attack.</p>
<p><strong>Malware Attacks</strong> – Malware in mobile devices is on the rise, deleting files and creating chaos.</p>
<p>The above categories above are a broad generalization of the types of attacks, but we will take a closer look into the issues that are currently plaguing mobile devise in the rest of this article. This is not a complete list by any means, but one will begin to understand just how at risk mobile devices are as malicious attacks continue to spread to mobile phones. For a deeper understanding of these risks, check out the <a href="http://www.infosecinstitute.com/courses/mobile-computer-forensics.html" title="Mobile Forensics" target="_blank">mobile forensics</a> course offered by the InfoSec Institute.</p>
<h3>Physical Security</h3>
<p>One thing that is common among all mobile devices is how often they are borrowed, lost and stolen. Even temporarily misplacing a mobile phone puts sensitive data at risk as there is no way of knowing what a person who finds the mobile device may do before the owner returns to reclaim his or her property. Designing mobile device OS systems and applications with defenses against unauthorized users can go a long way to ensure the worst does not happen.</p>
<h3>Multiple User Logging</h3>
<p>As similar to PCs as mobile devices are, the simple truth is mobile phones are not computers. This is all too evident in the fact multiple users on mobile devices, unlike PCs, do not have their own unique accounts. In short, what one user does on a mobile device, all users have access to, so sharing one’s mobile phone is not always advisable.</p>
<h3>Secure Data Storage</h3>
<p>Encrypting files may seem like annoyance, but considering the alternative, encryption is the smart way to go. After all, few can afford for the sensitive data often stored on mobile devices to end up in another’s hands. Not only can someone gain access to pictures and personal documents but passwords to bank apps, credit card apps and even business apps. However, by encrypting sensitive data, one ensures would-be thieves gain a whole lot of nothing.</p>
<h3>Mobile Browsing</h3>
<p>Perhaps one of the best features of mobile devices is the ability to browse the web on the go, but this also opens mobile phones up to security risks. The problem is users cannot see the full url or link, much less verify whether the link or url is safe. The result is one may just browse his or her way right into phishing-related attack. It is always wiser to avoid blindly going where one is led on mobile devices rather than dealing with phishing issues.</p>
<h3>Application Isolation</h3>
<p>There are mobile phone applications for just about everything, from social networking to banking. Unfortunately, as useful as many of these apps are, they can pose a security risk if granted access to other applications. Although the ability to isolate applications may come down to factors such as how the different platforms grant application access permission, if one can isolate apps &#8211; one should isolate apps.</p>
<h3>Updates</h3>
<p>People have a tendency to point fingers at mobile device vendors, but they are not always the culprit. The reason – updates and patches designed to fix issues in mobile devices are not quite as cut and dry as with computers. Operating system vendors for mobile devices often release updates and create patches when users report bugs in the system, but carriers tend to delay the release of updates or patches that may affect other applications.</p>
<h3>Multifactor Authentication</h3>
<p><a href="http://resources.infosecinstitute.com/two-factor-authentication-technology/" title="Multifactor authentication" target="_blank">Multifactor authentication</a>, or the lack of, is a critical security issue with mobile devices. The sad truth is mobile phones are lost and stolen all the time. Just letting someone borrow one’s mobile device for a few minutes can pose a security risk when multifactor authentication is not implemented. Security measures such as these not only protect mobile phone users but companies offering extranet access to their network.</p>
<h3>Mobile Device Coding Issues</h3>
<p>The same weaknesses the Internet is prone to &#8211; mobile devices are just as likely to suffer. In this case we are referring to when developers fall short of security expectations and inadvertently create vulnerabilities. This can come about by poor coding efforts such as failing to implement encrypted channels for data transmission, the lack of password protection and the list goes on. Poor coding and development leads to security weaknesses whether in PCs or mobile phones.</p>
<h3>Bluetooth Attacks</h3>
<p>A serious risk to mobile device security and personal information is third-party drivers such as Bluetooth. As useful as Bluetooth is, it creates a vulnerability attackers use to gain access to one’s phone and everything stored within. In short, one can take every security measure in the world to protect their mobile device, the use of third-party drivers and Bluetooth undermining the best of efforts.</p>
<h3>Malware on the Rise</h3>
<p>Malware in mobile devices is on the rise. Unfortunately, as is the case with computers, malware is rather damaging to mobile phones. The news does not get any better, either, 2013 projected to be far worse, leaving industry leaders and mobile device users no choice but to become proactive about mobile protection.</p>
<h3>Jailbreaking</h3>
<p>An ill-advised tactic with mobile devices is Jailbreaking. This is a process that removes vendor restrictions placed on devices, permitting mobile device users to run unauthorized applications or run applications at no cost. However, by doing so, mobile device users expose their phones to a number of viruses and malware.</p>
<h3>Serious Threats in New Features</h3>
<p>New features can pose serious risks to mobile devices and personal information. The Neat Field Communication, or NFC, technology is a prime example. NFC is designed to allow people to use their mobile phones as a wallet to purchase products. Unfortunately, all one needs to do to take over the mobile device is brush a NFC chip embedded tag over the phone. As exciting as new features are, some come with a new set of security risks.</p>
<h3>User Awareness</h3>
<p>User awareness is just as important with mobile phones as computers. In fact, many of the precautions one takes with PCs are advised with mobile devices. This means one should never follow links from people one does not know. In addition, safety measures such as setting up a passcode and being wary of granting applications permission to access other features on one’s mobile is wise.</p>
<p>It should not come as a surprise that security is such a problem considering the wide variety of mobile devices available today. Every phone has its own unique security issues and one should always take precaution, especially as we become increasingly dependent on our mobile devices.</p>
</div><p>The post <a href="http://www.sleeandtopher.com/basic-challenges-of-mobile-security/">The Basic Challenges of Mobile Security</a> appeared first on <a href="http://www.sleeandtopher.com">SLee And Topher</a>.</p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/SLeeAndTopher?a=tMZI59tvK5w:ny1goO_HEFM:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/SLeeAndTopher?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SLeeAndTopher?a=tMZI59tvK5w:ny1goO_HEFM:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/SLeeAndTopher?i=tMZI59tvK5w:ny1goO_HEFM:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SLeeAndTopher?a=tMZI59tvK5w:ny1goO_HEFM:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/SLeeAndTopher?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SLeeAndTopher?a=tMZI59tvK5w:ny1goO_HEFM:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/SLeeAndTopher?i=tMZI59tvK5w:ny1goO_HEFM:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SLeeAndTopher?a=tMZI59tvK5w:ny1goO_HEFM:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/SLeeAndTopher?d=l6gmwiTKsz0" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.sleeandtopher.com/basic-challenges-of-mobile-security/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ruby RailsInstaller — Error Changing Group</title>
		<link>http://www.sleeandtopher.com/ruby-rails-installer-error-changing-group/#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=ruby-rails-installer-error-changing-group</link>
		<comments>http://www.sleeandtopher.com/ruby-rails-installer-error-changing-group/#comments</comments>
		<pubDate>Thu, 25 Apr 2013 00:05:54 +0000</pubDate>
		<dc:creator>Topher</dc:creator>
				<category><![CDATA[Computers]]></category>

		<guid isPermaLink="false">http://www.sleeandtopher.com/?p=5467</guid>
		<description><![CDATA[<p>The Ruby RailsInstaller is an excellent way to get Ruby on Rails installed on your computer. But if you&#8217;re on Mac OS X, you&#8217;ve probably run into this problem with the Ruby RailsInstaller: There has been an error. Error changing group of /opt to rvm The application will exit now. In most cases, there&#8217;s an [...]</p><p>The post <a href="http://www.sleeandtopher.com/ruby-rails-installer-error-changing-group/">Ruby RailsInstaller &#8212; Error Changing Group</a> appeared first on <a href="http://www.sleeandtopher.com">SLee And Topher</a>.</p>]]></description>
				<content:encoded><![CDATA[<div itemscope itemtype="http://schema.org/BlogPosting"><p>The Ruby RailsInstaller is an excellent way to get Ruby on Rails installed on your computer. But if you&#8217;re on Mac OS X, you&#8217;ve probably run into this problem with the Ruby RailsInstaller:</p>
<blockquote><p>There has been an error.<br />
Error changing group of /opt to rvm<br />
The application will exit now.</p></blockquote>
<p>In most cases, there&#8217;s an easy solution. Read on to find out how we got here and how to recover.<br />
<span id="more-5467"></span></p>
<h3>Getting the RailsInstaller</h3>
<p>The RailsInstaller is a package of tools you&#8217;ll need to create your Ruby on Rails app. The Mac bundle includes:</p>
<ul>
<li>Ruby 1.9.3-p392</li>
<li>Rails 3.2</li>
<li>Bundler</li>
<li>Git</li>
<li>Sqlite</li>
<li>osx-gcc-installer</li>
<li>JewelryBox</li>
<li>RVM</li>
<li>SM Framework</li>
</ul>
<p>You can get it at <a title="RailsInstaller" href="http://railsinstaller.org" target="_blank">railsinstaller.org</a>.</p>
<p><img class="aligncenter size-full wp-image-5470" alt="RailsInstaller.org home page" src="http://www.sleeandtopher.com/wp-content/uploads/RailsInstaller.org_.png" width="942" height="660" /></p>
<p>Scroll down the page for the download link.</p>
<p><img class="aligncenter size-full wp-image-5473" alt="Download link on RailsInstaller.org" src="http://www.sleeandtopher.com/wp-content/uploads/Railsinstaller.org-download.png" width="944" height="658" /></p>
<p>If you&#8217;re working on Mac OS X 10.7 (Lion) or 10.8 (Mountain Lion) like I am, click the big green button for Mac OS X 10.7 &amp; 10.8. Instead of downloading a .dmg file, the RailsInstaller file name is &#8220;RailsInstaller-1.0.4-osx-10.7.app.tgz&#8221;. The file is 336.1 MB, so allow yourself enough time to download it.</p>
<p>When the file is finished downloading, open it and Mac will unzip it for you.</p>
<p><img class="aligncenter size-full wp-image-5474" alt="RailsInstaller App" src="http://www.sleeandtopher.com/wp-content/uploads/Rails-Installer-App.png" width="305" height="336" /></p>
<h3>Installing Ruby on Rails with the RailsInstaller</h3>
<p>Open the file to start the installation.</p>
<p>Depending on your security settings in Mac OS X System Preferences, you might get this warning about installing apps that aren&#8217;t from the Mac App Store or identified developers.</p>
<p><img src="http://www.sleeandtopher.com/wp-content/uploads/Mac-OS-X-Security-Gate.png" alt="Mac OS X Security Gate" width="423" height="240" class="aligncenter size-full wp-image-5475" /></p>
<p>Some might complain about this being a play by Apple to get more revenue through their App Store, but it is a legitimate security issue to allow installation of 3rd party apps. It&#8217;s up to you whether you want to take the risk, but I have enough faith in the RailsInstaller that I&#8217;m going to go ahead and open it.</p>
<p>If you don&#8217;t want to bother changing your security settings, there&#8217;s another way to get around the restriction. Instead of double-clicking on the installer, do a two-finger click or control+click. A menu pops up. Click &#8220;Open&#8221; from this menu. This time you&#8217;ll get a different warning:</p>
<p><img src="http://www.sleeandtopher.com/wp-content/uploads/Unidentified-developer-warning.png" alt="Warning: Unidentified Developer" width="423" height="225" class="aligncenter size-full wp-image-5476" /></p>
<p>By opening the file this way, your computer still warns you that the app is from an unidentified developer, but if you are sure you want to open it click the &#8220;Open&#8221; button.</p>
<p><img src="http://www.sleeandtopher.com/wp-content/uploads/App-Installation-Password-Check.png" alt="App Installation Password Check" width="445" height="241" class="aligncenter size-full wp-image-5477" /></p>
<p>One more security check before you can start installing: you have to enter an administrators name and password to give consent for the application to be installed.</p>
<h3>Finally Installing</h3>
<p>After going through the security hoops, the RailsInstaller finally gets to work.</p>
<p>First of all, you need to choose your language. You have plenty of options, so very few should feel left out.</p>
<p><img src="http://www.sleeandtopher.com/wp-content/uploads/Rails-Installer-Language-Selection.png" alt="RailsInstaller Language Selection" width="365" height="682" class="aligncenter size-full wp-image-5478" /></p>
<p>With your preferred language selected, the RailsInstaller setup window opens. Do you really want to install Ruby on Rails? If yes, click &#8220;Next.&#8221;</p>
<p><img src="http://www.sleeandtopher.com/wp-content/uploads/Rails-Installer-Setup-Window.png" alt="RailsInstaller Setup Window" width="552" height="445" class="aligncenter size-full wp-image-5479" /></p>
<p>Next you must setup your Git configuration. Just enter your name and email address so collaborators can identify your work.</p>
<p><img src="http://www.sleeandtopher.com/wp-content/uploads/Git-Configuration.png" alt="Git Configuration" width="587" height="442" class="aligncenter size-full wp-image-5480" /></p>
<p>At this point, the RailsInstaller finally thinks that it&#8217;s ready to start installing.</p>
<p><img src="http://www.sleeandtopher.com/wp-content/uploads/Rails-Installer-Ready-to-Install.png" alt="Rails Installer Ready to Install" width="580" height="440" class="aligncenter size-full wp-image-5481" /></p>
<p>You&#8217;d think that after all these windows that clicking &#8220;Next&#8221; might actually accomplish something.</p>
<h3>RailsInstaller: Error Changing Group</h3>
<p>Unfortunately, instead of installing Rails, the installer just gives you this error.</p>
<p><img src="http://www.sleeandtopher.com/wp-content/uploads/Rails-Installer-Error-Changing-Group.png" alt="Rails Installer Error Changing Group" width="530" height="398" class="aligncenter size-full wp-image-5482" /></p>
<p>This error changing group doesn&#8217;t give you much to work with. Your only option is to click &#8220;OK.&#8221; True to the warning, the Rails Installer then immediately exits.</p>
<p>Looking around online you might come across various suggestions for how to fix this &#8212; everything from reinstalling Apple Xcode to reinstalling your entire operating system. Hopefully you&#8217;ve found this post before you did any of those things, though. </p>
<p>The <em>IT Crowd</em> has popularized the running gag that you can fix any IT problem by &#8220;turning it off and on again.&#8221;</p>
<div align="center">
<p><span class='embed-youtube' style='text-align:center; display: block;'><iframe class='youtube-player' type='text/html' width='610' height='374' src='http://www.youtube.com/embed/p85xwZ_OLX0?version=3&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;wmode=transparent' frameborder='0'></iframe></span></p>
</div>
<p>In this case, this is absolutely the right solution. Don&#8217;t reinstall anything. Just restart your computer and open the installer again.</p>
<p>Since you&#8217;ve already gone through Apple&#8217;s security protocol, you won&#8217;t have to see those screens again, but you will have to &#8212; once again &#8212; choose your language, configure Git, and tell the installer that you do actually want it to install.</p>
<p><img src="http://www.sleeandtopher.com/wp-content/uploads/Completing-the-RailsInstaller-Setup-Wizard.png" alt="Completing the RailsInstaller Setup Wizard" width="573" height="426" class="aligncenter size-full wp-image-5484" /></p>
<p>If all goes well, the RailsInstaller will finally install. However, it does take quite a while to setup all the packages in the bundle. (In my case it took about half an hour.)</p>
<p>With this little hiccup out of the way, it&#8217;s time to get started with Rails!</p>
<h4>What app will you build?</h4>
<p>Let us know in the comments below.</p>
<hr />
</div><p>The post <a href="http://www.sleeandtopher.com/ruby-rails-installer-error-changing-group/">Ruby RailsInstaller &#8212; Error Changing Group</a> appeared first on <a href="http://www.sleeandtopher.com">SLee And Topher</a>.</p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/SLeeAndTopher?a=ehbHlCwn-mg:OeLi0NhzEw4:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/SLeeAndTopher?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SLeeAndTopher?a=ehbHlCwn-mg:OeLi0NhzEw4:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/SLeeAndTopher?i=ehbHlCwn-mg:OeLi0NhzEw4:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SLeeAndTopher?a=ehbHlCwn-mg:OeLi0NhzEw4:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/SLeeAndTopher?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SLeeAndTopher?a=ehbHlCwn-mg:OeLi0NhzEw4:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/SLeeAndTopher?i=ehbHlCwn-mg:OeLi0NhzEw4:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SLeeAndTopher?a=ehbHlCwn-mg:OeLi0NhzEw4:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/SLeeAndTopher?d=l6gmwiTKsz0" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.sleeandtopher.com/ruby-rails-installer-error-changing-group/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>In 27 days…</title>
		<link>http://www.sleeandtopher.com/in-27-days/#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=in-27-days</link>
		<comments>http://www.sleeandtopher.com/in-27-days/#comments</comments>
		<pubDate>Wed, 24 Apr 2013 04:01:10 +0000</pubDate>
		<dc:creator>SLee</dc:creator>
				<category><![CDATA[Gaming]]></category>

		<guid isPermaLink="false">http://www.sleeandtopher.com/?p=5526</guid>
		<description><![CDATA[<p>&#160; &#160;</p><p>The post <a href="http://www.sleeandtopher.com/in-27-days/">In 27 days…</a> appeared first on <a href="http://www.sleeandtopher.com">SLee And Topher</a>.</p>]]></description>
				<content:encoded><![CDATA[<div itemscope itemtype="http://schema.org/BlogPosting"><div style="background-color:black;">
&nbsp;<br />
&nbsp;<br />
<img src="http://www.sleeandtopher.com/wp-content/uploads/xbox-x.jpg" alt="Xbox &quot;X&quot;" width="133" height="130" class="aligncenter size-full wp-image-5529" style="background-color:black;" /></p>
<p><img src="http://www.sleeandtopher.com/wp-content/uploads/xbox-text.gif" alt="Xbox Text" width="273" height="82" class="aligncenter size-full wp-image-5528" style="background-color:black;" /></p>
<p><a target="_blank" href="http://www.xbox.com/"><img src="http://www.sleeandtopher.com/wp-content/uploads/xbox-event.gif" alt="Xbox Event Announcement" width="638" height="713" class="aligncenter size-full wp-image-5527" style="background-color:black;" /></a>
</div>
</div><p>The post <a href="http://www.sleeandtopher.com/in-27-days/">In 27 days…</a> appeared first on <a href="http://www.sleeandtopher.com">SLee And Topher</a>.</p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/SLeeAndTopher?a=r69TMebvq0U:MH5gxfeRgzo:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/SLeeAndTopher?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SLeeAndTopher?a=r69TMebvq0U:MH5gxfeRgzo:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/SLeeAndTopher?i=r69TMebvq0U:MH5gxfeRgzo:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SLeeAndTopher?a=r69TMebvq0U:MH5gxfeRgzo:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/SLeeAndTopher?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SLeeAndTopher?a=r69TMebvq0U:MH5gxfeRgzo:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/SLeeAndTopher?i=r69TMebvq0U:MH5gxfeRgzo:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SLeeAndTopher?a=r69TMebvq0U:MH5gxfeRgzo:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/SLeeAndTopher?d=l6gmwiTKsz0" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.sleeandtopher.com/in-27-days/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SimCity Social is Closing Down</title>
		<link>http://www.sleeandtopher.com/simcity-social-is-closing-down/#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=simcity-social-is-closing-down</link>
		<comments>http://www.sleeandtopher.com/simcity-social-is-closing-down/#comments</comments>
		<pubDate>Mon, 15 Apr 2013 11:58:24 +0000</pubDate>
		<dc:creator>SLee</dc:creator>
				<category><![CDATA[Gaming]]></category>

		<guid isPermaLink="false">http://www.sleeandtopher.com/?p=5452</guid>
		<description><![CDATA[<p>A post by EA on Facebook today reads: The decision to retire older EA games is never an easy one to make but in order to re-allocate servers and resources to more popular titles we are removing SimCity Social from Facebook. Players who still have a balance of in-game currency are encouraged to spend it [...]</p><p>The post <a href="http://www.sleeandtopher.com/simcity-social-is-closing-down/">SimCity Social is Closing Down</a> appeared first on <a href="http://www.sleeandtopher.com">SLee And Topher</a>.</p>]]></description>
				<content:encoded><![CDATA[<div itemscope itemtype="http://schema.org/BlogPosting"><p><img class="alignright size-medium wp-image-431" alt="SimCity Social is Closing Down" src="http://simcitysocialblog.com/wp-content/uploads/simcity-social-is-closing-down-300x300.png" width="300" height="300" />A post by EA on Facebook today reads:</p>
<blockquote><p>The decision to retire older EA games is never an easy one to make but in order to re-allocate servers and resources to more popular titles we are removing SimCity Social from Facebook. Players who still have a balance of in-game currency are encouraged to spend it before the game is shut down on 14th June and is no longer available for play.</p></blockquote>
<p>What? Yes, you heard right. EA is closing down SimCity Social after a mere year on the scene despite millions of users.</p>
<p>Why? Read on to find out.</p>
<p><span id="more-5452"></span></p>
<h3>Why SimCity Social is Closing Down: It&#8217;s All About The Money</h3>
<p>EA makes games for profit. If a game is making them money, players are happy and EA is happy. If a game is not making them money, it doesn&#8217;t matter if the players are happy or not. This is just the way the gaming business works.</p>
<p>But isn&#8217;t SimCity Social making money? What are the in-game purchases and advertisements doing if not lining EA&#8217;s pockets?</p>
<p>SimCity Social is most definitely bringing in some serious revenue (probably USD rather than Simoleons). Advertisers will pay you big bucks to put ads in front of over 1 million users. And the in-game &#8220;diamonds&#8221; that are for sale &#8212; they are fictional. Selling &#8220;diamonds&#8221; is pure profit for EA.</p>
<h3>Overhead Costs</h3>
<p>Just because EA is making some money doesn&#8217;t mean they are making enough money.</p>
<p>Running the servers to power an online game like SimCity Social for millions of players can get pricey.</p>
<h3>Opportunity Costs</h3>
<p>Even if SimCity Social <em>is</em> profitable, it may not be as profitable for EA as other projects are&#8230; such as <a title="SimCity Limited Edition" href="http://simcitysocialblog.com/go/simcity-limited-edition/" target="_blank">the SimCity PC game that just came out</a>. If EA is in it for the money (which they are) it doesn&#8217;t make sense to keep doing something that will make you less money than you could be making with something else.</p>
<p>Why can&#8217;t they just keep the game running and just not make anymore updates?</p>
<p>EA can&#8217;t use the same resources simultaneously for the same projects. Any computing power that&#8217;s going to SimCity Social is computing power that <em>is not</em> going to the SimCity PC game (<a title="Negatives of Pre-ordering SimCity!" href="http://simcitysocialblog.com/pre-ordering-simcity/">which has had enough server problems already</a>) or to any other EA project that might be more lucrative.</p>
<p>Also, they would still have to pay for the energy costs of running the servers as well as the staff to make sure that the game kept running properly.</p>
<p>EA has decided that this is too much &#8212; SimCity Social is closing down.</p>
<h3>Yet, that Leaves a Lot of Questions</h3>
<p>Here is an excerpt from the FAQ page on the SimCity Social PlayFish forum:</p>
<h4>What is happening to SimCity Social on Facebook?</h4>
<p>On June 14th SimCity Social will be retiring on Facebook which means the game will no longer be available for play.</p>
<h4>Why is SimCity Social being retired?</h4>
<p>We had to make the difficult decision to close down SimCity Social so we can reallocate development resources to other titles that we hope you’ll have just as much fun playing. We hope you have gotten many hours of enjoyment out of the games and we thank you for everything you&#8217;ve added to the community.</p>
<h4>When will SimCity Social be retired and no longer available for play?</h4>
<p>As of June 14th, SimCity Social on Facebook will no longer be available to play.</p>
<h4>Who will this affect?</h4>
<p>Players of SimCity Social.</p>
<h4>What can I play now?</h4>
<p>EA offers a variety of other fun and free games for you to try. As valued players, we plan on offering you something to show our appreciation. Over the next few days, keep an eye on this post where we’ll announce a special offer to thank you for playing our game.</p>
<h4>What if I have an existing balance of Diamonds in SimCity Social on Facebook?</h4>
<p>Players are encouraged to spend their remaining balance of Diamonds in SimCity Social before the game is retired on June 14th. As of that date, any remaining Diamonds left in the game will be invalid.</p>
<h4>What if I have a Playfish cash card I have not redeemed?</h4>
<p>Players are encouraged to redeem and spend their Playfish cash cards before the game is retired on June 14th. After that date, you will need to contact customer service regarding your Playfish cash cards.</p>
<p>Please go to <a href="http://help.ea.com/" target="_blank">Help.ea.com</a> and select Contact Us to contact Customer Service.</p>
<h4>What will happen to the forums for SimCity Social?</h4>
<p>The forums will be officially closed and taken offline on June 14th</p>
<hr />
The <a href="https://www.facebook.com/photo.php?fbid=638098039537986&#038;set=a.470433139637811.122579.357419907605802&#038;type=1" target="_blank">announcement on Facebook</a> has already drawn over a thousand comments, mostly of players like us complaining about how this is the only game they liked on Facebook and about how EA is stealing our money since we paid them for in-game items.</p>
<p>But is this really an unfair thing for EA to do?</p>
<p>Share how you feel in the comments below.</p>
</div><p>The post <a href="http://www.sleeandtopher.com/simcity-social-is-closing-down/">SimCity Social is Closing Down</a> appeared first on <a href="http://www.sleeandtopher.com">SLee And Topher</a>.</p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/SLeeAndTopher?a=l8M605w7KpI:wXGzCi4TR4Y:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/SLeeAndTopher?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SLeeAndTopher?a=l8M605w7KpI:wXGzCi4TR4Y:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/SLeeAndTopher?i=l8M605w7KpI:wXGzCi4TR4Y:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SLeeAndTopher?a=l8M605w7KpI:wXGzCi4TR4Y:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/SLeeAndTopher?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SLeeAndTopher?a=l8M605w7KpI:wXGzCi4TR4Y:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/SLeeAndTopher?i=l8M605w7KpI:wXGzCi4TR4Y:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SLeeAndTopher?a=l8M605w7KpI:wXGzCi4TR4Y:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/SLeeAndTopher?d=l6gmwiTKsz0" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.sleeandtopher.com/simcity-social-is-closing-down/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Watch Stefon’s Top Five SNL Moments on Hulu</title>
		<link>http://www.sleeandtopher.com/stefon-top-five-snl-moments-hulu/#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=stefon-top-five-snl-moments-hulu</link>
		<comments>http://www.sleeandtopher.com/stefon-top-five-snl-moments-hulu/#comments</comments>
		<pubDate>Sat, 13 Apr 2013 13:10:58 +0000</pubDate>
		<dc:creator>SLee</dc:creator>
				<category><![CDATA[Home]]></category>

		<guid isPermaLink="false">http://www.sleeandtopher.com/?p=5427</guid>
		<description><![CDATA[<p>Stefon gives Seth a long-awaited smooch Weekend Update City Correspondent Stefon has some tips for springtime tourists, and a surprise kiss for anchor Seth Meyers. (5 min.) Spending spring break in NYC? If it&#8217;s warm and you&#8217;re looking to be outed, Stefon has just the place for you. (5 min.) Valentine&#8217;s Day will be unforgettable [...]</p><p>The post <a href="http://www.sleeandtopher.com/stefon-top-five-snl-moments-hulu/">Watch Stefon&#8217;s Top Five SNL Moments on Hulu</a> appeared first on <a href="http://www.sleeandtopher.com">SLee And Topher</a>.</p>]]></description>
				<content:encoded><![CDATA[<div itemscope itemtype="http://schema.org/BlogPosting"><p><img class="aligncenter size-full wp-image-5429" alt="Top 5 Moments: SNL's Stefon" src="http://www.sleeandtopher.com/wp-content/uploads/stefon-hulu.jpg" width="640" height="144" /></p>
<div style="padding-bottom: 50px;" align="center"><a href="http://www.jdoqocy.com/ie77cy63y5LRPQOPNSLNNNNVMTT?sid=stefon" target="_blank"><br />
<img alt="" src="http://www.lduhtrp.net/jt82tkocig1756453813333B299" border="0" /></a></div>
<div class="one-half first"><a title="Stefon on Spring" href="http://www.hulu.com/watch/338484?playlist_id=1259" target="_blank"><img class="aligncenter size-full wp-image-5431" alt="Stefon Kisses Seth" src="http://www.sleeandtopher.com/wp-content/uploads/stefon-kisses-seth.jpg" width="261" height="148" /></a></div>
<div class="one-half">
<h3><a title="Stefon on Spring" href="http://www.hulu.com/watch/338484?playlist_id=1259" target="_blank">Stefon gives Seth a long-awaited smooch</a></h3>
<p>Weekend Update City Correspondent Stefon has some tips for springtime tourists, and a surprise kiss for anchor Seth Meyers. (5 min.)</p>
</div>
<div class="one-half first"><a title="Stefon on Spring Break" href="http://www.hulu.com/watch/465348?playlist_id=1259" target="_blank"><img class="aligncenter size-full wp-image-5432" alt="Stefon - Looking to be Outed" src="http://www.sleeandtopher.com/wp-content/uploads/stefon-outed.jpg" width="261" height="148" /></a></div>
<div class="one-half">
<h3><a href="http://www.hulu.com/watch/465348?playlist_id=1259" target="_blank">Spending spring break in NYC?</a></h3>
<p>If it&#8217;s warm and you&#8217;re looking to be outed, Stefon has just the place for you. (5 min.)</p>
</div>
<div class="one-half first"><a title="Stefon on Valentine's Day" href="http://www.hulu.com/watch/215175?playlist_id=1259" target="_blank"><img class="aligncenter size-full wp-image-5433" alt="Stefon Valentine's Day" src="http://www.sleeandtopher.com/wp-content/uploads/stefon-valentines-day.jpg" width="261" height="148" /></a></div>
<div class="one-half">
<h3><a href="http://www.hulu.com/watch/215175?playlist_id=1259" target="_blank">Valentine&#8217;s Day will be unforgettable with Stefon</a></h3>
<p>Seth gets struck by Jewpid&#8217;s arrow and lets Stefon be his Valentine, just for one night.<br />
(4 min.)</p>
</div>
<div class="one-half first"><a title="Stefon on Mother's Day" href="http://www.hulu.com/watch/239645?playlist_id=1259" target="_blank"><img class="aligncenter size-full wp-image-5434" alt="Mothers Day with Stefon" src="http://www.sleeandtopher.com/wp-content/uploads/stefon-mothers-day.jpg" width="261" height="148" /></a></div>
<div class="one-half">
<h3><a href="http://www.hulu.com/watch/239645?playlist_id=1259" target="_blank">Stefon makes Mother&#8217;s Day easy</a></h3>
<p>Stefon reveals that his father is David Bowie and gets a little &#8220;Spicy&#8221; with Seth. (5 min.)</p>
</div>
<div class="one-half first"><a title="Stefon and Derek Zoolander" href="http://www.hulu.com/watch/287097?playlist_id=1259" target="_blank"><img class="aligncenter size-full wp-image-5435" alt="Stefon and Derek Zoolander" src="http://www.sleeandtopher.com/wp-content/uploads/stefon-derek-zoolander.jpg" width="261" height="148" /></a></div>
<div class="one-half">
<h3><a href="http://www.hulu.com/watch/287097?playlist_id=1259" target="_blank">Stefon&#8217;s special friend stops by</a></h3>
<p>Derek Zoolander drops in to promote his Halloween blowout, and makes Seth a little jealous. (6 min.)</p>
</div>
</div><p>The post <a href="http://www.sleeandtopher.com/stefon-top-five-snl-moments-hulu/">Watch Stefon&#8217;s Top Five SNL Moments on Hulu</a> appeared first on <a href="http://www.sleeandtopher.com">SLee And Topher</a>.</p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/SLeeAndTopher?a=2A_pr9nKmJg:XvJdo76z5G8:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/SLeeAndTopher?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SLeeAndTopher?a=2A_pr9nKmJg:XvJdo76z5G8:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/SLeeAndTopher?i=2A_pr9nKmJg:XvJdo76z5G8:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SLeeAndTopher?a=2A_pr9nKmJg:XvJdo76z5G8:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/SLeeAndTopher?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SLeeAndTopher?a=2A_pr9nKmJg:XvJdo76z5G8:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/SLeeAndTopher?i=2A_pr9nKmJg:XvJdo76z5G8:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SLeeAndTopher?a=2A_pr9nKmJg:XvJdo76z5G8:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/SLeeAndTopher?d=l6gmwiTKsz0" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.sleeandtopher.com/stefon-top-five-snl-moments-hulu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How Observing Video Gaming Helps Parents to Analyse Their Kids’ Behaviour</title>
		<link>http://www.sleeandtopher.com/how-observing-video-gaming-helps-parents-to-analyse-their-kids-behaviour/#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=how-observing-video-gaming-helps-parents-to-analyse-their-kids-behaviour</link>
		<comments>http://www.sleeandtopher.com/how-observing-video-gaming-helps-parents-to-analyse-their-kids-behaviour/#comments</comments>
		<pubDate>Fri, 05 Apr 2013 17:02:52 +0000</pubDate>
		<dc:creator>Piter Thomas</dc:creator>
				<category><![CDATA[Gaming]]></category>

		<guid isPermaLink="false">http://www.sleeandtopher.com/?p=5417</guid>
		<description><![CDATA[<p>There have been a lot of reports as of late regarding how video games can be beneficial for your children. But you may be shocked to hear that there is a lot for you to learn too. Parents can learn an awful lot about their children via watching them playing various free Ben 10 games, Scooby Doo games, Batman games, and alike. [...]</p><p>The post <a href="http://www.sleeandtopher.com/how-observing-video-gaming-helps-parents-to-analyse-their-kids-behaviour/">How Observing Video Gaming Helps Parents to Analyse Their Kids’ Behaviour</a> appeared first on <a href="http://www.sleeandtopher.com">SLee And Topher</a>.</p>]]></description>
				<content:encoded><![CDATA[<div itemscope itemtype="http://schema.org/BlogPosting"><p>There have been a lot of reports as of late regarding how video games can be beneficial for your children. But you may be shocked to hear that there is a lot for you to learn too. Parents can learn an awful lot about their children via watching them playing various free Ben 10 games, Scooby Doo games, Batman games, and alike. This proves to be highly beneficial because it is important to learn as much about how your child behaves from as young as possible. By doing this you will be better equipped to help them in all areas of life because you will become accustomed to their behaviour and the way theirmind works.</p>
<h3>Discover your child’s level of emotional stability</h3>
<p>When you watch your child playing video games you will see them experience an array of emotions. They will feel happiness, excitement, pride and anticipation, yet they will also experience frustration, annoyance, and even anger. You will be able to note how emotionally stable your child is. Are they someone whose emotions are erratic? Or, do their emotions only fluctuate slightly? It is important to be aware of this because you will be prepared for how they are likely to deal with things later in life. Furthermore, if your child is someone who gets very emotional then you may want to try and tame this. Alternatively, if your child seems unfazed by anything then you may want to bring them out of their shell a little bit more.</p>
<h3>Discover how your child’s mind works</h3>
<p>Most video games revolve around the method of problem solving. You will get to see how your child’s mind operates so that they prove victorious in the game they are playing. You will be able to note how they solve certain issues and problems. After all, there is no one right way to come to a certain conclusion. Take maths for example – there are many ways to come to the same one answer for a certain problem. If you learn more about how your child’s mind operates then you will be better equipped to help them with homework and alike. This is because you will be able to explain things in a way that are more likely to be easier to digest for your child.</p>
<h3>Discover your child’s level of concentration</h3>
<p>When your child is playing a game you should pay particular attention to theirlevel of concentration. Are they fully focused all of the time? Or, are they easily distracted? Do they read all of the instructions and pay full attention to the moves they are making? Or, do they simply press any buttons in a hit and hope sort of manner? If your child struggles to concentrate properly then this is an area you may want to work on. And don’t worry; lots of children find concentrating difficult, so your child will not be the only one. Nevertheless, if you can enhance their concentration levels then you will see an improvement in theirschool life and alike.</p>
<p>Next time your child is playing one of the free Ben 10 games or Tom and Jerry games then you should take some time to watch how they behave. You will learn a great deal about your child and this proves highly beneficial in theirdevelopment.</p>
<hr />
<p>Author bio – Piter Thomas<a id="gbg6" tabindex="-1" href="https://plus.google.com/u/0/me?tab=mX" target="_blank"></a> is a freelance journalist. He writes on varied topics, with cartoons and games being frequent subjects touched upon, including the likes of; <a href="http://www.cartoonnetwork.co.uk/show/ben-10" target="_blank">free Ben 10 games</a> and Batman cartoons.</p>
</div><p>The post <a href="http://www.sleeandtopher.com/how-observing-video-gaming-helps-parents-to-analyse-their-kids-behaviour/">How Observing Video Gaming Helps Parents to Analyse Their Kids’ Behaviour</a> appeared first on <a href="http://www.sleeandtopher.com">SLee And Topher</a>.</p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/SLeeAndTopher?a=05-y-PuejbI:e6KubGS0CuI:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/SLeeAndTopher?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SLeeAndTopher?a=05-y-PuejbI:e6KubGS0CuI:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/SLeeAndTopher?i=05-y-PuejbI:e6KubGS0CuI:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SLeeAndTopher?a=05-y-PuejbI:e6KubGS0CuI:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/SLeeAndTopher?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SLeeAndTopher?a=05-y-PuejbI:e6KubGS0CuI:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/SLeeAndTopher?i=05-y-PuejbI:e6KubGS0CuI:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SLeeAndTopher?a=05-y-PuejbI:e6KubGS0CuI:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/SLeeAndTopher?d=l6gmwiTKsz0" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.sleeandtopher.com/how-observing-video-gaming-helps-parents-to-analyse-their-kids-behaviour/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Nose: April Fools’ has Never Been Smellier</title>
		<link>http://www.sleeandtopher.com/google-nose-april-fools/#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=google-nose-april-fools</link>
		<comments>http://www.sleeandtopher.com/google-nose-april-fools/#comments</comments>
		<pubDate>Mon, 01 Apr 2013 15:00:16 +0000</pubDate>
		<dc:creator>SLee</dc:creator>
				<category><![CDATA[Home]]></category>

		<guid isPermaLink="false">http://www.sleeandtopher.com/?p=5407</guid>
		<description><![CDATA[<p>What would April Fools&#8217; Day be without a gag from Google? This year&#8217;s joke explores the search giant&#8217;s gaping lack of search data on smells with the beta product Google Nose. There is a link to information about Google Nose on the Google home page (as shown above) and also at the top of the [...]</p><p>The post <a href="http://www.sleeandtopher.com/google-nose-april-fools/">Google Nose: April Fools&#8217; has Never Been Smellier</a> appeared first on <a href="http://www.sleeandtopher.com">SLee And Topher</a>.</p>]]></description>
				<content:encoded><![CDATA[<div itemscope itemtype="http://schema.org/BlogPosting"><p><img class="aligncenter size-full wp-image-5408" alt="Google Nose on the Google Home Page" src="http://www.sleeandtopher.com/wp-content/uploads/Screen-Shot-2013-04-01-at-10.13.16-AM.png" width="619" height="317" /></p>
<p>What would April Fools&#8217; Day be without a gag from Google?</p>
<p>This year&#8217;s joke explores the search giant&#8217;s gaping lack of search data on smells with the beta product Google Nose.<span id="more-5407"></span></p>
<p><!--more--></p>
<p>There is <a title="Google Nose Landing Page" href="http://www.google.com/landing/nose/" target="_blank">a link to information</a> about Google Nose on the Google home page (as shown above) and also at the top of the search engine results pages (SERPs) and off to the side as a suggested search.</p>
<div id="attachment_5409" class="wp-caption aligncenter" style="width: 567px"><img class=" wp-image-5409" alt="The SERPs also show Google Nose" src="http://www.sleeandtopher.com/wp-content/uploads/Screen-Shot-2013-04-01-at-10.18.58-AM.png" width="557" height="115" /><p class="wp-caption-text">&#8220;Nose&#8221; as an option in the Google results page.</p></div>
<div id="attachment_5410" class="wp-caption alignright" style="width: 310px"><img class="size-medium wp-image-5410" alt="Suggested Google Nose Search" src="http://www.sleeandtopher.com/wp-content/uploads/Screen-Shot-2013-04-01-at-10.13.37-AM-300x248.png" width="300" height="248" /><p class="wp-caption-text">Suggested Smells for Google Nose</p></div>
<p>On the suggested search results, searchers are also given the option to &#8220;Share aroma&#8221; &#8212; which means post it on your Google+ feed.</p>
<p>Clicking the link to &#8220;How it works&#8221; takes you to a landing page created with as much care as any other Google product. The page explains how Google nose is expanding Google&#8217;s search index with &#8220;15M+ scentibytes.&#8221; At the bottom of the page is a list of other Google products that will be enhanced by Google Nose:</p>
<ul>
<li><span style="line-height: 13px;">Scratch and sniff Google Books</span></li>
<li>Food Doodles</li>
<li>New car smell for the Google self-driving car</li>
<li>YouTube nosed captions</li>
<li>AdScent for Business (allowing smellable ads)</li>
</ul>
<p>Some of these links connect to blog posts on the respective services blogs that tie in to the gag, but others disappointingly just go to the service&#8217;s main page. It would have been interesting to see a blog post or press release for each of these other services as well.</p>
<p>Google did go as far as to create a promotional video, though.</p>
<p><span class='embed-youtube' style='text-align:center; display: block;'><iframe class='youtube-player' type='text/html' width='610' height='374' src='http://www.youtube.com/embed/9-P6jEMtixY?version=3&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;wmode=transparent' frameborder='0'></iframe></span></p>
<p>With all the possibilities for this new search technology, what would you like to smell?</p>
</div><p>The post <a href="http://www.sleeandtopher.com/google-nose-april-fools/">Google Nose: April Fools&#8217; has Never Been Smellier</a> appeared first on <a href="http://www.sleeandtopher.com">SLee And Topher</a>.</p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/SLeeAndTopher?a=Owct4Uw2pgw:Coq5xvvrxgU:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/SLeeAndTopher?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SLeeAndTopher?a=Owct4Uw2pgw:Coq5xvvrxgU:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/SLeeAndTopher?i=Owct4Uw2pgw:Coq5xvvrxgU:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SLeeAndTopher?a=Owct4Uw2pgw:Coq5xvvrxgU:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/SLeeAndTopher?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SLeeAndTopher?a=Owct4Uw2pgw:Coq5xvvrxgU:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/SLeeAndTopher?i=Owct4Uw2pgw:Coq5xvvrxgU:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SLeeAndTopher?a=Owct4Uw2pgw:Coq5xvvrxgU:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/SLeeAndTopher?d=l6gmwiTKsz0" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.sleeandtopher.com/google-nose-april-fools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Redbox Instant Review</title>
		<link>http://www.sleeandtopher.com/redbox-instant-review/#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=redbox-instant-review</link>
		<comments>http://www.sleeandtopher.com/redbox-instant-review/#comments</comments>
		<pubDate>Sat, 23 Mar 2013 21:51:53 +0000</pubDate>
		<dc:creator>SLee</dc:creator>
				<category><![CDATA[Internet]]></category>

		<guid isPermaLink="false">http://www.sleeandtopher.com/?p=5367</guid>
		<description><![CDATA[<p>Redbox recently joined the ranks of online streaming video providers with their Redbox Instant service. After a one-month free trial, I&#8217;ve decided to opt out. Program Overview Like Netflix, Hulu Plus, and Amazon Instant Video, this new service called Redbox Instant is primarily a video streaming program. Users can stream movies from their website or [...]</p><p>The post <a href="http://www.sleeandtopher.com/redbox-instant-review/">Redbox Instant Review</a> appeared first on <a href="http://www.sleeandtopher.com">SLee And Topher</a>.</p>]]></description>
				<content:encoded><![CDATA[<div itemscope itemtype="http://schema.org/BlogPosting"><p>Redbox recently joined the ranks of online streaming video providers with their Redbox Instant service. After a one-month free trial, I&#8217;ve decided to opt out.</p>
<p><span id="more-5367"></span></p>
<h3>Program Overview</h3>
<p>Like Netflix, <a href="http://www.dpbolvw.net/cq101y1A719PVTUSTRWPRQZTRVRZ" target="_blank">Hulu Plus</a><img alt="" src="http://www.awltovhc.com/t0122bosgmk5B9A897C576F97B7F" width="1" height="1" border="0" />, and <a title="Amazon Instant Video" href="http://www.sleeandtopher.com/go/amazon-instant-video/" target="_blank">Amazon Instant Video</a>, this new service called Redbox Instant is primarily a video streaming program. Users can stream movies from their website or through the Xbox 360 app (at the time of my trial, this was the only system to have an app for Redbox Instant).</p>
<p>In addition to online streaming, the default subscription also includes 4 credits for one-night DVD rentals from Redbox kiosks. Using the credits is a little bit confusing at first, but it&#8217;s actually pretty simple.</p>
<h4>How to use your Redbox Instant Credits:</h4>
<ol>
<li><span style="line-height: 13px;">Pick out your movies on the Redbox kiosk like normal.</span></li>
<li>When you go to check out, tap the button to use credits before you pay.</li>
<li>The kiosk asks for verification of your credits, so you just swipe the credit card associated with your Redbox Instant account.</li>
<li>Enter your ZIP code and you&#8217;re all set.</li>
</ol>
<p>The one-month free trial that they are offering right now is on the 4 credit plan. These credits are not good for video games or for Blu-ray movies &#8212; only DVDs. Which brings us into pricing.</p>
<h4>Redbox Instant Pricing</h4>
<p><img class="aligncenter size-full wp-image-5371" alt="redbox instant prices" src="http://www.sleeandtopher.com/wp-content/uploads/redbox-instant-prices.png" width="610" height="365" /></p>
<p>The default plan includes the 4 DVD credits for $8 per month. You can also choose from a plan with Blu-ray credits at $9 per month or a plan with no credits at all &#8212; just streaming &#8212; for $6 per month.</p>
<p>This is on par with Netflix (streaming only) and Hulu. Both of those streaming services run at $7.99 per month. (<a href="http://www.dpbolvw.net/cq101y1A719PVTUSTRWPRQZTRVRZ" target="_blank">Try Hulu Plus &#8211; Get 1-week FREE</a><img alt="" src="http://www.awltovhc.com/t0122bosgmk5B9A897C576F97B7F" width="1" height="1" border="0" />.)</p>
<p>An important difference is that the Redbox Instant catalog isn&#8217;t completely available just because you have a subscription. Granted, there are <em>thousands</em> of movies available at no extra cost for subscribers, but there are also many that cost extra to rent or buy.</p>
<p>This aspect of Redbox Instant is similar to <a title="Amazon Instant Video" href="http://www.sleeandtopher.com/go/amazon-instant-video/" target="_blank">Amazon Instant Video</a>. If you are an <a title="Amazon Prime: How to Get Your Pre-Order on Release Date" href="http://www.sleeandtopher.com/amazon-prime-pre-order-release-date/">Amazon Prime</a> member, you can watch some movies for no extra cost, but many of the newer movies or the movies with weird contracting issues require additional payment.</p>
<p><a title="500-mph-amazon" href="http://www.sleeandtopher.com/go/500-mph-amazon/" target="_blank"><img class="size-full wp-image-5375 alignright" title="500 MPH Storm" alt="500 MPH Storm" src="http://www.sleeandtopher.com/wp-content/uploads/500-mph-storm.jpg" width="160" height="160" /></a>On this point, Redbox Instant doesn&#8217;t seem to be as good of a deal. Just as an example, the movie <a title="500-mph-amazon" href="http://www.sleeandtopher.com/go/500-mph-amazon/" target="_blank"><em>500 MPH Storm</em></a> is available for rent or purchase through Redbox Instant and through Amazon Instant Video. But while Redbox Instant charges $4.99 for a standard definition rental and $16.99 for purchase, Amazon Instant video is only $3.99 and $14.99, respectively.</p>
<p>Take into consideration the subscription price. <a title="Amazon Prime" href="http://www.sleeandtopher.com/go/amazon-prime/ ‎" target="_blank">Amazon Prime</a> costs $79 annually. That works out to approximately $6.58 per month. Amazon doesn&#8217;t offer any physical disks, so we are comparing with the diskless Redbox Instant plan which is $6 per month.</p>
<p>If that were the end of the story, Redbox would be a better deal. But you have to keep in mind that Amazon Prime also includes free two-day shipping on many items (everything I&#8217;ve bought from Amazon since I joined Amazon Prime has fallen into the free two-day shipping category). If you shop much with Amazon, this can wind up being significant savings.</p>
<p>Also, Amazon recently added a &#8220;lending&#8221; feature with participating Kindle ebooks. Amazon Prime subscribers get one free &#8220;lend&#8221; per month.</p>
<p>All that to say the benefits of Amazon Prime extend far beyond video streaming.</p>
<h3>Redbox Instant Service Quality</h3>
<p>Now that we&#8217;ve covered what the program promises, let&#8217;s look at how the service actually performed.</p>
<h4>Excellent Customer Service</h4>
<p>Before I make any other comments about Redbox Instant, I want to say that they did a great job with customer service.</p>
<p>When I first went to their landing page and saw that you had to sign up for an invite, I thought it was going to be another Pinterest and I&#8217;d have to wait days if not weeks before they let me in.</p>
<p>You can imagine my surprise when I was immediately sent a code to join the beta program. Though they didn&#8217;t really have to do anything special to create this positive experience, exceeding customer expectations is an excellent way for a business to ingratiate itself with its customers.</p>
<p>As I shared in <a title="Redbox Instant: Entering the Movie Streaming Biz" href="http://www.sleeandtopher.com/redbox-instant-entering-the-movie-streaming-biz/">my previous post about Redbox Instant</a>, I first became aware of the service through a trivia game that <a title="Xbox Rewards" href="http://rewards.xbox.com/" target="_blank">Xbox Rewards</a> runs every Friday. Even before I went to the Redbox Instant website, I knew I wanted to use the Xbox 360 app. I was frustrated to find out that the code I got to join the beta program was not the same kind of code that&#8217;s used to download the Xbox 360 app.</p>
<p>I looked around on their website for a while and couldn&#8217;t find any clear instructions in their support pages as to how I could get the code. At the end of one of the support pages, there was a comment box asking if the article had answered my question. I left feedback &#8212; more out of spite than a belief that anyone would respond &#8212; explaining how the article didn&#8217;t help me find what I was looking for.</p>
<p>Again, my expectations were blown away when I got an email from a customer service rep apologizing for the difficulty. Included in the email was the access code that I needed to download the app.</p>
<div id="attachment_5386" class="wp-caption aligncenter" style="width: 540px"><img class="size-full wp-image-5386" alt="Redbox Instant Xbox 360 app" src="http://www.sleeandtopher.com/wp-content/uploads/redbox-instant-xbox.png" width="530" height="298" /><p class="wp-caption-text">The Redbox Instant Xbox 360 app in action.</p></div>
<h4>The Rest of the Program</h4>
<p>I&#8217;m sad to say that the customer service was the only part of my experience with the Redbox Instant beta program that made me want to keep it.</p>
<p>The program has thousands of movies, but they are mostly B movies or documentaries that I have never heard of, featuring actors I don&#8217;t know. And having so many movies that I don&#8217;t care about makes it that much harder to find one that I want to watch.</p>
<p>The lack of organization doesn&#8217;t help. The categories range from the typically broad &#8220;Horror&#8221; and &#8220;Drama&#8221; to the ultra-specific &#8220;Unfit for Duty&#8221; or &#8220;Just for Kicks.&#8221; That&#8217;s helpful for those who want to watch a movie about karate, kung-fu, ninjas, or ineffective authority figures, but I don&#8217;t think I&#8217;ve ever started off looking for a movie thinking about any of those things.</p>
<p>The rating system is also years behind their competitors, especially Netflix. You may have heard that Netflix uses a complex algorithm to determine what movies viewers will enjoy based on their previous likes and dislikes. So if I <em>were</em> someone who loved karate movies, Netflix would suggest those to me because of my demonstrated interest. If I hated karate movies, Netflix wouldn&#8217;t suggest them.</p>
<p>Redbox&#8217;s system is merely a user-generated rating. Anyone in the program can subjectively rate movies however they would like. The average of that user feedback determines the movies&#8217; ratings. There is no personalization.</p>
<p>But as underwhelming as that is, it&#8217;s not half as important as the service&#8217;s ability to actually deliver the video. When I watch a movie online, I want it to be as clear as watching a DVD. That would have been considered an absurd request even a few years ago, but the success of the other businesses in this space has created that expectation.</p>
<p>Because of that expectation, I was disappointed when I tried to stream a Redbox Instant movie on my computer and the video would periodically pause while the audio track continued at normal speed. Then the video would either jump to where it should have been, or it would go too fast, like I was fast-forwarding, until it caught up.</p>
<p>My experience on the Xbox 360 app wasn&#8217;t much better. My wife and I watched <a title="Dumb and Dumber" href="http://www.amazon.com/gp/product/B001T9WIB0/ref=as_li_ss_tl?ie=UTF8&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B001T9WIB0&amp;linkCode=as2&amp;tag=sttechlantl-20" target="_blank"><em>Dumb and Dumber</em></a> one evening, and we were both frustrated that the playback was choppy for the entire movie. It looked as if half of the frames had been taken out of the movie.</p>
<p>Clearly it was not a very enjoyable viewing experience on my computer or on the Xbox.</p>
<h3>My Recommendations</h3>
<p>I was very unimpressed with Redbox Instant. The service is still in beta, though, so perhaps a lot of these issues will be resolved before they roll out the final version.</p>
<p>The good thing is you can try it out risk-free. In the words of LeVar Burton, &#8220;Don&#8217;t take my word for it.&#8221; The best way to know what you think about it is to try it out yourself. Head over to <a title="Redbox Instant" href="http://www.redboxinstant.com" target="_blank">RedboxInstant.com</a> and take the one-month free trial.</p>
<p>But while you&#8217;re at it, you might as well check out the other providers as well:</p>
<p><a title="Netflix" href="http://www.netflix.com/" target="_blank">Netflix</a> frequently offers a one-month free trial. I first got Netflix to watch movies, but in recent years they have added a lot of TV shows that are very entertaining. <a title="Netflix" href="http://www.netflix.com/" target="_blank">Click here to sign up</a>.</p>
<p>You can also try out a 1-week free trial of <a href="http://www.dpbolvw.net/cq101y1A719PVTUSTRWPRQZTRVRZ" target="_blank">Hulu Plus</a>. Netflix is good for older shows (e.g. Buffy, the Vampire Slayer), but they don&#8217;t have new shows like Hulu does. New shows are usually up on Hulu within a day or two. They also have a ton of films from the Criterion Collection. <a href="http://www.dpbolvw.net/cq101y1A719PVTUSTRWPRQZTRVRZ" target="_blank">Click here to sign up for a free 1-week trial of Hulu.</a><img alt="" src="http://www.awltovhc.com/t0122bosgmk5B9A897C576F97B7F" width="1" height="1" border="0" /></p>
<p>And of course, <a title="Amazon Prime" href="http://www.amazon.com/gp/prime/?tag=sttechlantl-20" target="_blank">Amazon Prime</a> is a clear winner. I recouped my costs for this program last year within a month with the free 2-day shipping alone. And again, there are tons of movies and shows that are included with Amazon Instant Video and free Kindle books. <a title="Amazon Prime" href="http://www.amazon.com/gp/prime/?tag=sttechlantl-20" target="_blank">Click here to start a 30-day free trial of Amazon Prime.</a></p>
<div id="schema_block" class="schema_review"><div itemscope itemtype="http://schema.org/Review"><a class="schema_url" target="_blank" itemprop="url" href="http://www.redboxinstant.com"><div class="schema_name" itemprop="name">Redbox Instant by Verizon</div></a><div class="pubdate"><meta itemprop="datePublished" content="2013-03-23">Date Published: 03/23/2013</div><div itemprop="reviewRating" itemscope itemtype="http://schema.org/Rating"><meta itemprop="worstRating" content="1"><span itemprop="ratingValue">2</span> / <span itemprop="bestRating">5</span> stars</div></div></div>
</div><p>The post <a href="http://www.sleeandtopher.com/redbox-instant-review/">Redbox Instant Review</a> appeared first on <a href="http://www.sleeandtopher.com">SLee And Topher</a>.</p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/SLeeAndTopher?a=9BMKxSmClsA:n1qVAJW0NRQ:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/SLeeAndTopher?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SLeeAndTopher?a=9BMKxSmClsA:n1qVAJW0NRQ:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/SLeeAndTopher?i=9BMKxSmClsA:n1qVAJW0NRQ:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SLeeAndTopher?a=9BMKxSmClsA:n1qVAJW0NRQ:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/SLeeAndTopher?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SLeeAndTopher?a=9BMKxSmClsA:n1qVAJW0NRQ:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/SLeeAndTopher?i=9BMKxSmClsA:n1qVAJW0NRQ:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SLeeAndTopher?a=9BMKxSmClsA:n1qVAJW0NRQ:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/SLeeAndTopher?d=l6gmwiTKsz0" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.sleeandtopher.com/redbox-instant-review/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Upgrade MacBook RAM: Tips for Your Success</title>
		<link>http://www.sleeandtopher.com/upgrade-macbook-ram/#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=upgrade-macbook-ram</link>
		<comments>http://www.sleeandtopher.com/upgrade-macbook-ram/#comments</comments>
		<pubDate>Mon, 18 Mar 2013 04:01:35 +0000</pubDate>
		<dc:creator>Topher</dc:creator>
				<category><![CDATA[Computers]]></category>

		<guid isPermaLink="false">http://www.sleeandtopher.com/?p=5305</guid>
		<description><![CDATA[<p>Wouldn&#8217;t it be nice if your MacBook was faster? No more pinwheel of death. No more lag when running too many programs. Just a well-running machine that does what you want, when you want. You can make your Apple laptop be just that smooth with these tips for how to upgrade MacBook RAM. There are [...]</p><p>The post <a href="http://www.sleeandtopher.com/upgrade-macbook-ram/">How to Upgrade MacBook RAM: Tips for Your Success</a> appeared first on <a href="http://www.sleeandtopher.com">SLee And Topher</a>.</p>]]></description>
				<content:encoded><![CDATA[<div itemscope itemtype="http://schema.org/BlogPosting"><p>Wouldn&#8217;t it be nice if your MacBook was faster? No more pinwheel of death. No more lag when running too many programs. Just a well-running machine that does what you want, when you want.</p>
<p>You can make your Apple laptop be just that smooth with these tips for how to upgrade MacBook RAM.</p>
<p><span id="more-5305"></span></p>
<p>There are two hardware components of a computer that really affect how fast it runs: the processor and the RAM.</p>
<p>If your processor is a lot slower than your RAM, the processor will be the bottleneck, and it won&#8217;t matter how much RAM you add because none of it will make the processor go any faster. On the other hand, if you don&#8217;t have enough RAM, your processor will have to pull information out of virtual memory &#8212; drastically slowing down your computer.</p>
<p>SLee had been thinking about upgrading the RAM in his MacBook Pro for a while, but someone told him that it wouldn&#8217;t make any difference because it was really the processor that was slowing him down. I convinced him to upgrade the RAM anyway, and it&#8217;s a good thing I did: now his Mac is running at least twice as fast.</p>
<p>We increased the memory from 4 GB RAM to 8 GB RAM, and while we were working I realized that there were a few tricks we were using to simplify the process that may not be well known to others in the same situation. So without further adieu, here are some tips to help you out:</p>
<h3>How to Get Cheap Mac RAM</h3>
<p>RAM can be absurdly expensive, so getting our RAM for cheap was an important thing to consider.</p>
<p>The first part of upgrading your RAM is being able to upgrade in the first place. We started off with a MacBook that wasn&#8217;t already at maximum capacity. When you purchase a new MacBook, you have options for customization and can order the maximum amount of RAM right off the bat. There are two problems with this:</p>
<ol>
<li><span style="line-height: 13px;">You won&#8217;t get the best deal buying a <em>new</em> MacBook. SLee&#8217;s past two have been refurbished models. Both worked just like new and both were at least 30% off retail price. </span></li>
<li><span style="line-height: 13px;">If you get a MacBook with the RAM maxed already, you will be paying a premium for Apple RAM.</span></li>
</ol>
<p>Apple RAM is not cheap. To get 8 GB for SLee&#8217;s MacBook Pro would have cost $200.</p>
<p><img class="aligncenter size-full wp-image-5307" alt="Expensive Apple RAM - 8 GB for $200" src="http://www.sleeandtopher.com/wp-content/uploads/apple-macbook-pro-8-gb-ram.png" width="601" height="383" /></p>
<p>The same amount of RAM from a non-Apple brand is often 75% less. We wound up getting this <a title="Corsair Apple Certified 8GB RAM" href="http://www.sleeandtopher.com/go/corsair-apple-certified-8gb-ram/" target="_blank">&#8220;Apple-certified&#8221; Corsair RAM from Amazon for $48.98</a>.</p>
<p><a title="Corsair Apple Certified 8GB RAM" href="http://www.sleeandtopher.com/go/corsair-apple-certified-8gb-ram/" target="_blank"><img class="aligncenter size-full wp-image-5309" alt="Corsair Apple Certified 8 GB RAM" src="http://www.sleeandtopher.com/wp-content/uploads/Corsair-Apple-certified-8-gb-ram.png" width="654" height="296" /></a><br />
You might be wondering what &#8220;Apple-certified&#8221; means. We certainly were.</p>
<p>After looking through the product information we found &#8220;Apple-certified&#8221; means the RAM was tested at Apple&#8217;s compatibility lab to ensure functionality with all current products that have official Apple support for 8GB SO-DIMMs. (So this means that it could also work as <strong>iMac memory</strong>.)</p>
<p>This RAM also comes with a limited lifetime warranty so even if it is faulty, your downside is minimal.</p>
<p>All that to say, just because your MacBook is an Apple product doesn&#8217;t mean that you have to get Apple RAM. Shop around some and you can find a much better deal. In addition to Corsair, you can also consider Kingston RAM and Crucial MacBook RAM.</p>
<h3>Pick the Right RAM for Your Machine</h3>
<p>Before you purchase any RAM at all, it&#8217;s super important to make sure that you are buying the right kind. The good thing is that checking your specs on a Mac are as simply as making a couple clicks.</p>
<p>To be specific, click 1 is on the Apple icon at the top left of the screen and click 2 is on &#8220;About This Mac.&#8221;</p>
<p><img class="alignleft size-full wp-image-5313" alt="About This Mac - Apple Menu" src="http://www.sleeandtopher.com/wp-content/uploads/about-this-mac.png" width="256" height="272" /><img class="aligncenter size-full wp-image-5312" alt="About This Mac shows Specs" src="http://www.sleeandtopher.com/wp-content/uploads/about-this-mac-specs.png" width="311" height="353" /></p>
<p>The &#8220;About This Mac&#8221; screen shows which version of OS X you&#8217;re running, your processor specs and your memory specs. You can get more information by clicking the &#8220;More Info&#8230;&#8221; button (obviously), but this is all the information we need. (The screenshot above shows 8 GB of RAM because I took this after we had already upgraded; before it showed 4 GB.)</p>
<p>Now that you know the current status of your Mac, it&#8217;s time to find out what you&#8217;re upgrading to.</p>
<p>Even though you&#8217;re not buying your RAM from Apple, you still need to go to Apple.com to find out what kind you need for your particular model. Go to Apple.com and click on the &#8220;Store&#8221; button in the navigation bar. In the left sidebar, look for &#8220;Memory&#8221; under the &#8220;For Mac&#8221; heading. (<a title="Mac Memory" href="http://store.apple.com/us/browse/home/shop_mac/mac_accessories/memory" target="_blank">Or you can just click here</a>.)</p>
<p>Choose your type of Mac on this screen. You can get iMac memory, Mac mini memory, MacBook memory or Mac Pro memory. The model we were working with is a MacBook Pro (Winter &amp; Fall 2011), so we chose that option. On the next screen you just match up the specs you got from the &#8220;About This Mac&#8221; screen with the options in the Apple Store.</p>
<p>When you have selected the correct page for your Mac, take note of the specs. For instance, SLee&#8217;s MacBook Pro can only take up to 1333 MHz DDR3 RAM. If we purchased 1600 MHz RAM, it wouldn&#8217;t work or at best would be unstable. On the other hand, if we got 1066 MHz RAM, it might function, but it would be much slower.</p>
<h3>Determining Your MacBook RAM Capacity</h3>
<p>The information in the Apple Store will also help you determine if you have the capacity to upgrade your MacBook RAM. If the specs listed on the &#8220;About This Mac&#8221; screen are identical to the results in the Apple Store, you don&#8217;t have the capacity to take any more RAM.</p>
<p>For instance, SLee&#8217;s computer currently shows 8 GB RAM. That is also the only option in the Apple Store, so we know that the MacBook RAM capacity has already been met. However, before we upgraded his computer, the &#8220;About This Mac&#8221; screen showed 4 GB currently installed, so we knew we had some room to work with.</p>
<h3>Doing the Deed</h3>
<p>So, you&#8217;ve checked your specs, picked out and ordered the appropriate RAM, and now you&#8217;re ready to do your upgrade. The good news is that it&#8217;s a relatively simple process. The bad news is that it varies a little bit from model to model.</p>
<p>Good news again: you can find written directions and diagrams for whichever model you have <a title="MacBook Pro: How to remove or install memory" href="http://support.apple.com/kb/ht1270" target="_blank">here on the Apple Support site</a>. If you would prefer color pictures, you can <a title="iFixIt" href="http://www.ifixit.com/Device/Mac" target="_blank">follow the instructions on iFixIt</a>. Just find your model, and click the link for &#8220;RAM.&#8221;</p>
<p>There are a few important tips that I want to point out here.</p>
<p>First, in addition to a tiny phillips head screwdriver, you probably will also need a <a title="Torx" href="http://www.sleeandtopher.com/go/torx/" target="_blank">Torx bit</a> &#8211; especially if you are also planning to replace your MacBook Pro hard drive or do some cleaning while you&#8217;re in there.</p>
<p><a title="Torx" href="http://www.sleeandtopher.com/go/torx/" target="_blank"><img class="aligncenter size-full wp-image-5322" alt="Torx bits" src="http://www.sleeandtopher.com/wp-content/uploads/torx.jpg" width="300" height="149" /></a></p>
<p>Which brings us to the second important tip. Since you already have everything exposed when you upgrade MacBook RAM, it&#8217;s a good idea to go ahead and do some cleaning while you&#8217;re in there. For the fan and some other solid parts, you can just take an old (clean!) toothbrush to brush off any dust, dirt, or grime you find. You can use some <a title="Air Power Dusters" href="http://www.sleeandtopher.com/go/air-power-dusters/" target="_blank">air power dusters like these</a> on the areas where you can&#8217;t use a brush.</p>
<p>One last tip that really makes this process easier involves something you probably have in your fridge &#8212; a carton of eggs. An empty carton to be exact. If you don&#8217;t know already, you will soon find out that the screws in your MacBook are never the same size. There are several different shapes and sizes that hold your computer together, and to put it back together you&#8217;ll need to know which screws go where. The best way that I&#8217;ve found to keep screws of the same type together but separate from all the other types is to put them in the chambers of an empty egg carton.</p>
<p><img class="aligncenter size-full wp-image-5323" alt="Egg carton" src="http://www.sleeandtopher.com/wp-content/uploads/egg-carton.jpg" width="600" height="450" /></p>
<h3>Enjoy Your Faster Mac</h3>
<p>With these tips you can upgrade MacBook RAM cheaply and easily. Your computer will feel like a brand new machine. Enjoy!</p>
</div><p>The post <a href="http://www.sleeandtopher.com/upgrade-macbook-ram/">How to Upgrade MacBook RAM: Tips for Your Success</a> appeared first on <a href="http://www.sleeandtopher.com">SLee And Topher</a>.</p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/SLeeAndTopher?a=YYJf_Yx4A6o:WCGxGfG7mr8:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/SLeeAndTopher?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SLeeAndTopher?a=YYJf_Yx4A6o:WCGxGfG7mr8:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/SLeeAndTopher?i=YYJf_Yx4A6o:WCGxGfG7mr8:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SLeeAndTopher?a=YYJf_Yx4A6o:WCGxGfG7mr8:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/SLeeAndTopher?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SLeeAndTopher?a=YYJf_Yx4A6o:WCGxGfG7mr8:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/SLeeAndTopher?i=YYJf_Yx4A6o:WCGxGfG7mr8:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SLeeAndTopher?a=YYJf_Yx4A6o:WCGxGfG7mr8:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/SLeeAndTopher?d=l6gmwiTKsz0" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.sleeandtopher.com/upgrade-macbook-ram/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why Google is Retiring Google Reader and When</title>
		<link>http://www.sleeandtopher.com/retiring-google-reader/#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=retiring-google-reader</link>
		<comments>http://www.sleeandtopher.com/retiring-google-reader/#comments</comments>
		<pubDate>Sat, 16 Mar 2013 16:24:36 +0000</pubDate>
		<dc:creator>Topher</dc:creator>
				<category><![CDATA[Internet]]></category>

		<guid isPermaLink="false">http://www.sleeandtopher.com/?p=5204</guid>
		<description><![CDATA[<p>For years, it has been the best RSS feed aggregator &#8212; which, like many Google products, has been available for no cost to its users. In the very near future, this service will sadly no longer be available, at any cost, because Google is retiring Google Reader.I was working on some internet marketing tactics this [...]</p><p>The post <a href="http://www.sleeandtopher.com/retiring-google-reader/">Why Google is Retiring Google Reader and When</a> appeared first on <a href="http://www.sleeandtopher.com">SLee And Topher</a>.</p>]]></description>
				<content:encoded><![CDATA[<div itemscope itemtype="http://schema.org/BlogPosting"><p>For years, it has been the best RSS feed aggregator &#8212; which, like many Google products, has been available for no cost to its users. In the very near future, this service will sadly no longer be available, at any cost, because Google is retiring Google Reader.<span id="more-5204"></span><img class="alignright size-full wp-image-5207" alt="Google is Retiring Google Reader" src="http://www.sleeandtopher.com/wp-content/uploads/retiring-google-reader.jpg" width="206" height="134" />I was working on some <a href="http://avidnetizen.com/" target="_blank">internet marketing tactics</a> this morning when I suddenly got an alert from Google Reader:</p>
<blockquote><p>Google Reader will be retired on July 1, 2013. If you&#8217;d like to download a copy of all your Reader data before then, you can do so through Google Takeout.</p></blockquote>
<p>I was immediately in shock.</p>
<p>What will I do without Google reader? I currently have several feeds from news sites, blogs, and <a title="Google Alerts" href="http://www.google.com/alerts" target="_blank">Google Alerts</a> that I review daily.</p>
<p>It wasn&#8217;t immediately clear why Google would axe such a wonderful product, so I looked further to find the rationale behind it.</p>
<p>As it turns out, Google has been doing &#8220;Spring Cleaning&#8221; since 2011. The goal is to reduce the number of projects so that more energy can be put into the most important ones. <a title="A second spring of cleaning" href="http://googleblog.blogspot.com/2013/03/a-second-spring-of-cleaning.html" target="_blank">The most recent wave of cuts</a> brings the Google product death toll to 70.</p>
<p>The <a title="Powering Down Google Reader" href="http://googlereader.blogspot.com/2013/03/powering-down-google-reader.html" target="_blank">official Google Reader blog</a> also stated, &#8220;usage of Google Reader has declined,&#8221; which is another reason why this product made it on the hit list.</p>
<h3>What You Can Do</h3>
<p>I&#8217;m not the only one who&#8217;s disheartened by the news. There is a <a title="Google: Keep Google Reader Running" href="https://www.change.org/petitions/google-keep-google-reader-running" target="_blank">petition on Change.org</a> asking Google to keep Google Reader alive. Who knows if Google will actually listen or not, but it can&#8217;t hurt to try and let them know that we value the product.</p>
<p><a title="Google: Keep Google Reader Running" href="https://www.change.org/petitions/google-keep-google-reader-running" target="_blank">Click here to view and sign the petition.</a></p>
<p>If you have data in your Reader that you&#8217;d like to keep or move to another aggregate, you&#8217;ll need to download it from <a title="Google Takeout" href="https://www.google.com/takeout/?pli=1#custom:reader" target="_blank">Google Takeout</a>. In the event that Google doesn&#8217;t decide in our favor, you&#8217;ll need to do this prior to July 1, 2013. When you log in to Takeout, the service will compile your feeds into an xml file. You can download the file and import it into another service.</p>
<p><img class="aligncenter size-medium wp-image-5210" alt="Export Google Reader data with Google Takeout" src="http://www.sleeandtopher.com/wp-content/uploads/Google-Takeout-288x300.png" width="288" height="300" /></p>
<p>Then, of course, you&#8217;ll have to find another service to use.</p>
<p>Since Google Reader was such an outstanding product, I hadn&#8217;t bothered shopping around for another reader. If you&#8217;re like me and have no idea where to turn, there&#8217;s a brand new site &#8220;Replace Reader&#8221; that has a list of alternative providers and their rank by popularity. <a title="Replace Reader" href="http://www.replacereader.com/" target="_blank">Find yourself a new provider here.</a></p>
<p>Hopefully this petition works and we won&#8217;t have to switch over to anyone else.</p>
<p>We&#8217;ll just have to wait and see&#8230;</p>
</div><p>The post <a href="http://www.sleeandtopher.com/retiring-google-reader/">Why Google is Retiring Google Reader and When</a> appeared first on <a href="http://www.sleeandtopher.com">SLee And Topher</a>.</p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/SLeeAndTopher?a=5kzPQAEZj4s:J6S6hxy6Rzk:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/SLeeAndTopher?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SLeeAndTopher?a=5kzPQAEZj4s:J6S6hxy6Rzk:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/SLeeAndTopher?i=5kzPQAEZj4s:J6S6hxy6Rzk:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SLeeAndTopher?a=5kzPQAEZj4s:J6S6hxy6Rzk:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/SLeeAndTopher?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SLeeAndTopher?a=5kzPQAEZj4s:J6S6hxy6Rzk:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/SLeeAndTopher?i=5kzPQAEZj4s:J6S6hxy6Rzk:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SLeeAndTopher?a=5kzPQAEZj4s:J6S6hxy6Rzk:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/SLeeAndTopher?d=l6gmwiTKsz0" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.sleeandtopher.com/retiring-google-reader/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
