<?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>Jessie Mihalik dot Com &#187; Software</title>
	<atom:link href="http://www.jessiemihalik.com/articles/category/software/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jessiemihalik.com</link>
	<description>Work. Write. Play. Live.</description>
	<lastBuildDate>Wed, 08 Sep 2010 06:11:26 +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>Christmas Comes Early</title>
		<link>http://www.jessiemihalik.com/articles/2006/12/16/christmas-comes-early/</link>
		<comments>http://www.jessiemihalik.com/articles/2006/12/16/christmas-comes-early/#comments</comments>
		<pubDate>Sat, 16 Dec 2006 06:08:01 +0000</pubDate>
		<dc:creator>jessie</dc:creator>
				<category><![CDATA[Applefangirl]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[If you&#8217;re looking for a great, geeky present for yourself or one of your Mac loving friends, MacHeist has a bundle of 10 Mac programs for the low, low price of $49. This price includes TextMate, one of the nicest text editors for OS X&#8212;a piece of software that normally costs 39 Euros by itself. [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re looking for a great, geeky present for yourself or one of your Mac loving friends, <a href="http://www.macheist.com">MacHeist</a> has a bundle of 10 Mac programs for the low, low price of $49.  This price includes TextMate, one of the nicest text editors for OS X&#8212;a piece of software that normally costs 39 Euros by itself.  Even better, 25% of the purchase price is donated to one of eight charities of your choice.  Overall it&#8217;s a win-win, so head over and check it out.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jessiemihalik.com/articles/2006/12/16/christmas-comes-early/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Customizing the Editor in Fugu</title>
		<link>http://www.jessiemihalik.com/articles/2006/08/16/customizing-the-editor-in-fugu/</link>
		<comments>http://www.jessiemihalik.com/articles/2006/08/16/customizing-the-editor-in-fugu/#comments</comments>
		<pubDate>Wed, 16 Aug 2006 01:36:50 +0000</pubDate>
		<dc:creator>jessie</dc:creator>
				<category><![CDATA[Applefangirl]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[When I changed hosts for my blog, it also meant that I could no longer just SMB the files around. I had to find an actual SFTP/SCP-client for my Macbook. A quick Google search turned up Cyberduck and Fugu. I arbitrarily chose Fugu. (Turns out this was the right decision. Dustin convinced me to try [...]]]></description>
			<content:encoded><![CDATA[<p>When I changed hosts for my blog, it also meant that I could no longer just SMB the files around.  I had to find an actual SFTP/SCP-client for my Macbook.  A quick Google search turned up <a href="http://cyberduck.ch/">Cyberduck</a> and <a href="http://rsug.itd.umich.edu/software/fugu/">Fugu</a>.  I arbitrarily chose Fugu.  (Turns out this was the right decision.  Dustin convinced me to try Cyberduck; version 2.6.1 crashed three times in a row while I was trying to type in the hostname.  But I digress&#8230;)</p>
<p>Fugu is pretty slick, but it would only open files for editing using one of the preset editors, none of which I had.  I decided to see if I could change the list of available editors to include TextEdit, since I was only editing basic CSS.</p>
<p>Turns out you can.  Here&#8217;s how.</p>
<p>1.  Right click on the Fugu application and choose &#8220;Show Package Contents&#8221;</p>
<p><a href="http://jessiemihalik.com/wp-content/uploads/2008/01/picture_1.png" title="picture_1.png"><img src="http://jessiemihalik.com/wp-content/uploads/2008/01/picture_1.png" alt="picture_1.png" /></a></p>
<p>2.  Navigate to Contents, Resources, ODBEditors.plist</p>
<p><a href="http://jessiemihalik.com/wp-content/uploads/2008/01/picture_2.png" title="picture_2.png"><img src="http://jessiemihalik.com/wp-content/uploads/2008/01/picture_2.png" alt="picture_2.png" /></a></p>
<p>3.  Open the ODBEditors.plist file in TextEdit.  Scroll to the bottom of the file and either create a new entry or modify one of the existing entries.  I modified the emacs entry, since I don&#8217;t plan on ever using it.  This is what it should look like:</p>
<p><a href="http://jessiemihalik.com/wp-content/uploads/2008/01/picture_3.png" title="picture_3.png"><img src="http://jessiemihalik.com/wp-content/uploads/2008/01/picture_3.png" alt="picture_3.png" /></a></p>
<p>4.  Save the file and you&#8217;re good.  Load up Fugu, click Fugu, Preferences.  In the preference pane, click the Files icon.  In the External Text Editor, choose the name of the editor you just created.  In my case, TextEdit.</p>
<p><a href="http://jessiemihalik.com/wp-content/uploads/2008/01/picture_4.png" title="picture_4.png"><img src="http://jessiemihalik.com/wp-content/uploads/2008/01/picture_4.png" alt="picture_4.png" /></a></p>
<p>Viola!  You can now command-J to edit files with your chosen editor from Fugu.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jessiemihalik.com/articles/2006/08/16/customizing-the-editor-in-fugu/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Goodbye IE, Hello Firefox</title>
		<link>http://www.jessiemihalik.com/articles/2004/06/13/goodbye-ie-hello-firefox/</link>
		<comments>http://www.jessiemihalik.com/articles/2004/06/13/goodbye-ie-hello-firefox/#comments</comments>
		<pubDate>Sun, 13 Jun 2004 00:00:00 +0000</pubDate>
		<dc:creator>jessie</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[If you&#8217;re into tech then you&#8217;ve probably already heard about Internet Explorer&#8217;s glaring security hole. The flaw allows code to run on your machine just by visiting a malicious page. Ad companies are using the flaw to install spyware and adware on your machine. This is a very Bad Thing. Normally I would just ignore [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re into tech then you&#8217;ve probably already heard about Internet Explorer&#8217;s <a href="http://www.theregister.co.uk/2004/06/10/msinpatchedieflaw/">glaring</a> <a href="http://secunia.com/advisories/11793/">security</a> <a href="http://news.com.com/Pop-up+toolbar+spreads+via+IE+flaws/2100-10023-5229707.html?tag=st.pop">hole</a>.  The flaw allows code to run on your machine just by visiting a malicious page.  Ad companies are using the flaw to install spyware and adware on your machine.  This is a very Bad Thing.  Normally I would just ignore this advisory and wait until Microsoft decided to fix the problem.  Well, that didn&#8217;t work this time.  After some strangeness when I visited a perfectly normal site, I decided it was time to find a new browser, at least for a while.  Since I&#8217;d been hearing good things about Firefox, I thought I&#8217;d give it a try.  I went to <a href="http://www.mozilla.org/">mozilla.org</a> and downloaded version 0.9RC.  Keep in mind this is beta software, and although it is a release candidate, it could still have bugs.</p>
<p><strong>The Good</strong></p>
<p>Installation is a snap.  Really.  The best thing about the installation is that it grabs <em>everything</em> from IE.  When I fired it up for the first time it had all my bookmarks, history, cookies, options, and even all of my “auto complete” things (where it remembers stuff you&#8217;ve typed into the form before and will drop down possible matches to what you are typing now).  It was awesome.  The idea of not having all of those on a new browser is one of the things that has kept me from switching in the past.</p>
<p>Firefox supports tabbed browsing.  I actually was not a fan of tabbed browsing until I started using it in Safari.  Now I use it all the time.  Tabbed browsing in Firefox takes some getting used to, mostly because I&#8217;m so used to IE where everything is in a new window, that I don&#8217;t remember to just close the tab.  However, then a nice little box pops up to ask if I really meant to close the whole window (you can turn it off, but I don&#8217;t recommend it unless you are used to tabbed browsing on Windows already).</p>
<p>Popup blocking is built in.  So far it has caught every popup, which is pretty good since the Google toolbar has recently been letting some through.</p>
<p>Finally, there is a built in Search bar, which by default searches Google, although you can change it to whatever engine you prefer.  You can also add eBay, Amazon, dictionary.com and a lot more.</p>
<p><strong>The Bad</strong></p>
<p>I really haven&#8217;t had too many problems with Firefox.  The main issue is that plugins for previous versions don&#8217;t work with 0.9RC.  In fact, I haven&#8217;t found a single plugin that works, I&#8217;m not sure if it&#8217;s because they haven&#8217;t been updated or because plugins were for some reason disabled.</p>
<p>Internet Explorer only stuff doesn&#8217;t work with Firefox.  Makes sense.  However, I&#8217;m typing this in IE because FreeTextBox (kind of like super Notepad for the web) is IE only.  Also the Google toolbar is IE only, which wouldn&#8217;t be a big deal if plugins were working, but I really miss being able to click “Autofill” and all the form fields are magically filled in, no typing required.</p>
<p><strong>The Ugly</strong></p>
<p>Themes don&#8217;t work in 0.9RC.  Or, like plugins, they haven&#8217;t been updated yet.  The default theme is ok, but there are much nicer looking themes available for 0.8.  In fact, I went back to 0.8 for the themes, but then all of the other cool features of 0.9RC didn&#8217;t work anymore so I switched again.  I&#8217;m sure once the actual 0.9 release is made, themes and plugins will work.</p>
<p>If you&#8217;re interested in downloading Firefox, go to <a href="http://www.mozilla.org/">mozilla.org</a> or directly to the <a href="http://www.mozilla.org/products/firefox/">official Firefox page</a>.</p>
<p><strong>Edit:</strong> If you&#8217;re having trouble getting themes and extensions to work, you may be having the <a href="http://www.jessiemihalik.com/articles/2004/06/13/eureka-firefox-0-9-rc-revisited/">same problem</a> I had.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jessiemihalik.com/articles/2004/06/13/goodbye-ie-hello-firefox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Eureka!  Firefox 0.9 RC Revisited</title>
		<link>http://www.jessiemihalik.com/articles/2004/06/13/eureka-firefox-0-9-rc-revisited/</link>
		<comments>http://www.jessiemihalik.com/articles/2004/06/13/eureka-firefox-0-9-rc-revisited/#comments</comments>
		<pubDate>Sun, 13 Jun 2004 00:00:00 +0000</pubDate>
		<dc:creator>jessie</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Last night while I was in bed waiting for sleep to oh-so-slowly sneak up on me, I had a brilliant idea how to fix Firefox. Why I was thinking about Firefox and its broken extensions and themes, I&#8217;ll never know. However, the point is that I was thinking about it and I vaguely remembered a [...]]]></description>
			<content:encoded><![CDATA[<p>Last night while I was in bed waiting for sleep to oh-so-slowly sneak up on me, I had a brilliant idea how to fix Firefox.  Why I was thinking about Firefox and its <a href="http://www.jessiemihalik.com/articles/2004/06/13/goodbye-ie-hello-firefox/">broken extensions and themes</a>, I&#8217;ll never know.  However, the point is that I <em>was</em> thinking about it and I vaguely remembered a check box somewhere that said “Allow web sites to install software.”  Being the paranoid person that I am, I unchecked it as soon as I installed Firefox and didn&#8217;t give it another thought.  Until last night.  Today, I rechecked the box and voilà! themes and extensions work.  So, if you are having the same problem, look for that check box in Options under Advanced.</p>
<p>There are still some bugs with Themes and Extensions, especially those that have not been updated for 0.9, but at least they install now.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jessiemihalik.com/articles/2004/06/13/eureka-firefox-0-9-rc-revisited/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iTunes Update</title>
		<link>http://www.jessiemihalik.com/articles/2004/04/29/itunes-update/</link>
		<comments>http://www.jessiemihalik.com/articles/2004/04/29/itunes-update/#comments</comments>
		<pubDate>Thu, 29 Apr 2004 17:20:00 +0000</pubDate>
		<dc:creator>jessie</dc:creator>
				<category><![CDATA[Applefangirl]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[For those of you who use iTunes, version 4.5 is now available. It has several new features and now you can download a free single from an “emerging artist” every week. It seems like this update is made up of a bunch of small things that ellict a “that&#8217;s kinda cool” response, instead of a [...]]]></description>
			<content:encoded><![CDATA[<p>For those of you who use <a href="http://www.apple.com/itunes/">iTunes</a>, version 4.5 is now available.  It has several new features and now you can download a free single from an “emerging artist” every week.  It seems like this update is made up of a bunch of small things that ellict a “that&#8217;s kinda cool” response, instead of a few “WOW” features.  For example it&#8217;s kinda cool that you can watch movie trailers straight from iTunes (and of course buy the soundtracks and audiobooks).  It&#8217;s also kinda cool that you can watch music videos.  I&#8217;m not really a music video fan but I watched a couple and it was sorta nice, but not something I would really miss if it wasn&#8217;t available.</p>
<p>One new feature that is pretty useful is the improved printing options.  Now you can print a list of your songs, or a list of all the albums you have.  You can also print cd covers with actual album art (or a mosiac of all the covers for a mixed cd).  I don&#8217;t really ever burn discs, but if I did, I think this is a really cool feature.  I&#8217;m thinking about making a mix cd just to test it out. :)</p>
<p>All of the audiophiles out there will probably be happy with the new Apple Lossless Encoder, which promises full CD quality audio in about half the size an uncompressed audio file would require.  This would also probably be a good option to back up CDs onto your computer without a loss in quality.</p>
<p>If you go to the <a href="http://www.apple.com/itunes/">iTunes</a> site you can read about all of the other features I didn&#8217;t cover like:  Radio Charts, iMix, Wish List, and now your library has links back to the music store as well.</p>
<p>Ok, I gave in.  If you want to see some of the songs I listen to you can view my very own <a href="http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewPublishedPlaylist?id=19192">iMix list</a> (you need iTunes).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jessiemihalik.com/articles/2004/04/29/itunes-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Little Driver That Could</title>
		<link>http://www.jessiemihalik.com/articles/2004/03/31/the-little-driver-that-could/</link>
		<comments>http://www.jessiemihalik.com/articles/2004/03/31/the-little-driver-that-could/#comments</comments>
		<pubDate>Wed, 31 Mar 2004 15:44:00 +0000</pubDate>
		<dc:creator>jessie</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I have a Powerbook G4 and I love it. I wouldn&#8217;t trade it for any of the Windows notebooks in the world. However, there is one teensy, tiny little thing I envy about all of those behemoth Windows notebooks&#8211;the built in scrolling on the trackpad. Just run your finger down one side of the trackpad, [...]]]></description>
			<content:encoded><![CDATA[<p>I have a Powerbook G4 and I love it.  I wouldn&#8217;t trade it for any of the Windows notebooks in the world.  However, there is one teensy, tiny little thing I envy about all of those behemoth Windows notebooks&#8211;the built in scrolling on the trackpad.  Just run your finger down one side of the trackpad, and voila! scrolling like magic.  Now, I don&#8217;t need to be envious any longer because I found a driver for OS X that does the same thing and a whole lot more (ok, so really Dustin found it).</p>
<p>Before I go any further I must warn you that this software is BETA!  If you don&#8217;t know what that means, don&#8217;t install it.  Simple as that.  The software is known as SideTrack and it is currently at version 0.8.<br />
<a href="http://www.ragingmenace.com/software/sidetrack/index.html">http://www.ragingmenace.com/software/sidetrack/index.html</a><br />
<a href="http://www.macupdate.com/info.php/id/12800">http://www.macupdate.com/info.php/id/12800</a></p>
<p>Installation.  Installation was fast, just run the program you download.  However, when I rebooted the fist time, I didn&#8217;t think my computer was going to boot.  It took a LONG time to move from the grey screen.  Don&#8217;t worry, it booted normally the next time I restarted.  When you finally get it rebooted, tapping the trackpad is turned off by default.  Go to System Preferences and at the bottom you&#8217;ll see the SideTrack button.  Then configure away.  This driver has a LOT of features.  Go to the link above for a good list of everything it does.  I&#8217;ll just cover the features I found most useful.</p>
<p>Scrolling.  You can set up the scroll area to be either on the left or right of the trackpad and you can set the width of the scrolling area.  It takes a while to get used to the scrolling and where exactly you need touch the trackpad to get it to work.  If you set the area wider it may help you get used to it.  After using it for a week I can pretty much always hit the correct area.  You can also set up horizontal scrolling but since I rarely need to scroll left and right, I haven&#8217;t set it up.</p>
<p>The button.  You can set the mouse button to be either a right or left mouse click.  At first I set it up as a right click, since I mostly tap the trackpad to left click (if you intend to keep it this way, you need to set the tap to “left click with drag“ or you won&#8217;t be able to move windows or select text).  However, after using that button as a left click for over a year, I found it was just too hard to retrain myself to see it as a right click.  So, I changed it back and found a different solution for right clicking.</p>
<p>Corners.  You can set the corners to be a left or right click, or a keystroke, or other options.  So, for right clicking, I set the top left corner to a right click.  It takes some practice to find exactly where you need to tap, but you can always make the area bigger and I like it better than Ctrl clicking.</p>
<p>Ok, that&#8217;s what I like about it.  There is really only one thing I can complain about&#8211;sometimes your mouse will freeze for a second or two.  Not really too annoying but you will notice it.  Overall, though, it&#8217;s very, very cool.  And the thing I love the most?  You can set it to let you tap to select the user to login.  I never understood why tapping didn&#8217;t work in the fist place.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jessiemihalik.com/articles/2004/03/31/the-little-driver-that-could/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/


Served from: www.jessiemihalik.com @ 2010-09-09 17:11:55 -->