<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
    <channel>
        <title>Mental Position Techlog</title>
        <link>http://mentalposition.com/blogtech/</link>
        <description>Internet, Web Dev, UNIX</description>
        <language>en</language>
        <copyright>Copyright 2008</copyright>
        <lastBuildDate>Tue, 11 Nov 2008 15:13:50 +0900</lastBuildDate>
        <generator>http://www.sixapart.com/movabletype/</generator>
        <docs>http://www.rssboard.org/rss-specification</docs>
        
        <item>
            <title>Adobe DreamWeaverCS4 Beta has been expired.</title>
            <description><![CDATA[<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><a href="http://mentalposition.com/blogtech/dw4expired.html" onclick="window.open('http://mentalposition.com/blogtech/dw4expired.html','popup','width=483,height=293,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="http://mentalposition.com/blogtech/dw4expired-thumb-200x121.png" width="200" height="121" alt="dw4expired.png" class="mt-image-left" style="float: left; margin: 0 20px 20px 0;" /></a></span>

Trial License of <a href="http://www.adobe.com/products/dreamweaver/" target="_blank">Adobe DreamWeaver CS4</a> has been expired.

DreamWeaver 4 was officially released, but it will be shipped on Dec. 1st, 2008.

If you used CS4 beta and added site settings in CS4, you will be in trouble with those site settings. You can copy site preferences from the directory

/Users/YourName/Library/Application Support/Adobe/Common/10/Sites/Site Prefs

Just copy it and paste it in 

/Users/YourName/Library/Application Support/Adobe/Common/9/Sites]]></description>
            <link>http://mentalposition.com/blogtech/2008/11/adobe-dreamweavercs4-beta-has.html</link>
            <guid>http://mentalposition.com/blogtech/2008/11/adobe-dreamweavercs4-beta-has.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">Software</category>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">Adobe DreamWeaver CS4</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">Expire</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">Site Prefs</category>
            
            <pubDate>Tue, 11 Nov 2008 15:13:50 +0900</pubDate>
        </item>
        
        <item>
            <title>SPAMASSASSIN:error: Can&apos;t locate Sys/Syslog/Win32.pm</title>
            <description><![CDATA[<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><a href="http://mentalposition.com/blogtech/arrowlogo.html" onclick="window.open('http://mentalposition.com/blogtech/arrowlogo.html','popup','width=334,height=148,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="http://mentalposition.com/blogtech/arrowlogo-thumb-200x88.png" width="200" height="88" alt="arrowlogo.png" class="mt-image-left" style="float: left; margin: 0 20px 20px 0;" /></a></span>

After installing <a href="http://spamassassin.apache.org/" target="_blank">SPAMASSASSIN</a>, an error occured on its startup.

The message is

# error: Can't locate Sys/Syslog/Win32.pm in @INC (@INC contains: /usr/local/lib/perl5/site_perl/5.8.8 /usr/local/lib/perl5/5.8.8/BSDPAN /usr/local/lib/perl5/site_perl/5.8.8/mach /usr/local/lib/perl5/site_perl /usr/local/lib/perl5/5.8.8/mach /usr/local/lib/perl5/5.8.8) at (eval 19) line 2.

You can fix this Syslog.pm bug by commenting out the line in Syslog.pm (I edited "/usr/local/lib/perl5/5.8.8/mach/Sys/Syslog.pm" on my system/FreeBSD6.2.)

# use EventLog on Win32
my $is_Win32 = $^O =~ /Win32/i;
#eval "use Sys::Syslog::Win32";   # commented out this line]]></description>
            <link>http://mentalposition.com/blogtech/2008/10/spamassassinerror-cant-locate.html</link>
            <guid>http://mentalposition.com/blogtech/2008/10/spamassassinerror-cant-locate.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">FreeBSD</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">UNIX</category>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">FreeBSD</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">SPAMASSASSIN</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">Syslog.pm</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">Win32.pm</category>
            
            <pubDate>Fri, 24 Oct 2008 02:39:06 +0900</pubDate>
        </item>
        
        <item>
            <title>Note:Old Tips - Change MacOSX Dock style to 2D</title>
            <description><![CDATA[<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><a href="http://mentalposition.com/blogtech/dock2d.html" onclick="window.open('http://mentalposition.com/blogtech/dock2d.html','popup','width=249,height=131,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="http://mentalposition.com/blogtech/dock2d-thumb-200x105.png" width="200" height="105" alt="dock2d.png" class="mt-image-left" style="float: left; margin: 0 20px 20px 0;" /></a></span>

Type this command on Terminal.

# defaults write com.apple.dock no-glass -boolean yes

Just memorize for the time I want to restore.]]></description>
            <link>http://mentalposition.com/blogtech/2008/10/noteold-tipschange-macosx-dock.html</link>
            <guid>http://mentalposition.com/blogtech/2008/10/noteold-tipschange-macosx-dock.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">MacOSX</category>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">2D</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">Dock</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">MacOSX</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">Terminal</category>
            
            <pubDate>Mon, 20 Oct 2008 22:22:15 +0900</pubDate>
        </item>
        
        <item>
            <title>Note:Add comments to JPEG image by ImageMagick</title>
            <description><![CDATA[<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><a href="http://mentalposition.com/blogtech/imagemagicklogo.html" onclick="window.open('http://mentalposition.com/blogtech/imagemagicklogo.html','popup','width=200,height=118,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="http://mentalposition.com/blogtech/assets_c/2008/07/imagemagicklogo-thumb-200x118.jpg" width="200" height="118" alt="imagemagicklogo.jpg" class="mt-image-left" style="float: left; margin: 0 20px 20px 0;" /></a></span>

This is a note for adding comments to JPEG file by ImageMagick.

Sample to forbid transfer for docomo and au.

# convert -comment 'copy="NO",kddi_copyright=on" TARGETFILE_NAME.jpg CONVERTEDFILE_NAME.jpg

<div style="clear: both;"></div>]]></description>
            <link>http://mentalposition.com/blogtech/2008/09/noteadd-comments-to-jpeg-image.html</link>
            <guid>http://mentalposition.com/blogtech/2008/09/noteadd-comments-to-jpeg-image.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">UNIX</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">Web Dev</category>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">ImageMagick</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">JPEG</category>
            
            <pubDate>Mon, 22 Sep 2008 22:18:49 +0900</pubDate>
        </item>
        
        <item>
            <title>iPhone 3G - Jail Break</title>
            <description><![CDATA[<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><a href="http://mentalposition.com/blogtech/quickpwn0.html" onclick="window.open('http://mentalposition.com/blogtech/quickpwn0.html','popup','width=376,height=344,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="http://mentalposition.com/blogtech/quickpwn0-thumb-200x182.jpg" width="200" height="182" alt="quickpwn0.jpg" class="mt-image-left" style="float: left; margin: 0 20px 20px 0;" /></a></span>

At last, My iPhone 3G has done Jail Break.

Here is a note for how to Jail Break with QuickPWN.]]></description>
            <link>http://mentalposition.com/blogtech/2008/09/iphone-3g-jail-break.html</link>
            <guid>http://mentalposition.com/blogtech/2008/09/iphone-3g-jail-break.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">Computer</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">MacOSX</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">Software</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">iPhone</category>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">iPhone</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">Jail Break</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">Mac</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">QuickPWN</category>
            
            <pubDate>Thu, 18 Sep 2008 22:30:10 +0900</pubDate>
        </item>
        
        <item>
            <title>VMware Fusion 2.0</title>
            <description><![CDATA[<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><a href="http://mentalposition.com/blogtech/vmware2-0.html" onclick="window.open('http://mentalposition.com/blogtech/vmware2-0.html','popup','width=529,height=211,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="http://mentalposition.com/blogtech/vmware2-0-thumb-200x79.jpg" width="200" height="79" alt="vmware2-0.jpg" class="mt-image-left" style="float: left; margin: 0 20px 20px 0;" /></a></span>

VMware Fusion is virtualization software for MacOSX. You can run various operating systems like Windows, Linux on your Mac.

Its major update, version 2.0 was released today. This version includes so many bug fixes and new functions.]]></description>
            <link>http://mentalposition.com/blogtech/2008/09/vmware-fusion-20.html</link>
            <guid>http://mentalposition.com/blogtech/2008/09/vmware-fusion-20.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">Computer</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">MacOSX</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">Software</category>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">VMware Fusion</category>
            
            <pubDate>Tue, 16 Sep 2008 21:52:48 +0900</pubDate>
        </item>
        
        <item>
            <title>Note:FreeBSD 7.0 on Dell PowerEdge R200</title>
            <description><![CDATA[<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><a href="http://mentalposition.com/blogtech/r200-fbsd7.html" onclick="window.open('http://mentalposition.com/blogtech/r200-fbsd7.html','popup','width=586,height=225,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="http://mentalposition.com/blogtech/r200-fbsd7-thumb-200x76.jpg" width="200" height="76" alt="r200-fbsd7.jpg" class="mt-image-left" style="float: left; margin: 0 20px 20px 0;" /></a></span>

I tried to install FreeBSD 7.0 on Dell PowerEdge R200. Dell officially supports only Windows Server 2003 and RedHat Enterprise Linux though, FreeBSD 7.0 was successfully installed on R200.

It runs totally so smooth.]]></description>
            <link>http://mentalposition.com/blogtech/2008/09/notefreebsd-70-on-dell-powered.html</link>
            <guid>http://mentalposition.com/blogtech/2008/09/notefreebsd-70-on-dell-powered.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">Computer</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">FreeBSD</category>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">Dell</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">FreeBSD</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">PowerEdge</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">R200</category>
            
            <pubDate>Thu, 04 Sep 2008 22:49:16 +0900</pubDate>
        </item>
        
        <item>
            <title>iStumbler - Check your wi-fi connection.</title>
            <description><![CDATA[<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><a href="http://mentalposition.com/blogtech/istanbler1.html" onclick="window.open('http://mentalposition.com/blogtech/istanbler1.html','popup','width=700,height=326,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="http://mentalposition.com/blogtech/istanbler1-thumb-200x93.jpg" width="200" height="93" alt="istanbler1.jpg" class="mt-image-left" style="float: left; margin: 0 20px 20px 0;" /></a></span>

iStumbler is a small app of MacOSX for checking status of wi-fi connection.

I tryed it and I could know my wi-fi status (<a href="http://www.apple.com/airportexpress/" target="_blank">Apple AirPort Express</a>) in my home .]]></description>
            <link>http://mentalposition.com/blogtech/2008/08/istumbler-check-your-wifi-conn.html</link>
            <guid>http://mentalposition.com/blogtech/2008/08/istumbler-check-your-wifi-conn.html</guid>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">AirMac Express</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">iStambler</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">Wi-Fi</category>
            
            <pubDate>Sun, 31 Aug 2008 20:02:56 +0900</pubDate>
        </item>
        
        <item>
            <title>gmailEnlargePreview released.</title>
            <description><![CDATA[Gmail is one of the best solution to handle so much flood of mail, but an inconvenience annoys me these days.
The size of the preview thumbnails of the image attachments.

Because I receive many of mail with atattchments including the automatically converted FAX as jpg, I wrote easy greasemonkey script named gmailEnlargePreview to make the thumbnails larger.

<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><a href="http://mentalposition.com/blogtech/2008/07/24/gmailEnlargePreview/gmailEnlargeImage.html" onclick="window.open('http://mentalposition.com/blogtech/2008/07/24/gmailEnlargePreview/gmailEnlargeImage.html','popup','width=1193,height=589,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="http://mentalposition.com/blogtech/2008/07/24/gmailEnlargePreview/gmailEnlargeImage-thumb-450x222.png" width="450" height="222" alt="gmailEnlargeImage.png" class="mt-image-none" style="" /></a></span>

Please try if you like this. The script can be get from :
<a href="http://userscripts.org/scripts/show/30437">http://userscripts.org/scripts/show/30437</a>

You can also get Japanese entry from :
<a href="http://blog.hippo.fm/2008/07/gmail-greasemonkey.html">http://blog.hippo.fm/2008/07/gmail-greasemonkey.html</a>]]></description>
            <link>http://mentalposition.com/blogtech/2008/07/gmailenlargepreview-released.html</link>
            <guid>http://mentalposition.com/blogtech/2008/07/gmailenlargepreview-released.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">Web Dev</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">service</category>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">gmail</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">greasemonkey</category>
            
            <pubDate>Thu, 24 Jul 2008 13:49:09 +0900</pubDate>
        </item>
        
        <item>
            <title>[warn] (2)No such file or directory: Failed to enable the &apos;httpready&apos; Accept Filter</title>
            <description><![CDATA[<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><a href="http://mentalposition.com/blogtech/apache.html" onclick="window.open('http://mentalposition.com/blogtech/apache.html','popup','width=397,height=106,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="http://mentalposition.com/blogtech/apache-thumb-200x53.png" width="200" height="53" alt="apache.png" class="mt-image-left" style="float: left; margin: 0 20px 20px 0;" /></a></span>

After upgrading <a href="http://www.apache.org/" target="_blank">Apache</a> 2.2, you sometimes encounter the error "[warn] (2)No such file or directory: Failed to enable the 'httpready' Accept Filter" on <a href="http://www.freebsd.org/" target="_blank">FreeBSD</a>.

You need load "accf_http.ko" by kldload.
(kldload can loads dynamically kernel module without rebuilding kernel.)

# sudo kldload accf_http.ko

And enable it in loader.conf

# vi /boot/loader.conf

accf_http_load="YES"]]></description>
            <link>http://mentalposition.com/blogtech/2008/07/warn-2no-such-file-or-director.html</link>
            <guid>http://mentalposition.com/blogtech/2008/07/warn-2no-such-file-or-director.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">FreeBSD</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">UNIX</category>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">accf_http.ko</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">Apache</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">FreeBSD</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">httpready</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">kldload</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">loader.conf</category>
            
            <pubDate>Wed, 23 Jul 2008 12:31:11 +0900</pubDate>
        </item>
        
        <item>
            <title>problem of ImageMagick pthread on FreeBSD</title>
            <description><![CDATA[<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="imagemagicklogo.jpg" src="http://mentalposition.com/blogtech/imagemagicklogo.jpg" width="200" height="118" class="mt-image-left" style="float: left; margin: 0 20px 20px 0;" /></span>

After installing the latest <a href="http://www.imagemagick.org" target="_blank">ImageMagick</a> (6.4.2), an error occured on <a href="http://www.movabletype.org/" target="_blank">MovableType</a> image upload interface. The error said "/usr/local/lib/libMagickCore.so.1 Undefined symbol "pthread_equal".

A web source tells it causes because of misconfigure on some version of <a href="http://www.freebsd.org/" target="_blank">FreeBSD</a> (I guess 5.x or earlier version. It works fine on my 6.2.)

An easy solution is disable "thread".
Try it on configure process.

# ./configure --without-threads]]></description>
            <link>http://mentalposition.com/blogtech/2008/07/problem-of-imagemagick-pthread.html</link>
            <guid>http://mentalposition.com/blogtech/2008/07/problem-of-imagemagick-pthread.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">MovableType</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">UNIX</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">Web Dev</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">perl</category>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">FreeBSD</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">ImageMagick</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">MovableType</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">pthread</category>
            
            <pubDate>Tue, 01 Jul 2008 22:55:01 +0900</pubDate>
        </item>
        
        <item>
            <title>BasicTips:Change CPAN site&apos;s URL</title>
            <description><![CDATA[<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><a href="http://mentalposition.com/blogtech/cpan.jpg"><img alt="cpan.jpg" src="http://mentalposition.com/blogtech/cpan-thumb-200x61.jpg" width="200" height="61" class="mt-image-left" style="float: left; margin: 0 20px 20px 0;" /></a></span>

Sometimes CPAN install fails because of registered site's problem.

You can change the URL by this command.

cpan> o conf urllist push "CPAN URL"

CPAN site list is available on <a href="http://www.cpan.org/SITES.html" target="_blank">CPAN SITE page</a>.]]></description>
            <link>http://mentalposition.com/blogtech/2008/06/basictipschange-cpan-sites-url.html</link>
            <guid>http://mentalposition.com/blogtech/2008/06/basictipschange-cpan-sites-url.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">UNIX</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">Web Dev</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">perl</category>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">CPAN</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">SITE</category>
            
            <pubDate>Sat, 14 Jun 2008 02:06:31 +0900</pubDate>
        </item>
        
        <item>
            <title>Goosh, CUI google interface on your web browser.</title>
            <description><![CDATA[<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><a href="http://mentalposition.com/blogtech/goosh.html" onclick="window.open('http://mentalposition.com/blogtech/goosh.html','popup','width=577,height=511,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="http://mentalposition.com/blogtech/goosh-thumb-200x177.png" width="200" height="177" alt="goosh.png" class="mt-image-left" style="float: left; margin: 0 20px 20px 0;" /></a></span>

If you are UNIX-ite, you will like the web site "<a href="http://goosh.org/" target="_blank">Goosh</a>".

"Goosh" is a web based <a href="http://www.google.com/" target="_blank">Google</a> interface which imitates unix type CUI.
It has <a href="http://en.wikipedia.org/wiki/UNIX" target="_blank">UNIX</a> commands like "ls", "more", "clear", "cd", etc.

You can search images and videos by the command "images" and "video". And also "wiki", "news", "blogs", "feeds", "place", "translate" are available.

This is kind of worthless web program but you can just have fun on unique type of web site.]]></description>
            <link>http://mentalposition.com/blogtech/2008/06/goosh-cui-google-interface-on.html</link>
            <guid>http://mentalposition.com/blogtech/2008/06/goosh-cui-google-interface-on.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">UNIX</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">Web Dev</category>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">CUI</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">Google</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">Goosh</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">UNIX</category>
            
            <pubDate>Fri, 13 Jun 2008 00:35:28 +0900</pubDate>
        </item>
        
        <item>
            <title>Change your default desktop picture of Leopard.</title>
            <description><![CDATA[<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><a href="http://mentalposition.com/blogtech/macosxdefaultpicture.html" onclick="window.open('http://mentalposition.com/blogtech/macosxdefaultpicture.html','popup','width=488,height=290,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="http://mentalposition.com/blogtech/macosxdefaultpicture-thumb-200x118.png" width="200" height="118" alt="macosxdefaultpicture.png" class="mt-image-left" style="float: left; margin: 0 20px 20px 0;" /></a></span>

Even If you don't like the default desktop picture of Leopard and change it to the picture you like, <a href="http://www.apple.com/macosx/" target="_blank">MacOSX</a> displays the picture again while booting up.

You can find out the default desktop picture in the path "/System/Library/CoreServices". Just get rid of the jpeg file "DefaultDesktop.jpg". Then you will never see the bored default picture from next boot.]]></description>
            <link>http://mentalposition.com/blogtech/2008/06/change-your-default-desktop-pi.html</link>
            <guid>http://mentalposition.com/blogtech/2008/06/change-your-default-desktop-pi.html</guid>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">DesktopPicture</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">MacOSX</category>
            
            <pubDate>Fri, 13 Jun 2008 00:25:54 +0900</pubDate>
        </item>
        
        <item>
            <title>Adobe DreamWeaver&amp;FireWorks CS4 Trial Report 2</title>
            <description><![CDATA[<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="fwcs4.png" src="http://mentalposition.com/blogtech/fwcs4.png" width="200" height="197" class="mt-image-left" style="float: left; margin: 0 20px 20px 0;" /></span>

I opened an image file with FireWorks CS4 by mistake, and I thought it would go to crash. But, it showed the activation dialog and could quit the application safely after opening the file.
Then I tried to check FW CS4 as main editor in DW CS4. Anyway though, there are still many possibility of sudden crash.

DreamWeaver CS4 almost runs well on my works.
I usually use dual display (display of <a href="http://www.apple.com/macbookpro/" target="_blank">MacBook Pro</a> and an external display). I sometimes bring out MacBook Pro to other work place, and when I plug a different external display (different resolution), DW CS4 forgets the work place I registered. It messes up palettes.
I hope this bug will be fixed in next beta version.]]></description>
            <link>http://mentalposition.com/blogtech/2008/06/adobe-dreamweaverfireworks-cs4-1.html</link>
            <guid>http://mentalposition.com/blogtech/2008/06/adobe-dreamweaverfireworks-cs4-1.html</guid>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">Adobe</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">Apple</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">DreamWeaver CS4</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">FireWorks CS4</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">MacBook Pro</category>
            
            <pubDate>Fri, 13 Jun 2008 00:04:05 +0900</pubDate>
        </item>
        
    </channel>
</rss>
