<?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>Newsyland Blog</title>
	<atom:link href="http://blog.newsyland.com/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.newsyland.com</link>
	<description>tail -f /dev/brain &#62;&#62; blog.newsyland.com</description>
	<lastBuildDate>Tue, 17 Nov 2009 20:07:57 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Mounting Windows portion of data DVD/CD from Mac</title>
		<link>http://blog.newsyland.com/uncategorized/mounting-windows-portion-of-data-dvdcd-from-mac</link>
		<comments>http://blog.newsyland.com/uncategorized/mounting-windows-portion-of-data-dvdcd-from-mac#comments</comments>
		<pubDate>Tue, 17 Nov 2009 20:05:29 +0000</pubDate>
		<dc:creator>Kirk Ireson</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.newsyland.com/?p=103</guid>
		<description><![CDATA[I have a data driver disk (CD / DVD) which has both Mac and Windows (i.e. a hybrid disk) portions with their respective driver files.  When you put the disk in a Mac, it mounts only the Mac portion of the disk.  I want to also copy files off the Windows portion.  [...]]]></description>
			<content:encoded><![CDATA[<p>I have a data driver disk (CD / DVD) which has both Mac and Windows (i.e. a hybrid disk) portions with their respective driver files.  When you put the disk in a Mac, it mounts only the Mac portion of the disk.  I want to also copy files off the Windows portion.  So, this is how to get access to the Windows files by mounting as a iso9660 format disk in Snow Leopard (version 10.6.2)</p>
<p>
1. Put the disk in the drive and let it mount normally.</p>
<p>2. From a Terminal Window (yes, we are using commands on the command line):</p>
<p>
Get mounted disk location, e.g. &#8221; Name: /dev/disk1 &#8221; (to be used in third command):</p>
<p class="code">
drutil status
</p>
<p>Make a temporary mount point:</p>
<p class="code">
sudo mkdir /tmp/foo/
</p>
<p>Mount the disk:</p>
<p class="code">
sudo mount_cd9660 /dev/disk1 /tmp/foo/
</p>
<p>
You now have access to the Windows files in the Finder.</p>
<p>When done, unmount the iso9660 portion:</p>
<p class="code">
sudo umount /tmp/foo/
</p>
<p>
Then unmount the rest of the disk as normal in Finder.</p>
<p>You can use this command to remove the temporary mount point, (or it should automatically get deleted upon reboot)</p>
<p class="code">
sudo rmdir /tmp/foo/</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.newsyland.com/uncategorized/mounting-windows-portion-of-data-dvdcd-from-mac/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HOWTO: Hookup two wireless routers</title>
		<link>http://blog.newsyland.com/original/howto-hookup-two-wireless-routers</link>
		<comments>http://blog.newsyland.com/original/howto-hookup-two-wireless-routers#comments</comments>
		<pubDate>Tue, 01 Sep 2009 03:55:09 +0000</pubDate>
		<dc:creator>Kirk Ireson</dc:creator>
				<category><![CDATA[Original]]></category>

		<guid isPermaLink="false">http://blog.newsyland.com/?p=97</guid>
		<description><![CDATA[I have an Apple Airport Extreme wireless router.  Because I have an iPhone (it can&#8217;t connect via 802.11n), I had to have my Airport Radio Mode set to &#8220;802.11n (802.11b/g compatible)&#8221;, which means when the iPhone was connected (and maybe at other times) the Airport was broadcasting at the slower b/g protocol speeds.  [...]]]></description>
			<content:encoded><![CDATA[<p>I have an Apple Airport Extreme wireless router.  Because I have an iPhone (it can&#8217;t connect via 802.11n), I had to have my Airport Radio Mode set to &#8220;802.11n (802.11b/g compatible)&#8221;, which means when the iPhone was connected (and maybe at other times) the Airport was broadcasting at the slower b/g protocol speeds.  Well, I also have a spare Linksys WRT54G v2.0 wireless router.  So, I flashed it with <a href="http://www.dd-wrt.com">dd-wrt</a> firmware, and following <a href="http://www.dd-wrt.com/wiki/index.php/Wireless_Access_Point">these instructions</a> I&#8217;ve configured the Linksys as a Wireless Access Point (WAP) and connected an ethernet cable from one of its LAN ports to a LAN port on the Airport (serving as the &#8220;main router&#8221;). I now have a 802.11g router (Linksys) for my iPhone to connect to, and my Airport&#8217;s Radio Mode is now set to &#8220;802.11n (5 GHz)&#8221; for my Macbook Pro and Macbook to connect to at their fastest speeds. Goodness.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.newsyland.com/original/howto-hookup-two-wireless-routers/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Eclipse with Aptana plugin and SFTP support, a free website editor</title>
		<link>http://blog.newsyland.com/programming/php/eclipse-with-aptana-plugin-and-sftp-support-a-free-website-editor</link>
		<comments>http://blog.newsyland.com/programming/php/eclipse-with-aptana-plugin-and-sftp-support-a-free-website-editor#comments</comments>
		<pubDate>Tue, 10 Mar 2009 06:12:11 +0000</pubDate>
		<dc:creator>Kirk Ireson</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://blog.newsyland.com/?p=62</guid>
		<description><![CDATA[A friend wanted a good, free web development IDE for Mac. Personally, I use Coda and love it, but it&#8217;s not free.
I found this resource as a starting point.
I quickly found that although KompoZer and Nvu were good for her because they were WYSIWYG editors, they both don&#8217;t support SFTP, which was required in this [...]]]></description>
			<content:encoded><![CDATA[<p>A friend wanted a good, free web development IDE for Mac. Personally, I use <a href="http://www.panic.com/coda/">Coda</a> and love it, but it&#8217;s not free.</p>
<p>I found <a href="http://webdesign.about.com/od/htmleditors/tp/aatp_frehtedmac.-0cZ.htm">this resource</a> as a starting point.</p>
<p>I quickly found that although KompoZer and Nvu were good for her because they were WYSIWYG editors, they both don&#8217;t support SFTP, which was required in this case (and most cases really), and were also lacking a little love. SeaMonkey and the rest below that on the list were either too simple or too complex. For me, this left three: <a href="http://www.aptana.com/studio">Aptana</a>, <a href="http://www.activestate.com/komodo_edit/">Komodo Edit</a>, or <a href="http://www.eclipse.org/downloads/">Eclipse</a> to try.</p>
<p>The Komodo Editor is actually pretty good, but I felt didn&#8217;t have a very good remote connection tool. Aptana doesn&#8217;t officially support SFTP without paying $99/yr (I tried using their <a href="http://www.aptana.com/plugins">free SFTP plugin</a>, but it didn&#8217;t work in Eclipse 3.4.2). So, since I use Eclipse for my Python projects, I wanted to see if I could get Eclipse with the Aptana plugin to work.  I found <a href="http://webhostedservices.com/blog/?p=19">this blog with the answer</a>.</p>
<p>These are the shortened steps I followed:</p>
<ol>
<li>Download and install the <a href="http://download.eclipse.org/eclipse/downloads/drops/R-3.4.2-200902111700/macPlatform.php#EclipseSDK">Eclipse SDK ver. 3.4.2 (Ganymede)</a></li>
<li>Install the Aptana Studio <a href="http://www.aptana.com/docs/index.php/Plugging_Aptana_into_an_existing_Eclipse_configuration">as an Eclipse plugin</a></li>
<li>In the Aptana Perspective, &#8216;My Aptana&#8217; tab, select &#8216;Plugins&#8217; at the top, then choose to install &#8216;Aptana PHP&#8217;.<br />
<img class="alignnone size-full wp-image-65" title="aptana_plugins" src="http://blog.newsyland.com/wp-content/uploads/2009/03/aptana_plugins.png" alt="aptana_plugins" width="456" height="393" /></li>
<li>Using the Eclipse Software Updates, install a new remote site, Remote System Explorer, by adding this URL: http://download.eclipse.org/dsdp/tm/updates/, but you only need to select the &#8216;Remote System Explorer Core&#8217; and &#8216;RSE SSH Services&#8217; portions, found under the &#8216;RSE_Runtime&#8217; when selecting features to install.<br />
<img class="size-full wp-image-68" title="select" src="http://blog.newsyland.com/wp-content/uploads/2009/03/select.png" alt="select" width="347" height="236" /></li>
<li>Now, with the Remote System Explorer perspective selected (top right of the IDE), on the left side, in the Remote Systems tab, right-click and choose &#8216;New Connection&#8230;&#8217;, then input the settings to connect to your remote webserver.</li>
<p><img class="alignnone size-full wp-image-66" title="perspective" src="http://blog.newsyland.com/wp-content/uploads/2009/03/perspective.png" alt="perspective" width="226" height="62" /></p>
<p><img class="size-full wp-image-68" title="remote_connection" src="http://blog.newsyland.com/wp-content/uploads/2009/03/remote_connection.png" alt="remote_connection" width="220" height="245" /></p>
<li>Once you&#8217;ve logged into your site and see the files, right-click on the one(s) to edit and choose &#8216;Open With&#8217;, then &#8216;Aptana PHP Editor&#8217;</li>
<li>You can now edit with all the syntactic highlighting, auto complete and other features of Aptana Studio.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://blog.newsyland.com/programming/php/eclipse-with-aptana-plugin-and-sftp-support-a-free-website-editor/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get rid of that annoying dashed line around objects when clicking in Firefox</title>
		<link>http://blog.newsyland.com/original/get-rid-of-that-annoying-dashed-line-around-objects-when-clicking-in-firefox</link>
		<comments>http://blog.newsyland.com/original/get-rid-of-that-annoying-dashed-line-around-objects-when-clicking-in-firefox#comments</comments>
		<pubDate>Mon, 09 Mar 2009 06:09:13 +0000</pubDate>
		<dc:creator>Kirk Ireson</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Original]]></category>

		<guid isPermaLink="false">http://blog.newsyland.com/?p=56</guid>
		<description><![CDATA[How to get rid of that annoying dashed line around objects when clicking in Firefox:
In the url Location Bar, type &#8216;about:config&#8217;.
Then in the filter box, type &#8216;browser.display.focus_ring_width&#8217;.
Set its value from 1 to 0.
]]></description>
			<content:encoded><![CDATA[<p>How to get rid of that annoying dashed line around objects when clicking in Firefox:<br />
<img src="http://blog.newsyland.com/wp-content/uploads/2009/03/firefox_dashed_line_when_clicking.png" alt="Dashed line when clicking in Firefox" title="firefox_dashed_line_when_clicking" width="153" height="52" class="size-full wp-image-57" /><br />
In the url Location Bar, type &#8216;about:config&#8217;.<br />
Then in the filter box, type &#8216;browser.display.focus_ring_width&#8217;.<br />
Set its value from 1 to 0.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.newsyland.com/original/get-rid-of-that-annoying-dashed-line-around-objects-when-clicking-in-firefox/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tolstrup.us</title>
		<link>http://blog.newsyland.com/original/tolstrupus</link>
		<comments>http://blog.newsyland.com/original/tolstrupus#comments</comments>
		<pubDate>Fri, 06 Mar 2009 06:15:37 +0000</pubDate>
		<dc:creator>Kirk Ireson</dc:creator>
				<category><![CDATA[Original]]></category>

		<guid isPermaLink="false">http://blog.newsyland.com/?p=53</guid>
		<description><![CDATA[Shameless plug for the writings of my grandfather at http://tolstrup.us. You&#8217;ll find stories and pictures of him growing up in the midwest in the early part of the 20th century.
]]></description>
			<content:encoded><![CDATA[<p>Shameless plug for the writings of my grandfather at <a href="http://tolstrup.us">http://tolstrup.us</a>. You&#8217;ll find stories and <a href="http://tolstrup.us/pictures">pictures</a> of him growing up in the midwest in the early part of the 20th century.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.newsyland.com/original/tolstrupus/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mac OS X: Mounting FAT32 external hard drive via Terminal command line</title>
		<link>http://blog.newsyland.com/mac-os-x/mac-os-x-mounting-fat32-external-hard-drive-via-terminal-command-line</link>
		<comments>http://blog.newsyland.com/mac-os-x/mac-os-x-mounting-fat32-external-hard-drive-via-terminal-command-line#comments</comments>
		<pubDate>Mon, 02 Mar 2009 04:14:40 +0000</pubDate>
		<dc:creator>Kirk Ireson</dc:creator>
				<category><![CDATA[Mac OS X]]></category>

		<guid isPermaLink="false">http://blog.newsyland.com/?p=47</guid>
		<description><![CDATA[I have a 150GB USB external hard drive (IDE/Parallel ATA disk in an enclosure) which was formatted as one partition, FAT32 in Windows XP. I wanted to extract the files off of it using my Macbook Pro running Apple Macintosh Leopard (Mac OS X 10.5.6).
However, when I plug it in, I get a dialog box [...]]]></description>
			<content:encoded><![CDATA[<p>I have a 150GB USB external hard drive (IDE/Parallel ATA disk in an enclosure) which was formatted as one partition, FAT32 in Windows XP. I wanted to extract the files off of it using my Macbook Pro running Apple Macintosh Leopard (Mac OS X 10.5.6).</p>
<p>However, when I plug it in, I get a dialog box which says:</p>
<p class="code">
Disk Insertion<br />
The disk you inserted was not readable by this computer.<br />
Initialize&#8230;   Ignore   Eject
</p>
<p>I saw many references to there being a 127GB or 128GB partition limit for FAT32 for Mac to successfully mount.</p>
<p>Also, a potential problem was that when using Disk Utility it shows up on my system incorrectly as formatted as a Windows NT Filesystem (NTFS-3G).</p>
<p class="code">
diskutil list disk3
</p>
<p>Output:</p>
<p class="code">
/dev/disk3<br />
#:                       TYPE NAME                    SIZE       IDENTIFIER<br />
0:     FDisk_partition_scheme                        *149.1 Gi   disk3<br />
1:               Windows_NTFS                         149.0 Gi   disk3s1
</p>
<p>It did however mount automatically and show up when I was running a virtual machine, for example Parallels and Windows XP (I used VirtualBox and Windows 7), but copying over files this way proved to be very slow.</p>
<p>So, after spending a lot of time on the internet looking for solutions, I just tried mounting it from the Terminal (command line) with success!</p>
<p>First, make a mount point:</p>
<p class="code">
sudo mkdir /Volumes/EXT_HD
</p>
<p>Now mount (your device numbers may be different, e.g. /dev/disk2s1 &#8212; you can determine what it is as it will the the highest number when you issue the command &#8216;ls /dev/disk*&#8217;):</p>
<p class="code">
sudo mount -t msdos /dev/disk3s1 /Volumes/EXT_HD/
</p>
<p>It eventually showed up in Devices in Finder, but just to let you know, when I tried ejecting (unmounting) it when I was done, even though I had closed all programs I got the error:</p>
<p>The disk &#8220;USB_DRIVE&#8221; is in use and could not be ejected. Try quitting applications and try again.</p>
<p>Unmounting via he command line also failed:</p>
<p class="code">
sudo umount /Volumes/EXT_HD/<br />
umount: unmount(/Volumes/EXT_HD): Resource busy
</p>
<p>So I had to reboot.</p>
<p>I hope someone finds this information useful because I sure didn&#8217;t find any help&#8230;</p>
<p><em>EDIT (01 Oct, 2009): </em> Apparently there is a way to <a href="http://www.macosxhints.com/article.php?story=20090913140023382">enable native NTFS read/write support in 10.6 Snow Leopard</a> (and this may work for Leopard).  However, I would recommend not allowing write ability (and thus read only) when using this method as it may corrupt your NTFS files. To set to read only, follow the directions in the link but instead of using &#8216;rw&#8217;, use &#8216;ro&#8217;, e.g. UUID=123-456-789 none ntfs ro</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.newsyland.com/mac-os-x/mac-os-x-mounting-fat32-external-hard-drive-via-terminal-command-line/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>How to handle deleting trash in Thunderbird when using IMAP Gmail</title>
		<link>http://blog.newsyland.com/original/how-to-handle-deleting-trash-in-thunderbird-when-using-imap-gmail</link>
		<comments>http://blog.newsyland.com/original/how-to-handle-deleting-trash-in-thunderbird-when-using-imap-gmail#comments</comments>
		<pubDate>Wed, 15 Oct 2008 20:11:35 +0000</pubDate>
		<dc:creator>Kirk Ireson</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Original]]></category>

		<guid isPermaLink="false">http://blog.newsyland.com/?p=38</guid>
		<description><![CDATA[The Google team about a year ago added IMAP services to gmail. This is a great way to be able to manage your mail from several different places (e.g. client software at work, and web based gmail page on the road) and have everything automatically be in sync.
I&#8217;m also a big fan of the open [...]]]></description>
			<content:encoded><![CDATA[<p>The Google team <a href="http://gmailblog.blogspot.com/2007/10/sync-your-inbox-across-devices-with.html">about a year ago</a> added <a title="IMAP config" href="http://mail.google.com/support/bin/answer.py?hl=en&amp;answer=78892">IMAP services to gmail</a>. This is a great way to be able to manage your mail from several different places (e.g. client software at work, and web based gmail page on the road) and have everything automatically be in sync.</p>
<p>I&#8217;m also a big fan of the open source <a href="http://www.mozilla.com/thunderbird/">Thunderbird</a> email client. But there is one annoying thing using these two together: when you have a message selected and press &#8216;delete&#8217;, normally this sends the message to Thunderbird&#8217;s trash (which completely removes it from Gmail), but in this case, you want to send it to Gmail&#8217;s trash.</p>
<p>There was a configuration setting you could try, to send the message to [Gmail]/Trash, but Google doesn&#8217;t recommend it (see &#8216;UPDATE 2, Nov 8th&#8217; <a href="http://lifehacker.com/software/geek-to-live/turn-thunderbird-into-the-ultimate-gmail-imap-client-314574.php">here</a>). Instead you are supposed to move (e.g. drag-and-drop) the message to the [Gmail]/Trash folder manually.  Well, that&#8217;s not too convenient when you have a lot of folders. So, what I&#8217;ve found is an add-on <a href="https://addons.mozilla.org/en-US/thunderbird/addon/3254">QuickFolders</a> which will easily make a shortcut to that folder (and others) so that you can more easily drag-n-drop to send that message to gmail&#8217;s &#8216;Trash&#8217;.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.newsyland.com/original/how-to-handle-deleting-trash-in-thunderbird-when-using-imap-gmail/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>The Best Firefox Add-ons</title>
		<link>http://blog.newsyland.com/original/the-best-firefox-add-ons</link>
		<comments>http://blog.newsyland.com/original/the-best-firefox-add-ons#comments</comments>
		<pubDate>Tue, 16 Sep 2008 00:47:28 +0000</pubDate>
		<dc:creator>Kirk Ireson</dc:creator>
				<category><![CDATA[Original]]></category>

		<guid isPermaLink="false">http://blog.newsyland.com/?p=30</guid>
		<description><![CDATA[I can&#8217;t use any other browser no matter how fast or cool because I&#8217;ve gotten so used to add-ons for firefox!
Here are mine, and in case you&#8217;re wondering, I have all these currently installed (Mac OS, is my current OS of choice) and Firefox runs at nearly the same speed as no add-ons:
&#8212;&#8212;&#8212; These are INDISPENSIBLE: &#8212;&#8212;&#8212;
DownloadStatusbar: [...]]]></description>
			<content:encoded><![CDATA[<p>I can&#8217;t use any other browser no matter how fast or cool because I&#8217;ve gotten so used to add-ons for firefox!</p>
<p>Here are mine, and in case you&#8217;re wondering, I have all these currently installed (Mac OS, is my current OS of choice) and Firefox runs at nearly the same speed as no add-ons:</p>
<p>&#8212;&#8212;&#8212; These are <strong>INDISPENSIBLE</strong>: &#8212;&#8212;&#8212;</p>
<p><strong>DownloadStatusbar</strong>:  Simply a much better download manager.<br />
<a href="http://downloadstatusbar.mozdev.org/" target="_blank">http://downloadstatusbar.mozdev.org/</a></p>
<p><strong>FlashBlock</strong>:  Replaces flash objects with a play button (&#8216;&gt;&#8217;) you must click before you can see it. Purpose is to lessen the amount of distracting things shown on most webpages.  You can add any website to a whitelist.<br />
<a href="http://flashblock.mozdev.org/" target="_blank">http://flashblock.mozdev.org/</a></p>
<p><strong>NoScript</strong>:  Extra protection! You must explicitly opt-in to any javascript or java (and other plugins) for every website (permanently or for just this session). You can add any website to a whitelist.<br />
<a href="http://noscript.net/" target="_blank">http://noscript.net/</a></p>
<p><strong>Tab Mix Plu</strong>s:  Lots of fantastic tweaks for tabbed browsing.<br />
<a href="http://tmp.garyr.net/" target="_blank">http://tmp.garyr.net/</a>  lastest (beta) versions here:<br />
<a href="http://tmp.garyr.net/dev-builds/" target="_blank">http://tmp.garyr.net/dev-builds/</a></p>
<p><strong>Nuke Anything Enhanced</strong>:  Allows you to select any object (e.g. text, image) in a webpage and choose to remove it or remove everything else (can bring everything back with a simple page refresh).  Fantastic uses:  delete an annoying animated gif!, or clean up a page before printing!<br />
<a href="https://addons.mozilla.org/en-US/firefox/addon/951" target="_blank">https://addons.mozilla.org/en-US/firefox/addon/951</a></p>
<p>&#8212;&#8212;&#8212; Adds lots of convienience: &#8212;&#8212;&#8212;</p>
<p><strong>MouseGestures</strong>:  Use your mouse for navigation. For example, holding the right mouse button while clicking the left, takes you back a page.<br />
<a href="http://www.mousegestures.org/" target="_blank">http://www.mousegestures.org/</a></p>
<p><strong>LinkAlert</strong>:  Changes the cursor to indicate the target of a link (e.g. shows a small pdf image if it links to a pdf)<br />
<a href="http://linkalert.googlepages.com/" target="_blank">http://linkalert.googlepages.com/</a></p>
<p><strong>ForecastFox</strong>: Displays the current weather (including radar/satellite) and forecast info constantly in your toolbar or statusbar. Nicely configurable.  Sure nice to have in a place where it actually rains!<br />
<a href="http://users.rcn.com/shoofy/forecastfox_enhanced/" target="_blank">http://users.rcn.com/shoofy/forecastfox_enhanced/</a></p>
<p><strong>Fire.fm</strong>:  Brings <a href="http://last.fm/" target="_blank">last.fm</a> audio streaming (free) to your browser with a handy small controller!!<br />
<a href="http://sourceforge.net/projects/firefm/" target="_blank">http://sourceforge.net/projects/firefm/</a></p>
<p><strong>Mac PDF</strong>: (Mac only) displays pdf documents in their own tab (instead of launching Mac&#8217;s built-in &#8220;Preview&#8221;)<br />
<a href="http://code.google.com/p/firefox-mac-pdf/" target="_blank">http://code.google.com/p/firefox-mac-pdf/</a></p>
<p><strong>GMarks</strong>:  Allows you to have access to your Google Bookmarks everywhere and easily.  I&#8217;m still getting use to this as I&#8217;m not a very organized bookmarker.  What&#8217;s cool about this is that you can search for text within the entire webpage of any bookmark you have &#8211; pretty powerful that is!<br />
<a href="https://addons.mozilla.org/en-US/firefox/addon/2888" target="_blank">https://addons.mozilla.org/en-US/firefox/addon/2888</a>   see also<br />
<a href="http://www.google.com/bookmarks/" target="_blank">http://www.google.com/bookmarks/</a></p>
<p><strong>BugMeNot</strong>:  Allows anonymous logins to those annoying &#8220;free&#8221; websites (e.g. NY Times)<br />
<a href="http://erichamiter.com/firefox/bugmenot/" target="_blank">http://erichamiter.com/firefox/bugmenot/</a></p>
<p>&#8212;&#8212;&#8212; <strong>KEY</strong> Webpage Development or Tweaking or Investigating Tools: &#8212;&#8212;&#8212;</p>
<p><strong>Firebug</strong>: Tons of tools; can edit, debug, and monitor CSS, HTML, and JavaScript live in any web page!<br />
<a href="http://getfirebug.com/" target="_blank">http://getfirebug.com/</a></p>
<p><strong>Web Developer Toolbar</strong>:  Big and extremely helpful set of tools for messing with webpages.<br />
<a href="http://chrispederick.com/work/web-developer/" target="_blank">http://chrispederick.com/work/web-developer/</a></p>
<p><strong>TamperData</strong>:   View and modify HTTP/HTTPS headers, etc.<br />
<a href="http://tamperdata.mozdev.org/" target="_blank">http://tamperdata.mozdev.org/</a></p>
<p>&#8212;&#8212;&#8212; Some &#8216;niceties&#8217; provided by <a href="http://lifehacker.com/" target="_blank">lifehacker.com</a>: &#8212;&#8212;&#8212;<br />
All these allow small tweaks to the way their respective websites are displayed:</p>
<p><strong>better-youtub</strong>e:<br />
<a href="http://lifehacker.com/software/exclusive-lifehacker-download/better-youtube-firefox-extension-319925.php" target="_blank">http://lifehacker.com/software/exclusive-lifehacker-download/better-youtube-firefox-extension-319925.php</a></p>
<p><strong>better-google-reade</strong>r:<br />
<a href="http://lifehacker.com/software/exclusive-lifehacker-download/trick-out-google-reader-with-better-greader-262020.php" target="_blank">http://lifehacker.com/software/exclusive-lifehacker-download/trick-out-google-reader-with-better-greader-262020.php</a></p>
<p><strong>better gmail</strong>:<br />
<a href="http://lifehacker.com/software/exclusive-lifehacker-download/better-gmail-2-firefox-extension-for-new-gmail-320618.php" target="_blank">http://lifehacker.com/software/exclusive-lifehacker-download/better-gmail-2-firefox-extension-for-new-gmail-320618.php</a></p>
<p><strong>better gcal</strong>:<br />
<a href="http://lifehacker.com/software/exclusive-lifehacker-download/enhance-google-calendar-with-the-better-gcal-firefox-extension-260074.php" target="_blank">http://lifehacker.com/software/exclusive-lifehacker-download/enhance-google-calendar-with-the-better-gcal-firefox-extension-260074.php</a></p>
<p><strong>better amazon</strong>:<br />
<a href="http://lifehacker.com/397946/better-amazon-firefox-extension-upgrades-amazoncom" target="_blank">http://lifehacker.com/397946/better-amazon-firefox-extension-upgrades-amazoncom</a></p>
<p>&#8212;&#8212;&#8212; Deactivated mine, but you may want to check out: &#8212;&#8212;&#8212;</p>
<p><strong>LiveHTTPHeaders</strong>: View HTTP headers of a page while browsing.<br />
<a href="http://livehttpheaders.mozdev.org/" target="_blank">http://livehttpheaders.mozdev.org/</a></p>
<p><strong>Nightly Tester Tools</strong>:  You&#8217;ll need this to allow add-ons to work if you&#8217;re using a beta version (i.e. Minefield) of Firefox.<br />
<a href="http://www.oxymoronical.com/web/firefox/nightly" target="_blank">http://www.oxymoronical.com/web/firefox/nightly</a></p>
<p><strong>Google Pagerank Status</strong>:  Display the google pagerank for the currently viewed page. (VERY unfortunately, this add-on is not kept current)<br />
<a href="http://www.tapouillo.com/firefox_extension/" target="_blank">http://www.tapouillo.com/firefox_extension/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.newsyland.com/original/the-best-firefox-add-ons/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>libtiff error in Matlab when attempting to use ImageMagick</title>
		<link>http://blog.newsyland.com/original/libtiff-error-in-matlab-when-attempting-to-use-imagemagick</link>
		<comments>http://blog.newsyland.com/original/libtiff-error-in-matlab-when-attempting-to-use-imagemagick#comments</comments>
		<pubDate>Sat, 06 Sep 2008 19:20:46 +0000</pubDate>
		<dc:creator>Kirk Ireson</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Matlab]]></category>
		<category><![CDATA[Original]]></category>

		<guid isPermaLink="false">http://blog.newsyland.com/?p=15</guid>
		<description><![CDATA[Trying to use the Imagemagick toolbox (for me, installed via MacPorts) sometimes doesn&#8217;t work (for example, converting a png image) in Matlab because Matlab for some reason uses the libraries in its path over those given in system call (this is for Mac, but probably for *nix and maybe even Windows).
This is an example call:
[s,w] = [...]]]></description>
			<content:encoded><![CDATA[<p>Trying to use the <a title="imagemagick.org homepage" href="http://www.imagemagick.org/">Imagemagick</a> toolbox (for me, installed via <a href="http://www.macports.org/">MacPorts</a>) sometimes doesn&#8217;t work (for example, converting a png image) in Matlab because Matlab for some reason uses the libraries in its path over those given in <a title="System Call" href="http://www.mathworks.com/access/helpdesk/help/techdoc/ref/system.html">system</a> call (this is for Mac, but probably for *nix and maybe even Windows).</p>
<p>This is an example call:</p>
<p class="code">[s,w] = system([IMAGEMAGICK_PATH,'convert ',pwd,'/',outfile,'.png -rotate 90 ',pwd,'/',outfile,'.png']);</p>
<p>This is the error:</p>
<p class="code">error:<br />
dyld: Library not loaded: /opt/local/lib/libtiff.3.dylib<br />
Referenced from: /opt/local/bin/convert<br />
Reason: Incompatible library version: convert requires version 12.0.0 or later, but libtiff.3.dylib provides version 11.0.0</p>
<p>The work around is to replace the Matlab library with the ImageMagick one (only need to do this once and will stay until you upgrade Matlab):</p>
<p class="code">cd /Applications/MATLAB74/bin/maci/   (or wherever your Matlab is installed)<br />
mv libtiff.3.7.1.dylib  libtiff.3.7.1.dylib.MATLAB  (give it a different name)<br />
ln -s /opt/local/lib/libtiff.3.dylib libtiff.3.7.1.dylib  (create a soft link to the Imagemagick library file)</p>
<p class="code">
<p><strong>EDIT: This is the much better way to handle this</strong>:</p>
<p class="code">
setenv(&#8216;DYLD_LIBRARY_PATH&#8217;,['/opt/local/lib/:' getenv('DYLD_LIBRARY_PATH')])</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.newsyland.com/original/libtiff-error-in-matlab-when-attempting-to-use-imagemagick/feed</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Serial Port communications on Mac via Matlab</title>
		<link>http://blog.newsyland.com/original/serial-port-communications-on-mac-via-matlab</link>
		<comments>http://blog.newsyland.com/original/serial-port-communications-on-mac-via-matlab#comments</comments>
		<pubDate>Tue, 18 Mar 2008 00:31:12 +0000</pubDate>
		<dc:creator>Kirk Ireson</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Matlab]]></category>
		<category><![CDATA[Original]]></category>

		<guid isPermaLink="false">http://blog.newsyland.com/uncategorized/serial-port-communications-on-mac-via-matlab</guid>
		<description><![CDATA[I have a rev B (Core 2 Duo from Dec, 2006) Apple MacBook Pro laptop running Leopard OS X (version 10.5.2) and have Matlab version 7.5.0.338 (R2007b). I&#8217;ve just found that I can NOT use the built-in serial port object, instead, I get the following error:
 java.lang.UnsatisfiedLinkError: no rxtxSerial in java.library.path thrown while loading gnu.io.RXTXCommDriver
??? [...]]]></description>
			<content:encoded><![CDATA[<p>I have a rev B (Core 2 Duo from Dec, 2006) Apple MacBook Pro laptop running Leopard OS X (version 10.5.2) and have Matlab version 7.5.0.338 (R2007b). I&#8217;ve just found that I can NOT use the built-in serial port object, instead, I get the following error:</p>
<p class="code"> java.lang.UnsatisfiedLinkError: no rxtxSerial in java.library.path thrown while loading gnu.io.RXTXCommDriver<br />
??? Error using ==&gt; serial.serial at 57<br />
The serial port object is supported on the Solaris, 32-bit Windows and 32-bit Linux platforms only.</p>
<p>So, to get it successfully working, I downloaded these files: SerialComm.m, SerialComm.mexmac and SerialComm.mexmaci from <a href="http://svn.berlios.de/svnroot/repos/osxptb/stable/Psychtoolbox/PsychHardware/">http://svn.berlios.de/svnroot/repos/osxptb/stable/Psychtoolbox/PsychHardware/</a>.</p>
<p>You can then use code like this:</p>
<p class="code"> PORT = 1;<br />
% close (if previously open)<br />
SerialComm( &#8216;close&#8217;, PORT)<br />
% open<br />
SerialComm(&#8216;open&#8217;,PORT,&#8217;9600,n,8,1&#8242;)<br />
% flush the buffers<br />
SerialComm( &#8216;purge&#8217;, PORT)<br />
% status<br />
SerialComm( &#8217;status&#8217;, PORT)<br />
% read<br />
STR = SerialComm( &#8216;readl&#8217;, PORT);<br />
% close<br />
SerialComm( &#8216;close&#8217;, PORT)</p>
<p><strong>[UPDATE 02 Apr, 2008]</strong>: Note, this same code didn&#8217;t seem to work on a recently purchased Macbook.  Good luck.</p>
<p><strong>[UPDATE 27 Mar, 2009]</strong>: I see that in Matlab version 7.8.0 (R2009a) if you go to &#8217;serial&#8217; in Help docs it now says for Mac OS X and Mac OS X 64 you can use serial(&#8216;/dev/tty.KeySerial1&#8242;);  I don&#8217;t have a way of testing that right now, but it&#8217;s possible that you don&#8217;t need to use this third party toolkit anymore. If that&#8217;s true, please leave a note here.  </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.newsyland.com/original/serial-port-communications-on-mac-via-matlab/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
