<?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>RJH Solutions</title>
	<atom:link href="http://www.rjhsolutions.ca/feed" rel="self" type="application/rss+xml" />
	<link>http://www.rjhsolutions.ca</link>
	<description>Practical IT Business Solutions Done Quickly and Correctly</description>
	<lastBuildDate>Sun, 19 May 2013 03:22:16 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Disconnected: My year without the Internet</title>
		<link>http://www.rjhsolutions.ca/2013/05/13/disconnected-my-year-without-the-internet.html</link>
		<comments>http://www.rjhsolutions.ca/2013/05/13/disconnected-my-year-without-the-internet.html#comments</comments>
		<pubDate>Tue, 14 May 2013 03:38:17 +0000</pubDate>
		<dc:creator>Rafael (Rafi) Hecht</dc:creator>
				<category><![CDATA[High Tech]]></category>
		<category><![CDATA[Internet Marketing]]></category>
		<category><![CDATA[Social Media Marketing]]></category>

		<guid isPermaLink="false">http://wpsites.rafihecht.com/rjhsolutions/?p=1807</guid>
		<description><![CDATA[For those that rather watch or listen to the interview here is the link. <a href="http://www.cnn.com/2013/05/10/tech/web/paul-miller-internet-year/" target="_blank">Disconnected: My year without the Internet</a>]]></description>
				<content:encoded><![CDATA[<p>For those that rather watch or listen to the interview here is the link. <a href="http://www.cnn.com/2013/05/10/tech/web/paul-miller-internet-year/" target="_blank">Disconnected: My year without the Internet</a></p>
<p><object id="ep_1101" width="416" height="234" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" bgcolor="#000000"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="wmode" value="transparent" /><param name="src" value="http://i.cdn.turner.com/cnn/.element/apps/cvp/3.0/swf/cnn_embed_2x_container.swf?site=cnn&amp;profile=desktop&amp;context=embed&amp;videoId=bestoftv/2013/05/09/exp-ns-paul-miller-internet-back.cnn&amp;contentId=bestoftv/2013/05/09/exp-ns-paul-miller-internet-back.cnn" /><embed id="ep_1101" width="416" height="234" type="application/x-shockwave-flash" src="http://i.cdn.turner.com/cnn/.element/apps/cvp/3.0/swf/cnn_embed_2x_container.swf?site=cnn&amp;profile=desktop&amp;context=embed&amp;videoId=bestoftv/2013/05/09/exp-ns-paul-miller-internet-back.cnn&amp;contentId=bestoftv/2013/05/09/exp-ns-paul-miller-internet-back.cnn" allowfullscreen="true" allowscriptaccess="always" wmode="transparent" bgcolor="#000000" /></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.rjhsolutions.ca/2013/05/13/disconnected-my-year-without-the-internet.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Add a User to a WordPress Multisite Via Database as an Administrator</title>
		<link>http://www.rjhsolutions.ca/2013/05/01/how-to-add-a-user-to-a-wordpress-multisite-via-database-as-an-administrator.html</link>
		<comments>http://www.rjhsolutions.ca/2013/05/01/how-to-add-a-user-to-a-wordpress-multisite-via-database-as-an-administrator.html#comments</comments>
		<pubDate>Wed, 01 May 2013 05:08:17 +0000</pubDate>
		<dc:creator>Rafael (Rafi) Hecht</dc:creator>
				<category><![CDATA[High Tech]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Programming]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://wpsites.rafihecht.com/rjhsolutions/?p=1729</guid>
		<description><![CDATA[A while back we were given permission to host and edit a clients’ website, built on WordPress with Multisite functionality. However, for various reasons we were unable to get in touch with the previous developer who had Admin access to the sites. Since we were hosting their website and database, we at least had that. [...]]]></description>
				<content:encoded><![CDATA[<p><a href="http://www.rjhsolutions.ca/files/2013/05/WP_MultiSite.jpg"><img class="alignright size-medium wp-image-3030" alt="WP_MultiSite" src="http://www.rjhsolutions.ca/files/2013/05/WP_MultiSite-300x208.jpg" width="300" height="208" /></a>A while back we were given permission to host and edit a clients’ website, built on WordPress with Multisite functionality. However, for various reasons we were unable to get in touch with the previous developer who had Admin access to the sites. Since we were hosting their website and database, we at least had that. The solution then was to add a new user (us) through the back-end. The question that remained was, how?</p>
<p>Here is what we did:</p>
<h2>1. Access the database</h2>
<p>Once the database was created and uploaded, we needed to access it. Our personal favourite desktop tool for the job is <a href="http://www.heidisql.com/" target="_blank">HeidiSQL</a>.</p>
<h2>2. Add a new user</h2>
<p>To do this, go to the wp_users table. From there, you can add your username, user_nicename, email, etc.</p>
<p>The password though is a bit tricky. Assuming that the encryption is a standard MD5 Hash and not with SALT, you can insert a password (say it’s 123456) as follows:</p>
<p><code>"Update [table_prefix - usually wp_]users set user_pass=md5('123456') where ID=[id # of user you are trying to update];"</code></p>
<p><a href="http://www.rjhsolutions.ca/files/2013/05/1-add-user-info-without-password.png"><img class="alignnone  wp-image-3022" alt="1 - add user info without password" src="http://www.rjhsolutions.ca/files/2013/05/1-add-user-info-without-password-1024x550.png" width="614" height="330" /></a></p>
<h2>3. Add User to sites</h2>
<p>Now that the basic user information is added, now we need to associate it with a site. To do so you would add the following fields:</p>
<ul>
<li><strong><a href="http://wordpress.org/support/topic/wp_capabilities" target="_blank">wp_capabilities</a></strong> -&gt; a:1:{s:13:”administrator”;s:1:”1″;}</li>
<li><strong><a href="http://wordpress.stackexchange.com/questions/34463/wp-usermeta-wp-usersettings" target="_blank">wp_user-settings</a></strong> -&gt; editor=tinymce&amp;mfold=o&amp;align=center&amp;libraryContent=browse&amp;urlbutton=custom&amp;imgsize=full</li>
<li><strong>wp_user_level</strong> -&gt; 10</li>
</ul>
<p>Do this for all sites, wp_, wp_1_. wp_2_, wp_3, etc.</p>
<p><a href="http://www.rjhsolutions.ca/files/2013/05/2-usermeta-convention.png"><img class="alignnone  wp-image-3023" alt="2 - usermeta convention" src="http://www.rjhsolutions.ca/files/2013/05/2-usermeta-convention-1024x550.png" width="614" height="330" /></a></p>
<h2>4. Add Site Admins in wp_sitemeta</h2>
<p>Okay, great. Now you have added yourself as an admin for each sites. However, you still aren’t yet set to change Network Settings. For this, you need to go to [table_prefix - usually wp_]sitemeta. From there search for a meta_key called “site_admins.” The syntax is in the screenshot below. Let’s analyze the syntax.</p>
<p><code>a:3:{i:0;s:5:"admin";i:1;s:9:"user12345";i:2;s:10:"user234567";}</code></p>
<ul>
<li><strong>“a:3″</strong> -&gt; for network Admins, there will be 3. The succeeding text will now list them.</li>
<li><strong>“i:0″, “i:1″, ”i:2″</strong> -&gt; This is the user order: Admin1, Admin2, Admin3, etc.</li>
<li><strong>“s:5″, “s:9″, “s:10</strong>” -&gt; This represents the <strong>number of characters</strong> of the declared username! This apparently was added as a security feature of sorts. If the number of characters are off than this will not work!</li>
<li><strong>“admin,” “irisemedia,” etc.</strong> -&gt; This is the declared username that will be associated with the Network Admins</li>
</ul>
<p><a href="http://www.rjhsolutions.ca/files/2013/05/3-sitemeta-convention.png"><img class="alignnone  wp-image-3024" alt="3 - sitemeta convention" src="http://www.rjhsolutions.ca/files/2013/05/3-sitemeta-convention-1024x550.png" width="614" height="330" /></a></p>
<p>Now, try logging in and see if it works.</p>
<p>Source: <a href="http://www.irisemedia.com/blog/2013/04/30/how-to-add-a-user-to-a-wordpress-multisite-via-database-as-an-administrator.html">http://www.irisemedia.com/blog/2013/04/30/how-to-add-a-user-to-a-wordpress-multisite-via-database-as-an-administrator.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.rjhsolutions.ca/2013/05/01/how-to-add-a-user-to-a-wordpress-multisite-via-database-as-an-administrator.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How To Repair A Broken iPhone Screen</title>
		<link>http://www.rjhsolutions.ca/2013/04/23/how-to-repair-a-broken-iphone-screen.html</link>
		<comments>http://www.rjhsolutions.ca/2013/04/23/how-to-repair-a-broken-iphone-screen.html#comments</comments>
		<pubDate>Wed, 24 Apr 2013 02:51:16 +0000</pubDate>
		<dc:creator>Rafael (Rafi) Hecht</dc:creator>
				<category><![CDATA[Apple Computers]]></category>
		<category><![CDATA[High Tech]]></category>

		<guid isPermaLink="false">http://wpsites.rafihecht.com/rjhsolutions/?p=1712</guid>
		<description><![CDATA[From an instructor who does the repairs if you can't.

[jwplayer mediaid="1716"]

Simply put, this is plain cool. Now if only I knew where to find a replacement screen...
]]></description>
				<content:encoded><![CDATA[<p>From an instructor who does the repairs if you can&#8217;t.</p>
<p><div class='jwplayer' id='jwplayer-0'></div><script type='text/javascript'>if(typeof(jQuery)=="function"){(function($){$.fn.fitVids=function(){}})(jQuery)};jwplayer('jwplayer-0').setup({"file":"http://files.rafihecht.com/media/video-files/how-to-repair-a-broken-iphone-screen-businessinsider.flv"});
</script></p>
<p>Simply put, this is plain cool. Now if only I knew where to find a replacement screen&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rjhsolutions.ca/2013/04/23/how-to-repair-a-broken-iphone-screen.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Has Google Finally Grown Too Large and Evil? Could Google&#8217;s Greed Be the Beginning of the End for Their Mighty Empire?</title>
		<link>http://www.rjhsolutions.ca/2013/02/25/has-google-finally-grown-too-large-and-evil-could-googles-greed-be-the-beginning-of-the-end-for-their-mighty-empire.html</link>
		<comments>http://www.rjhsolutions.ca/2013/02/25/has-google-finally-grown-too-large-and-evil-could-googles-greed-be-the-beginning-of-the-end-for-their-mighty-empire.html#comments</comments>
		<pubDate>Mon, 25 Feb 2013 23:09:07 +0000</pubDate>
		<dc:creator>Rafael (Rafi) Hecht</dc:creator>
				<category><![CDATA[Customer Service]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Internet Marketing]]></category>
		<category><![CDATA[Link Building]]></category>
		<category><![CDATA[Search Engine Marketing - PPC]]></category>
		<category><![CDATA[Search Engine Optimization]]></category>

		<guid isPermaLink="false">http://wpsites.rafihecht.com/rjhsolutions/?p=1606</guid>
		<description><![CDATA[Note: This is possibly my most controversial, yet gutsy, post as of yet: Google. The very name evokes the word search, and has been used as a substitute in sentences, such as &#8220;I Googled this&#8221; and &#8220;I Googled that.&#8221; Nothing can take that away from them &#8211; they earned their success for the most part. However, [...]]]></description>
				<content:encoded><![CDATA[<div id="attachment_968" class="wp-caption alignright" style="width: 310px"><a href="http://www.rjhsolutions.ca/files/2012/04/google_ap_531-512x275.jpg"><img class="size-medium wp-image-968" alt="(Credit: Jae C. Hong/Associated Press)" src="http://www.rjhsolutions.ca/files/2012/04/google_ap_531-512x275-300x161.jpg" width="300" height="161" /></a><p class="wp-caption-text">(Credit: Jae C. Hong/Associated Press)</p></div>
<p><em>Note: This is possibly my most controversial, yet gutsy, post as of yet:</em></p>
<p>Google. The very name evokes the word search, and has been used as a substitute in sentences, such as &#8220;I Googled this&#8221; and &#8220;I Googled that.&#8221; Nothing can take that away from them &#8211; they earned their success for the most part. However, when conducting mergers and acquisitions of larger companies, it&#8217;s very easy to get so large that it&#8217;s no longer one unit, rather it&#8217;s a jumble of companies and partners mixed together. Also, when the number of partners increase, so do the number of opinions, which in turn mean longer time for decision-making. Also, &#8220;<a href="http://investor.google.com/corporate/code-of-conduct.html" target="_blank">don&#8217;t be evil</a>&#8221; ceases to exist when a company becomes more money-centric rather than simply a service that happens to also make money. That said, please don&#8217;t try to philosophize with me that &#8220;to be&#8221; is different than &#8220;to do;&#8221; I can tire the best of them with my philosophical rantings.</p>
<p>In any case, this I believe has happened with Google. I&#8217;ve been a huge fan of Google when it came to search, was one of their first GMail users way back when in 2005 (when you needed an invite and one could only email up to 6 people &#8211; total), widely embraced Google Docs/Wave integration/Drive, loved Google Maps and it&#8217;s API to connect to, and was seriously <a href="http://www.rjhsolutions.ca/2013/01/18/10-reasons-why-i-chose-the-apple-iphone-5-over-an-android-phone-namely-samsung-galaxy-s3.html" target="_blank">debating on whether or not to obtain a Samsung Galaxy S3 smartphone</a>, which is widely accepted as Google Android&#8217;s flagship device.</p>
<p>That debating ended when a) I noticed flaws on the phone, and b) Google&#8217;s policy changes in the name of money. Look, I understand that a company needs to make money to survive, but there needs to be a line. I believe that Google has had it&#8217;s biggest success when it offered tons of free products in the name of the expansion of knowledge and innovation. It &#8220;just so happened to make money&#8221; by:</p>
<p>1. Adwords Ads,</p>
<p>2. Adwords certification exams ($50 a test, each of which changes every 2 weeks),</p>
<p>3. Google Apps for Business for anything over 10 users (minimum $5/user/month), and</p>
<p>4. Royalties based on the Android operating system which strongly promotes Google&#8217;s brand.</p>
<p>&#8220;Just so happening to make money&#8221; while running a service to improve the internet world was what caused me to be enthralled by what Google stood for, and to use their products over any other.</p>
<h2> Google Changes that Honestly Pissed Me Off</h2>
<p>However, I noticed a few changes over the last little while that, in all honesty, has pissed off even a dedicated Google user like me. These are:</p>
<h3>1. Google Apps for Business (and Business Emails) No Longer Being Free</h3>
<p>Google possibly noticed that their <a href="http://www.rjhsolutions.ca/2012/12/08/google-apps-for-business-no-longer-free-this-cruel-outrage-puts-a-wrench-in-small-businesses.html" target="_blank">Apps for Business model</a> was possibly exploited by up-and-coming small businesses, especially some SEO companies registering hundreds of domain names along with free Google Apps Business accounts since one formerly could get up to 10 email accounts, and at one time up to 50. Google made a controversial decision to close down the free accounts and only leave the paid services up. This is a problem because this translates into a minimum of $5/user/month! While I maintain that Google has perhaps the best email servers in the world, this is a big problem for small businesses wanting to start out with the Google experience and simply cannot afford it. Also, this was made off-the-cuff by <a href="http://googleenterprise.blogspot.ca/2012/12/changes-to-google-apps-for-businesses.html">Google with only 2 days notice</a>. On Thursday, December 8, 2012 the notice went up only on Google&#8217;s private blog, and the change was made on Saturday, December 10, 2012. For many, this took us completely by surprise. This annoyed me greatly as I had promised a couple of clients to move them over to Google Apps for Business that weekend. On a side note, Google&#8217;s new greedy angle had eased my decision into choosing <a href="http://blog.rafihecht.com/2013/01/05/best-buy-canada-boxing-day-sale-fiasco-in-toronto-with-rogers-communications-apple-iphone-5.html" target="_blank">purchasing the Apple iPhone 5</a> over a Google Android phone (which basically copied <a href="http://www.iphonefaq.org/archives/971080" target="_blank">Apple&#8217;s patented iPhone idea</a>).</p>
<h3>2. Google Killed Search with Panda and Other Link-Killing Algorithms</h3>
<p>Google in many ways killed search, in my honest opinion, for many companies with its Panda algorithm update last April, 2012. Their objective was simply to de-rank websites with spammy backlinks. While this makes sense for sites that illegitimately are getting onto Page 1, it doesn&#8217;t for many innocent businesses hiring <a href="http://www.irisemedia.com" target="_blank">white-hat SEO companies</a>, that in some cases now need to restructure their entire on-line business model thanks to Panda. Google&#8217;s answer to businesses that have been wronged was for webmasters to submit spreadsheets of removed links through Google Webmaster Tools, and also to provide feedback using <a href="https://docs.google.com/spreadsheet/viewform?formkey=dEVxdmdRWFJRTjRoLWZVTHZkaTBQbkE6MQ&amp;ndplr=1" target="_blank">a form they created in Google Docs</a>. In effect they multiplied their workload exponentially by now needing to fire-fight hundreds of millions of websites!</p>
<p>While I understand their objective, they should have tested it further and considered the repercussions. I don&#8217;t feel that they did that, and it makes Google look amateurish. So much so that it  makes one wonder if right now Google even knows what it&#8217;s doing, let alone the rest of us!</p>
<p>To add insult to injury, Google&#8217;s now furthered their <a href="http://www.irisemedia.com/blog/2013/02/25/google-panda-links-and-advertorials-penalization-and-affected-websites.html" target="_blank">link-killing campaign by penalizing advertorials</a>. At the same time <a href="http://searchengineland.com/will-google-penalize-chromebooks-advertorials-149452" target="_blank">Google will give credit to itself</a>, lending to the idea that there may be a double standard invoked by Google.</p>
<p>These are big strikes against Google when:</p>
<p>1. Facebook is boasting that their search engine is better than Google&#8217;s because while Google relies on artificial intelligence, Facebook can leverage real human intelligence to give users what they want, and</p>
<p>2. Yahoo is being successfully run (so far) by Marissa Mayer, one of Google&#8217;s original employees and the brains behind many of Google&#8217;s most innovative features, including GMail.</p>
<p>This is also a big problem for SEO companies when almost every linking strategy that&#8217;s thought of is being put down by Google. How are SEO companies to know what works/doesn&#8217;t work for Google/Panda when it seems like Google even doesn&#8217;t?</p>
<h3>3. Google Places or Plus Business Pages &#8211; Which is It?</h3>
<p>From the beginning I said that Google Places (formerly Local Business Listings) was operated with a <a href="http://www.irisemedia.com/blog/2010/07/27/the-wild-west-and-google-local-business-listings-googles-sheriffs-are-on-patrol.html" target="_blank">Wild West</a> mentality. Fast-forward 3 years later, I still maintain that stance. While Google has made a valiant effort to integrate all of their products into one unit, they have failed to do the same with Google Places, which is a shame as it ties in with Google Maps.</p>
<p>For example, some glaring problems with Google Places are:</p>
<h4>1. Lack of multiple accounts.</h4>
<p>One is unable to share a Google Places listing with multiple accounts. If an account is made with one email address, it cannot be moved. You need to re-create the listing, but that also means that reviews will need to be re-created from scratch.</p>
<h4>2. Post-card Verification Only</h4>
<p>The only type of verification today is through a post-card mailed in within 2-3 weeks of registering a &#8220;place.&#8221; This is surprising considering how everything around us is going paperless and all one needs is for a negligent mailman to drop the card somewhere in the street.</p>
<h4>3. No way to claim an already-claimed listing</h4>
<p>If one wants a listing showing ones own business changed or taken off but the listing is owned by a different email address, good luck in changing that.</p>
<h4>4. No Phone Support</h4>
<p>Google does not provide phone support for Places. This is a problem as Places is tied into everything including Adwords. However, Google will provide support for Adwords but not Places or any other service. Again, it&#8217;s all about money as Adwords is the primary money-maker for Google.</p>
<p>Meanwhile, Google Plus, a completely different script, has Business pages that also integrates with Google Maps. Google Plus pages is much more robust and allows for multi-account administration, no verification and more, so it&#8217;s easy to see that this is the direction that Google seems to be taking. However, the transition between these two still-very-different interfaces is a pain.</p>
<p>&nbsp;</p>
<p>So what&#8217;s next for Google? Are they phasing out more products, or looking to restructure? All I can say is, if Google continues to annoy more people with their policies, people will gradually opt out of Google until there&#8217;s not much left.</p>
<p>People say that accusing people or places of being evil is the direct result of ignorance. With Google, I will admit that I like many other SEO&#8217;s are ignorant/unaware of what thinking is going on in Google&#8217;s GooglePlex. Somehow I believe that even Google doesn&#8217;t know what it&#8217;s thinking! It&#8217;s grown so large and confusing that finding it&#8217;s own brain would involve a treasure hunt.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rjhsolutions.ca/2013/02/25/has-google-finally-grown-too-large-and-evil-could-googles-greed-be-the-beginning-of-the-end-for-their-mighty-empire.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get-Simple CMS &#8211; A Non-MySQL, XML Data-Based Content Management System (CMS)</title>
		<link>http://www.rjhsolutions.ca/2013/01/29/get-simple-cms-a-non-mysql-xml-data-based-content-management-system-cms.html</link>
		<comments>http://www.rjhsolutions.ca/2013/01/29/get-simple-cms-a-non-mysql-xml-data-based-content-management-system-cms.html#comments</comments>
		<pubDate>Tue, 29 Jan 2013 04:28:07 +0000</pubDate>
		<dc:creator>Rafael (Rafi) Hecht</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Programming]]></category>

		<guid isPermaLink="false">http://wpsites.rafihecht.com/rjhsolutions/?p=1570</guid>
		<description><![CDATA[I have been using WordPress for building most of my websites and plan to continue doing so. It has become a very robust platform that can do many things. However, I find that with the robustness, WordPress can bog down the page load time on a shared hosting server, especially on Godaddy. The requirements on [...]]]></description>
				<content:encoded><![CDATA[<p><a href="http://www.rjhsolutions.ca/files/2013/01/get-simple-logo-screen.png"><img class="alignright size-full wp-image-1575" alt="get-simple-logo-screen" src="http://www.rjhsolutions.ca/files/2013/01/get-simple-logo-screen.png" width="360" height="84" /></a>I have been using WordPress for building most of my websites and plan to continue doing so. It has become a very robust platform that can do many things. However, I find that with the robustness, WordPress can bog down the page load time on a shared hosting server, especially on Godaddy. The requirements on a MySQL database can cause a sluggish, overloaded MySQL server to slow down an otherwise-perfectly fast site.</p>
<p>Enter a CMS that utilizes XML files for data that&#8217;s not as robust as WordPress but &#8220;does the job.&#8221; I recently was introduced to a CMS called &#8220;<a href="http://get-simple.info/" target="_blank">Get-Simple CMS</a>,&#8221; and am hooked. Get-Simple is a very lightweight Content Management System (CMS) that is relatively limited in features. However, it requires no MySQL database and is already looks like it has the basic array of materials for a CMS. It has a photo gallery, basic shopping cart, SEO plugin, custom SEO-friendly URLs, a WYSIWYG editor, an XML sitemap, a contact form, and more. It&#8217;s also very easy to theme from any HTML theme you choose. What&#8217;s more is that it loads very fast.</p>
<p>I strongly recommend <a href="http://get-simple.info/" target="_blank">Get-Simple</a> to anyone looking for a simple 5-20 page site with some &#8220;kick.&#8221; I&#8217;ve been using it for <a href="http://www.rafihecht.com/" target="_blank">my personal site</a> and so far like it&#8217;s functionality, though again, it&#8217;s not as feature-rich as WordPress.</p>
<p>For more XML-based Content Management Systems, visit the following links:</p>
<ul>
<li><a href="http://www.tutorialfeed.org/2009/08/list-of-xml-based-cms-for-web.html" target="_blank">http://www.tutorialfeed.org/2009/08/list-of-xml-based-cms-for-web.html</a></li>
<li><a href="http://speckyboy.com/2010/07/19/14-light-and-east-to-use-open-source-content-management-systems/" target="_blank">http://speckyboy.com/2010/07/19/14-light-and-east-to-use-open-source-content-management-systems/</a></li>
<li><a href="http://bacsoftwareconsulting.com/blog/index.php/web-development/best-free-content-management-systems-cms/" target="_blank">http://bacsoftwareconsulting.com/blog/index.php/web-development/best-free-content-management-systems-cms/</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.rjhsolutions.ca/2013/01/29/get-simple-cms-a-non-mysql-xml-data-based-content-management-system-cms.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Atari Officially Declaring Bankruptcy</title>
		<link>http://www.rjhsolutions.ca/2013/01/21/atari-officially-declaring-bankruptcy.html</link>
		<comments>http://www.rjhsolutions.ca/2013/01/21/atari-officially-declaring-bankruptcy.html#comments</comments>
		<pubDate>Mon, 21 Jan 2013 20:55:00 +0000</pubDate>
		<dc:creator>Rafael (Rafi) Hecht</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://wpsites.rafihecht.com/rjhsolutions/?p=1557</guid>
		<description><![CDATA[A famed icon in the gaming industry, Atari, may be closing its doors due to having recently declaring bankruptcy. Atari has been making video games for over 40 years, starting with Pong in 1971. They made breakthroughs in an age where most kids were playing Pinball. Atari, you will be missed. Below is an infographic, [...]]]></description>
				<content:encoded><![CDATA[<p>A famed icon in the gaming industry, Atari, may be closing its doors due to having recently declaring bankruptcy.</p>
<p>Atari has been making video games for over 40 years, starting with Pong in 1971. They made breakthroughs in an age where most kids were playing Pinball.</p>
<p>Atari, you will be missed.</p>
<p>Below is an infographic, courtesy of <a href="http://mashable.com/2012/06/27/atari-anniversary/" target="_blank">Mashable</a>, on Atari&#8217;s long and venerable history.</p>
<p><a href="http://www.rjhsolutions.ca/files/2013/01/infographic-atari.jpg"><img src="http://www.rjhsolutions.ca/files/2013/01/infographic-atari-273x1024.jpg" alt="infographic-atari" width="273" height="1024" class="aligncenter size-large wp-image-1558" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.rjhsolutions.ca/2013/01/21/atari-officially-declaring-bankruptcy.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>10 Reasons Why I Chose the Apple iPhone 5 Over an Android Phone &#8211; Namely Samsung Galaxy S3</title>
		<link>http://www.rjhsolutions.ca/2013/01/18/10-reasons-why-i-chose-the-apple-iphone-5-over-an-android-phone-namely-samsung-galaxy-s3.html</link>
		<comments>http://www.rjhsolutions.ca/2013/01/18/10-reasons-why-i-chose-the-apple-iphone-5-over-an-android-phone-namely-samsung-galaxy-s3.html#comments</comments>
		<pubDate>Fri, 18 Jan 2013 04:53:15 +0000</pubDate>
		<dc:creator>Rafael (Rafi) Hecht</dc:creator>
				<category><![CDATA[Apple Computers]]></category>
		<category><![CDATA[High Tech]]></category>
		<category><![CDATA[Technical Support]]></category>

		<guid isPermaLink="false">http://wpsites.rafihecht.com/rjhsolutions/?p=1538</guid>
		<description><![CDATA[As per my personal blog, I had purchased the Apple iPhone 5 through Best Buy on a Rogers plan, then fought with Best Buy and Rogers shortly afterward through Twitter. Some might wonder why I chose to get the iPhone 5 when I could have chosen an Android device. Here are some reasons: 1. I [...]]]></description>
				<content:encoded><![CDATA[<p><a href="http://www.rjhsolutions.ca/files/2013/01/samsung-galaxy-s-iii-anti-iphone-5-ad-full-size.jpg" target="_blank"><img class="alignright size-medium wp-image-1544" alt="samsung-galaxy-s-iii-anti-iphone-5-ad-full-size" src="http://www.rjhsolutions.ca/files/2013/01/samsung-galaxy-s-iii-anti-iphone-5-ad-full-size-155x300.jpg" width="155" height="300" /></a>As per my <a href="http://blog.rafihecht.com/" target="_blank">personal blog</a>, I had <a href="http://blog.rafihecht.com/2013/01/05/best-buy-canada-boxing-day-sale-fiasco-in-toronto-with-rogers-communications-apple-iphone-5.html" target="_blank">purchased the Apple iPhone 5 through Best Buy</a> on a Rogers plan, then f<a href="http://blog.rafihecht.com/2013/01/10/best-buy-rogers-and-the-iphone-5-on-boxing-day-part-2-twitter.html" target="_blank">ought with Best Buy and Rogers</a> shortly afterward through Twitter. Some might wonder why I chose to get the iPhone 5 when I could have chosen an Android device. Here are some reasons:</p>
<h2>1. I Like It</h2>
<p>That should be # 1, always. You should always like what you are getting. I like the iPhone 5, hence I got it.</p>
<h2>2. The Apps I Already Have</h2>
<p>While Google Play has drastically improved it&#8217;s list of apps, there are a number of Apps that I already purchased through the Apple store for my old iPhone and I didn&#8217;t want to re-purchase them for the Android if I didn&#8217;t have to. Also, there are certain specialty Apps that the Android simply doesn&#8217;t have right not.</p>
<h2>3. My iCloud Contacts</h2>
<p>As I have done before with other phone transfers, one of the most challenging is successfully transferring ALL contacts. With iCloud that&#8217;s not the case as the contacts download to your new iPhone seamlessly.</p>
<h2>4. The Consistency</h2>
<p>Whatever Apple device you get, you know what are getting. And, it doesn&#8217;t crash or get viruses easily. Being that Android is on many different devices, it can operate differently depending on the device it&#8217;s installed on. Android has also been reported to operate sluggishly on many devices.</p>
<p>With iPhones you are getting a device that works well almost all of the time, even on half the RAM (1 GB) that the Samsung Galaxy S3 has (2GB) and a relatively slower processor (A6 is dual-core whereas SnapDragon is supposedly Quad-Core). There are other components that somehow make an iPhone &#8220;just work,&#8221; and well.</p>
<p>The iPhone 5 has already <a href="http://9to5mac.com/2012/09/16/first-iphone-5-geekbench-results-dual-core-a6-more-than-doubles-ipad-3-score-narrowly-beats-high-end-androids/" target="_blank">been speed- and performance-tested</a> side by side with a Samsung Galaxy S3, which shows that the iPhone 5 by far outperforms the Galaxy despite the less powerful features. Something was done right.</p>
<h2>5. The Durability</h2>
<p>The iPhone 5 will survive most common &#8220;drops&#8221; that can accidentally occur at any moment at any day while at most leaving small nicks. When a Samsung Galaxy phone, though, drops, it doesn&#8217;t nick: it cracks and sometimes shatters! While the <a href="http://www.youtube.com/watch?v=uFxweYWhyn0" target="_blank">HTC phone has proven to be waterproof</a>, it makes things more complicated when choosing a phone, doen&#8217;t it?</p>
<p>Here is a great video of a sample drop test between a Samsung Galaxy S3 and an iPhone 5. However, if you go onto YouTube to search drop tests you will see others as well with similar results.</p>
<p><iframe src="http://www.youtube.com/embed/6M5q5TRuAsY" height="315" width="560" allowfullscreen="" frameborder="0"></iframe></p>
<h2>6. The Display</h2>
<p>Say what you will, but the Retina display of the iPhone 5 makes &#8220;white&#8221; look more like &#8220;white,&#8221; and produces sharper colors. The Samsung Galaxy S3 Android phone has a new display type called AMOLED, which makes colors more vibrant but you can tell that there is something lacking.</p>
<h2>7. A Closed System</h2>
<p>Okay, this is not really a reason for getting the iPhone 5, but still. Apple has long been criticized for being a closed system. For better or worse, this really protects the phone from incompatible programs that can slow down the phone, and even viruses.</p>
<h2>8. The Feel When Holding It</h2>
<p><a href="http://www.rjhsolutions.ca/files/2013/01/IMG_1622.jpg" target="_blank"><img class="alignright size-medium wp-image-1542" alt="IMG_1622" src="http://www.rjhsolutions.ca/files/2013/01/IMG_1622-225x300.jpg" width="225" height="300" /></a>This was another big factor in my decision making. At a recent event I met two family members, one with the iPhone 5 and one with the Samsung Galaxy S3. I was able to hold one phone on each hand and knew what I wanted. The iPhone 5 felt thinner and being made of metal felt more comfortable and more &#8220;authoritative&#8221; at the same time, which was great. The Samsung Galaxy S3 though felt like cheap plastic, and the wideness as well as the overall size made it feel like I was holding a tablet to make calls, which can get uncomfortable after a while. I didn&#8217;t like that and right then and there &#8220;just knew&#8221; which phone I wanted to get.</p>
<h2>9. The Camera</h2>
<p>Yes, believe it or not, I also got the iPhone 5, in part because of the Camera. While the Samsung Galaxy S3 Android phone has many more photo features than the iPhone 5, most of those are in fact rarely used, which can complicate things. Also, the Panorama feature was simply something I felt I needed to have, which I felt the iPhone did better than the Samsung.</p>
<h2>10. The Software Updates</h2>
<p>This is important as most Android devices don&#8217;t make it easy to simply upgrade your Operating System. the iPhone provides free software upgrades as they come out, offering more and more features.</p>
<h2>Conclusion</h2>
<p>Both phones otherwise were comparable. Apple&#8217;s Siri goes head-to-head with Android&#8217;s many alternatives, namely Maluuba. Samsung has <a href="http://www.samsung.com/us/article/near-field-communication-a-simple-exchange-of-information" target="_blank">Near Field Communication (NFC)</a>, a revolutionary technology allowing multiple Samsung phone users to share encrypted data with one another. This is huge when utilizing &#8220;S Beam&#8221; to transfer photos and videos. Again, Apple (and Android) has Bump which does a great job on its own.</p>
<p><iframe src="http://www.youtube.com/embed/YbTkXdL6L_A" height="315" width="560" allowfullscreen="" frameborder="0"></iframe></p>
<p>Can <a href="http://news.cnet.com/8301-13579_3-57534311-37/apple-patent-award-teases-nfc-alternative-in-iphones-future/" target="_blank">Apple duplicate NFC and &#8220;S Beam&#8221;</a> in the near future? Perhaps, as <a href="http://www.idownloadblog.com/2012/10/16/nfc-alternative-patent/" target="_blank">Apple recently was awarded a patent for an NFC alternative</a>. On the other hand, <a href="http://news.cnet.com/8301-13579_3-57511682-37/no-nfc-for-you-iphone-5-heres-apples-explanation/" target="_blank">perhaps not</a> as it&#8217;s not clear that the technology will really help out in the long run. Keep in mind though that the &#8220;S Beam&#8221; feature involves a LOT of data usage, so expect to pay a pretty penny there. That&#8217;s something that Samsung will never admit in its commercials <img src='http://www.rjhsolutions.ca/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>For the record, the iPhone has its own S-Beam feature in a special app called &#8220;Bump&#8221; (<a href="https://bu.mp/">https://bu.mp/</a>), which I have used to transfer photos just the same.</p>
<p>The war goes on and it really boils down to a matter of personal preference.</p>
<p>All that having been said, I&#8217;m no fanboy, but I love all types of technology and love what works, and works well. At home I utilize Windows, Apple/Unix and Linux devices, each for different purposes. I am <a href="http://www.geek.com/articles/mobile/how-accurate-is-samsungs-latest-apple-attack-commercial-2012105/" target="_blank">honestly sick of one product being bashed over another</a>.</p>
<p><iframe src="http://www.youtube.com/embed/nf5-Prx19ZM" height="315" width="560" allowfullscreen="" frameborder="0"></iframe></p>
<p>I learned a while ago that it&#8217;s silly to say that one product is always better than another in the name of brand loyalty. This is why the following video resonates with me big time:</p>
<p><iframe src="http://www.youtube.com/embed/AL7YkXkEffU" height="315" width="560" allowfullscreen="" frameborder="0"></iframe></p>
<p>But hey, that&#8217;s what competition is all about, right?</p>
<p>Again, this post is not why one phone is better than the other, rather why I want one phone over another</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rjhsolutions.ca/2013/01/18/10-reasons-why-i-chose-the-apple-iphone-5-over-an-android-phone-namely-samsung-galaxy-s3.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dreamweaver CS5 Takes Too Long, Even Forever to Load Large Website &#8211; Please Help!</title>
		<link>http://www.rjhsolutions.ca/2013/01/11/dreamweaver-cs5-takes-too-long-even-forever-to-load-large-website-please-help.html</link>
		<comments>http://www.rjhsolutions.ca/2013/01/11/dreamweaver-cs5-takes-too-long-even-forever-to-load-large-website-please-help.html#comments</comments>
		<pubDate>Fri, 11 Jan 2013 17:03:27 +0000</pubDate>
		<dc:creator>Rafael (Rafi) Hecht</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://wpsites.rafihecht.com/rjhsolutions/?p=1509</guid>
		<description><![CDATA[Have you ever had the problem of loading a large website from Adobe Dreamweaver and had it take forever to load? Well, here&#8217;s what to do. Keep in mind that this is for Dreamweaver CS5, but I&#8217;m sure that there are a lot of similarities with other versions. Unclick Synchronization Information Unclick &#8220;Maintain Synchronization Information.&#8221; [...]]]></description>
				<content:encoded><![CDATA[<p>Have you ever had the problem of loading a large website from Adobe Dreamweaver and had it take forever to load? Well, here&#8217;s what to do.</p>
<p>Keep in mind that this is for Dreamweaver CS5, but I&#8217;m sure that there are a lot of similarities with other versions.</p>
<h2>Unclick Synchronization Information</h2>
<p>Unclick &#8220;Maintain Synchronization Information.&#8221; Under Servers, click the server, then Advanced tab. From there, unclick Maintain Synchronization Information.&#8221; </p>
<p><a href="http://www.rjhsolutions.ca/files/2013/01/dreamweaver-synchronization-information.png" target="_blank"><img class="aligncenter size-medium wp-image-1513" alt="dreamweaver-synchronization-information" src="http://www.rjhsolutions.ca/files/2013/01/dreamweaver-synchronization-information-300x168.png" width="300" height="168" /></a></p>
<h2>Click &#8220;Use Passive FTP&#8221;</h2>
<p>Unclick &#8220;Use Passive FTP&#8221; under the Servers tab, then on the specific server. Under the Basic tab, click &#8220;More Options,&#8221; then uncheck &#8220;Use Passive FTP.&#8221;</p>
<p><a href="http://www.rjhsolutions.ca/files/2013/01/dreamweaver-passive-ftp.png" target="_blank"><img class="aligncenter size-medium wp-image-1514" alt="dreamweaver-passive-ftp" src="http://www.rjhsolutions.ca/files/2013/01/dreamweaver-passive-ftp-300x168.png" width="300" height="168" /></a></p>
<h2>Unclick Enable Cache</h2>
<p>Unclick &#8220;Enable Cache&#8221; from Advanced Settings/Local Info after you click &#8220;Manage Site.&#8221;</p>
<p><a href="http://www.rjhsolutions.ca/files/2013/01/dreamweaver-enable-cache.png" target="_blank"><img class="aligncenter size-medium wp-image-1511" alt="dreamweaver-enable-cache" src="http://www.rjhsolutions.ca/files/2013/01/dreamweaver-enable-cache-300x168.png" width="300" height="168" /></a></p>
<p>I hope this saves you a lot of time and headache from large sites loading. Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rjhsolutions.ca/2013/01/11/dreamweaver-cs5-takes-too-long-even-forever-to-load-large-website-please-help.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Curtis/Proscan Products &#8211; RJH Solutions Doesn&#8217;t Provide Technical Support For Them</title>
		<link>http://www.rjhsolutions.ca/2013/01/06/curtisproscan-products-rjh-solutions-doesnt-provide-technical-support-for-them.html</link>
		<comments>http://www.rjhsolutions.ca/2013/01/06/curtisproscan-products-rjh-solutions-doesnt-provide-technical-support-for-them.html#comments</comments>
		<pubDate>Mon, 07 Jan 2013 02:21:36 +0000</pubDate>
		<dc:creator>Rafael (Rafi) Hecht</dc:creator>
				<category><![CDATA[Customer Service]]></category>
		<category><![CDATA[Google Android]]></category>
		<category><![CDATA[High Tech]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://wpsites.rafihecht.com/rjhsolutions/?p=1492</guid>
		<description><![CDATA[<a href="http://wpsites.rafihecht.com/rjhsolutions/files/2013/01/PLT1044_med.jpg"><img class="alignright size-medium wp-image-1495" alt="PLT1044_med" src="http://wpsites.rafihecht.com/rjhsolutions/files/2013/01/PLT1044_med-150x150.jpg" width="300" height="227" /></a>Over the last few weeks I have been inundated with phone calls on advice on how to support a Curtis/Proscan tablet that doesn't work for some reason, based on my website being linked to mine. I want to set the record straight: <strong>RJH Solutions does not generally provide technical support</strong> on products made or distributed by <a href="http://www.proscanvideo.com/" target="_blank">Curtis/ProScan</a>. Sorry for my bluntness.

RJH Solutions was hired to build the website containing the products - that's as far as it goes. Since Curtis/Proscan is generally a wholesaler and you likely have gotten it from a 3rd-party chain if you are reading this post, my advice is as follows: If the product broke, you would need to contact either the store where you purchased the item from, or the manufacturer itself.]]></description>
				<content:encoded><![CDATA[<p><a href="http://www.rjhsolutions.ca/files/2013/01/PLT1044_med.jpg"><img class="alignright size-medium wp-image-1495" alt="PLT1044_med" src="http://www.rjhsolutions.ca/files/2013/01/PLT1044_med-300x227.jpg" width="300" height="227" /></a>Over the last few weeks I have been inundated with phone calls on advice on how to support a Curtis/Proscan tablet that doesn&#8217;t work for some reason, based on my website being linked to mine. I want to set the record straight: <strong>RJH Solutions does not generally provide technical support</strong> on products made or distributed by <a href="http://www.proscanvideo.com/" target="_blank">Curtis/ProScan</a>. Sorry for my bluntness.</p>
<p>RJH Solutions was hired to build the website containing the products &#8211; that&#8217;s as far as it goes. Since Curtis/Proscan is generally a wholesaler and you likely have gotten it from a 3rd-party chain if you are reading this post, my advice is as follows: If the product broke, you would need to contact either the store where you purchased the item from, or the manufacturer itself.</p>
<p>In general, products of many brands that are defective should be returned to the supplier if something doesn&#8217;t work. If it&#8217;s something else that&#8217;s Android related, if RJH solutions doesn&#8217;t have a solution (yet), Google it &#8211; seriously. RJH Solutions will provide a few technical specs on how to negotiate Android on a Proscan tablet device, but if the screen is let&#8217;s say cracked or the display is fuzzy, that&#8217;s unfortunately something we cannot support. Our apologies and best of luck to your device getting repaired or replaced.</p>
<p>That having been said, RJH Solutions wishes you a happy, successful new year!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rjhsolutions.ca/2013/01/06/curtisproscan-products-rjh-solutions-doesnt-provide-technical-support-for-them.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Proscan 10.1 inch Tablet (Model PLT1044) &#8211; Installing Google Play/Android Market</title>
		<link>http://www.rjhsolutions.ca/2012/12/28/proscan-10-1-inch-tablet-model-plt1044-installing-google-playandroid-market.html</link>
		<comments>http://www.rjhsolutions.ca/2012/12/28/proscan-10-1-inch-tablet-model-plt1044-installing-google-playandroid-market.html#comments</comments>
		<pubDate>Sat, 29 Dec 2012 00:11:51 +0000</pubDate>
		<dc:creator>Rafael (Rafi) Hecht</dc:creator>
				<category><![CDATA[Customer Service]]></category>
		<category><![CDATA[High Tech]]></category>

		<guid isPermaLink="false">http://wpsites.rafihecht.com/rjhsolutions/?p=1490</guid>
		<description><![CDATA[<a href="http://wpsites.rafihecht.com/rjhsolutions/files/2012/12/PLT1044_med.jpg"><img class="alignright size-medium wp-image-1494" alt="PLT1044_med" src="http://wpsites.rafihecht.com/rjhsolutions/files/2012/12/PLT1044_med-300x227.jpg" width="300" height="227" /></a>As far as budget tablets go, I found the <a href="http://proscanvideo.com/item.asp?itemnmbr=PLT1044" target="_blank">ProScan PLT1044</a> 10.1" tablet to be a nice option. Like many reviews have stated, you will not get the "latest and greatest" but it's indeed a quality budget tablet. Does the job.

One of the most glaring items that are missing though is Google Play. While Android is open-source and there are other sites to download apps, Google Play seems to be one of the most essential items for any Android device. So, what do we do?

Manually install it, of course! However, Google Play isn't available for this device, but the next-best thing, the Android Market, is. Installing Android Market was a straightforward process. I followed the following steps, courtesy of <a href="http://www.the-digital-reader.com/2012/06/10/how-to-add-android-market-to-polaroid-pmid702c/" target="_blank">The Digital Reader</a>:]]></description>
				<content:encoded><![CDATA[<p><a href="http://www.rjhsolutions.ca/files/2012/12/PLT1044_med.jpg"><img class="alignright" alt="PLT1044_med" src="http://www.rjhsolutions.ca/files/2012/12/PLT1044_med-300x227.jpg" width="300" height="227" /></a>As far as budget tablets go, I found the <a href="http://proscanvideo.com/item.asp?itemnmbr=PLT1044" target="_blank">ProScan PLT1044</a> 10.1&#8243; tablet to be a nice option. Like many reviews have stated, you will not get the &#8220;latest and greatest&#8221; but it&#8217;s indeed a quality budget tablet. Does the job.</p>
<p>One of the most glaring items that are missing though is Google Play. While Android is open-source and there are other sites to download apps, Google Play seems to be one of the most essential items for any Android device. So, what do we do?</p>
<p>Manually install it, of course! However, Google Play isn&#8217;t available for this device, but the next-best thing, the Android Market, is. Installing Android Market was a straightforward process. I followed the following steps, courtesy of <a href="http://www.the-digital-reader.com/2012/06/10/how-to-add-android-market-to-polaroid-pmid702c/" target="_blank">The Digital Reader</a>:</p>
<h2>Instructions on how to download the Android Market (not Google Play) to the Proscan Tablet</h2>
<ol>
<li>Download <a href="http://files.rafihecht.com/devices/android/gapps-2.3.4.zip" target="_blank">this ZIP file</a> to your computer.</li>
<li>Open the Zip file to your computer and copy the contents to a folder on your Polaroid tablet via a USB cable. Then unplug your tablet.</li>
<li>Once you’ve done that, open the file manager on your tablet and go to the folder where you put the files. Try to install the following apps in this order (double click on the files in order to run them):</li>
</ol>
<ul>
<li>OneTimeInitializer-signed.apk</li>
<li>SetupWizard.apk</li>
<li>vending-3.1.3-signed.apk</li>
</ul>
<p>As a 4th step you might want to press the home button, select the checkmark which says “open always with”, and then select Launcher. This will guarantee that whenever you press the home button you will see the home screen and not be prompted with a menu.</p>
<p>I have Aldiko and the Google Apps installed and they work fine. Note that I don’t have the Google videos working on the tablet and I have no way to test it due to the simple fact that I don’t buy my videos via Google Play.</p>
<p>As for a proper review for the tablet, check out the <a href="http://www.youtube.com/watch?v=DZtSqINvACI">YouTube clip</a> below:</p>
<p><iframe src="http://www.youtube.com/embed/DZtSqINvACI" height="315" width="420" allowfullscreen="" frameborder="0"></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://www.rjhsolutions.ca/2012/12/28/proscan-10-1-inch-tablet-model-plt1044-installing-google-playandroid-market.html/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>
