<?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>patembe dot com</title>
	<atom:link href="http://patembe.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://patembe.com</link>
	<description>Just Another WordPress Blog</description>
	<lastBuildDate>Tue, 31 Aug 2010 18:15:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Securing Our Site&#8217;s Directories</title>
		<link>http://patembe.com/securing-our-sites-directories/</link>
		<comments>http://patembe.com/securing-our-sites-directories/#comments</comments>
		<pubDate>Tue, 31 Aug 2010 18:15:04 +0000</pubDate>
		<dc:creator>patembe</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://patembe.com/?p=191</guid>
		<description><![CDATA[If we store files or images in a folder called &#8220;images&#8221;, and people enter www.oursite.com/images as a URL, they will see a list of all the files we have in that directory. A quick way to solve this is to create an empty index.html or index.php file and upload it to the directory. This will [...]]]></description>
			<content:encoded><![CDATA[<p>If we store files or images in a folder called &#8220;images&#8221;, and people enter <em>www.oursite.com/images</em> as a URL, they will see a list of all the files we have in that  directory. A quick way to solve this is to create an empty index.html or  index.php file and upload it to the directory. This will load an empty  page instead of showing a content list.</p>
<p>Another way of doing this is by modifying (or creating) a .htaccess file. Just place:</p>
<p><code>Options -indexes</code></p>
<p>in our .htaccess file and it will do the same thing as adding an index.html file to your folder.</p>


<p>Related posts:<ol><li><a href='http://patembe.com/speed-up-your-website-load-time/' rel='bookmark' title='Permanent Link: Speed Up Your Website Load Time'>Speed Up Your Website Load Time</a></li>
<li><a href='http://patembe.com/optimising-your-website-load-speed/' rel='bookmark' title='Permanent Link: Optimising Your Website Load Speed'>Optimising Your Website Load Speed</a></li>
<li><a href='http://patembe.com/why-validate-your-website/' rel='bookmark' title='Permanent Link: Why Validate Your Website'>Why Validate Your Website</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://patembe.com/securing-our-sites-directories/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Elastic – Make The Textarea Grow jQuery Plugin</title>
		<link>http://patembe.com/elastic-make-the-textarea-grow-jquery-plugin/</link>
		<comments>http://patembe.com/elastic-make-the-textarea-grow-jquery-plugin/#comments</comments>
		<pubDate>Thu, 26 Aug 2010 13:37:42 +0000</pubDate>
		<dc:creator>patembe</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://patembe.com/?p=193</guid>
		<description><![CDATA[This Jquery plugin makes your textareas grow and shrink to fit it’s content. It was inspired by the auto growing textareas on Facebook. The major difference between Elastic and it’s competitors is it’s weight. How to use Elastic The usage of Elastic is very straight forward. All you have to do is include the javascript [...]]]></description>
			<content:encoded><![CDATA[<p>This Jquery plugin makes your textareas grow and shrink to fit  it’s content. It was inspired by the auto growing textareas on Facebook.  The major difference between Elastic and it’s competitors is it’s  weight.</p>
<h3>How to use <span class="notranslate">Elastic</span></h3>
<p>The usage of Elastic is very straight forward. All you have to do is  include the javascript file containing the plugin and use the elastic  method.</p>
<p><code>$('#myTextarea').elastic();</code></p>
<p>If you want to see the demonstration of this plugin, try to grab the textarea on the comment form below. <img src='http://patembe.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a title="Download Elastic" rel="nofollow" href="http://jquery-elastic.googlecode.com/files/jquery.elastic-1.6.4.zip">Download <span class="notranslate">Elastic</span> 1.6.4</a></p>


<p>Related posts:<ol><li><a href='http://patembe.com/difference-between-pingbacks-and-trackbacks/' rel='bookmark' title='Permanent Link: Difference Between Pingbacks and Trackbacks'>Difference Between Pingbacks and Trackbacks</a></li>
<li><a href='http://patembe.com/why-validate-your-website/' rel='bookmark' title='Permanent Link: Why Validate Your Website'>Why Validate Your Website</a></li>
<li><a href='http://patembe.com/www-or-no-www/' rel='bookmark' title='Permanent Link: www or no-www?'>www or no-www?</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://patembe.com/elastic-make-the-textarea-grow-jquery-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Display Rulers On Your PC Screen</title>
		<link>http://patembe.com/display-rulers-on-your-pc-screen/</link>
		<comments>http://patembe.com/display-rulers-on-your-pc-screen/#comments</comments>
		<pubDate>Fri, 20 Aug 2010 17:59:59 +0000</pubDate>
		<dc:creator>patembe</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://patembe.com/?p=176</guid>
		<description><![CDATA[Having an on screen ruler at hand may be very handy at times. Sure, many design related applications offer their own rulers, but other programs may not. A standalone computer  ruler can aid the user indesigning a form for a website or software, measuring the exact size of an object on the screen, or if [...]]]></description>
			<content:encoded><![CDATA[<p>Having an on screen ruler at hand may be very handy at times. Sure, many design related applications offer their own rulers, but other programs may not. A standalone computer  ruler can aid the user indesigning a form for a website or software, measuring the exact size of an object on the screen, or if the work requires different scaled rulers.</p>
<p>Yoshida Rulers is an application that supports all of this, and more. The portable program can display up to ten rulers on the screen, of which all can be configured individually.</p>
<p>The program places a semi-transparent ruler on the computer screen on startup. It is possible to move the ruler around with the left-mouse button pressed. A right-click displays the options menu, which can be used to add up to nine additional rulers on the screen, or configure the way each ruler is displayed in the options. Only the first ruler stays always on top though.<span id="more-176"></span><img class="aligncenter size-full wp-image-178" title="patembe dot com" src="http://images.patembe.com/2010/08/ruler-patembe2.jpg" alt="" width="507" height="300" /></p>
<p>The customization for each ruler is extensive. It begins with the font and color, goes over alpha blending and luminosity to dimensions, orientation and ticks.<img class="aligncenter size-full wp-image-177" title="Yoshida Rulers options" src="http://images.patembe.com/2010/08/computer-screen-ruler-option.png" alt="" width="346" height="283" /></p>
<p>Yoshida Rulers supports all four major orientations, and a completely  configuration ruler size. Default sizes are set between 640 to 1280, it  is however possible to click into the field to change the size to a  custom value.</p>
<p>The software program offers everything one would  expect from a ruler software. The only downside some users may see is  that always on top is not supported for all rulers, only the first one.  The portable program is compatible with most Microsoft Windows operating  systems. It has been tested on a computer running Windows 7  Professional 64-bit. A download is offered at <a rel="external nofollow" href="http://www.softpedia.com/get/Desktop-Enhancements/Other-Desktop-Enhancements/Yoshida-Rulers.shtml">Softpedia</a></p>


<p>Related posts:<ol><li><a href='http://patembe.com/virtual-router-turns-windows-7-into-wifi-hotspot/' rel='bookmark' title='Permanent Link: Virtual Router Turns Windows 7 Into Wifi Hotspot'>Virtual Router Turns Windows 7 Into Wifi Hotspot</a></li>
<li><a href='http://patembe.com/deletist-bulk-delete-folders-and-files/' rel='bookmark' title='Permanent Link: Deletist, Bulk Delete Folders And Files'>Deletist, Bulk Delete Folders And Files</a></li>
<li><a href='http://patembe.com/turn-your-windows-7-laptop-into-a-wi-fi-hotspot/' rel='bookmark' title='Permanent Link: Turn Your Windows 7 Laptop into a Wi-Fi Hotspot'>Turn Your Windows 7 Laptop into a Wi-Fi Hotspot</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://patembe.com/display-rulers-on-your-pc-screen/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Deletist, Bulk Delete Folders And Files</title>
		<link>http://patembe.com/deletist-bulk-delete-folders-and-files/</link>
		<comments>http://patembe.com/deletist-bulk-delete-folders-and-files/#comments</comments>
		<pubDate>Fri, 20 Aug 2010 04:41:01 +0000</pubDate>
		<dc:creator>patembe</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://patembe.com/?p=173</guid>
		<description><![CDATA[Deletist is a lightweight portable software for Windows that can be used to delete folders and files in bulk. The program supports two operation modes. The user can add folders and files by pasting their paths into the program interface, or by loading a text file that contains the full path of the directories or [...]]]></description>
			<content:encoded><![CDATA[<p>Deletist is a lightweight portable software for Windows that can be used to delete folders and files in bulk. The program supports two operation modes. The user can add folders and files by pasting their paths into the program interface, or by loading a text file that contains the full path of the directories or files that need to be deleted.</p>
<p>Each file or folder needs to be listed in its own line in the text file, for the program to recognize them correctly.</p>
<p>The data is then added to the main interface, with additional information including the names of the files and folders, their full system path and their status. The status informs the user if the file or folder could be located on the system.<span id="more-173"></span></p>
<p><img class="aligncenter size-full wp-image-174" title="Deletist" src="http://images.patembe.com/2010/08/deletist-interface.png" alt="" width="394" height="428" />A click on Delete Files will process all files, and delete them to  the recycle bin. It is possible to uncheck the recycle bin option, so  that the files and folders are deleted directly without being moved to  the recycle bin first.</p>
<p>Deletist indicates the status of each deletion by changing the status message and the icon in front of each row.</p>
<p>The  program offers some interesting deletion options. It is for instance  easy to use it for system maintenance. Instead of deleting files and  folders individually in Windows Explorer, users could use Deletist to  collect all the paths to delete them all together in one big swoop in  the end.</p>
<p>Deletist is available for download at <a rel="external nofollow" href="http://skwire.dcmembers.com/wb/pages/software/deletist.php">SKwire Empire</a>. It may be flagged as malicious by some antivirus programs.</p>


<p>Related posts:<ol><li><a href='http://patembe.com/fileassassin-force-delete-any-type-of-locked-files/' rel='bookmark' title='Permanent Link: FileASSASSIN Force Delete Any Type of Locked Files'>FileASSASSIN Force Delete Any Type of Locked Files</a></li>
<li><a href='http://patembe.com/virtual-router-turns-windows-7-into-wifi-hotspot/' rel='bookmark' title='Permanent Link: Virtual Router Turns Windows 7 Into Wifi Hotspot'>Virtual Router Turns Windows 7 Into Wifi Hotspot</a></li>
<li><a href='http://patembe.com/display-rulers-on-your-pc-screen/' rel='bookmark' title='Permanent Link: Display Rulers On Your PC Screen'>Display Rulers On Your PC Screen</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://patembe.com/deletist-bulk-delete-folders-and-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Change Your Default Facebook Profile Image</title>
		<link>http://patembe.com/change-your-default-facebook-profile-image/</link>
		<comments>http://patembe.com/change-your-default-facebook-profile-image/#comments</comments>
		<pubDate>Wed, 18 Aug 2010 17:30:42 +0000</pubDate>
		<dc:creator>patembe</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[facebook]]></category>

		<guid isPermaLink="false">http://patembe.com/?p=166</guid>
		<description><![CDATA[If you would like to change the default profile picture of your Facebook page while retaining the default white silhouette look, just head over to picasa.com. There you’ll find an interesting collection of character avatars from Einstein to Buddha to a Facebook man wearing iPod headphones all rendered using the default Facebook style. Choose your [...]]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-167" title="Another Default Facebook Profile Image" src="http://images.patembe.com/2010/08/facebook_edited_default_profile_pictures.png" alt="" width="558" height="538" />If you would like to change the default profile picture of your Facebook page while retaining the default <a title="Facebook Default Profile Image" rel="facebox" href="http://images.patembe.com/2010/08/facebook_silhouette.gif">white silhouette look</a>, just head over to <a title="Picasa Web Album" rel="external nofollow" href="http://picasaweb.google.com/theblasto/D_silhouette">picasa.com</a>.</p>
<p>There you’ll find an interesting collection of character avatars from  Einstein to Buddha to a Facebook man wearing iPod headphones all  rendered using the default Facebook style. Choose your own! <img src='http://patembe.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>


<p>Related posts:<ol><li><a href='http://patembe.com/facebook-stories-what-is-your-story/' rel='bookmark' title='Permanent Link: Facebook Stories: What’s Your Story?'>Facebook Stories: What’s Your Story?</a></li>
<li><a href='http://patembe.com/dapatkan-url-cantik-untuk-akun-facebook-anda/' rel='bookmark' title='Permanent Link: Dapatkan URL Cantik Untuk Akun Facebook Anda'>Dapatkan URL Cantik Untuk Akun Facebook Anda</a></li>
<li><a href='http://patembe.com/daftar-koleksi-shortcut-emoticons-pada-facebook-chat/' rel='bookmark' title='Permanent Link: Daftar Koleksi Shortcut Emoticons Pada Facebook Chat'>Daftar Koleksi Shortcut Emoticons Pada Facebook Chat</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://patembe.com/change-your-default-facebook-profile-image/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>We&#8217;ve Detected Unusual Activity on Your Account</title>
		<link>http://patembe.com/weve-detected-unusual-activity-on-your-account/</link>
		<comments>http://patembe.com/weve-detected-unusual-activity-on-your-account/#comments</comments>
		<pubDate>Wed, 18 Aug 2010 15:57:55 +0000</pubDate>
		<dc:creator>patembe</dc:creator>
				<category><![CDATA[Journal]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[intermezzo]]></category>

		<guid isPermaLink="false">http://patembe.com/?p=180</guid>
		<description><![CDATA[We&#8217;ve detected unusual activity on your account. That is a notification from gmail that I found when I try login to my gmail account. But I don&#8217;t sure that I really have done an unusual activity. So I ask to send verification code to my mobile phone. After receiving and enter the code, I found [...]]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-181" title="Verify Your Account" src="http://images.patembe.com/2010/08/google-verification.png" alt="" width="546" height="351" /><strong>We&#8217;ve detected unusual activity on your account</strong>. That is a notification from gmail that I found when I try login to my gmail account. <img src='http://patembe.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  But I don&#8217;t sure that I really have done an unusual activity. So I ask to send verification code to my mobile phone. After receiving and enter the code, I found another case.<span id="more-180"></span></p>
<p><img class="aligncenter size-full wp-image-182" title="Google Id Verification" src="http://images.patembe.com/2010/08/google-idverification.png" alt="" width="371" height="188" />The information I get that my account actually been compromised. &#8220;<strong>We&#8217;re sorry to hear your account has been compromised or taken over.</strong>&#8221; So I decide to contact <a title="Gmail Accounts Help" rel="external nofollow" href="https://www.google.com/support/accounts/bin/request.py?ara=2&amp;contact_type=acc_reco&amp;ctx=acc_reco">gmail support</a>. Several minutes later I can login again with my account after reset my gmail password. <img src='http://patembe.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>


<p>Related posts:<ol><li><a href='http://patembe.com/alamat-rss-feed-untuk-gmail/' rel='bookmark' title='Permanent Link: Alamat RSS Feed untuk Gmail'>Alamat RSS Feed untuk Gmail</a></li>
<li><a href='http://patembe.com/dapatkan-url-cantik-untuk-halaman-google-profil-anda/' rel='bookmark' title='Permanent Link: Dapatkan URL Cantik Untuk Halaman Google Profil Anda'>Dapatkan URL Cantik Untuk Halaman Google Profil Anda</a></li>
<li><a href='http://patembe.com/alamat-rss-feed-untuk-yahoo-mail/' rel='bookmark' title='Permanent Link: Alamat RSS Feed Untuk Yahoo! Mail'>Alamat RSS Feed Untuk Yahoo! Mail</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://patembe.com/weve-detected-unusual-activity-on-your-account/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Virtual Router Turns Windows 7 Into Wifi Hotspot</title>
		<link>http://patembe.com/virtual-router-turns-windows-7-into-wifi-hotspot/</link>
		<comments>http://patembe.com/virtual-router-turns-windows-7-into-wifi-hotspot/#comments</comments>
		<pubDate>Wed, 18 Aug 2010 04:09:07 +0000</pubDate>
		<dc:creator>patembe</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://patembe.com/?p=170</guid>
		<description><![CDATA[Connectify was the first downloadable application that used the virtual Wifi capabilities of Microsoft’s Windows 7 operating system to turn the computer system into a Wifi hotspot. The developers  offered the program as a beta version that could be freely downloaded. Their intention on the other hand was to sell the software program once they [...]]]></description>
			<content:encoded><![CDATA[<p><a title="Turn your Windows 7 laptop into a Wi-Fi Hotspot" href="http://patembe.com/turn-your-windows-7-laptop-into-a-wi-fi-hotspot/">Connectify</a> was the first downloadable application that used the virtual Wifi capabilities of Microsoft’s Windows 7 operating system to turn the computer system into a Wifi hotspot. The developers  offered the program as a beta version that could be freely downloaded. Their intention on the other hand was to sell the software program once they managed to compile a retail version of the virtual Wifi software.</p>
<p>Virtual Router is another application released a year ago as beta that makes use of the virtual Wifi options in Windows 7 and Windows Server 2008 R2. Unlike Connectify though it has been released at Codeplex which suggests that the program will remain free even after it has been released in a final version.<span id="more-170"></span></p>
<p><img class="aligncenter size-full wp-image-171" title="Virtual Router" src="http://images.patembe.com/2010/08/VirtualRouter-user-interface.png" alt="" width="500" height="350" />The program’s interface contains only a few options. The Start Virtual Router button being the most important. This button is only active if the computer<br />
uses a supported wireless adapter. Other options include changing the network name, password (recommended as the default password is always the same). Virtual Router uses WPA2 Encryption to provide a solid protection for the wireless network.</p>
<p>Virtual Router can be downloaded from the program’s <a title="Virtual Router at CodePlex" rel="external nofollow" href="http://virtualrouter.codeplex.com/">Codeplex</a> page. It is only compatible with Microsoft Windows 7 or Windows Server 2008 R2 and requires a compatible wireless adapter.</p>


<p>Related posts:<ol><li><a href='http://patembe.com/turn-your-windows-7-laptop-into-a-wi-fi-hotspot/' rel='bookmark' title='Permanent Link: Turn Your Windows 7 Laptop into a Wi-Fi Hotspot'>Turn Your Windows 7 Laptop into a Wi-Fi Hotspot</a></li>
<li><a href='http://patembe.com/display-rulers-on-your-pc-screen/' rel='bookmark' title='Permanent Link: Display Rulers On Your PC Screen'>Display Rulers On Your PC Screen</a></li>
<li><a href='http://patembe.com/how-to-backup-all-your-current-windows-drivers/' rel='bookmark' title='Permanent Link: How To Backup All Your Current Windows Drivers'>How To Backup All Your Current Windows Drivers</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://patembe.com/virtual-router-turns-windows-7-into-wifi-hotspot/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>If Facebook were a Country?</title>
		<link>http://patembe.com/if-facebook-were-a-country/</link>
		<comments>http://patembe.com/if-facebook-were-a-country/#comments</comments>
		<pubDate>Tue, 17 Aug 2010 18:53:58 +0000</pubDate>
		<dc:creator>patembe</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[facebook]]></category>

		<guid isPermaLink="false">http://patembe.com/?p=161</guid>
		<description><![CDATA[The number of people who now to Facebook may now have surpassed that half a billion mark. So if you were to think of Facebook as a country, it would be the third most populated nation in the world after China and India. If the Facebook country were further sub-divided into states based on Pages [...]]]></description>
			<content:encoded><![CDATA[<p>The number of people who now to Facebook may now have surpassed that  half a billion mark. So if you were to think of Facebook as a country,  it would be the third most populated nation in the world after China and  India.<span id="more-161"></span><img class="aligncenter size-full wp-image-162" title="The Republic of Facebook" src="http://images.patembe.com/2010/08/facebook_size.gif" alt="" width="540" height="211" /></p>
<p>If the Facebook country were further sub-divided into states based on  Pages and Apps that have most users, the map of the country would look  something like this. Zynga, developers of popular Facebook games like  FarmVille and Mafia Wars, would obviously get the maximum real estate in  this fictitious country.<img class="aligncenter size-full wp-image-163" title="The Facebook Economy" src="http://images.patembe.com/2010/08/facebook_island.gif" alt="" width="540" height="454" /></p>
<p>Download the full version of the graphic from <a title="The Republic of Facebook" rel="external nofollow" href="http://www.visualeconomics.com/the-republic-of-facebook_2010-06-29/">VisualEconomics.com</a>.</p>


<p>Related posts:<ol><li><a href='http://patembe.com/facebook-stories-what-is-your-story/' rel='bookmark' title='Permanent Link: Facebook Stories: What’s Your Story?'>Facebook Stories: What’s Your Story?</a></li>
<li><a href='http://patembe.com/change-your-default-facebook-profile-image/' rel='bookmark' title='Permanent Link: Change Your Default Facebook Profile Image'>Change Your Default Facebook Profile Image</a></li>
<li><a href='http://patembe.com/dapatkan-url-cantik-untuk-akun-facebook-anda/' rel='bookmark' title='Permanent Link: Dapatkan URL Cantik Untuk Akun Facebook Anda'>Dapatkan URL Cantik Untuk Akun Facebook Anda</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://patembe.com/if-facebook-were-a-country/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How To Backup All Your Current Windows Drivers</title>
		<link>http://patembe.com/how-to-backup-all-your-current-windows-drivers/</link>
		<comments>http://patembe.com/how-to-backup-all-your-current-windows-drivers/#comments</comments>
		<pubDate>Mon, 16 Aug 2010 17:58:54 +0000</pubDate>
		<dc:creator>patembe</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://patembe.com/?p=153</guid>
		<description><![CDATA[When we buy a new PC, the vendor will almost always provide us with a “driver CD” that has the device drivers for all the hardware that’s inside our new machine. The CD comes handy when we are reinstalling Windows from scratch or are trying to recover our machine to its original state after, say, [...]]]></description>
			<content:encoded><![CDATA[<p>When we buy a new PC, the vendor will almost always provide us with  a “driver CD” that has the device drivers for all the hardware that’s  inside our new machine. The CD comes handy when we are reinstalling Windows from scratch or are trying to recover our machine to its original state after, say, a system crash.</p>
<p>There are however two drawbacks with the driver CD.</p>
<p>First, we need to remember the physical location where we placed  that CD months ago and second, it may have outdated device drivers.  Hardware vendors continuously release new and improved versions of  drivers but if we are restoring drivers from an old CD, we are bound  to install the old and outdated versions which may be both slow and  buggy.</p>
<p>An easy solution to this problem would be that we take a backup of  all the device drivers that are currently installed on our system and  put them on a CD or another drive. <a href="http://www.boozet.co.cc/dd.htm">Double Driver</a> is a free utility that can help us with this process.<span id="more-153"></span></p>
<p><img class="aligncenter size-full wp-image-154" title="Double Drive" src="http://images.patembe.com/2010/08/backup_windows_drivers.png" alt="" width="539" height="480" /></p>
<p>Double Driver scans our Windows system and creates a listing of  every since device driver that’s installed on the system. When we click  the &#8220;backup&#8221; button, the tool will place all the drivers in separate  folders – the modem drivers will be in one folder while the display  related drivers will be in another one and so on.</p>
<p>This will make it easier for us to restore the relevant drivers  without having to remember any of the file names and other technical  details.</p>
<p>Double Driver is portable and requires no installation and available for Windows XP, Vista and Windows 7 and  is compatible with both 32-bit and 64-bit edition of Windows.</p>
<p>- <a title="Double Driver" href="http://www.boozet.co.cc/dl.php?product=dd&amp;mirror=1">Download Double Driver</a> (2.06 MB)</p>


<p>Related posts:<ol><li><a href='http://patembe.com/turn-your-windows-7-laptop-into-a-wi-fi-hotspot/' rel='bookmark' title='Permanent Link: Turn Your Windows 7 Laptop into a Wi-Fi Hotspot'>Turn Your Windows 7 Laptop into a Wi-Fi Hotspot</a></li>
<li><a href='http://patembe.com/deletist-bulk-delete-folders-and-files/' rel='bookmark' title='Permanent Link: Deletist, Bulk Delete Folders And Files'>Deletist, Bulk Delete Folders And Files</a></li>
<li><a href='http://patembe.com/cara-cepat-untuk-membuka-sistem-folder-pada-windows/' rel='bookmark' title='Permanent Link: Cara Cepat Untuk Membuka Sistem Folder Pada Windows'>Cara Cepat Untuk Membuka Sistem Folder Pada Windows</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://patembe.com/how-to-backup-all-your-current-windows-drivers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Not Able To Access The Administrative Menus?</title>
		<link>http://patembe.com/not-able-to-access-the-administrative-menus/</link>
		<comments>http://patembe.com/not-able-to-access-the-administrative-menus/#comments</comments>
		<pubDate>Mon, 16 Aug 2010 17:32:59 +0000</pubDate>
		<dc:creator>patembe</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://patembe.com/?p=151</guid>
		<description><![CDATA[Just now, I couldn&#8217;t access my blog administrative menus after login, the dashboard doesn&#8217;t show, instead it&#8217;s just a white blank page. I can&#8217;t seem to load the /wp-admin page or in another words my blog unable to load /wp-admin. I remember that I just update one of my plugins there. I&#8217;m sure it seems [...]]]></description>
			<content:encoded><![CDATA[<p>Just now, I couldn&#8217;t access my blog administrative menus <img src='http://patembe.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  after login, the dashboard doesn&#8217;t show, instead it&#8217;s just a white blank page. I can&#8217;t seem to load the /wp-admin page or in another words my blog unable to load /wp-admin. I remember that I just update one of my plugins there. I&#8217;m sure it seems like that may be there&#8217;s a missing or damaged file or one of my plugins may be conflicting with the admin panel.<span id="more-151"></span></p>
<h3>How to deactivate all plugins when not able to access the administrative menus?</h3>
<p>Sometimes it may be necessary to deactivate all plugins, but we  can&#8217;t access the administrative menus to do so.  One of two methods are  available to deactivate all plugins.</p>
<ul>
<li> Use <a title="phpMyAdmin" rel="external nofollow" href="http://codex.wordpress.org/phpMyAdmin">phpMyAdmin</a>
<ul>
<li> In the table wp_options, under the <em>option_name</em> column (field) find the <em>active_plugins</em> row</li>
<li> Change the <em>option_value</em> field to: <strong>a:0:{}</strong></li>
</ul>
</li>
</ul>
<p>or</p>
<ul>
<li> Create an empty plugins folder
<ul>
<li> Via FTP or your host&#8217;s control panel, navigate to the wp-contents folder (directory)</li>
<li> Via FTP or your host&#8217;s control panel, rename the folder &#8220;plugins&#8221; to &#8220;plugins.hold&#8221;</li>
<li> Via FTP or your host&#8217;s control panel, create new folder called &#8220;plugins&#8221;</li>
<li> Login to your WordPress administration menus</li>
<li> Via FTP or your host&#8217;s control panel, delete the empty &#8220;plugins&#8221; you previous created</li>
<li> Via FTP or your host&#8217;s control panel, rename &#8220;plugins.hold&#8221; back to &#8220;plugins&#8221;</li>
</ul>
</li>
</ul>
<p>Now, the administrative menus works fine again. <img src='http://patembe.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>


<p>Related posts:<ol><li><a href='http://patembe.com/separate-home-and-blog-page-in-wordpress/' rel='bookmark' title='Permanent Link: Separate Home and Blog Page in WordPress'>Separate Home and Blog Page in WordPress</a></li>
<li><a href='http://patembe.com/quick-comments-wordpress-plugins/' rel='bookmark' title='Permanent Link: Quick Comments WordPress Plugins'>Quick Comments WordPress Plugins</a></li>
<li><a href='http://patembe.com/just-begining-2/' rel='bookmark' title='Permanent Link: Just Begining 2 [End]'>Just Begining 2 [End]</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://patembe.com/not-able-to-access-the-administrative-menus/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
