<?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>Muller Digital &#124; Web Development &#187; OSX</title>
	<atom:link href="http://news.mullerdigital.com/category/osx/feed/" rel="self" type="application/rss+xml" />
	<link>http://news.mullerdigital.com</link>
	<description>Web Development</description>
	<lastBuildDate>Thu, 29 Dec 2011 15:10:04 +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>Remove .DS_Store from zip files</title>
		<link>http://news.mullerdigital.com/2011/03/26/remove-ds_store-from-zip-files/</link>
		<comments>http://news.mullerdigital.com/2011/03/26/remove-ds_store-from-zip-files/#comments</comments>
		<pubDate>Sat, 26 Mar 2011 20:47:29 +0000</pubDate>
		<dc:creator>nick</dc:creator>
				<category><![CDATA[OSX]]></category>

		<guid isPermaLink="false">http://news.mullerdigital.com/?p=203</guid>
		<description><![CDATA[Open Terminal (/Applications/Utilities/Terminal) zip -d file.zip \*.DS_Store That will remove all .DS_Store files from the zip archive.]]></description>
			<content:encoded><![CDATA[<p>Open <a href="file:///Applications/Utilities/Terminal.app" target="mywin">Terminal</a> (/Applications/Utilities/Terminal)<br />
<code>zip -d file.zip \*.DS_Store</code><br />
That will remove all .DS_Store files from the zip archive.</p>
]]></content:encoded>
			<wfw:commentRss>http://news.mullerdigital.com/2011/03/26/remove-ds_store-from-zip-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Convert PostScript Type 1,2 to TrueType font</title>
		<link>http://news.mullerdigital.com/2010/11/16/convert-postscript-type-12-to-truetype-font/</link>
		<comments>http://news.mullerdigital.com/2010/11/16/convert-postscript-type-12-to-truetype-font/#comments</comments>
		<pubDate>Tue, 16 Nov 2010 07:46:42 +0000</pubDate>
		<dc:creator>nick</dc:creator>
				<category><![CDATA[Graphics]]></category>
		<category><![CDATA[OSX]]></category>
		<category><![CDATA[Products]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://news.mullerdigital.com/?p=181</guid>
		<description><![CDATA[FontForge will allow you to save a font as .SFD, which will then allow you to save as a TTC format, which then can have the extension changed from TTC to TTF&#8230;yeah, I know&#8230; In order to use some javascript based font rendering libraries, you tend to need to have the font which you wish [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://fontforge.sourceforge.net/">FontForge</a> will allow you to save a font as .SFD, which will then allow you to save as a TTC format, which then can have the extension changed from TTC to TTF&#8230;<small><em>yeah, I know&#8230;</em></small></p>
<p>In order to use some javascript based font rendering libraries, you tend to need to have the font which you wish to translate as a TTF (True Type Font) or OTF (Open Type Face) format. Problem is there are many other formats that exist. Font Forge is a prime tool for font manipulation.</p>
<p>Also great font resource: <a href="http://www.openfontlibrary.org/">Open Font Library</a><br />
And great javascript rendering font system: <a href="http://www.typekit.com/">Typekit</a></p>
]]></content:encoded>
			<wfw:commentRss>http://news.mullerdigital.com/2010/11/16/convert-postscript-type-12-to-truetype-font/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sound after command in terminal has finished</title>
		<link>http://news.mullerdigital.com/2010/10/06/sound-after-command-in-terminal-has-finished/</link>
		<comments>http://news.mullerdigital.com/2010/10/06/sound-after-command-in-terminal-has-finished/#comments</comments>
		<pubDate>Wed, 06 Oct 2010 19:40:19 +0000</pubDate>
		<dc:creator>nick</dc:creator>
				<category><![CDATA[OSX]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://news.mullerdigital.com/2010/10/06/sound-after-command-in-terminal-has-finished/</guid>
		<description><![CDATA[Add &#8221; &#038;&#038; say Finished &#8220;(ignore the quotes) after any command in OSX terminal and you will hear a voice say &#8220;finished&#8221; when the command has finished executing. So a command like: sudo find / -name hosts* &#038;&#038; say &#8220;hosts files search complete&#8221; Would alert you when the find command has finished searching for hosts [...]]]></description>
			<content:encoded><![CDATA[<p>Add &#8221; &#038;&#038; say Finished &#8220;(ignore the quotes) after any command in OSX terminal and you will hear a voice say &#8220;finished&#8221; when the command has finished executing.<br />
So a command like:</p>
<p>sudo find / -name hosts* &#038;&#038; say &#8220;hosts files search complete&#8221;</p>
<p>Would alert you when the find command has finished searching for hosts files. This is a helpful trick when you don&#8217;t want to keep checking back at an executing command to see if it&#8217;s finished, or end-up forgetting you have one running.</p>
]]></content:encoded>
			<wfw:commentRss>http://news.mullerdigital.com/2010/10/06/sound-after-command-in-terminal-has-finished/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Local file sharing made easy on OSX</title>
		<link>http://news.mullerdigital.com/2010/04/09/local-file-sharing-made-easy-on-osx/</link>
		<comments>http://news.mullerdigital.com/2010/04/09/local-file-sharing-made-easy-on-osx/#comments</comments>
		<pubDate>Fri, 09 Apr 2010 17:58:27 +0000</pubDate>
		<dc:creator>nick</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[OSX]]></category>
		<category><![CDATA[Products]]></category>

		<guid isPermaLink="false">http://news.mullerdigital.com/?p=133</guid>
		<description><![CDATA[DropCopy is a insanely easy way to share files over your local network. Thanks to bonjour and it&#8217;s simple configuration, it is the perfect program for quickly sending files to other users on your local network. There is a iPhone version too, Mobile DropCopy. There is a lite version, and the full version (which is [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://10base-t.com/macintosh-software/dropcopy/" target="_blank">DropCopy</a> is a insanely easy way to share files over your local network. Thanks to bonjour and it&#8217;s simple configuration, it is the perfect program for quickly sending files to other users on your local network.</p>
<p>There is a iPhone version too, <a href="http://10base-t.com/iphone-ipod-software/mobile-dropcopy/" target="_blank">Mobile DropCopy</a>. There is a <a href="http://itunes.apple.com/us/app/dropcopy-lite-wireless-file/id358310121?mt=8" target="_blank">lite version</a>, and the <a href="http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=288454704&#038;mt=8" target="_blank">full version</a> (which is $4.99).</p>
<p>If you&#8217;re in a Apple-centric LAN it&#8217;s perfect. Unfortunately there are only OSX and iPhone versions.</p>
]]></content:encoded>
			<wfw:commentRss>http://news.mullerdigital.com/2010/04/09/local-file-sharing-made-easy-on-osx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OSX automate program, easier than automator</title>
		<link>http://news.mullerdigital.com/2010/03/02/osx-automate-program-easier-than-automator/</link>
		<comments>http://news.mullerdigital.com/2010/03/02/osx-automate-program-easier-than-automator/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 03:16:20 +0000</pubDate>
		<dc:creator>nick</dc:creator>
				<category><![CDATA[OSX]]></category>
		<category><![CDATA[Products]]></category>

		<guid isPermaLink="false">http://news.mullerdigital.com/?p=130</guid>
		<description><![CDATA[Sikuli is an automating script builder gui system. So it automates tasks. It has a lot of potential and could become very user friendly if it was combined with automator.]]></description>
			<content:encoded><![CDATA[<p><a href="http://groups.csail.mit.edu/uid/sikuli/" target="_blank">Sikuli</a> is an automating script builder gui system. So it automates tasks.</p>
<p>It has a lot of potential and could become very user friendly if it was combined with automator.</p>
]]></content:encoded>
			<wfw:commentRss>http://news.mullerdigital.com/2010/03/02/osx-automate-program-easier-than-automator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OSX manage print server from web interface</title>
		<link>http://news.mullerdigital.com/2010/02/11/osx-manage-print-server-from-web-interface/</link>
		<comments>http://news.mullerdigital.com/2010/02/11/osx-manage-print-server-from-web-interface/#comments</comments>
		<pubDate>Thu, 11 Feb 2010 23:54:10 +0000</pubDate>
		<dc:creator>nick</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[OSX]]></category>
		<category><![CDATA[Service]]></category>

		<guid isPermaLink="false">http://news.mullerdigital.com/2010/02/11/osx-manage-print-server-from-web-interface/</guid>
		<description><![CDATA[http://127.0.0.1:631 CUPS (Common Unix Printing System), is running by default on OSX systems as the print server. The web interface allows you to easily administer the CUPS server. You can even have it send an RSS feed to a printer when your computer starts.]]></description>
			<content:encoded><![CDATA[<p><a href="http://127.0.0.1:631" target="_blank">http://127.0.0.1:631</a><br />
CUPS (Common Unix Printing System), is running by default on OSX systems as the print server. The web interface allows you to easily administer the CUPS server. You can even have it send an RSS feed to a printer when your computer starts. </p>
]]></content:encoded>
			<wfw:commentRss>http://news.mullerdigital.com/2010/02/11/osx-manage-print-server-from-web-interface/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Multiple versions of Safari</title>
		<link>http://news.mullerdigital.com/2009/07/26/multiple-versions-of-safari/</link>
		<comments>http://news.mullerdigital.com/2009/07/26/multiple-versions-of-safari/#comments</comments>
		<pubDate>Sun, 26 Jul 2009 21:56:27 +0000</pubDate>
		<dc:creator>nick</dc:creator>
				<category><![CDATA[OSX]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://news.mullerdigital.com/2009/07/26/multiple-versions-of-safari/</guid>
		<description><![CDATA[http://michelf.com/projects/multi-safari/ is the site where you can download all the old versions of Safari. You can have the newest version of Safari installed on OSX and these Safari apps won&#8217;t interfere or over-write the new version. They&#8217;re stand-alone applications, so the packages contain all the libraries needed to run the old versions. A must have [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://michelf.com/projects/multi-safari/">http://michelf.com/projects/multi-safari/</a> is the site where you can download all the old versions of Safari. You can have the newest version of Safari installed on OSX and these Safari apps won&#8217;t interfere or over-write the new version. They&#8217;re stand-alone applications, so the packages contain all the libraries needed to run the old versions. A must have for testing.</p>
]]></content:encoded>
			<wfw:commentRss>http://news.mullerdigital.com/2009/07/26/multiple-versions-of-safari/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Coda, Panic&#8217;s programming program</title>
		<link>http://news.mullerdigital.com/2009/05/15/coda-panics-programming-program/</link>
		<comments>http://news.mullerdigital.com/2009/05/15/coda-panics-programming-program/#comments</comments>
		<pubDate>Fri, 15 May 2009 05:14:38 +0000</pubDate>
		<dc:creator>nick</dc:creator>
				<category><![CDATA[OSX]]></category>
		<category><![CDATA[Products]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://news.mullerdigital.com/2009/05/15/coda-panics-programming-program/</guid>
		<description><![CDATA[After a lot of back and forth, with new coding apps I&#8217;ve started and stuck with Coda. It&#8217;s not perfect by any means, but it is solid, easy to use, simple and the people at Panic are helpful. I guess I&#8217;m just not an Emacs with GIT kinda guy&#8230; ;)]]></description>
			<content:encoded><![CDATA[<p>After a lot of back and forth, with new coding apps I&#8217;ve started and stuck with <a href="http://www.panic.com/coda/">Coda</a>. It&#8217;s not perfect by any means, but it is solid, easy to use, simple and the people at <a href="http://www.panic.com/">Panic</a> are helpful.</p>
<p>I guess I&#8217;m just not an Emacs with GIT kinda guy&#8230; ;)</p>
]]></content:encoded>
			<wfw:commentRss>http://news.mullerdigital.com/2009/05/15/coda-panics-programming-program/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free FTP app for OSX</title>
		<link>http://news.mullerdigital.com/2006/12/20/free-ftp-app-for-osx/</link>
		<comments>http://news.mullerdigital.com/2006/12/20/free-ftp-app-for-osx/#comments</comments>
		<pubDate>Wed, 20 Dec 2006 05:39:49 +0000</pubDate>
		<dc:creator>nick</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[OSX]]></category>
		<category><![CDATA[Products]]></category>

		<guid isPermaLink="false">http://news.mullerdigital.com/2006/12/20/free-ftp-app-for-osx/</guid>
		<description><![CDATA[Cyberduck is a great free FTP / SFTP application for OSX. Download it here.]]></description>
			<content:encoded><![CDATA[<p>Cyberduck is a great free FTP / SFTP application for OSX.</p>
<p><a target="_blank" title="Cyberduck" href="http://cyberduck.ch/">Download it here.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://news.mullerdigital.com/2006/12/20/free-ftp-app-for-osx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Storing your passwords safely on OS X</title>
		<link>http://news.mullerdigital.com/2006/12/01/storing-your-passwords-safely-on-os-x/</link>
		<comments>http://news.mullerdigital.com/2006/12/01/storing-your-passwords-safely-on-os-x/#comments</comments>
		<pubDate>Fri, 01 Dec 2006 16:20:01 +0000</pubDate>
		<dc:creator>nick</dc:creator>
				<category><![CDATA[OSX]]></category>
		<category><![CDATA[Products]]></category>

		<guid isPermaLink="false">http://news.mullerdigital.com/2006/12/01/storing-your-passwords-safely-on-os-x/</guid>
		<description><![CDATA[Have trouble remembering all your passwords correctly? Try using Keychain Access (located in your Applications/Utilities folder). It&#8217;s already installed on your machine and is easy enough for everyday use. It&#8217;s extremely secure and free.]]></description>
			<content:encoded><![CDATA[<p>Have trouble remembering all your passwords correctly?</p>
<p>Try using <a title="Keychain Access" target="_blank" href="file:///Applications/Utilities/Keychain%20Access.app">Keychain Access</a> (located in your Applications/Utilities folder). It&#8217;s already installed on your machine and is easy enough for everyday use. It&#8217;s extremely secure and free.</p>
]]></content:encoded>
			<wfw:commentRss>http://news.mullerdigital.com/2006/12/01/storing-your-passwords-safely-on-os-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

