<?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>Tech Jawa</title>
	<atom:link href="http://www.techjawa.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techjawa.com</link>
	<description>www.techjawa.com</description>
	<lastBuildDate>Mon, 16 Aug 2010 14:59:31 +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>Guide: Create the Ultimate USB Drive</title>
		<link>http://www.techjawa.com/2010/08/16/guide-create-the-ultimate-usb-drive/</link>
		<comments>http://www.techjawa.com/2010/08/16/guide-create-the-ultimate-usb-drive/#comments</comments>
		<pubDate>Mon, 16 Aug 2010 14:59:31 +0000</pubDate>
		<dc:creator>Corey DeGrandchamp</dc:creator>
				<category><![CDATA[Guides]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.techjawa.com/?p=1977</guid>
		<description><![CDATA[Ever since I created my USB drive and tweaked it with a menu system, I&#8217;ve been getting asked how to do it, and what programs I&#8217;ve used, well keeping a long story short, I basically spent nearly three days using different menu systems, including Portable Apps Menu, geek.menu, and a few others before finally deciding [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.techjawa.com/wp-content/uploads/2010/08/menuopen.png" rel="shadowbox[post-1977];player=img;"><img class="alignright size-full wp-image-1988" style="float: right;" title="menuopen" src="http://www.techjawa.com/wp-content/uploads/2010/08/menuopen.png" alt="" width="150" height="380" /></a><br />
Ever since I created my USB drive and tweaked it with a menu system, I&#8217;ve been getting asked how to do it, and what programs I&#8217;ve used, well keeping a long story short, I basically spent nearly three days using different menu systems, including <a href="http://portableapps.com/suite" target="_blank">Portable Apps Menu</a>, <a href="http://geek-menu.sourceforge.net/" target="_blank">geek.menu</a>, and a few others before finally deciding on <a href="http://www.pegtop.de/start/" target="_blank">PStart</a>.</p>
<p>PStart is definitely the most minimalistic option, but it works out well. It&#8217;s very light-weight and has ALL its settings and information stored in one single XML file. So the program itself is easily kept (and managed) on the root of your drive.</p>
<p>The first thing you&#8217;ll want to do is download <a href="http://www.pegtop.de/download.php?file=start" target="_blank">PStart</a>. Be sure to get the non U3 edition listed.</p>
<p>After you download it, install it to your thumb drive, which is pretty self-explanatory. After that, open your thumb drive and you&#8217;ll see PStart.exe in the root of the drive. I personally renamed PStart.exe just to Menu.exe, but if you do something similar to this, you will also need to rename the XML file it creates (when it runs for the first time) to the same name. Example would be Menu.exe and Menu.xml both need to reside in the same folder. If you have Menu.exe and PStart.xml you&#8217;re configuration won&#8217;t work. The simpler solution here is just to leave it as PStart.exe unless you&#8217;re picky.</p>
<p>After this, you can create an autorun.inf file that will let you launch the menu automatically. Keep in mind that Windows 7 has disabled autorun files from functioning off USB media, so this only works for Windows XP and Windows Vista, but is still handy to have in case you ever plug into an XP/Vista machine.</p>
<p>My autorun.inf file looks like this:</p>
<blockquote><p>
[autorun]</p>
<p>LABEL=Corey DeGrandchamp<br />
ICON=.\CruzerMicro.ico</p>
<p>ACTION=Menu<br />
OPEN=.\PStart.exe</p>
<p>shell\Menu\command=PStart.exe<br />
shell\Lost\command=Lost.exe
</p></blockquote>
<p>This is how it looks when it&#8217;s working properly.</p>
<p><center><a href="http://www.techjawa.com/wp-content/uploads/2010/08/autorun.png" rel="shadowbox[post-1977];player=img;"><img src="http://www.techjawa.com/wp-content/uploads/2010/08/autorun.png" alt="" title="autorun" width="351" height="374" class="aligncenter size-full wp-image-2001" /></a></center></p>
<p>The LABEL and ICON attributes will affect how the drive looks in &#8220;My Computer&#8221; when it&#8217;s plugged in. I have a custom icon for my <a href="http://www.google.com/products/catalog?q=cruzer+micro&#038;oe=utf-8&#038;rls=org.mozilla:en-US:official&#038;client=firefox-a&#038;um=1&#038;ie=UTF-8&#038;cid=17526512051316228364&#038;ei=qUtpTLanF4OKlweX7Y2fBQ&#038;sa=X&#038;oi=product_catalog_result&#038;ct=result&#038;resnum=3&#038;ved=0CDgQ8wIwAg#" target="_blank">Cruzer Micro</a> that I use, so I have that assigned also.</p>
<p>If you&#8217;re wondering what the &#8220;Lost.exe&#8221; portion of that file is, we will get to that later!</p>
<p>Once you have your autorun configured, and set a custom icon (if you wish), then it&#8217;s time to move onto installing apps!</p>
<p>Most apps I have are from the PortableApps suite of applications, and they can be downloaded individually from the <a href="http://portableapps.com/apps" target="_blank>Portable Apps Directory</a> and install them however you want, directory structure doesn&#8217;t matter, set it up however works for you. This is where PStart comes in really handy, because other menu systems require a pre-defined directory structure&#8230; and I really didn&#8217;t like conforming to their standards.</p>
<p>Once you have your apps installed, go ahead and add them to the PStart menu, do this by right clicking within the blank PStart menu and choosing &#8220;Add file&#8230;&#8221; and just pick the .exe from your programs. You can also create folders, and add links to directories within your USB drive. I have a few folders added to mine for quick access to the root of the drive and my portable documents. Feel free to add separators as well, for me they help keep my drive organized. You can also get really creative and assign custom icons to folders and files.</p>
<p>That was the easy (however probably long) part of the process. I&#8217;ve taken the liberty of creating some scripts that come in handy when having a USB drive, you can see them in the screenshot in the beginning of this post, they&#8217;re the three items below the last separator. </p>
<p>First up is the Lost feature that I implemented. This displays quick and easy information about where to return the drive if lost. Perhaps you can offer a reward of some sort here as well. This is totally optional, but quite easy to do. It&#8217;s an AutoIt script that we will turn into an EXE and assign a custom icon.</p>
<p>First thing you can do is open up a blank notepad document, and paste in the following.</p>
<blockquote><p>
#NoTrayIcon</p>
<p>Dim $Message1<br />
Dim $Message2<br />
Dim $Message3<br />
Dim $Message4<br />
Dim $Message5<br />
Dim $Message6<br />
Dim $Title</p>
<p>$Title = &#8220;Lost USB Drive&#8221;<br />
$Message1 = &#8220;PLEASE RETURN TO&#8221;<br />
$Message2 = &#8221;          &#8221;<br />
$Message3 = &#8220;NAME&#8221;<br />
$Message4 = &#8220;ADDR1&#8243;<br />
$Message5 = &#8220;ADDR2&#8243;<br />
$Message6 = &#8220;ADDR3&#8243;</p>
<p>MsgBox(266304,$Title,$Message1 &#038; @CRLF &#038; $Message2 &#038; @CRLF &#038; $Message3 &#038; @CRLF &#038; $Message4 &#038; @CRLF &#038; $Message5 &#038; @CRLF &#038; $Message6)
</p></blockquote>
<p>]</p>
<p>Save it as a .au3 file!</p>
<p>From here we need to download <a href="http://www.autoitscript.com/autoit3/downloads.shtml" target="_blank">AutoIt</a>. We&#8217;ll specific component we&#8217;ll use is &#8220;Aut2Exe&#8221;. This will convert our .au3 file into a .exe to be run on any computer running Windows. I ended up using a custom icon for this as well, you can grab my icon below. Just right click and save it.</p>
<p><a href="http://www.techjawa.com/wp-content/uploads/2010/08/alert.ico"><img src="http://www.techjawa.com/wp-content/uploads/2010/08/alert.ico" alt="" title="alert" size-full wp-image-1995" /></a></p>
<p>The Aut2Exe is pretty easy to use, just feed it your .au3 file and the .ico file, and tell it where to make the .exe file. I put mine in the root of my USB drive and tied it into the autorun file above.</p>
<p>Next up on the list, is a simple batch script that checks your USB drive for errors.</p>
<blockquote><p>
@ECHO OFF<br />
CLS<br />
COLOR 0A<br />
ECHO.<br />
ECHO.<br />
ECHO.<br />
TITLE Checking %2 USB drive for errors&#8230;<br />
ECHO Checking USB drive for errors&#8230;<br />
ECHO.<br />
CHKDSK %1<br />
ECHO.<br />
PAUSE
</p></blockquote>
<p><center><a href="http://www.techjawa.com/wp-content/uploads/2010/08/checkdrive.png" rel="shadowbox[post-1977];player=img;"><img src="http://www.techjawa.com/wp-content/uploads/2010/08/checkdrive-300x154.png" alt="" title="checkdrive" width="300" height="154" class="aligncenter size-medium wp-image-1998" /></a></center></p>
<p>Just copy/paste the above and save it as check.bat and make a slot in your PStart menu for this as well.</p>
<p>And the last item is a way to eject a USB drive&#8230; This one is a bit more complicated&#8230; It will prompt you to close all open files and programs, you do NOT have to close the PStart menu before using this, just any open files, such as a portable application or a document from your USB drive. It&#8217;s just a friendly reminder, if you don&#8217;t close them, the drive will just fail to eject properly. After it prompts you to close the programs, it will wait for any key input to confirm you&#8217;ve closed them, then it will instruct the user to wait for the confirmation message that the drive has been ejected before removing the drive. See the screenshots below for more details.</p>
<p><center><a href="http://www.techjawa.com/wp-content/uploads/2010/08/eject1.png" rel="shadowbox[post-1977];player=img;"><img src="http://www.techjawa.com/wp-content/uploads/2010/08/eject1-300x154.png" alt="" title="eject1" width="300" height="154" class="aligncenter size-medium wp-image-2003" /></a></p>
<p><a href="http://www.techjawa.com/wp-content/uploads/2010/08/eject2.png" rel="shadowbox[post-1977];player=img;"><img src="http://www.techjawa.com/wp-content/uploads/2010/08/eject2-300x153.png" alt="" title="eject2" width="300" height="153" class="aligncenter size-medium wp-image-2004" /></a></p>
<p><a href="http://www.techjawa.com/wp-content/uploads/2010/08/eject3.png" rel="shadowbox[post-1977];player=img;"><img src="http://www.techjawa.com/wp-content/uploads/2010/08/eject3.png" alt="" title="eject3" width="348" height="108" class="aligncenter size-full wp-image-2005" /></a></center></p>
<p>This isn&#8217;t a simple copy/paste job for this, so I&#8217;ve packaged up everything that I&#8217;ve used as a .zip file. Just put it somewhere on your thumb drive and point your PStart menu item to the Eject.bat file.</p>
<p>Here&#8217;s the download: <a href='http://www.techjawa.com/wp-content/uploads/2010/08/USB_Disk_Ejector.zip'>USB_Disk_Ejector.zip</a></p>
<p>That&#8217;s about all I have for you for right now. If you have any questions at all leave them in the comments here and I&#8217;ll get back to you as soon as possible.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.techjawa.com/2010/08/16/guide-create-the-ultimate-usb-drive/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RSS Graffiti</title>
		<link>http://www.techjawa.com/2010/08/14/rss-graffiti/</link>
		<comments>http://www.techjawa.com/2010/08/14/rss-graffiti/#comments</comments>
		<pubDate>Sat, 14 Aug 2010 20:29:45 +0000</pubDate>
		<dc:creator>Corey DeGrandchamp</dc:creator>
				<category><![CDATA[(Uncategorized)]]></category>

		<guid isPermaLink="false">http://www.techjawa.com/?p=1984</guid>
		<description><![CDATA[Trying out something new! We moved away from standard twitter posting of new blog posts (which synced with Facebook through a Twitter application.) a while ago, and moved to an app called &#8220;Networked Blogs&#8221; which I had liked because I seen other big-name tech blogs use it in the past. However I recently found out [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.techjawa.com/wp-content/uploads/2010/08/rss-graffiti.jpg" rel="shadowbox[post-1984];player=img;"><img style ="float: right" src="http://www.techjawa.com/wp-content/uploads/2010/08/rss-graffiti.jpg" alt="" title="rss-graffiti" width="200" height="200" class="alignright size-full wp-image-1985" /></a>Trying out something new!</p>
<p>We moved away from standard twitter posting of new blog posts (which synced with Facebook through a Twitter application.) a while ago, and moved to an app called &#8220;Networked Blogs&#8221; which I had liked because I seen other big-name tech blogs use it in the past. However I recently found out they add their own toolbar to the top and don&#8217;t give direct traffic to your site unless you PAY them. Since I&#8217;m running this site out of my own pocket, that&#8217;s not really an option. I recently noticed Gizmodo and Steam use a different app&#8230;</p>
<p>As of today (as long as things work out) We&#8217;re using a new Facebook plugin called RSS Graffiti.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.techjawa.com/2010/08/14/rss-graffiti/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Top 10 iOS 4 Packages</title>
		<link>http://www.techjawa.com/2010/08/06/top-10-ios-4-packages/</link>
		<comments>http://www.techjawa.com/2010/08/06/top-10-ios-4-packages/#comments</comments>
		<pubDate>Fri, 06 Aug 2010 14:45:22 +0000</pubDate>
		<dc:creator>Corey DeGrandchamp</dc:creator>
				<category><![CDATA[Guides]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Cydia]]></category>
		<category><![CDATA[iOS 4]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://www.techjawa.com/?p=1978</guid>
		<description><![CDATA[Well, thanks to comex&#8216;s new jailbreak for all current iOS devices including the iPhone 4, I&#8217;ve got a new list of my top 10 jailbroken apps and modifications to iOS! 10. MobileVolumeSound &#8211; is a very simple modification to iOS, it simply adds the familiar &#8220;bloop&#8221; sounds from OS X when you&#8217;re turning the volume [...]]]></description>
			<content:encoded><![CDATA[<p><img style="float: right" src="http://www.tipb.com/images/stories/2010/06/Cydia_logo_and_icon_by_zandog-200x200.png" class="alignright" width="200" height="200" />Well, thanks to <a href="http://www.twitter.com/comex" target="_blank">comex</a>&#8216;s new jailbreak for all current iOS devices including the iPhone 4, I&#8217;ve got a new list of my top 10 jailbroken apps and modifications to iOS!</p>
<p><strong>10. </strong>MobileVolumeSound &#8211; is a very simple modification to iOS, it simply adds the familiar &#8220;bloop&#8221; sounds from OS X when you&#8217;re turning the volume up or down. Just a nice little addition that gives your jailbroken iDevice a bit of charm. Works out of the box on iOS 4 and iPhone 4!</p>
<p><strong>09. </strong>PDF Loading Warner &#8211; is a little utility to prevent hijackers from taking control of your device. Comex&#8217;s jailbreak used a PDF font exploit to jailbreak your device, but attackers could use that same vunerability to take CONTROL of your device. This is a must install for those &#8220;just in case&#8221; scenarios. It will simply pop up and ask if you really want to laod a PDF, so no websites can try to load them without you noticing.</p>
<p><strong>08. </strong>Winterboard &#8211; is clearly one of everybody&#8217;s favorites. Seems to work with iOS4 and iPhone 4 without much issue. The old themes based on summerboard aren&#8217;t really worth it anymore, especially if you have an iPhone 4, but if you&#8217;re graphic savvy you can make some of your own themes. Right now I&#8217;m using Winterboard to change #02 in my list (biteSMS) to the standard retina display&#8217;s Messages.app icon. Possibilities are really endless though, so keep an eye out for some iPhone 4 based themes!</p>
<p><strong>07. </strong>Notifier &#8211; is a modification of an old favorite, StatusNotifier. It uses the same technique but actually works on iOS 3.X and 4.X. You may want to install the package called &#8220;Status Notifier Fix&#8221; instead though, it will include this and the required libraries to run, as well as a Winterboard theme to make the notifier icons used the ones that were originally packaged with StatusNotifier. For those of you unfamiliar with StatusNotifier, it puts icons next to your battery to alert you of new IMs, SMSs, MMSs, emails, missed calls, and voicemails! Please note however, Notifier has not been updated with iPhone 4 graphics, so they&#8217;ll look a bit &#8220;old school&#8221; until there is an update.</p>
<p><strong>06. </strong>Installous &#8211; is a shady subject for sure&#8230; But lets face it, it lets you try out apps before dropping big money into them. Like $30 for the LogMeIn app. Add the repository of <strong>http://cydia.hackulo.us/</strong> and install this package. You&#8217;ll be quite satisfied. As of right now they&#8217;re currently looking for graphic designers to help assist in a redesign and update for iPhone 4 displays as well!</p>
<p><strong>05. </strong>LockInfo &#8211; is actually a bit pricey for an app, but the things that it does is fairly amazing. It&#8217;s not 100% ready for iOS 4 just yet, it works but there&#8217;s still some bugs in it. I personally use this to keep myself informed of new emails on my lock screen, the current weather, new notifications, and I keep a an event list of my calendars visible for the next 2 weeks. It really helps me stay organized and helps me stay up to date on work-based tasks also.</p>
<p><strong>04. </strong>SBSettings &#8211; was something I found it hard to live without when I purchased my iPhone 4, it&#8217;s something you take for granted and should be one of the first things you install. Thanks to BigBoss for keeping this updated and ready to go for iOS 4!</p>
<p><strong>03. </strong>Cyntact &#8211; by <a href="http://www.twitter.com/saurik" target="_blank">saurik</a>, who is the author and maintainer of Cydia. It&#8217;s $0.99, but I always recommend this one, as it helps support Cydia&#8217;s developer which can&#8217;t be a bad thing at all, but also for the simple fact that its an amazing modifaction to iOS which shows your contact pictures next to their names in the contact list, phone list, and even works in third party apps as well. It&#8217;s been updated for iOS 4 and the iPhone 4 with support for high resolution pictures as well!</p>
<p><strong>02. </strong>biteSMS &#8211; is an amazing SMS tool with amazing popup notifications, and SMS management. It has a large number of settings. It&#8217;s been updated for iOS 4, with high resolution graphics for the iPhone 4 as well. You really need to <a href="http://www.bitesms.com/" target="_blank">check it out</a> to see for yourself!</p>
<p><strong>01. </strong>Infinifolders &#8211; written by <a href="http://www.twitter.com/chpwn" target="_blank">chpwn</a> is $1.99, but its absolutely well worth it. It&#8217;s something Apple should have done from that start, it allows you to have more than 12 apps per folder, it allows you to scroll through them vertically. Having one &#8220;Games&#8221; and one &#8220;Utilities&#8221; folder really helps clean up your Springboard</p>
]]></content:encoded>
			<wfw:commentRss>http://www.techjawa.com/2010/08/06/top-10-ios-4-packages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nice Try &#8220;Hacker&#8221;</title>
		<link>http://www.techjawa.com/2010/07/10/nice-try-hacker/</link>
		<comments>http://www.techjawa.com/2010/07/10/nice-try-hacker/#comments</comments>
		<pubDate>Sun, 11 Jul 2010 04:48:42 +0000</pubDate>
		<dc:creator>Corey DeGrandchamp</dc:creator>
				<category><![CDATA[(Uncategorized)]]></category>

		<guid isPermaLink="false">http://www.techjawa.com/?p=1974</guid>
		<description><![CDATA[Next time just remember that I still have database access, and can always make myself an Administrator again. You have successfully failed at affecting anything on this website. Good job. Just target a dip-shit next time who won&#8217;t know how to get back in.]]></description>
			<content:encoded><![CDATA[<p>Next time just remember that I still have database access, and can always make myself an Administrator again.</p>
<p>You have successfully failed at affecting anything on this website. Good job.</p>
<p>Just target a dip-shit next time who won&#8217;t know how to get back in.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.techjawa.com/2010/07/10/nice-try-hacker/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Guide: Theme Pidgin in Windows</title>
		<link>http://www.techjawa.com/2010/06/03/guide-theme-pidgin-in-windows/</link>
		<comments>http://www.techjawa.com/2010/06/03/guide-theme-pidgin-in-windows/#comments</comments>
		<pubDate>Thu, 03 Jun 2010 16:10:35 +0000</pubDate>
		<dc:creator>James Kaczynski II</dc:creator>
				<category><![CDATA[Guides]]></category>
		<category><![CDATA[Pidgin]]></category>

		<guid isPermaLink="false">http://www.techjawa.com/?p=1950</guid>
		<description><![CDATA[One problem I have had for awhile was I couldn&#8217;t figure out how to apply a theme to Pidgin using GTK+. I have yet to find a suitable guide for this so I decided to write one. What you will need: Pidgin (Obviously) GTK+ (Installs with Pidgin as long as you don&#8217;t uncheck it.) Internet Connection (for [...]]]></description>
			<content:encoded><![CDATA[<p><a rel="attachment wp-att-1946" href="http://www.techjawa.com/2010/05/13/error-installing-pidgin-2-7-0-on-windows/pidgin_logo-2/"><img class="aligncenter size-medium wp-image-1946" title="pidgin_logo" src="http://www.techjawa.com/wp-content/uploads/2010/05/pidgin_logo-300x138.png" alt="" width="300" height="138" /></a></p>
<p>One problem I have had for awhile was I couldn&#8217;t figure out how to apply a theme to Pidgin using GTK+. I have yet to find a suitable guide for this so I decided to write one.</p>
<p><strong>What you will need:<br />
</strong></p>
<p><strong></p>
<ul>
<li><span style="font-weight: normal;">Pidgin (Obviously)</span></li>
<li><span style="font-weight: normal;">GTK+ (Installs with Pidgin as long as you don&#8217;t uncheck it.)</span></li>
<li><span style="font-weight: normal;">Internet Connection (for Pidgin if you don&#8217;t have it installed and Themes.)</span></li>
<li><span style="font-weight: normal;">ZIP software (7zip, or Windows zip manager should work.)</span></li>
</ul>
<p></strong></p>
<p><strong>Step 1:</strong> Install Pidgin with GTK+<br />
<strong> Step 2:</strong> Configure the options and plugins (Optional)<br />
<strong> Step 3:</strong> Find and download a theme &#8211; (<a href="http://art.gnome.org/themes/gtk2">Here</a>)<br />
<em>Note: Take note of the theme name, you may know of a different site. If you want, post the link in the comments.</em><br />
<strong> Step 4:</strong> Extract the zip file to C:\Program Files\Common Files\GTK\2.0\share\themes\<br />
<strong> Step 5:</strong> Open the start menu and navigate to All Programs\GTK+\Theme Selector<br />
<strong>Step 6:</strong> In the new window that opened click the name of the theme you downloaded under the Current User List<br />
<strong><span style="font-weight: normal;"><em>Note: You can click the theme name under the Global list as well.</em></span><br />
Step 7:</strong> Restart or open Pidgin and you should see your new theme.</p>
<p>If you want to customize the theme a bit further you can use a built in plugin to control more aspects of your theme. (Notably Text, Link and different colors across Pidgin)</p>
<p><strong>Step 8:</strong> Open the Pidgin Buddy list.<br />
<strong>Step 9:</strong> At the top menu click Tools\Plugins<br />
<strong>Step 10:</strong> Scroll down to Pidgin GTK+ Theme Control and check it so it is active.<br />
<strong>Step 11:</strong> Now with Pidgin GTK+ Theme Control selected click the button Configure Plugin along the bottom of the window.<br />
<em>I&#8217;m not going to go in to detail on how to configure the colors</em></p>
<p>Any feedback you have is 100% encouraged.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.techjawa.com/2010/06/03/guide-theme-pidgin-in-windows/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Error Installing Pidgin 2.7.0 on Windows</title>
		<link>http://www.techjawa.com/2010/05/13/error-installing-pidgin-2-7-0-on-windows/</link>
		<comments>http://www.techjawa.com/2010/05/13/error-installing-pidgin-2-7-0-on-windows/#comments</comments>
		<pubDate>Thu, 13 May 2010 12:25:32 +0000</pubDate>
		<dc:creator>Corey DeGrandchamp</dc:creator>
				<category><![CDATA[Guides]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[GTK+]]></category>
		<category><![CDATA[Pidgin]]></category>

		<guid isPermaLink="false">http://www.techjawa.com/?p=1944</guid>
		<description><![CDATA[The latest release of Pidgin (2.7.0) has a borked installer on Windows, it fails to download the (now required) updated to GTK+, and causes issues making it not launch. My initial reaction to this was to find the latest version of GTK+ and install it, however the official packages from the GTK website were just [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.techjawa.com/wp-content/uploads/2010/05/pidgin_logo.png" rel="shadowbox[post-1944];player=img;"><img src="http://www.techjawa.com/wp-content/uploads/2010/05/pidgin_logo.png" alt="" title="pidgin_logo" width="415" height="191" class="aligncenter size-full wp-image-1946" /></a></p>
<p>The latest release of Pidgin (2.7.0) has a borked installer on Windows, it fails to download the (now required) updated to GTK+, and causes issues making it not launch.</p>
<p>My initial reaction to this was to find the latest version of GTK+ and install it, however the official packages from the GTK website were just .zip files, and extracting them were I felt they would work, yeilded the same results.</p>
<p>There&#8217;s a quick fix to this issue though, and it&#8217;s to download Pidgin&#8217;s offline installer, located:</p>
<p><a href="http://sourceforge.net/projects/pidgin/files/Pidgin/2.7.0/pidgin-2.7.0-offline.exe/download">http://sourceforge.net/projects/pidgin/files/Pidgin/2.7.0/pidgin-2.7.0-offline.exe/download</a></p>
<p>That should fix the issue right away.</p>
<p>Just for reference these are the errors you&#8217;d encounter during the online/live installer.</p>
<blockquote><p>Error Downloading the GTK+ Runtime : http://pidgin.im/win32/download_redir.php?version=2.7.0&#038;gtk_version=2.16.6.0&#038;dl_pkg=gtk</p></blockquote>
<p>While installing, and then the two following after the install &#8220;completes&#8221;.</p>
<blockquote><p>The program can&#8217;t start because libatk-1.0-0.dll is missing from your computer. Try reinstalling the program to fix this problem. </p></blockquote>
<p>and</p>
<blockquote><p>Error loading pidgin.dll. Error: (126) The specified module could not be found.</p>
<p>This probably means that GTK+ can&#8217;t be found. </p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.techjawa.com/2010/05/13/error-installing-pidgin-2-7-0-on-windows/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Guide: Fix Windows Folder Renaming (Could Not Find This Item)</title>
		<link>http://www.techjawa.com/2010/05/01/guide-fix-windows-folder-renaming-could-not-find-this-item/</link>
		<comments>http://www.techjawa.com/2010/05/01/guide-fix-windows-folder-renaming-could-not-find-this-item/#comments</comments>
		<pubDate>Sat, 01 May 2010 18:06:14 +0000</pubDate>
		<dc:creator>Corey DeGrandchamp</dc:creator>
				<category><![CDATA[Guides]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows Vista]]></category>

		<guid isPermaLink="false">http://www.techjawa.com/?p=1936</guid>
		<description><![CDATA[I recently started having this issue, and aparrently I&#8217;m not alone as others are also complaining of this issue. Some have reported it to be update KB980408, but that uninstalling it won&#8217;t fix the issue? I cannot confirm or deny this, as there&#8217;s a registry patch/fix instead. For reference, this is the error in question [...]]]></description>
			<content:encoded><![CDATA[<p>I recently started having this issue, and aparrently I&#8217;m <a title="not alone" href="http://social.answers.microsoft.com/Forums/en-US/w7files/thread/d907e1d0-648b-4b26-a377-c5116238f336" target="_blank">not alone</a> as others are also complaining of this issue. Some have reported it to be update KB980408, but that uninstalling it won&#8217;t fix the issue? I cannot confirm or deny this, as there&#8217;s a registry patch/fix instead.</p>
<p>For reference, this is the error in question (when trying to rename a folder).</p>
<p><a href="http://www.techjawa.com/wp-content/uploads/2010/05/cannotfind.png" rel="shadowbox[post-1936];player=img;"><img class="aligncenter size-full wp-image-1937" title="cannotfind" src="http://www.techjawa.com/wp-content/uploads/2010/05/cannotfind.png" alt="" width="410" height="242" /></a></p>
<p>And here are some hotfix registry patches to apply to fix the issue. I&#8217;m sure Microsoft will get enough complaints about this to fix the issue, but in the meantime this should do the trick. As always, use this at your own risk, and don&#8217;t touch it if you&#8217;re unaware of what the registry is.</p>
<p><a href="http://www.techjawa.com/wp-content/uploads/2010/05/FolderFix.zip">FolderFix</a> &#8211; Includes both x64 and x86 versions, and should work on Windows 7 and Windows Vista.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.techjawa.com/2010/05/01/guide-fix-windows-folder-renaming-could-not-find-this-item/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Guide: Use Sikuli Script on x64 Windows</title>
		<link>http://www.techjawa.com/2010/04/29/guide-use-sikuli-script-on-x64-windows/</link>
		<comments>http://www.techjawa.com/2010/04/29/guide-use-sikuli-script-on-x64-windows/#comments</comments>
		<pubDate>Thu, 29 Apr 2010 12:46:34 +0000</pubDate>
		<dc:creator>Corey DeGrandchamp</dc:creator>
				<category><![CDATA[Guides]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Sikuli]]></category>

		<guid isPermaLink="false">http://www.techjawa.com/?p=1931</guid>
		<description><![CDATA[Sikuli Script is an amazing way to script GUI based actions. The script you write is based almost entirely on screenshots (with obviousy text commands to click, doubleclick, and things like that). The real downfall here, is that Sikuli was seemingly designed from the ground up for OS X 10.5 and 10.6 (Leopard and Snow [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.techjawa.com/wp-content/uploads/2010/04/ide-icon2.png" rel="shadowbox[post-1931];player=img;"><img style="float: right" class="size-medium wp-image-1932 alignright" title="ide-icon2" src="http://www.techjawa.com/wp-content/uploads/2010/04/ide-icon2-300x300.png" alt="" width="150" height="150" /></a>Sikuli Script is an amazing way to script GUI based actions. The script you write is based almost entirely on screenshots (with obviousy text commands to click, doubleclick, and things like that).</p>
<p>The real downfall here, is that Sikuli was seemingly designed from the ground up for OS X 10.5 and 10.6 (Leopard and Snow Leopard). The Windows version works great, however if you install it on a 64-bit version of Windows, it wont even run, you get nothing. To fix this we need to go to the batch file which runs Sikuli, usually located in</p>
<blockquote><p>C:\Program Files\Sikuli\Sikuli-IDE.bat</p></blockquote>
<p>You will need to change it to look like this.</p>
<blockquote><p>@echo off<br />
PATH=%PATH%;%~d0%~p0\tmplib<br />
&#8220;C:\Program Files (x86)\Java\jre6\bin\java.exe&#8221; -Dpython.path=&#8221;%~d0%~p0\sikuli-ide-full.jar\Lib&#8221; -cp &#8220;%~d0%~p0\sikuli-ide-full.jar&#8221; edu.mit.csail.uid.SikuliIDE %*</p></blockquote>
<p>Save it and now just run that .bat file instead of the .exe, as the .exe file still wont work to launch the Sikuli GUI.</p>
<p>The only real downfall to this method is .skl files wont launch unless you set them to launch with the .bat file you just edited. After you do that, they run just fine (with a java window that pops up and closes when it&#8217;s finished the script).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.techjawa.com/2010/04/29/guide-use-sikuli-script-on-x64-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pandora Radio Application</title>
		<link>http://www.techjawa.com/2010/04/24/pandora-radio-desktop-application/</link>
		<comments>http://www.techjawa.com/2010/04/24/pandora-radio-desktop-application/#comments</comments>
		<pubDate>Sat, 24 Apr 2010 18:28:46 +0000</pubDate>
		<dc:creator>Corey DeGrandchamp</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Pandora]]></category>

		<guid isPermaLink="false">http://www.techjawa.com/?p=1923</guid>
		<description><![CDATA[Desktop Application The download links and instructions are live for version 1.0 at http://www.techjawa.com/pandora/ .]]></description>
			<content:encoded><![CDATA[<h2 style="text-align: center;"><img class="aligncenter size-large wp-image-1890" title="Pandora Logo" src="http://www.techjawa.com/wp-content/uploads/2010/04/lg_831pandora_logo_blue-1024x128.jpg" alt="" width="408" height="51" />Desktop Application</h2>
<p>The download links and instructions are live for version 1.0 at <a href="http://www.techjawa.com/pandora/">http://www.techjawa.com/pandora/</a></p>
<p><span style="color: #ffffff;">.</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.techjawa.com/2010/04/24/pandora-radio-desktop-application/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pandora Radio Desktop App (Coming Soon)</title>
		<link>http://www.techjawa.com/2010/04/24/pandora-radio-desktop-app-coming-soon/</link>
		<comments>http://www.techjawa.com/2010/04/24/pandora-radio-desktop-app-coming-soon/#comments</comments>
		<pubDate>Sat, 24 Apr 2010 15:24:24 +0000</pubDate>
		<dc:creator>Corey DeGrandchamp</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Pandora]]></category>

		<guid isPermaLink="false">http://www.techjawa.com/?p=1884</guid>
		<description><![CDATA[I&#8217;m working on using a series of hacks and patches and modified javascript to get Pandora Radio running in a desktop application windows rather than your standard web browser. Right now I&#8217;m accomplishing this locally on my PC using a combination of the methods above, with Mozilla Firefox and Prism. I&#8217;m working out a way [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m working on using a series of hacks and patches and modified javascript to get Pandora Radio running in a desktop application windows rather than your standard web browser.</p>
<p>Right now I&#8217;m accomplishing this locally on my PC using a combination of the methods above, with Mozilla Firefox and Prism. I&#8217;m working out a way to package it up, but I did want to provide a screenshot of the &#8220;coming soon&#8221; version.</p>
<p>Just a quick note, I needed to accomplish blocking the ads on Pandora, and allowing popups, there&#8217;s a few &#8220;oddities&#8221; in the version to be released soon, but I&#8217;ll try to get them worked out before I package them up.</p>
<p>Here&#8217;s the screenshot though!</p>
<p style="text-align: center;"><a href="http://www.techjawa.com/wp-content/uploads/2010/04/pandorapreview-Large.png" rel="shadowbox[post-1884];player=img;"><img class="size-medium wp-image-1886  aligncenter" title="pandorapreview (Large)" src="http://www.techjawa.com/wp-content/uploads/2010/04/pandorapreview-Large-300x187.png" alt="" width="300" height="187" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.techjawa.com/2010/04/24/pandora-radio-desktop-app-coming-soon/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
