<?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>Dae’s blog &#187; Solutions</title>
	<atom:link href="http://dae.cyberic.eu/blog/categories/technical/solutions/feed/" rel="self" type="application/rss+xml" />
	<link>http://dae.cyberic.eu</link>
	<description></description>
	<lastBuildDate>Sun, 11 Jul 2010 16:03:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Get rid of &#8220;Steam Content&#8221; from Documents in Mac OS X</title>
		<link>http://dae.cyberic.eu/blog/get-rid-of-steam-content-from-documents-in-mac%c2%a0os%c2%a0x/</link>
		<comments>http://dae.cyberic.eu/blog/get-rid-of-steam-content-from-documents-in-mac%c2%a0os%c2%a0x/#comments</comments>
		<pubDate>Sat, 15 May 2010 11:58:21 +0000</pubDate>
		<dc:creator>Dae</dc:creator>
				<category><![CDATA[Solutions]]></category>
		<category><![CDATA[bad programming practices]]></category>
		<category><![CDATA[mac os]]></category>
		<category><![CDATA[steam]]></category>

		<guid isPermaLink="false">http://dae.cyberic.eu/?p=641</guid>
		<description><![CDATA[Steam brought a bad habit from Windows to Mac OS X — placing program related files into user&#8217;s documents folder. The folder is called &#8220;Steam Content&#8221; and it appeared in &#8220;Documents&#8221; right after I installed Steam onto my Mac yesterday. &#8230; <a href="http://dae.cyberic.eu/blog/get-rid-of-steam-content-from-documents-in-mac%c2%a0os%c2%a0x/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Steam brought a bad habit from Windows to Mac OS X — placing program related files into user&#8217;s documents folder. The folder is called &#8220;Steam Content&#8221; and it appeared in &#8220;Documents&#8221; right after I installed Steam onto my Mac yesterday.</p>
<p style="text-align: center;"><img class="size-full wp-image-642 aligncenter" title="steam-content-in-mac-os-x-documents" src="http://dae.cyberic.eu/wp-content/uploads/steam-content-in-mac-os-x-documents.png" alt="" width="201" height="153" /></p>
<p><strong>However, you can easily hide or move it.</strong><span id="more-641"></span></p>
<h3>Hide it</h3>
<p>Launch Terminal.app and paste the following into there:</p>
<pre><code>setfile -a V ~/Documents/Steam\ Content</code></pre>
<p>The folder should disappear immediately. To make it visible again, use:</p>
<pre><code>setfile -a v ~/Documents/Steam\ Content</code></pre>
<p>To view it in Finder while it is invisible, use:</p>
<pre><code>open ~/Documents/Steam\ Content</code></pre>
<h3>Move it</h3>
<p>Alternatively, you can move it to another place (be that another folder or even another partition). After moving you would have to create a symlink (sort of a shortcut in Windows&#8217; terms).</p>
<p>For example, you can move it to user&#8217;s Library folder (the first line moves it, the second line creates a symlink and the third line hides the symlink in Finder):</p>
<pre><code>mv ~/Documents/Steam\ Content ~/Library/Steam\ Content
ln -s ~/Library/Steam\ Content ~/Documents/Steam\ Content
setfile -P -a V ~/Documents/Steam\ Content</code></pre>
<p>It&#8217;s not necessary to move using the Terminal.app — you can as well just take and drag in Finder to wherever you want. In this case, disregard the <code>mv ...</code> command and use only:</p>
<pre><code>ln -s NEW_LOCATION_OF_STEAM_CONTENT ~/Documents/Steam\ Content
setfile -P -a V ~/Documents/Steam\ Content</code></pre>
<p>If you don&#8217;t know the exact new path, just drag and drop Steam Content (while it&#8217;s in the new location) to the Terminal.app window.</p>
]]></content:encoded>
			<wfw:commentRss>http://dae.cyberic.eu/blog/get-rid-of-steam-content-from-documents-in-mac%c2%a0os%c2%a0x/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>&#8220;Steam is temporarily unavailable&#8221; problem</title>
		<link>http://dae.cyberic.eu/blog/steam-is-temporarily-unavailable-problem/</link>
		<comments>http://dae.cyberic.eu/blog/steam-is-temporarily-unavailable-problem/#comments</comments>
		<pubDate>Fri, 07 May 2010 18:49:30 +0000</pubDate>
		<dc:creator>Dae</dc:creator>
				<category><![CDATA[Solutions]]></category>
		<category><![CDATA[kaspersky internet security]]></category>
		<category><![CDATA[steam]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[windows firewall]]></category>

		<guid isPermaLink="false">http://dae.cyberic.eu/?p=630</guid>
		<description><![CDATA[Recently I installed Kaspersky Internet Security 2010 onto my Windows 7 x64, and it replaced the built-in Windows firewall (there was an option to do so while installing, and I deliberately chose it). Everything was fine except the next day &#8230; <a href="http://dae.cyberic.eu/blog/steam-is-temporarily-unavailable-problem/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Recently I installed Kaspersky Internet Security 2010 onto my Windows 7 x64, and it replaced the built-in Windows firewall (there was an option to do so while installing, and I deliberately chose it). Everything was fine except the next day I wasn&#8217;t able to launch Steam, which complained with an error &#8220;Steam is temporarily unavailable&#8221; while trying to update.</p>
<p>None of the solutions suggested by the Google search worked for me (including repairing and reinstalling Steam, just deleting some .blob files, etc), so having considered the installation of Kaspersky as the only possible influence factor, <strong>I checked Windows firewall configuration in the Control Panel, deleted Steam outta there and re-added it as a safe application</strong>.</p>
<p>This solved the problem. (It wasn&#8217;t too obvious: all other programs were working fine, Windows did not complain and Steam was a &#8220;trusted&#8221; program in built-in firewall settings).</p>
]]></content:encoded>
			<wfw:commentRss>http://dae.cyberic.eu/blog/steam-is-temporarily-unavailable-problem/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>&#8220;Recording device error&#8221; of Skype for Mac</title>
		<link>http://dae.cyberic.eu/blog/recording-device-error-of-skype-for-mac/</link>
		<comments>http://dae.cyberic.eu/blog/recording-device-error-of-skype-for-mac/#comments</comments>
		<pubDate>Mon, 05 Apr 2010 15:05:42 +0000</pubDate>
		<dc:creator>Dae</dc:creator>
				<category><![CDATA[Solutions]]></category>
		<category><![CDATA[mac software]]></category>
		<category><![CDATA[skype]]></category>

		<guid isPermaLink="false">http://dae.cyberic.eu/?p=566</guid>
		<description><![CDATA[If you&#8217;re using a USB sound card with a headset, the solution is simple as it can be: reconnect your USB sound card.]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re using a USB sound card with a headset, the solution is simple as it can be: reconnect your USB sound card.</p>
]]></content:encoded>
			<wfw:commentRss>http://dae.cyberic.eu/blog/recording-device-error-of-skype-for-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Restoring Windows on a PC after installing Bootcamp</title>
		<link>http://dae.cyberic.eu/blog/restoring-windows-system-after-installing-bootcamp/</link>
		<comments>http://dae.cyberic.eu/blog/restoring-windows-system-after-installing-bootcamp/#comments</comments>
		<pubDate>Thu, 18 Mar 2010 10:18:08 +0000</pubDate>
		<dc:creator>Dae</dc:creator>
				<category><![CDATA[Solutions]]></category>
		<category><![CDATA[bootcamp]]></category>
		<category><![CDATA[bsod]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://dae.cyberic.eu/?p=541</guid>
		<description><![CDATA[After installing Bootcamp 3.0 on a PC running Windows Vista (I was experimenting with Apple Aluminium Keyboard drivers), the system started BSOD’ing on startup with an error related to AppleMnt.sys. To solve the problem, I decided to revert my system &#8230; <a href="http://dae.cyberic.eu/blog/restoring-windows-system-after-installing-bootcamp/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>After installing Bootcamp 3.0 on a PC running Windows Vista (I was experimenting with Apple Aluminium Keyboard drivers), the system started <strong>BSOD</strong>’ing on startup with an error related to <strong>AppleMnt.sys</strong>.<br />
<span id="more-541"></span></p>
<p>To solve the problem, I decided to revert my system to a pre-Bootcamp state with Vista&#8217;s built in &#8220;System Restore&#8221; utility. At first I tried standard &#8220;Safe Mode&#8221; which didn&#8217;t work, but booting &#8220;Safe Mode with command-line&#8221; worked fine (to see those option hold F8 button on your keyboard while the computer is booting). To launch the &#8220;System Restore&#8221; utility, I typed <code>rstrui.exe</code> in the command-line. For some unknown reason it took several minutes to initialize, and launched in some sort of minimized state from which I retrieved it with a plain Alt+Tab.</p>
<p>After restoring, the system took a couple of reboots to sort things out, but everything worked fine afterwards.</p>
]]></content:encoded>
			<wfw:commentRss>http://dae.cyberic.eu/blog/restoring-windows-system-after-installing-bootcamp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Скрипт для замены основного шрифта сайта</title>
		<link>http://dae.cyberic.eu/blog/skript-dlya-zameny-osnovnogo-shrifta-sayta/</link>
		<comments>http://dae.cyberic.eu/blog/skript-dlya-zameny-osnovnogo-shrifta-sayta/#comments</comments>
		<pubDate>Fri, 22 Jan 2010 22:28:07 +0000</pubDate>
		<dc:creator>Dae</dc:creator>
				<category><![CDATA[Solutions]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[greasemonkey]]></category>
		<category><![CDATA[mac software]]></category>
		<category><![CDATA[vkontakte]]></category>
		<category><![CDATA[на русском]]></category>

		<guid isPermaLink="false">http://dae.cyberic.eu/?p=438</guid>
		<description><![CDATA[Я написал небольшой скрипт для файрфоксовского плагина GreaseMonkey, заменяющий основной шрифт сайта на Helvetica Neue. Это имеет смысл в тех случаях, когда дизайнер сайта использовал шрифт, отсутствующий на вашей Mac OS X, а предлагаемая им же замена выглядит намного хуже &#8230; <a href="http://dae.cyberic.eu/blog/skript-dlya-zameny-osnovnogo-shrifta-sayta/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Я написал небольшой скрипт для файрфоксовского плагина <a href="https://addons.mozilla.org/en-US/firefox/addon/748">GreaseMonkey</a>, заменяющий основной шрифт сайта на Helvetica Neue. Это имеет смысл в тех случаях, когда дизайнер сайта использовал шрифт, отсутствующий на вашей Mac OS X, а предлагаемая им же замена выглядит намного хуже оригинала.</p>
<p><span id="more-438"></span>Пример такого сайта — ВКонтакте. Отсутствующий у меня шрифт Tahoma зачем-то заменяется на более широкий Verdana, который заставляет отдельные элементы разъезжаться.</p>
<p><img class="aligncenter size-full wp-image-456" title="override-fonts-vkontakte-1" src="http://dae.cyberic.eu/wp-content/uploads/override-fonts-vkontakte-1.png" alt="" width="360" height="288" /></p>
<p><img class="aligncenter size-full wp-image-457" title="override-fonts-vkontakte-2" src="http://dae.cyberic.eu/wp-content/uploads/override-fonts-vkontakte-2.png" alt="" width="475" height="182" /></p>
<p>По умолчанию скрипт работает только с ВКонтакте, но вы всегда можете добавить новый сайт в настройках GreaseMonkey:</p>
<p><img class="aligncenter size-medium wp-image-458" title="greasemonkey-override-fonts-settings" src="http://dae.cyberic.eu/wp-content/uploads/greasemonkey-override-fonts-settings-476x392.png" alt="" width="476" height="392" /></p>
<p><a href="http://dae.cyberic.eu/wp-content/uploads/Override fonts with Helvetica Neue.user.js">Установить скрипт «Override fonts with Helvetica Neue»</a>.<br />
<em>(перед установкой убедитесь, что у вас установлен и включен плагин GreaseMonkey).<br />
</em></p>
]]></content:encoded>
			<wfw:commentRss>http://dae.cyberic.eu/blog/skript-dlya-zameny-osnovnogo-shrifta-sayta/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Inability to upload files using any browser on Windows</title>
		<link>http://dae.cyberic.eu/blog/inability-to-upload-files-using-any-browser-on-windows/</link>
		<comments>http://dae.cyberic.eu/blog/inability-to-upload-files-using-any-browser-on-windows/#comments</comments>
		<pubDate>Sun, 17 Jan 2010 20:18:24 +0000</pubDate>
		<dc:creator>Dae</dc:creator>
				<category><![CDATA[Solutions]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://dae.cyberic.eu/?p=427</guid>
		<description><![CDATA[One my friend who runs Windows XP encountered a strange problem: she couldn&#8217;t upload any large (more than ≈100 KB) files using upload forms on websites under any browser. We tried Internet Explorer, Firefox and Chrome with no result, although &#8230; <a href="http://dae.cyberic.eu/blog/inability-to-upload-files-using-any-browser-on-windows/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>One my friend who runs Windows XP encountered a strange problem: she couldn&#8217;t upload any large (more than ≈100 KB) files using upload forms on websites under any browser. We tried Internet Explorer, Firefox and Chrome with no result, although Flash uploaders were still working. <a href="http://www.dslreports.com/faq/6264">The solution</a> was to change the MTU value in the registry.</p>
]]></content:encoded>
			<wfw:commentRss>http://dae.cyberic.eu/blog/inability-to-upload-files-using-any-browser-on-windows/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Slow startup and sleep problems on MacBook Pro 2,2</title>
		<link>http://dae.cyberic.eu/blog/slow-startup-and-sleep-problems-on-macbook-pro-22/</link>
		<comments>http://dae.cyberic.eu/blog/slow-startup-and-sleep-problems-on-macbook-pro-22/#comments</comments>
		<pubDate>Sun, 17 Jan 2010 19:21:19 +0000</pubDate>
		<dc:creator>Dae</dc:creator>
				<category><![CDATA[Solutions]]></category>
		<category><![CDATA[mac hardware]]></category>

		<guid isPermaLink="false">http://dae.cyberic.eu/?p=413</guid>
		<description><![CDATA[Once I noticed that it has been taking up to 5–7 minutes for my MacBook Pro 2,2 to boot (the longest phase of the startup process was the blue screen which usually appears right before the desktop) and additionally, sleep &#8230; <a href="http://dae.cyberic.eu/blog/slow-startup-and-sleep-problems-on-macbook-pro-22/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Once I noticed that it has been taking up to 5–7 minutes for my MacBook Pro 2,2 to boot (the longest phase of the startup process was the blue screen which usually appears right before the desktop) and additionally, sleep (hibernate) mode stopped working. Both problems appeared simultaneously, so right from the start it was clear that they&#8217;re related.</p>
<p><span id="more-413"></span>To diagnose the problem, I booted in verbose mode (hold Cmd + V when it starts booting, later you may find the logs in Console.app) and noticed these lines:</p>
<pre><code>Jun 21 03:02:15 Dae-MBP configd[36]: InterfaceNamer: Busy services :
Jun 21 03:02:15 Dae-MBP configd[36]: InterfaceNamer:   MacBookPro2,2 [1]
Jun 21 03:02:15 Dae-MBP configd[36]: InterfaceNamer:   MacBookPro2,2/AppleACPIPlatformExpert [1]
Jun 21 03:02:15 Dae-MBP configd[36]: InterfaceNamer:   MacBookPro2,2/AppleACPIPlatformExpert/PCI0@0 [1]
Jun 21 03:02:15 Dae-MBP configd[36]: InterfaceNamer:   MacBookPro2,2/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI [1]
Jun 21 03:02:15 Dae-MBP configd[36]: InterfaceNamer:   MacBookPro2,2/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/PCIB@1E [1]
Jun 21 03:02:15 Dae-MBP configd[36]: InterfaceNamer:   MacBookPro2,2/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/PCIB@1E/IOPCI2PCIBridge [1]
Jun 21 03:02:15 Dae-MBP configd[36]: InterfaceNamer:   MacBookPro2,2/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/PCIB@1E/IOPCI2PCIBridge/FRWR@3 [1]
Jun 21 03:02:15 Dae-MBP configd[36]: InterfaceNamer:   MacBookPro2,2/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/PCIB@1E/IOPCI2PCIBridge/FRWR@3/AppleFWOHCI [1]
Jun 21 03:02:15 Dae-MBP configd[36]: InterfaceNamer:   MacBookPro2,2/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/PCIB@1E/IOPCI2PCIBridge/FRWR@3/AppleFWOHCI/IOFireWireController [1]
Jun 21 03:02:15 Dae-MBP configd[36]: InterfaceNamer:   MacBookPro2,2/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/PCIB@1E/IOPCI2PCIBridge/FRWR@3/AppleFWOHCI/IOFireWireController/IOFireWireLocalNode [1]
Jun 21 03:06:20 Dae-MBP /usr/libexec/hidd[27]: Timeout waiting for IOKit to be quiet
</code></pre>
<p>Obviously something was wrong with firewire. I checked my firewire 400 port and it appeared to be broken. Quick search revealed that the problem of dieing firewire ports is not uncommon for this generation of MacBook Pros, and the only way to repair it is to replace a logic board. I confirmed all of these by contacting a technician of local Apple reseller.</p>
<p>Since my MacBook was out of warranty and I didn&#8217;t want to spend 350€  on a new logic board for a quite old computer, I decided to minimize the consequences. The solution was easy: to move IOFireWireFamily.kext out of /System/Extensions. I as well have to repeat this operation after installing system updates. The sleep problem was gone as well.</p>
]]></content:encoded>
			<wfw:commentRss>http://dae.cyberic.eu/blog/slow-startup-and-sleep-problems-on-macbook-pro-22/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>“Building boot caches” error when changing startup disk</title>
		<link>http://dae.cyberic.eu/blog/building-boot-caches-error-when-changing-startup-disk/</link>
		<comments>http://dae.cyberic.eu/blog/building-boot-caches-error-when-changing-startup-disk/#comments</comments>
		<pubDate>Fri, 11 Dec 2009 15:56:09 +0000</pubDate>
		<dc:creator>Dae</dc:creator>
				<category><![CDATA[Solutions]]></category>
		<category><![CDATA[mac os]]></category>

		<guid isPermaLink="false">http://dae.cyberic.eu/?p=126</guid>
		<description><![CDATA[Once I tried to change the default startup disk on my Mac running Snow Leopard and the following error appeared: “you can&#8217;t change the startup disk to the selected disk. Building boot caches on boot helper partition failed”. At first &#8230; <a href="http://dae.cyberic.eu/blog/building-boot-caches-error-when-changing-startup-disk/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Once I tried to change the default startup disk on my Mac running Snow Leopard and the following error appeared: “you can&#8217;t change the startup disk to the selected disk. Building boot caches on boot helper partition failed”.<br />
<span id="more-126"></span><img class="aligncenter size-full wp-image-177" title="building-boot-caches-failed" src="http://dae.cyberic.eu/wp-content/uploads/building-boot-caches-failed.png" alt="" width="500" height="299" /></p>
<p>At first I was trying to figure what&#8217;s a boot helper partition and where do I find it, but eventually I decided to take a look at com.apple.Boot.plist file, which appeared to be non-existent in it&#8217;s regular place.</p>
<p>So I created one by myself. In Terminal:</p>
<pre><code>sudo nano /Library/Preferences/SystemConfiguration/com.apple.Boot.plist</code></pre>
<p>There inserted the default code:</p>
<pre><code>&lt;?xml version="1.0" encoding="UTF-8"?&gt;
&lt;!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://
www.apple.com/DTDs/PropertyList-1.0.dtd"&gt;
&lt;plist version="1.0"&gt;
&lt;dict&gt;
	&lt;key&gt;Kernel&lt;/key&gt;
	&lt;string&gt;mach_kernel&lt;/string&gt;
	&lt;key&gt;Kernel Flags&lt;/key&gt;
	&lt;string&gt;&lt;/string&gt;
&lt;/dict&gt;
&lt;/plist&gt;
</code></pre>
<p>(Cmd+X to save the file).</p>
<p>This solved the problem for me.</p>
]]></content:encoded>
			<wfw:commentRss>http://dae.cyberic.eu/blog/building-boot-caches-error-when-changing-startup-disk/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>“Failed to expand the files” error</title>
		<link>http://dae.cyberic.eu/blog/failed-to-expand-the-files-error/</link>
		<comments>http://dae.cyberic.eu/blog/failed-to-expand-the-files-error/#comments</comments>
		<pubDate>Thu, 10 Dec 2009 20:58:34 +0000</pubDate>
		<dc:creator>Dae</dc:creator>
				<category><![CDATA[Solutions]]></category>
		<category><![CDATA[canon]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://dae.cyberic.eu/?p=89</guid>
		<description><![CDATA[Getting &#8220;failed to expand the files&#8221; while installing Canon camera software, such as ZoomBrowser Ex? Just turn off your antivirus.]]></description>
			<content:encoded><![CDATA[<p>Getting &#8220;failed to expand the files&#8221; while installing Canon camera software, such as ZoomBrowser Ex? Just turn off your antivirus.</p>
]]></content:encoded>
			<wfw:commentRss>http://dae.cyberic.eu/blog/failed-to-expand-the-files-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BBEdit preview shows raw PHP code</title>
		<link>http://dae.cyberic.eu/blog/bbedit-preview-shows-raw-php-code/</link>
		<comments>http://dae.cyberic.eu/blog/bbedit-preview-shows-raw-php-code/#comments</comments>
		<pubDate>Thu, 10 Dec 2009 20:28:41 +0000</pubDate>
		<dc:creator>Dae</dc:creator>
				<category><![CDATA[Solutions]]></category>
		<category><![CDATA[bbedit]]></category>
		<category><![CDATA[mac software]]></category>

		<guid isPermaLink="false">http://dae.cyberic.eu/?p=85</guid>
		<description><![CDATA[If your BBEdit preview shows raw PHP code, go to &#8220;Preferences&#8221; and configure a &#8220;HTML web-site&#8221; with &#8220;Use local preview server&#8221; ticked.]]></description>
			<content:encoded><![CDATA[<p>If your BBEdit preview shows raw PHP code, go to &#8220;Preferences&#8221; and configure a &#8220;HTML web-site&#8221; with &#8220;Use local preview server&#8221; ticked.</p>
]]></content:encoded>
			<wfw:commentRss>http://dae.cyberic.eu/blog/bbedit-preview-shows-raw-php-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
