<?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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Shanktified!</title>
	
	<link>http://www.shanktified.com</link>
	<description>The personal thoughts, opinions and typos of Ron Shank</description>
	<lastBuildDate>Sat, 06 Apr 2013 15:40:01 +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/shanktified" /><feedburner:info uri="shanktified" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>How to Use PHPMyAdmin to Disable all WordPress Plug-ins</title>
		<link>http://feedproxy.google.com/~r/shanktified/~3/lmi9RCJg5Ss/629</link>
		<comments>http://www.shanktified.com/archives/629#comments</comments>
		<pubDate>Sat, 06 Apr 2013 15:34:20 +0000</pubDate>
		<dc:creator>Ron Shank</dc:creator>
				<category><![CDATA[Tech Support]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.shanktified.com/?p=629</guid>
		<description><![CDATA[A wordpress plugin was locking in out of the admin log-in.  FTPing in and renaming the offending plugin didn&#8217;t do the trick &#8211; it just broke the whole site. So I knew I needed to deactivate all plug-ins so I could get back in. Thanks to Jeff Star&#8217;s post here, it was easy-cheesy and I [...]]]></description>
				<content:encoded><![CDATA[<p>A wordpress plugin was locking in out of the admin log-in.  FTPing in and renaming the offending plugin didn&#8217;t do the trick &#8211; it just broke the whole site. So I knew I needed to deactivate all plug-ins so I could get back in.</p>
<p>Thanks to <a href="http://perishablepress.com/quickly-disable-or-enable-all-wordpress-plugins-via-the-database/">Jeff Star&#8217;s post here</a>, it was easy-cheesy and I was able to zip into PHPmyAdmin to quickly disable all plugins in a WordPress install.  Here&#8217;s part of his post:</p>
<blockquote>
<h3>In the blink of an eye..</h3>
<p>Before beginning, <a title="Backup that Database with phpMyAdmin " href="http://perishablepress.com/backup-that-database-with-phpmyadmin/">make a backup copy of your database</a>. Then, login to your database using phpMyAdmin (or whatever), and navigate to the “<code>active_plugins</code>” column of the “<code>wp_options</code>” table using the following <acronym title="Structured Query Language">SQL</acronym> query (edit the default WordPress table prefix “<code>wp_</code>” if needed):</p>
<p><code>SELECT * FROM wp_options WHERE option_name = 'active_plugins';</code>Once the <code>active_plugins</code> column appears, click to edit it. You will see something similar to the following, depending on the number and type of plugins you have installed:</p>
<p><code>a:31:{i:0;s:13:"AddMySite.php";i:1;s:19:"akismet/akismet.php";i:2;s:23:"all_in_one_seo_pack.php";i:3;s:16:"authenticate.php";i:4;s:28:"breadcrumb-navigation-xt.php";i:5;s:18:"codeautoescape.php";i:6;s:37:"contact-coldform/contact_coldform.php";i:7;s:32:"custom-query-string-reloaded.php";i:8;s:30:"customizable-post-listings.php";i:9;s:33:"dd-sitemap-gen/dd-sitemap-gen.php";i:10;s:20:"download-counter.php";i:11;s:13:"feedcount.php";i:12;s:13:"full_feed.php";i:13;s:15:"get-weather.php";i:14;s:36:"google-sitemap-generator/sitemap.php";i:15;s:13:"gravatars.php";i:16;s:19:"kill-admin-nags.php";i:17;s:18:"landingsites13.php";i:18;s:30:"nofollow-free/nofollowfree.php";i:19;s:17:"ol_feedburner.php";i:20;s:16:"plugins-used.php";i:21;s:22:"popularity-contest.php";i:22;s:39:"search-everything/search_everything.php";i:23;s:27:"simple-tags/simple-tags.php";i:24;s:26:"simple_recent_comments.php";i:25;s:18:"simple_twitter.php";i:26;s:25:"subscribe-to-comments.php";i:27;s:24:"the-excerpt-reloaded.php";i:28;s:18:"theme-switcher.php";i:29;s:9:"top10.php";i:30;s:16:"wp-db-backup.php";}</code>That entire array of code represents every active plugin on your site. Thus, to quickly disable all plugins without using the <acronym title="WordPress">WP</acronym> Admin area, highlight the entire block of code, cut it out, and paste it into a safe, offline text file. After removing the code, click the button to save your changes and that’s it. All WordPress plugins are now <strong>deactivated</strong> (yet still installed, and with all plugin options intact). This obviously is a <strong>huge time-saver</strong> that really comes in handy during those <em>mission-critical</em>, time-sensitive situations where every second counts. Once you are ready to re-activate your entire set of plugins, simply cut/copy &amp; paste the preserved code back into the “<code>active_plugins</code>” field. Click save and done. Again, don’t forget to backup your database before editing it <img src='http://www.shanktified.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p></blockquote>
<p>There is more info at his post and I suggest going over and checking it out. He also has quick ways to nuke and enable plugins.</p>
<p>&nbsp;</p>
<img src="http://feeds.feedburner.com/~r/shanktified/~4/lmi9RCJg5Ss" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.shanktified.com/archives/629/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.shanktified.com/archives/629</feedburner:origLink></item>
		<item>
		<title>How To Install AMD Catalyst Legacy Drivers in Ubuntu 12.10 Quantal | Ubuntu Geek</title>
		<link>http://feedproxy.google.com/~r/shanktified/~3/UhJSWsvDwuY/how-to-install-amd-catalyst-legacy-drivers-in-ubuntu-12-10-quantal-ubuntu-geek</link>
		<comments>http://www.shanktified.com/archives/how-to-install-amd-catalyst-legacy-drivers-in-ubuntu-12-10-quantal-ubuntu-geek#comments</comments>
		<pubDate>Sat, 26 Jan 2013 15:13:49 +0000</pubDate>
		<dc:creator>Ron Shank</dc:creator>
				<category><![CDATA[Was I supposed to pick a category?]]></category>

		<guid isPermaLink="false">http://www.shanktified.com/?p=622</guid>
		<description><![CDATA[I upgraded (grrr) to Ubuntu 12.10 and lost 3d video support. Looks like the ATI Mobility radeon HD 4250 driver is no longer support by AMD/ATI. The laptop is only 3 years old. So that really frustrates me. Anyway, looks like I had to revert to the legacy drivers just to get the thing half [...]]]></description>
				<content:encoded><![CDATA[<p>I upgraded (grrr) to Ubuntu 12.10 and lost 3d video support. Looks like the ATI Mobility radeon HD 4250 driver is no longer support by AMD/ATI. The laptop is only 3 years old. So that really frustrates me.</p>
<p>Anyway, looks like I had to revert to the legacy drivers just to get the thing half way operational.  This has killed Minecraft for my son on this laptop.  #bummer.</p>
<blockquote><p>Latest proprietary AMD Catalyst driver version 12.9 cannot be used with Ubuntu 12.10 If you have a AMD Radeon HD 2xxx-4xxx series card.</p>
<p><a class="itxtnewhook itxthookactive" id="itxthook0" style="font-weight: normal; font-size: 100%; font-style: normal; text-decoration: none; border: 0px none transparent; padding: 0px; background-color: transparent; background-image: none; display: inline;" href="http://www.ubuntugeek.com/how-to-install-amd-catalyst-legacy-drivers-in-ubuntu-12-10-quantal.html#" rel="nofollow"><span class="itxtrst itxtrstspan itxtnowrap" id="itxthook0p"><span class="itxtrst itxtrstspan itxtnowrap itxtnewhookspan" id="itxthook0w" style="font-weight: normal; font-size: 100%; text-decoration: underline ! important; border-width: 0px 0px 1px; border-style: none none solid; border-color: transparent transparent #00cc00; padding: 0px 0px 1px ! important; color: #009900; background-color: transparent;">Drivers</span><img class="itxtrst itxtrstimg itxthookicon" id="itxthook0icon" style="padding-top: 0px!important; padding-right: 0px!important; padding-bottom: 0px!important; padding-left: 4px!important; vertical-align: baseline!important; margin: 0px!important;" alt="" src="http://images.intellitxt.com/ast/adTypes/icon1.png" /></span></a> for these cards are now available in a separate branch called legacy series. Unfortunately these legacy drivers (version 12.6) have not been updated to work with Ubuntu 12.10. Ubuntu 12.10 comes with xorg 1.13 while these drivers have support for older xorg 1.12.So if you want to install these drivers in Ubuntu 12.10, you have to downgrade to xorg 1.12.</p>
<p>To install these packages open the terminal and run the following commands</p>
<blockquote><p>sudo add-apt-repository ppa:makson96/fglrx<br />
sudo apt-get update<br />
sudo apt-get upgrade<br />
sudo apt-get install fglrx-legacy</p></blockquote>
<p>Remove these packages using the following commands</p>
<blockquote><p>sudo apt-get install ppa-purge<br />
sudo ppa-purge ppa:makson96/fglrx</p></blockquote>
</blockquote>
<p>Thanks <a href="http://www.ubuntugeek.com/how-to-install-amd-catalyst-legacy-drivers-in-ubuntu-12-10-quantal.html">Ubuntu Geek</a>.</p>
<img src="http://feeds.feedburner.com/~r/shanktified/~4/UhJSWsvDwuY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.shanktified.com/archives/how-to-install-amd-catalyst-legacy-drivers-in-ubuntu-12-10-quantal-ubuntu-geek/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.shanktified.com/archives/how-to-install-amd-catalyst-legacy-drivers-in-ubuntu-12-10-quantal-ubuntu-geek</feedburner:origLink></item>
		<item>
		<title>Speaker Invitation/Request Scam</title>
		<link>http://feedproxy.google.com/~r/shanktified/~3/SNWwzkBCrws/speaker-invitation-request-scam</link>
		<comments>http://www.shanktified.com/archives/speaker-invitation-request-scam#comments</comments>
		<pubDate>Thu, 27 Dec 2012 18:48:50 +0000</pubDate>
		<dc:creator>Ron Shank</dc:creator>
				<category><![CDATA[Hoax]]></category>

		<guid isPermaLink="false">http://www.shanktified.com/?p=614</guid>
		<description><![CDATA[This email is a scam a friend got recently. The trick is to get you to eventually pay a &#8220;work visa&#8221; to get you to the country. Don&#8217;t fall for this or even bother replying. -----Original Message----- From: Don Xavier [mailto:stjohnanglicanchurch@imail.com] Sent: Monday, December 24, 2012 9:53 AM To: [removed] Cc: [removed] Subject: INVITATION REQUEST [...]]]></description>
				<content:encoded><![CDATA[<p>This email is a scam a friend got recently. The trick is to get you to eventually pay a &#8220;work visa&#8221; to get you to the country. Don&#8217;t fall for this or even bother replying.</p>
<p><code>-----Original Message-----<br />
From: Don Xavier [mailto:stjohnanglicanchurch@imail.com]<br />
Sent: Monday, December 24, 2012 9:53 AM<br />
To: [removed]<br />
Cc: [removed]<br />
Subject: INVITATION REQUEST</code></p>
<p>St John Anglican Church,<br />
Address: 39 Eccleston Square,<br />
London, SW1V 1BX,<br />
E-mail: Stjohnanglicanchurch@imail.com<br />
E-mail: Helpdesk@Achurchnearyou.com<br />
Website: http://www.achurchnearyou.com/<br />
Telephone: + 44 704 205 6151<br />
Telephone: + 44 795 276 3257</p>
<p>Dear [removed],</p>
<p>My Name is Rev Don Xavier from the St John Anglican Church we are writing to Invite you to be our guest speaker at the up Coming St John Anglican Church 2013 Anniversary which is taking place here In UK England, We are writing to invite and confirm your booking to be our Guest Speaker at up Coming St John Anglican Church 2013 Anniversary. Other Ministers Of God are coming from Different part of the World.</p>
<p>Expected audience: 500 people Duration of speech per speaker: 1 Hour<br />
Host: Rev Don Xavier<br />
Topic: EDUCATION BUSINESS HEALTH INSPIRATION<br />
DATE: 20th Match 2013</p>
<p>The purpose of these conference is to re-brand the heart,mind,body and soul of Christians who have gone astray and are diverting their whole attention into mundane affairs and ensuring that it is possible for Christians, whether new or of long standing, to deepen their spiritual lives and gain eternal life. Also bringing a heart of deep compassion and a strong commitment to the fullness of life that is found only in the redemptive love of Christ, we are Sorry about our late invitation it is due to the fact that our Speaker had back out because of her sudden illness.</p>
<p>We came across your profile on http://[removed] we also listen to you on Radio and we say it’s up to standard and we will be very glad to have such an outstanding personality in our mist for these overwhelming gathering. With your Multi talented speech more lives will come close to GOD. Arrangement to welcome you here will be discussed as soon as you honor our invitation. If you have any more publicity material, please do not hesitate to contact us. We are taking care of your traveling and Hotel Accommodation expenses including your Speaker fees you are bless as you honor this invitation it is a pleasure writing you.</p>
<p>Hope to hear from you Asap.</p>
<p>In His Services,<br />
Rev Don Xavier<br />
St John Anglican Church.</p>
<img src="http://feeds.feedburner.com/~r/shanktified/~4/SNWwzkBCrws" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.shanktified.com/archives/speaker-invitation-request-scam/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.shanktified.com/archives/speaker-invitation-request-scam</feedburner:origLink></item>
		<item>
		<title>Where’s the Federal Car-Control Bill?</title>
		<link>http://feedproxy.google.com/~r/shanktified/~3/Ckrdvr4_fTA/wheres-the-federal-car-control-bill</link>
		<comments>http://www.shanktified.com/archives/wheres-the-federal-car-control-bill#comments</comments>
		<pubDate>Fri, 21 Dec 2012 18:26:28 +0000</pubDate>
		<dc:creator>Ron Shank</dc:creator>
				<category><![CDATA[Was I supposed to pick a category?]]></category>
		<category><![CDATA[2nd amendment]]></category>
		<category><![CDATA[gun-control]]></category>

		<guid isPermaLink="false">http://www.shanktified.com/?p=612</guid>
		<description><![CDATA[We have the technology to limit cars &#038; trucks from breaking the speed limit. Should the government require it?? Gun control advocates: Now ask yourself why you want the same thing despite a clear constitutional protection for my right to bear arms.]]></description>
				<content:encoded><![CDATA[<p>We have the technology to limit cars &#038; trucks from breaking the speed limit.<br />
Should the government require it??</p>
<p>Gun control advocates: Now ask yourself why you want the same thing despite a clear constitutional protection for my right to bear arms.</p>
<img src="http://feeds.feedburner.com/~r/shanktified/~4/Ckrdvr4_fTA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.shanktified.com/archives/wheres-the-federal-car-control-bill/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.shanktified.com/archives/wheres-the-federal-car-control-bill</feedburner:origLink></item>
		<item>
		<title>Making Amazon Prime work with Ubuntu</title>
		<link>http://feedproxy.google.com/~r/shanktified/~3/hPq21VDxMP4/making-amazon-prime-work-with-ubuntu</link>
		<comments>http://www.shanktified.com/archives/making-amazon-prime-work-with-ubuntu#comments</comments>
		<pubDate>Sat, 08 Dec 2012 23:31:13 +0000</pubDate>
		<dc:creator>Ron Shank</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Amazon Prime]]></category>

		<guid isPermaLink="false">http://www.shanktified.com/?p=609</guid>
		<description><![CDATA[Amazon Prime won&#8217;t play most of it&#8217;s videos on Ubuntu. It was giving me an error about Upgrading the Player.  Most of this stems from the slow death of Adobe flash, I susspect.  But the reasons why are less important to me than the fix.. and thanks to the link below, it&#8217;s a very very [...]]]></description>
				<content:encoded><![CDATA[<p>Amazon Prime won&#8217;t play most of it&#8217;s videos on Ubuntu. It was giving me an error about Upgrading the Player.  Most of this stems from the slow death of Adobe flash, I susspect.  But the reasons why are less important to me than the fix.. and thanks to the link below, it&#8217;s a very very easy fix.</p>
<p>Just enter the following in Terminal and enter your password and you should be good to go (at least I was):</p>
<p><code>sudo apt-get install libhal1 hal</code></p>
<p><a href="http://saravananthirumuruganathan.wordpress.com/2012/02/13/fixing-updating-player-issue-in-amazon-instant-video-on-linux/">Read the full post</a> which has more things to try, if this didn&#8217;t fix it for you.  BTW: If this did work for you, please let me know in the comments below.</p>
<img src="http://feeds.feedburner.com/~r/shanktified/~4/hPq21VDxMP4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.shanktified.com/archives/making-amazon-prime-work-with-ubuntu/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.shanktified.com/archives/making-amazon-prime-work-with-ubuntu</feedburner:origLink></item>
		<item>
		<title>Resurrection</title>
		<link>http://feedproxy.google.com/~r/shanktified/~3/wPP6-1Tk_Ps/resurrection</link>
		<comments>http://www.shanktified.com/archives/resurrection#comments</comments>
		<pubDate>Tue, 04 Dec 2012 16:49:40 +0000</pubDate>
		<dc:creator>Ron Shank</dc:creator>
				<category><![CDATA[Was I supposed to pick a category?]]></category>

		<guid isPermaLink="false">http://www.shanktified.com/?p=606</guid>
		<description><![CDATA[It&#8217;s time to re-launch this blog&#8230; anyone still out there??? Leave me a comment and note of encouragement if you are.    Thanks! Ron]]></description>
				<content:encoded><![CDATA[<p>It&#8217;s time to re-launch this blog&#8230; anyone still out there??? Leave me a comment and note of encouragement if you are.  <img src='http://www.shanktified.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />   Thanks!</p>
<p>Ron</p>
<img src="http://feeds.feedburner.com/~r/shanktified/~4/wPP6-1Tk_Ps" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.shanktified.com/archives/resurrection/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.shanktified.com/archives/resurrection</feedburner:origLink></item>
		<item>
		<title>[SOLVED] FCKeditor in PHPList not showing toolbar</title>
		<link>http://feedproxy.google.com/~r/shanktified/~3/CYxIsSGmRmw/solved-fckeditor-in-phplist-not-showing-toolbar</link>
		<comments>http://www.shanktified.com/archives/solved-fckeditor-in-phplist-not-showing-toolbar#comments</comments>
		<pubDate>Fri, 30 Nov 2012 20:14:42 +0000</pubDate>
		<dc:creator>Ron Shank</dc:creator>
				<category><![CDATA[PHPlist]]></category>
		<category><![CDATA[Tech Support]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[phplist]]></category>

		<guid isPermaLink="false">http://www.shanktified.com/?p=597</guid>
		<description><![CDATA[Using Firefox in Ubuntu the toolbar that gives all functionality disappeared. After searching for days, I found the answer here. http://forums.phplist.com/viewtopic.php?f=24&#38;t=38434]]></description>
				<content:encoded><![CDATA[<p>Using Firefox in Ubuntu the toolbar that gives all functionality disappeared.</p>
<p>After searching for days, I found the answer here.<br />
<a href="http://forums.phplist.com/viewtopic.php?f=24&amp;t=38434">http://forums.phplist.com/viewtopic.php?f=24&amp;t=38434</a></p>
<img src="http://feeds.feedburner.com/~r/shanktified/~4/CYxIsSGmRmw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.shanktified.com/archives/solved-fckeditor-in-phplist-not-showing-toolbar/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.shanktified.com/archives/solved-fckeditor-in-phplist-not-showing-toolbar</feedburner:origLink></item>
		<item>
		<title>Mass Delete WordPress Users</title>
		<link>http://feedproxy.google.com/~r/shanktified/~3/7ZWLmofMcKo/mass-delete-wordpres-users</link>
		<comments>http://www.shanktified.com/archives/mass-delete-wordpres-users#comments</comments>
		<pubDate>Sat, 30 Jun 2012 17:30:39 +0000</pubDate>
		<dc:creator>Ron Shank</dc:creator>
				<category><![CDATA[Was I supposed to pick a category?]]></category>
		<category><![CDATA[Tech Support]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.shanktified.com/?p=595</guid>
		<description><![CDATA[A client recently got spammed and found he had 3700 new users in his wordpress blog. All spammers. This site help me clean it up quickly. http://www.scriptol.com/wordpress/mass-delete-users.php]]></description>
				<content:encoded><![CDATA[<p>A client recently got spammed and found he had 3700 new users in his wordpress blog. All spammers. This site help me clean it up quickly. <a href="http://www.scriptol.com/wordpress/mass-delete-users.php">http://www.scriptol.com/wordpress/mass-delete-users.php</a></p>
<img src="http://feeds.feedburner.com/~r/shanktified/~4/7ZWLmofMcKo" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.shanktified.com/archives/mass-delete-wordpres-users/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.shanktified.com/archives/mass-delete-wordpres-users</feedburner:origLink></item>
		<item>
		<title>[solved] Samsung Captivate Crashes when Connecting USB Mass Storage</title>
		<link>http://feedproxy.google.com/~r/shanktified/~3/Ys-nYdUtcK4/solved-samsung-captivate-crashes-when-connecting-usb-mass-storage</link>
		<comments>http://www.shanktified.com/archives/solved-samsung-captivate-crashes-when-connecting-usb-mass-storage#comments</comments>
		<pubDate>Sat, 26 May 2012 17:34:10 +0000</pubDate>
		<dc:creator>Ron Shank</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Tech Support]]></category>
		<category><![CDATA[AT&T]]></category>
		<category><![CDATA[Captivate]]></category>
		<category><![CDATA[Samsung]]></category>

		<guid isPermaLink="false">http://www.shanktified.com/?p=593</guid>
		<description><![CDATA[I have a Samsung Captivate on ATT. When connecting USB Cable &#62; Mass Storage &#62; Connect storage to PC the app crashes once .. then if i try again really gets mad at me and shuts down my phone. After hours of trying various things and searching online forums, I contacted Samsung chat support. They [...]]]></description>
				<content:encoded><![CDATA[<p>I have a Samsung Captivate on ATT. When connecting USB Cable &gt; Mass Storage &gt; Connect storage to PC the app crashes once .. then if i try again really gets mad at me and shuts down my phone.</p>
<p>After hours of trying various things and searching online forums, I contacted Samsung chat support. They suggested a soft reset (pulling out the battery for 30 seconds). This did not help me.</p>
<p>Then after asking a few questions about my USB Cable, he asked I try another USB port. <strong>Bingo! It worked. </strong></p>
<p>It could be an issue with my USB port or with the cable itself, the tech said.</p>
<p>I hope if you had the same problem or a similar problem this was able to help you.  If it was, feel free to leave a comment.  I&#8217;m always curious.</p>
<img src="http://feeds.feedburner.com/~r/shanktified/~4/Ys-nYdUtcK4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.shanktified.com/archives/solved-samsung-captivate-crashes-when-connecting-usb-mass-storage/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.shanktified.com/archives/solved-samsung-captivate-crashes-when-connecting-usb-mass-storage</feedburner:origLink></item>
		<item>
		<title>Love this tool</title>
		<link>http://feedproxy.google.com/~r/shanktified/~3/ZCxHObJAYIE/love-this-tool</link>
		<comments>http://www.shanktified.com/archives/love-this-tool#comments</comments>
		<pubDate>Fri, 13 Apr 2012 02:02:29 +0000</pubDate>
		<dc:creator>Ron Shank</dc:creator>
				<category><![CDATA[Highly Recommended]]></category>
		<category><![CDATA[Screencasts]]></category>
		<category><![CDATA[Software Reviews]]></category>
		<category><![CDATA[Tech Support]]></category>
		<category><![CDATA[Was I supposed to pick a category?]]></category>

		<guid isPermaLink="false">http://www.shanktified.com/?p=586</guid>
		<description><![CDATA[This is great for capturing screen shots and even video clips of screens.  I recommend it all the time. http://www.techsmith.com/jing.html I don&#8217;t need it on Linux because I have shutter and recordMyDesktop and great alternatives.]]></description>
				<content:encoded><![CDATA[<p>This is great for capturing screen shots and even video clips of screens.  I recommend it all the time.</p>
<p>http://www.techsmith.com/jing.html</p>
<p>I don&#8217;t need it on Linux because I have shutter and recordMyDesktop and great alternatives.</p>
<img src="http://feeds.feedburner.com/~r/shanktified/~4/ZCxHObJAYIE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.shanktified.com/archives/love-this-tool/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.shanktified.com/archives/love-this-tool</feedburner:origLink></item>
	</channel>
</rss>
