<?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>My MacOS X</title>
	<atom:link href="http://www.mymacosx.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.mymacosx.com</link>
	<description>Tips and Tricks for the MacOS X</description>
	<lastBuildDate>Thu, 15 Mar 2012 17:56:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Installing the Macports to use linux commands</title>
		<link>http://www.mymacosx.com/development/install-macports-macosx.html</link>
		<comments>http://www.mymacosx.com/development/install-macports-macosx.html#comments</comments>
		<pubDate>Thu, 15 Mar 2012 17:54:55 +0000</pubDate>
		<dc:creator>Amaga</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[developing]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.mymacosx.com/?p=816</guid>
		<description><![CDATA[Please note that in order to install and run MacPorts on Mac OS X Lion, your system must have installations of the following components: Apple&#8217;s Xcode Developer Tools Command Line Tools for Xcode. Download it from Apple Developers   The Macports Install process: Download “dmg” disk images for Lion and Snow Leopard. These contain pkg installers for use with the [...]<p><a href="http://www.mymacosx.com/development/install-macports-macosx.html">Installing the Macports to use linux commands</a> is a post from: <a href="http://www.mymacosx.com">My MacOS X</a></p>
<div style="background-color:#F4F4F4;padding: 5px;border-width:1px; border-style:solid; border-color:#ccc;">
<h3 style="color:#606060;font-size:16px">Related Articles</h3>
<ul>
		<li><a href="http://www.mymacosx.com/development/macports-install.html" rel="bookmark" style="color:#000;font-size:13px">MacPorts | Compile and install Linux commands</a><!-- (22)--></li>
		<li><a href="http://www.mymacosx.com/snow-leopard/how-to-uninstalling-xcode-in-snow-leopard.html" rel="bookmark" style="color:#000;font-size:13px">How To Uninstalling Xcode in Snow Leopard</a><!-- (10.7)--></li>
	</ul>
</div>]]></description>
			<content:encoded><![CDATA[<p>Please note that in order to install and run <strong>MacPorts</strong> on <strong>Mac OS X Lion</strong>, your system must have installations of the following components:</p>
<ul>
<li>Apple&#8217;s <a href="http://developer.apple.com/tools/xcode/" target="_blank">Xcode</a> Developer Tools<br /> <a href="http://www.mymacosx.com/files/2012/03/xcode-4.3.1-for-Lion.png"><img class="size-medium wp-image-818 alignnone" title="xcode 4.3.1 for Lion" src="http://www.mymacosx.com/files/2012/03/xcode-4.3.1-for-Lion-300x63.png" alt="" width="300" height="63" /></a></li>
<li>Command Line Tools for Xcode. Download it from <a href="https://developer.apple.com/downloads/index.action" target="_blank">Apple Developers<br /> </a><a href="http://www.mymacosx.com/files/2012/03/Command-Line-Tools-for-Xcode.png"><img class="alignnone size-medium wp-image-817" title="Command Line Tools for Xcode" src="http://www.mymacosx.com/files/2012/03/Command-Line-Tools-for-Xcode-300x69.png" alt="" width="300" height="69" /></a><a href="https://developer.apple.com/downloads/index.action" target="_blank"> </a></li>
</ul>
<h3>The Macports Install process:</h3>
<p>Download “dmg” disk images for <a href="https://distfiles.macports.org/MacPorts/MacPorts-2.0.4-10.7-Lion.dmg">Lion</a> and <a href="https://distfiles.macports.org/MacPorts/MacPorts-2.0.4-10.6-SnowLeopard.dmg">Snow Leopard</a>. These contain pkg installers for use with the Mac OS X Installer.</p>
<p>You need to synchronize your installation with the MacPorts rsync server. Run the following command in Terminal (enter the admin password when asked)<br /> <code>sudo port -v selfupdate</code></p>
<p><strong>Note:</strong> <em>There have been reports of xcode-select not pointing to the new Xcode location for some users after upgrading to 4.3. If you are having problems even with the latest MacPorts version and <tt>xcode-select -print-path</tt> does not print <tt>/Applications/Xcode.app/Contents/Developer</tt> on your system, then you need to run in terminal:</em><br /> <em> <code>sudo xcode-select -switch /Applications/Xcode.app/Contents/Developer</code></em></p>
<p>If you will have a problem to install it ? Check the <a href="https://trac.macports.org/wiki/ProblemHotlist" target="_blank">problem hotlist</a></p>
<h3>How to use Macports</h3>
<p>The MacPorts Project currently distributes ~ <strong>14K ports</strong>, organized across 96 different categories and available below for viewing. This form allows you to search the MacPorts software index. See <a href="http://www.macports.org/ports.php" target="_blank">port categories</a></p>
<p><a href="http://www.mymacosx.com/development/macports-install.html">install / uninstall is easy.</a><a href="http://www.macports.org/ports.php" target="_blank"> </a></p>
<script src="http://feeds.feedburner.com/~s/MyMacosX?i=http://www.mymacosx.com/development/install-macports-macosx.html" type="text/javascript" charset="utf-8"></script><p><a href="http://www.mymacosx.com/development/install-macports-macosx.html">Installing the Macports to use linux commands</a> is a post from: <a href="http://www.mymacosx.com">My MacOS X</a></p>
<div style="background-color:#F4F4F4;padding: 5px;border-width:1px; border-style:solid; border-color:#ccc;">
<h3 style="color:#606060;font-size:16px">Related Articles</h3>
<ul>
		<li><a href="http://www.mymacosx.com/development/macports-install.html" rel="bookmark" style="color:#000;font-size:13px">MacPorts | Compile and install Linux commands</a><!-- (22)--></li>
		<li><a href="http://www.mymacosx.com/snow-leopard/how-to-uninstalling-xcode-in-snow-leopard.html" rel="bookmark" style="color:#000;font-size:13px">How To Uninstalling Xcode in Snow Leopard</a><!-- (10.7)--></li>
	</ul>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.mymacosx.com/development/install-macports-macosx.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to disable the animation when switching spaces with Mission Control in in Mac OS X Lion?</title>
		<link>http://www.mymacosx.com/terminal/disable-animation-switching-spaces.html</link>
		<comments>http://www.mymacosx.com/terminal/disable-animation-switching-spaces.html#comments</comments>
		<pubDate>Wed, 14 Mar 2012 04:10:11 +0000</pubDate>
		<dc:creator>Amaga</dc:creator>
				<category><![CDATA[Lion]]></category>
		<category><![CDATA[Terminal]]></category>
		<category><![CDATA[Tricks and Tips]]></category>
		<category><![CDATA[10.7]]></category>
		<category><![CDATA[animation]]></category>
		<category><![CDATA[Mission Control]]></category>

		<guid isPermaLink="false">http://www.mymacosx.com/?p=805</guid>
		<description><![CDATA[In Snow Leopard (10.6)  the window switch animation disabled when you click ctrl+# between spaces. Now that it&#8217;s Mission Control in Lion (10.7), there&#8217;s this long animation. The old fix doesn&#8217;t appear to work. First you can change the speed of switching into Mission Control. To do that just enter following commands: You can disable [...]<p><a href="http://www.mymacosx.com/terminal/disable-animation-switching-spaces.html">How to disable the animation when switching spaces with Mission Control in in Mac OS X Lion?</a> is a post from: <a href="http://www.mymacosx.com">My MacOS X</a></p>
<div style="background-color:#F4F4F4;padding: 5px;border-width:1px; border-style:solid; border-color:#ccc;">
<h3 style="color:#606060;font-size:16px">Related Articles</h3>
<!--
No related articles.-->
</div>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.mymacosx.com/files/2012/03/mission-control.jpg"><img class="alignright size-thumbnail wp-image-811" title="lion mission control" src="http://www.mymacosx.com/files/2012/03/mission-control-150x150.jpg" alt="" width="150" height="150" /></a>In Snow Leopard (10.6)  the window switch animation disabled when you click ctrl+# between spaces. Now that it&#8217;s Mission Control in Lion (10.7), there&#8217;s this long animation. The old fix doesn&#8217;t appear to work.</p>
<p>First you can change the speed of switching into Mission Control. To do that just enter following commands:</p>
<ul>
<li>You can disable the animation that shows up when you launch mission control with this
<pre class="brush: bash; title: ; notranslate">defaults write com.apple.dock expose-animation-duration -int 0; killall Dock</pre>
</li>
<li>If you&#8217;d like to keep the animation, but speed it up, you can do this instead:
<pre class="brush: bash; title: ; notranslate">defaults write com.apple.dock expose-animation-duration -float 0.1; killall Dock</pre>
</li>
<li>And to go back to defaults run this command:
<pre class="brush: bash; title: ; notranslate">defaults delete com.apple.dock expose-animation-duration; killall Dock</pre>
</li>
</ul>
<p>A big question how to disable the annoying sliding animation when moving between spaces without using Mission Control ?</p>
<script src="http://feeds.feedburner.com/~s/MyMacosX?i=http://www.mymacosx.com/terminal/disable-animation-switching-spaces.html" type="text/javascript" charset="utf-8"></script><p><a href="http://www.mymacosx.com/terminal/disable-animation-switching-spaces.html">How to disable the animation when switching spaces with Mission Control in in Mac OS X Lion?</a> is a post from: <a href="http://www.mymacosx.com">My MacOS X</a></p>
<div style="background-color:#F4F4F4;padding: 5px;border-width:1px; border-style:solid; border-color:#ccc;">
<h3 style="color:#606060;font-size:16px">Related Articles</h3>
<!--<p>No related articles.</p>-->
</div>]]></content:encoded>
			<wfw:commentRss>http://www.mymacosx.com/terminal/disable-animation-switching-spaces.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>howto get rid of applescript in menubar?</title>
		<link>http://www.mymacosx.com/snow-leopard/howto-get-rid-of-applescript-in-menubar.html</link>
		<comments>http://www.mymacosx.com/snow-leopard/howto-get-rid-of-applescript-in-menubar.html#comments</comments>
		<pubDate>Fri, 15 Jul 2011 20:10:08 +0000</pubDate>
		<dc:creator>amaga</dc:creator>
				<category><![CDATA[Snow Leopard]]></category>
		<category><![CDATA[Tricks and Tips]]></category>
		<category><![CDATA[menubar applescript]]></category>

		<guid isPermaLink="false">http://www.mymacosx.com/?p=802</guid>
		<description><![CDATA[Want to remove the applescript logo in the menubar with the clock and airport ? Solution: Hold the Apple key and drag it out of the menu bar. This works for other Apple menu bar icons like battery, Airport, Input menu, Sound, Displays, etc. It&#8217;s also allows you to drag them off the menubar and [...]<p><a href="http://www.mymacosx.com/snow-leopard/howto-get-rid-of-applescript-in-menubar.html">howto get rid of applescript in menubar?</a> is a post from: <a href="http://www.mymacosx.com">My MacOS X</a></p>
<div style="background-color:#F4F4F4;padding: 5px;border-width:1px; border-style:solid; border-color:#ccc;">
<h3 style="color:#606060;font-size:16px">Related Articles</h3>
<ul>
		<li><a href="http://www.mymacosx.com/utilities-suite/macbook-keyboard-backlight-controls.html" rel="bookmark" style="color:#000;font-size:13px">MacBook Keyboard Backlight Controls – Menubar item &amp; function keys to adjust backlit illumination</a><!-- (7.6)--></li>
		<li><a href="http://www.mymacosx.com/snow-leopard/hidden-airport-icon-functions.html" rel="bookmark" style="color:#000;font-size:13px">Hidden airport icon functions</a><!-- (6.2)--></li>
		<li><a href="http://www.mymacosx.com/tricks-and-tips/10-6-2-caused-empty-menu-bar-spotlight-icon-disabled.html" rel="bookmark" style="color:#000;font-size:13px">10.6.2 Caused an Empty Menu Bar if Spotlight icon was disabled</a><!-- (5.4)--></li>
	</ul>
</div>]]></description>
			<content:encoded><![CDATA[<p>Want to <b>remove the applescript logo</b> in the menubar with the clock and airport ?</p>
<p><img src="http://www.mymacosx.com/files/2011/07/leopard-menubar.png" alt="Snow Leopard menubar" border="0" width="216" height="62" /></p>
<h3>Solution:</h3>
<p>Hold the Apple key and drag it out of the menu bar.<br />
This works for other Apple menu bar icons like battery, Airport, Input menu, Sound, Displays, etc. </p>
<p>It&#8217;s also allows you to drag them off the menubar and rearrange with the cmd key, the other does not. For ones that don&#8217;t, there&#8217;s almost always an option to get rid of it by looking in the preferences of the app in question.</p>
<script src="http://feeds.feedburner.com/~s/MyMacosX?i=http://www.mymacosx.com/snow-leopard/howto-get-rid-of-applescript-in-menubar.html" type="text/javascript" charset="utf-8"></script><p><a href="http://www.mymacosx.com/snow-leopard/howto-get-rid-of-applescript-in-menubar.html">howto get rid of applescript in menubar?</a> is a post from: <a href="http://www.mymacosx.com">My MacOS X</a></p>
<div style="background-color:#F4F4F4;padding: 5px;border-width:1px; border-style:solid; border-color:#ccc;">
<h3 style="color:#606060;font-size:16px">Related Articles</h3>
<ul>
		<li><a href="http://www.mymacosx.com/utilities-suite/macbook-keyboard-backlight-controls.html" rel="bookmark" style="color:#000;font-size:13px">MacBook Keyboard Backlight Controls – Menubar item &amp; function keys to adjust backlit illumination</a><!-- (7.6)--></li>
		<li><a href="http://www.mymacosx.com/snow-leopard/hidden-airport-icon-functions.html" rel="bookmark" style="color:#000;font-size:13px">Hidden airport icon functions</a><!-- (6.2)--></li>
		<li><a href="http://www.mymacosx.com/tricks-and-tips/10-6-2-caused-empty-menu-bar-spotlight-icon-disabled.html" rel="bookmark" style="color:#000;font-size:13px">10.6.2 Caused an Empty Menu Bar if Spotlight icon was disabled</a><!-- (5.4)--></li>
	</ul>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.mymacosx.com/snow-leopard/howto-get-rid-of-applescript-in-menubar.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Mac OS X 10.6.8 Released</title>
		<link>http://www.mymacosx.com/software-updates/mac-os-x-10-6-8-released.html</link>
		<comments>http://www.mymacosx.com/software-updates/mac-os-x-10-6-8-released.html#comments</comments>
		<pubDate>Fri, 24 Jun 2011 01:16:28 +0000</pubDate>
		<dc:creator>amaga</dc:creator>
				<category><![CDATA[Software updates]]></category>
		<category><![CDATA[10.6]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://www.mymacosx.com/?p=795</guid>
		<description><![CDATA[Fire up Software Update, Mac OS X 10.6.8 has been released. The update prepares your Mac for installing Mac OS X Lion when it is released next month and includes other bug and security fixes. The 10.6.8 update is recommended for all users running Mac OS X Snow Leopard and includes general operating system fixes [...]<p><a href="http://www.mymacosx.com/software-updates/mac-os-x-10-6-8-released.html">Mac OS X 10.6.8 Released</a> is a post from: <a href="http://www.mymacosx.com">My MacOS X</a></p>
<div style="background-color:#F4F4F4;padding: 5px;border-width:1px; border-style:solid; border-color:#ccc;">
<h3 style="color:#606060;font-size:16px">Related Articles</h3>
<ul>
		<li><a href="http://www.mymacosx.com/software-updates/apple-releases-macosx-10-6-4-and-security-update-2010-004.html" rel="bookmark" style="color:#000;font-size:13px">Apple Releases Mac OS X 10.6.4 and Security Update 2010-004</a><!-- (15)--></li>
		<li><a href="http://www.mymacosx.com/software-updates/apple-releases-mac-osx-1063-security-update.html" rel="bookmark" style="color:#000;font-size:13px">Apple Releases Mac OS X 10.6.3 and Security Update</a><!-- (14.4)--></li>
		<li><a href="http://www.mymacosx.com/snow-leopard/apple-releases-mac-os-x-10-6-7.html" rel="bookmark" style="color:#000;font-size:13px">Apple Releases Mac OS X 10.6.7</a><!-- (13.9)--></li>
	</ul>
</div>]]></description>
			<content:encoded><![CDATA[<p>Fire up Software Update, Mac OS X 10.6.8 has been released. The update prepares your Mac for installing <b>Mac OS X Lion</b> when it is released next month and includes other bug and security fixes.</p>
<p>The 10.6.8 update is recommended for all users running <b>Mac OS X Snow Leopard</b> and includes general operating system fixes that enhance the stability, compatibility, and security of your Mac, </p>
<p>including fixes that:</p>
<ul>
<li>Enhance the Mac App Store to get your Mac ready to upgrade to Mac OS X Lion</li>
<li>Resolve an issue that may cause Preview to unexpectedly quit</li>
<li>Improve support for IPv6</li>
<li>Improve VPN reliability</li>
<li>Identify and remove known variants of Mac Defender</li>
</ul>
<p>Direct links for the various downloads on Apple&#8217;s support pages include:</p>
<ul>
<li><a href="http://support.apple.com/kb/DL1400" target="_blank">Mac OS X 10.6.8 Update (474.2 MB)</a></li>
<li><a href="http://support.apple.com/kb/DL1399" target="_blank">Mac OS X 10.6.8 Update Combo (1.09 GB)</a></li>
</ul>
<p><img src="http://www.mymacosx.com/files/2011/06/macosx10.6.8.png" alt="Macosx10 6 8" border="0" width="495" height="476" /></p>
<script src="http://feeds.feedburner.com/~s/MyMacosX?i=http://www.mymacosx.com/software-updates/mac-os-x-10-6-8-released.html" type="text/javascript" charset="utf-8"></script><p><a href="http://www.mymacosx.com/software-updates/mac-os-x-10-6-8-released.html">Mac OS X 10.6.8 Released</a> is a post from: <a href="http://www.mymacosx.com">My MacOS X</a></p>
<div style="background-color:#F4F4F4;padding: 5px;border-width:1px; border-style:solid; border-color:#ccc;">
<h3 style="color:#606060;font-size:16px">Related Articles</h3>
<ul>
		<li><a href="http://www.mymacosx.com/software-updates/apple-releases-macosx-10-6-4-and-security-update-2010-004.html" rel="bookmark" style="color:#000;font-size:13px">Apple Releases Mac OS X 10.6.4 and Security Update 2010-004</a><!-- (15)--></li>
		<li><a href="http://www.mymacosx.com/software-updates/apple-releases-mac-osx-1063-security-update.html" rel="bookmark" style="color:#000;font-size:13px">Apple Releases Mac OS X 10.6.3 and Security Update</a><!-- (14.4)--></li>
		<li><a href="http://www.mymacosx.com/snow-leopard/apple-releases-mac-os-x-10-6-7.html" rel="bookmark" style="color:#000;font-size:13px">Apple Releases Mac OS X 10.6.7</a><!-- (13.9)--></li>
	</ul>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.mymacosx.com/software-updates/mac-os-x-10-6-8-released.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Security Update 2011-003 (Snow Leopard)</title>
		<link>http://www.mymacosx.com/software-updates/security-update-2011-003-snow-leopard.html</link>
		<comments>http://www.mymacosx.com/software-updates/security-update-2011-003-snow-leopard.html#comments</comments>
		<pubDate>Tue, 31 May 2011 21:22:44 +0000</pubDate>
		<dc:creator>amaga</dc:creator>
				<category><![CDATA[Software updates]]></category>
		<category><![CDATA[malware]]></category>
		<category><![CDATA[security update]]></category>

		<guid isPermaLink="false">http://www.mymacosx.com/?p=792</guid>
		<description><![CDATA[Apple today released Security Update 2011-003 (Snow Leopard), a new software update that addresses the &#8220;Mac Defender&#8221; malware that has been afflicting Mac users over the past month. Available for: Mac OS X v10.6.7 and Mac OS X Server v10.6.7 Impact: Remove the MacDefender malware if detected Description: The installation process for this update will [...]<p><a href="http://www.mymacosx.com/software-updates/security-update-2011-003-snow-leopard.html">Security Update 2011-003 (Snow Leopard)</a> is a post from: <a href="http://www.mymacosx.com">My MacOS X</a></p>
<div style="background-color:#F4F4F4;padding: 5px;border-width:1px; border-style:solid; border-color:#ccc;">
<h3 style="color:#606060;font-size:16px">Related Articles</h3>
<ul>
		<li><a href="http://www.mymacosx.com/software-updates/apple-security-update-2010-003-snow-leopard.html" rel="bookmark" style="color:#000;font-size:13px">Apple Releases Security Update 2010-003 for Snow Leopard and Leopard</a><!-- (15.8)--></li>
		<li><a href="http://www.mymacosx.com/software-updates/security-update-2010-006-fix.html" rel="bookmark" style="color:#000;font-size:13px">Security Update 2010-006 &#8211; fix AFP security issues</a><!-- (12.7)--></li>
		<li><a href="http://www.mymacosx.com/software-updates/apple-releases-macosx-10-6-4-and-security-update-2010-004.html" rel="bookmark" style="color:#000;font-size:13px">Apple Releases Mac OS X 10.6.4 and Security Update 2010-004</a><!-- (11.5)--></li>
	</ul>
</div>]]></description>
			<content:encoded><![CDATA[<p>Apple today released <a href="http://support.apple.com/kb/DL1387" target="_blank">Security Update 2011-003 (Snow Leopard)</a>, a new software update that addresses the &#8220;Mac Defender&#8221; malware that has been afflicting Mac users over the past month.</p>
<p><img src="http://www.mymacosx.com/files/2011/05/Security-Update-2011-003.png" alt="Security Update 2011 003" border="0" width="512" height="308" /></p>
<p>Available for: Mac OS X v10.6.7 and Mac OS X Server v10.6.7</p>
<p>Impact: Remove the MacDefender malware if detected</p>
<p>Description: The installation process for this update will search for and remove known variants of the MacDefender malware. If a known variant was detected and removed, the user will be notified via an alert after the update is installed.<br />
The update weighs in at 2.36 MB and requires Mac OS X 10.6.7.</p>
<script src="http://feeds.feedburner.com/~s/MyMacosX?i=http://www.mymacosx.com/software-updates/security-update-2011-003-snow-leopard.html" type="text/javascript" charset="utf-8"></script><p><a href="http://www.mymacosx.com/software-updates/security-update-2011-003-snow-leopard.html">Security Update 2011-003 (Snow Leopard)</a> is a post from: <a href="http://www.mymacosx.com">My MacOS X</a></p>
<div style="background-color:#F4F4F4;padding: 5px;border-width:1px; border-style:solid; border-color:#ccc;">
<h3 style="color:#606060;font-size:16px">Related Articles</h3>
<ul>
		<li><a href="http://www.mymacosx.com/software-updates/apple-security-update-2010-003-snow-leopard.html" rel="bookmark" style="color:#000;font-size:13px">Apple Releases Security Update 2010-003 for Snow Leopard and Leopard</a><!-- (15.8)--></li>
		<li><a href="http://www.mymacosx.com/software-updates/security-update-2010-006-fix.html" rel="bookmark" style="color:#000;font-size:13px">Security Update 2010-006 &#8211; fix AFP security issues</a><!-- (12.7)--></li>
		<li><a href="http://www.mymacosx.com/software-updates/apple-releases-macosx-10-6-4-and-security-update-2010-004.html" rel="bookmark" style="color:#000;font-size:13px">Apple Releases Mac OS X 10.6.4 and Security Update 2010-004</a><!-- (11.5)--></li>
	</ul>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.mymacosx.com/software-updates/security-update-2011-003-snow-leopard.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Refreshing Apple Mail images</title>
		<link>http://www.mymacosx.com/mail/refreshing-apple-mail-images.html</link>
		<comments>http://www.mymacosx.com/mail/refreshing-apple-mail-images.html#comments</comments>
		<pubDate>Tue, 26 Apr 2011 18:23:37 +0000</pubDate>
		<dc:creator>amaga</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Mail]]></category>
		<category><![CDATA[Tricks and Tips]]></category>
		<category><![CDATA[cache]]></category>
		<category><![CDATA[developing]]></category>
		<category><![CDATA[email]]></category>

		<guid isPermaLink="false">http://www.mymacosx.com/?p=789</guid>
		<description><![CDATA[Are you looking for Apple Mail Library Mail Cache? Developing HTML email newsletter and problem with images cache? If you are getting an html email with images and that image file is changed on the server mail is not updating the image. It is obviously looking to a cache file then going back to the [...]<p><a href="http://www.mymacosx.com/mail/refreshing-apple-mail-images.html">Refreshing Apple Mail images</a> is a post from: <a href="http://www.mymacosx.com">My MacOS X</a></p>
<div style="background-color:#F4F4F4;padding: 5px;border-width:1px; border-style:solid; border-color:#ccc;">
<h3 style="color:#606060;font-size:16px">Related Articles</h3>
<ul>
		<li><a href="http://www.mymacosx.com/tricks-and-tips/clear-dns-cache-leopard.html" rel="bookmark" style="color:#000;font-size:13px">How to Clear DNS Cache in Mac OS X Leopard</a><!-- (8.7)--></li>
		<li><a href="http://www.mymacosx.com/snow-leopard/batch-resize-images-preview.html" rel="bookmark" style="color:#000;font-size:13px">Batch resize images in Preview</a><!-- (6.2)--></li>
		<li><a href="http://www.mymacosx.com/software-updates/apple-releases-mac-osx-1063-security-update.html" rel="bookmark" style="color:#000;font-size:13px">Apple Releases Mac OS X 10.6.3 and Security Update</a><!-- (5.9)--></li>
	</ul>
</div>]]></description>
			<content:encoded><![CDATA[<h2>Are you looking for Apple Mail Library Mail Cache?</h2>
<p><img src="http://www.mymacosx.com/files/2011/04/apple-mail-app.png" alt="Apple mail app" border="0" width="64" height="64" style="float:left" /><b>Developing HTML email newsletter and problem with images cache?</b>  If you are getting an html email with images and that image file is changed on the server mail is not updating the image. It is obviously looking to a cache file then going back to the server to pull the new image.</p>
<p></p>
<h3>Easy way to force Apple Mail to reload all images from server</h3>
<ol>
<li>Close Mail</li>
<li>In terminal: <code>rm ~/Library/Caches/com.apple.mail/Cache.db</code></li>
<li>Open Mail, all images will be refreshed</li>
</ol>
<h3>Other way to fix mail cache</h3>
<p>You could <a href="http://www.titanium.free.fr/download.php" rel="nofollow">download OnyX</a> to clear all apps cache and also tune up other aspects of the MacOSX.</p>
<script src="http://feeds.feedburner.com/~s/MyMacosX?i=http://www.mymacosx.com/mail/refreshing-apple-mail-images.html" type="text/javascript" charset="utf-8"></script><p><a href="http://www.mymacosx.com/mail/refreshing-apple-mail-images.html">Refreshing Apple Mail images</a> is a post from: <a href="http://www.mymacosx.com">My MacOS X</a></p>
<div style="background-color:#F4F4F4;padding: 5px;border-width:1px; border-style:solid; border-color:#ccc;">
<h3 style="color:#606060;font-size:16px">Related Articles</h3>
<ul>
		<li><a href="http://www.mymacosx.com/tricks-and-tips/clear-dns-cache-leopard.html" rel="bookmark" style="color:#000;font-size:13px">How to Clear DNS Cache in Mac OS X Leopard</a><!-- (8.7)--></li>
		<li><a href="http://www.mymacosx.com/snow-leopard/batch-resize-images-preview.html" rel="bookmark" style="color:#000;font-size:13px">Batch resize images in Preview</a><!-- (6.2)--></li>
		<li><a href="http://www.mymacosx.com/software-updates/apple-releases-mac-osx-1063-security-update.html" rel="bookmark" style="color:#000;font-size:13px">Apple Releases Mac OS X 10.6.3 and Security Update</a><!-- (5.9)--></li>
	</ul>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.mymacosx.com/mail/refreshing-apple-mail-images.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apple Releases Mac OS X 10.6.7</title>
		<link>http://www.mymacosx.com/snow-leopard/apple-releases-mac-os-x-10-6-7.html</link>
		<comments>http://www.mymacosx.com/snow-leopard/apple-releases-mac-os-x-10-6-7.html#comments</comments>
		<pubDate>Mon, 21 Mar 2011 21:10:16 +0000</pubDate>
		<dc:creator>amaga</dc:creator>
				<category><![CDATA[Snow Leopard]]></category>
		<category><![CDATA[Software updates]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://www.mymacosx.com/?p=786</guid>
		<description><![CDATA[Apple today released Mac OS X 10.6.7, the seventh maintenance update for Snow Leopard, via Software Update. The 10.6.7 Update is recommended for all users running Mac OS X Snow Leopard and includes general operating system fixes that enhance the stability, compatibility, and security of your Mac, including fixes that: Improve the reliability of Back [...]<p><a href="http://www.mymacosx.com/snow-leopard/apple-releases-mac-os-x-10-6-7.html">Apple Releases Mac OS X 10.6.7</a> is a post from: <a href="http://www.mymacosx.com">My MacOS X</a></p>
<div style="background-color:#F4F4F4;padding: 5px;border-width:1px; border-style:solid; border-color:#ccc;">
<h3 style="color:#606060;font-size:16px">Related Articles</h3>
<ul>
		<li><a href="http://www.mymacosx.com/software-updates/apple-security-update-2010-003-snow-leopard.html" rel="bookmark" style="color:#000;font-size:13px">Apple Releases Security Update 2010-003 for Snow Leopard and Leopard</a><!-- (16.6)--></li>
		<li><a href="http://www.mymacosx.com/software-updates/apple-releases-macosx-10-6-4-and-security-update-2010-004.html" rel="bookmark" style="color:#000;font-size:13px">Apple Releases Mac OS X 10.6.4 and Security Update 2010-004</a><!-- (16.5)--></li>
		<li><a href="http://www.mymacosx.com/software-updates/apple-releases-mac-osx-1063-security-update.html" rel="bookmark" style="color:#000;font-size:13px">Apple Releases Mac OS X 10.6.3 and Security Update</a><!-- (15.7)--></li>
	</ul>
</div>]]></description>
			<content:encoded><![CDATA[<p>Apple today released Mac OS X 10.6.7, the seventh maintenance update for Snow Leopard, via Software Update.</p>
<p><img style="margin-left:auto;margin-right:auto" src="http://www.mymacosx.com/files/2011/03/Macosx10.6.7.software-update.png" alt="Macosx 10.6.7 software update" border="0" width="515" height="260" /></p>
<p>The 10.6.7 Update is recommended for all users running Mac OS X Snow Leopard and includes general operating system fixes that enhance the stability, compatibility, and security of your Mac, including fixes that:</p>
<ul>
<li>Improve the reliability of Back to My Mac</li>
<li>Resolve an issue when transferring files to certain SMB servers</li>
<li>Address various minor Mac App Store bugs</li>
<li>For detailed information on this update, please visit this website: http://support.apple.com/kb/HT4472.</li>
<li>For information on the security content of this update, please visit: http://support.apple.com/kb/HT1222.</li>
<p>Apple appears to also be offering a special build for the new Early 2011 MacBook Pro, specifically addressing FaceTime performance issues, graphics stability, and external display compatibility. </p>
<p>Direct links for the various downloads on Apple&#8217;s support pages are still going live:</p>
<ul>
<li><a href="http://support.apple.com/kb/DL1363" target="_blank">Mac OS X v10.6.7 Update</a> (475 MB)</li>
<li><a href="http://support.apple.com/kb/DL1361" target="_blank">Mac OS X v10.6.7 Update Combo</a> (1.12 GB)</li>
<li><a href="http://support.apple.com/kb/DL1362" target="_blank">Mac OS X Server v10.6.7 Update</a> (541.21 MB)</li>
<li><a href="http://support.apple.com/kb/DL1364" target="_blank">Mac OS X Server v10.6.7 Update Combo</a> (1.15 GB)</li>
<li><a href="http://support.apple.com/kb/DL1366" target="_blank">Security Update 2011-001 (Snow Leopard &#8211; Client)</a> (241.35 MB)</li>
<li><a href="http://support.apple.com/kb/DL1367" target="_blank">Security Update 2011-001 (Snow Leopard &#8211; Server)</a> (473.23 MB)</li>
<li><a href="http://support.apple.com/kb/DL1365" target="_blank">Server Admin Tools 10.6.7</a> (241.32 MB)</li>
<script src="http://feeds.feedburner.com/~s/MyMacosX?i=http://www.mymacosx.com/snow-leopard/apple-releases-mac-os-x-10-6-7.html" type="text/javascript" charset="utf-8"></script><p><a href="http://www.mymacosx.com/snow-leopard/apple-releases-mac-os-x-10-6-7.html">Apple Releases Mac OS X 10.6.7</a> is a post from: <a href="http://www.mymacosx.com">My MacOS X</a></p>
<div style="background-color:#F4F4F4;padding: 5px;border-width:1px; border-style:solid; border-color:#ccc;">
<h3 style="color:#606060;font-size:16px">Related Articles</h3>
<ul>
		<li><a href="http://www.mymacosx.com/software-updates/apple-security-update-2010-003-snow-leopard.html" rel="bookmark" style="color:#000;font-size:13px">Apple Releases Security Update 2010-003 for Snow Leopard and Leopard</a><!-- (16.6)--></li>
		<li><a href="http://www.mymacosx.com/software-updates/apple-releases-macosx-10-6-4-and-security-update-2010-004.html" rel="bookmark" style="color:#000;font-size:13px">Apple Releases Mac OS X 10.6.4 and Security Update 2010-004</a><!-- (16.5)--></li>
		<li><a href="http://www.mymacosx.com/software-updates/apple-releases-mac-osx-1063-security-update.html" rel="bookmark" style="color:#000;font-size:13px">Apple Releases Mac OS X 10.6.3 and Security Update</a><!-- (15.7)--></li>
	</ul>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.mymacosx.com/snow-leopard/apple-releases-mac-os-x-10-6-7.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Fix the &#8220;The application Finder can&#8217;t be opened (-10810)&#8221; message box</title>
		<link>http://www.mymacosx.com/finder/how-to-fix-the-the-application-finder-cant-be-opened-10810-message-box.html</link>
		<comments>http://www.mymacosx.com/finder/how-to-fix-the-the-application-finder-cant-be-opened-10810-message-box.html#comments</comments>
		<pubDate>Fri, 04 Mar 2011 22:33:13 +0000</pubDate>
		<dc:creator>amaga</dc:creator>
				<category><![CDATA[Finder]]></category>
		<category><![CDATA[Fixes]]></category>
		<category><![CDATA[Tricks and Tips]]></category>

		<guid isPermaLink="false">http://www.mymacosx.com/?p=783</guid>
		<description><![CDATA[Snow Leopard has brought an annoying bug (still available in 10.6.6). A number of people are having a problem where the Finder will hang or crash, followed by a Finder error message saying &#8220;The application Finder.app can&#8217;t be opened. -10810&#8243;. The general agreement among affected users seems to be that this is spurred mainly when [...]<p><a href="http://www.mymacosx.com/finder/how-to-fix-the-the-application-finder-cant-be-opened-10810-message-box.html">How To Fix the &#8220;The application Finder can&#8217;t be opened (-10810)&#8221; message box</a> is a post from: <a href="http://www.mymacosx.com">My MacOS X</a></p>
<div style="background-color:#F4F4F4;padding: 5px;border-width:1px; border-style:solid; border-color:#ccc;">
<h3 style="color:#606060;font-size:16px">Related Articles</h3>
<ul>
		<li><a href="http://www.mymacosx.com/finder/howto-relaunch-finder.html" rel="bookmark" style="color:#000;font-size:13px">Howto Relaunch Finder</a><!-- (10.4)--></li>
		<li><a href="http://www.mymacosx.com/finder/resize-fit-column-finder.html" rel="bookmark" style="color:#000;font-size:13px">Resize to fit column-view all columns in Finder</a><!-- (8.4)--></li>
		<li><a href="http://www.mymacosx.com/snow-leopard/reveal-location-of-recent-items-finder.html" rel="bookmark" style="color:#000;font-size:13px">Reveal location of recent items in the Finder</a><!-- (7.4)--></li>
	</ul>
</div>]]></description>
			<content:encoded><![CDATA[<p>Snow Leopard has brought an annoying bug (still available in 10.6.6). A number of people are having a problem where the Finder will hang or crash, followed by a Finder error message saying <strong>&#8220;The application Finder.app can&#8217;t be opened. -10810&#8243;</strong>. The general agreement among affected users seems to be that this is spurred mainly when accessing external drives, but there could be a few other related reasons.</p>
<p><img style="margin-left:auto;margin-right:auto" src="http://www.mymacosx.com/files/2011/03/Finder_10810_error.png" alt="Finder 10810 error" border="0" width="420" height="153" /></p>
<p>Sometimes, when dealing with external hard drives or USB sticks, Finder crashes and does not automatically reopen. Trying to click on the Finder icon in the Dock does not help at all! It just causes a laconic message box that says: <strong>&#8220;The application Finder can&#8217;t be opened (-10810)&#8221;</strong>. Unless you want to logout and login back (or restart).</p>
<p>Here solutions:</p>
<ul>
<li><b>Kill Finder and Dock processes.</b><br />
In terminal, run the following command to reset these applications:<br />
<code>sudo killall Finder Dock</code>
</li>
<li>
<b>Rerun Finder from terminal</b><BR><br />
<code>/System/Library/CoreServices/Finder.app/Contents/MacOS/Finder &amp; disown</code>
</li>
<li><b>Unmount disks</b><BR><br />
If you only have one internal hard drive, use the following command to unmount all except for that drive<br />
<BR><br />
<code>sudo umount -Af</code>
</li>
</ul>
<script src="http://feeds.feedburner.com/~s/MyMacosX?i=http://www.mymacosx.com/finder/how-to-fix-the-the-application-finder-cant-be-opened-10810-message-box.html" type="text/javascript" charset="utf-8"></script><p><a href="http://www.mymacosx.com/finder/how-to-fix-the-the-application-finder-cant-be-opened-10810-message-box.html">How To Fix the &#8220;The application Finder can&#8217;t be opened (-10810)&#8221; message box</a> is a post from: <a href="http://www.mymacosx.com">My MacOS X</a></p>
<div style="background-color:#F4F4F4;padding: 5px;border-width:1px; border-style:solid; border-color:#ccc;">
<h3 style="color:#606060;font-size:16px">Related Articles</h3>
<ul>
		<li><a href="http://www.mymacosx.com/finder/howto-relaunch-finder.html" rel="bookmark" style="color:#000;font-size:13px">Howto Relaunch Finder</a><!-- (10.4)--></li>
		<li><a href="http://www.mymacosx.com/finder/resize-fit-column-finder.html" rel="bookmark" style="color:#000;font-size:13px">Resize to fit column-view all columns in Finder</a><!-- (8.4)--></li>
		<li><a href="http://www.mymacosx.com/snow-leopard/reveal-location-of-recent-items-finder.html" rel="bookmark" style="color:#000;font-size:13px">Reveal location of recent items in the Finder</a><!-- (7.4)--></li>
	</ul>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.mymacosx.com/finder/how-to-fix-the-the-application-finder-cant-be-opened-10810-message-box.html/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>How To Uninstalling Xcode in Snow Leopard</title>
		<link>http://www.mymacosx.com/snow-leopard/how-to-uninstalling-xcode-in-snow-leopard.html</link>
		<comments>http://www.mymacosx.com/snow-leopard/how-to-uninstalling-xcode-in-snow-leopard.html#comments</comments>
		<pubDate>Fri, 04 Mar 2011 21:19:09 +0000</pubDate>
		<dc:creator>amaga</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Snow Leopard]]></category>
		<category><![CDATA[Terminal]]></category>

		<guid isPermaLink="false">http://www.mymacosx.com/?p=777</guid>
		<description><![CDATA[After installed developer tools/Xcode you will lose about 8GB disk space or want to reinstall Xcode ? To uninstall developer tools/Xcode type in the following command in the terminal The system will ask you root password and process will take about 5 mins. But beware, this completely removes Xcode and once it is gone, it’s [...]<p><a href="http://www.mymacosx.com/snow-leopard/how-to-uninstalling-xcode-in-snow-leopard.html">How To Uninstalling Xcode in Snow Leopard</a> is a post from: <a href="http://www.mymacosx.com">My MacOS X</a></p>
<div style="background-color:#F4F4F4;padding: 5px;border-width:1px; border-style:solid; border-color:#ccc;">
<h3 style="color:#606060;font-size:16px">Related Articles</h3>
<!--
No related articles.-->
</div>]]></description>
			<content:encoded><![CDATA[<p><img style="padding-right: 10px;" src="http://www.mymacosx.com/files/2011/03/xcode.png" border="0" alt="xcode.png" width="75" height="75" />After installed developer tools/Xcode you will lose about 8GB disk space or want to reinstall Xcode ?</p>
<p>To uninstall developer tools/Xcode type in the following command in the terminal</p>
<pre class="brush: plain; title: ; notranslate">sudo /Developer/Library/uninstall-devtools –mode=all</pre>
<p>The system will ask you root password and process will take about 5 mins.</p>
<p>But beware, this completely removes Xcode and once it is gone, it’s gone. Of-course you can always reinstall it. So be sure of what you are doing.</p>
<p>My experience was 8GB from macbook pro.</p>
<p>Note: You can find Terminal in you Mac by going to Applications &gt;&gt; Utilities. (no need to uninstall XCode for that!)</p>
<script src="http://feeds.feedburner.com/~s/MyMacosX?i=http://www.mymacosx.com/snow-leopard/how-to-uninstalling-xcode-in-snow-leopard.html" type="text/javascript" charset="utf-8"></script><p><a href="http://www.mymacosx.com/snow-leopard/how-to-uninstalling-xcode-in-snow-leopard.html">How To Uninstalling Xcode in Snow Leopard</a> is a post from: <a href="http://www.mymacosx.com">My MacOS X</a></p>
<div style="background-color:#F4F4F4;padding: 5px;border-width:1px; border-style:solid; border-color:#ccc;">
<h3 style="color:#606060;font-size:16px">Related Articles</h3>
<!--<p>No related articles.</p>-->
</div>]]></content:encoded>
			<wfw:commentRss>http://www.mymacosx.com/snow-leopard/how-to-uninstalling-xcode-in-snow-leopard.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>iTunes Encode Russian songs &#8211; cyrillic problem</title>
		<link>http://www.mymacosx.com/itunes/itunes-encode-russian-tags-cyrillic.html</link>
		<comments>http://www.mymacosx.com/itunes/itunes-encode-russian-tags-cyrillic.html#comments</comments>
		<pubDate>Fri, 19 Nov 2010 19:54:56 +0000</pubDate>
		<dc:creator>Amaga</dc:creator>
				<category><![CDATA[iTunes]]></category>
		<category><![CDATA[cyrillic]]></category>
		<category><![CDATA[russian]]></category>

		<guid isPermaLink="false">http://www.mymacosx.com/?p=761</guid>
		<description><![CDATA[Is iTunes puts weird words for Russian songs I import ? ID3 tags added on a non-Mac machine are likely to be either CP-1251 (Windows) or CP-866 (DOS) coded. When iTunes imports such tags into the library, it has no knowledge what code page was used and by default assumes it is all MacRoman. I&#8217;ll [...]<p><a href="http://www.mymacosx.com/itunes/itunes-encode-russian-tags-cyrillic.html">iTunes Encode Russian songs &#8211; cyrillic problem</a> is a post from: <a href="http://www.mymacosx.com">My MacOS X</a></p>
<div style="background-color:#F4F4F4;padding: 5px;border-width:1px; border-style:solid; border-color:#ccc;">
<h3 style="color:#606060;font-size:16px">Related Articles</h3>
<ul>
		<li><a href="http://www.mymacosx.com/software-updates/itunes-903-update-fixes-store-password-bug.html" rel="bookmark" style="color:#000;font-size:13px">ITunes 9.0.3 Update &#8211; Fixes ITunes Store Password Bug</a><!-- (6.9)--></li>
		<li><a href="http://www.mymacosx.com/itunes/itunes-duplicate-tracks.html" rel="bookmark" style="color:#000;font-size:13px">Show only exact duplicate tracks in iTunes</a><!-- (6.4)--></li>
		<li><a href="http://www.mymacosx.com/itunes/itunes-9-0-1-released-restores-maximize-button-behavior.html" rel="bookmark" style="color:#000;font-size:13px">iTunes 9.0.1 released. Restores &#8216;maximize&#8217; button behavior</a><!-- (6.3)--></li>
	</ul>
</div>]]></description>
			<content:encoded><![CDATA[<p><strong>Is iTunes puts weird words for Russian songs I import ? </strong></p>
<p><img class="size-full wp-image-763 aligncenter" title="itunes 10 russian filenames" src="http://www.mymacosx.com/files/2010/11/itunes-russian-filenames.png" alt="" width="483" height="92" /></p>
<p>ID3 tags added on a non-Mac machine are likely to be either CP-1251   (Windows) or CP-866 (DOS) coded.  When iTunes imports such tags into the   library, it has no knowledge what code page was used and by default   assumes it is all MacRoman.<br />
<script type="text/javascript"><!--
google_ad_client = "pub-5644564406257391";
/* myMacosX image square inside post, 300x250, created 11/21/09 */
google_ad_slot = "9019116701";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script><br />
I&#8217;ll explain how to fix cyrillic in two steps</p>
<p><strong>Installation</strong></p>
<ol>
<li>Copy <a title="Russian Convert" href="/f/RussianConv">Russian Conver</a> script file to <strong>~/Library/Scripts/Applications/iTunes</strong>.  <em>(Note: You can change the name of a script to ensure proper sorting in the Script Menu.)<br />
<img class="alignnone size-full wp-image-764" title="itunes applescript" src="http://www.mymacosx.com/files/2010/11/itunes-applescript.png" alt="" width="284" height="57" /><br />
</em>
<pre class="brush: bash; title: ; notranslate">
 (*
Script:
 Russian Convert
Version:
 0.1
Author:
 Chirill Trescencov (chirill@chirill.com)
*)

tell application &quot;iTunes&quot;
 if selection is not {} then -- there ARE tracks selected...
 set sel to a reference to selection
 repeat with aTrack in sel
 set f to (get name of aTrack)
 set p to (get location of aTrack)
 do shell script &quot;java -jar /Applications/Utilities/id3iconv-0.2.1.jar -e cp1251 &quot; &amp; quoted form of POSIX path of (p as string)
 end repeat
 end if
end tell
 </pre>
</li>
<li><a title="id3iconv download" href="http://www.mymacosx.com/f/id3iconv-0.2.1.jar"><em>Download </em>id3iconv-0.2.1.jar</a> utility and copy to <strong>/Applications/Utilities/</strong> (The Russian Convert script is need it to fix mp3 files). Make sure the JAVA Machine is installed in your Snow Leopard.</li>
<li>That it. Now you will see the script in iTunes top menu. Just select weired songs and click on script.</li>
</ol>
<script src="http://feeds.feedburner.com/~s/MyMacosX?i=http://www.mymacosx.com/itunes/itunes-encode-russian-tags-cyrillic.html" type="text/javascript" charset="utf-8"></script><p><a href="http://www.mymacosx.com/itunes/itunes-encode-russian-tags-cyrillic.html">iTunes Encode Russian songs &#8211; cyrillic problem</a> is a post from: <a href="http://www.mymacosx.com">My MacOS X</a></p>
<div style="background-color:#F4F4F4;padding: 5px;border-width:1px; border-style:solid; border-color:#ccc;">
<h3 style="color:#606060;font-size:16px">Related Articles</h3>
<ul>
		<li><a href="http://www.mymacosx.com/software-updates/itunes-903-update-fixes-store-password-bug.html" rel="bookmark" style="color:#000;font-size:13px">ITunes 9.0.3 Update &#8211; Fixes ITunes Store Password Bug</a><!-- (6.9)--></li>
		<li><a href="http://www.mymacosx.com/itunes/itunes-duplicate-tracks.html" rel="bookmark" style="color:#000;font-size:13px">Show only exact duplicate tracks in iTunes</a><!-- (6.4)--></li>
		<li><a href="http://www.mymacosx.com/itunes/itunes-9-0-1-released-restores-maximize-button-behavior.html" rel="bookmark" style="color:#000;font-size:13px">iTunes 9.0.1 released. Restores &#8216;maximize&#8217; button behavior</a><!-- (6.3)--></li>
	</ul>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.mymacosx.com/itunes/itunes-encode-russian-tags-cyrillic.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using memcached (Feed is rejected)
Page Caching using apc
Database Caching using apc
Object Caching 3170/3474 objects using apc

Served from: www.mymacosx.com @ 2012-05-18 21:10:35 -->
