<?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>Techline 4 Teens &#187; apple pro</title>
	<atom:link href="http://techline4teens.com/archives/category/apple-pro/feed" rel="self" type="application/rss+xml" />
	<link>http://techline4teens.com</link>
	<description>Your Lifeline In A Technological World</description>
	<lastBuildDate>Wed, 17 Mar 2010 19:57:54 +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>Resource Hacker for Mac</title>
		<link>http://techline4teens.com/archives/140</link>
		<comments>http://techline4teens.com/archives/140#comments</comments>
		<pubDate>Wed, 17 Mar 2010 19:56:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[apple pro]]></category>

		<guid isPermaLink="false">http://techline4teens.com/?p=140</guid>
		<description><![CDATA[There is a Windows app known as Resource Hacker, it can open .exe, .dll, .icl, and many more formats to view the bitmaps, icons, and strings inside. I, with the help of WineBottler, was able to make a &#8220;ported&#8221; version for mac. The app will only work on Intel macs, the file can be found [...]]]></description>
			<content:encoded><![CDATA[<p>There is a Windows app known as <a href="http://angusj.com/resourcehacker/">Resource Hacker</a>, it can open .exe, .dll, .icl, and many more formats to view the bitmaps, icons, and strings inside. I, with the help of WineBottler, was able to make a &#8220;ported&#8221; version for mac. The app will only work on Intel macs, the file can be found <a href="http://techline4teens.com/Resource_Hacker.tgz">here</a> </p>
<p>Note: You will need X11</p>
]]></content:encoded>
			<wfw:commentRss>http://techline4teens.com/archives/140/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to run Finder as root</title>
		<link>http://techline4teens.com/archives/75</link>
		<comments>http://techline4teens.com/archives/75#comments</comments>
		<pubDate>Sun, 18 Oct 2009 22:54:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[apple pro]]></category>

		<guid isPermaLink="false">http://techline4teens.com/?p=75</guid>
		<description><![CDATA[If you&#8217;ve ever used linux, then you probably really missed two things when you started using Mac OSX, the apt-get command (automatically retrieves software) and the sudo nautilus command (opens file browser ,what finder is, as root. Well, it may not be as clean looking as linux, but you cam run a session of Finder [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;ve ever used linux, then you probably really missed two things when you started using Mac OSX, the apt-get command (automatically retrieves software) and the sudo nautilus command (opens file browser ,what finder is, as root. Well, it may not be as clean looking as linux, but you cam run a session of Finder as root by opening terminal (/Applications/Utilities/Terminal.app) and typing:</p>
<p>sudo /System/Library/CoreServices/Finder.app/Contents/MacOS/Finder</p>
<p>and hit ENTER (or return if you run PPC)</p>
<p>This IS CASE-SENSITIVE, one capitalization off, and it will not work, I&#8217;d recommend you copy and paste.</p>
]]></content:encoded>
			<wfw:commentRss>http://techline4teens.com/archives/75/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Build Open-Source Software</title>
		<link>http://techline4teens.com/archives/66</link>
		<comments>http://techline4teens.com/archives/66#comments</comments>
		<pubDate>Fri, 16 Oct 2009 19:49:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[apple developer]]></category>
		<category><![CDATA[apple pro]]></category>

		<guid isPermaLink="false">http://techline4teens.com/?p=66</guid>
		<description><![CDATA[So you come across some open source software, and it says something like &#8220;Mac binaries are not available right now, there might be some binaries available at&#8230;&#8221; And of course the binaries (term for mac applications commonly used in the term &#8220;Universal Binary&#8221; meaning an application that runs on PPC and Intel Macs) are like [...]]]></description>
			<content:encoded><![CDATA[<p>So you come across some open source software, and it says something like &#8220;Mac binaries are not available right now, there might be some binaries available at&#8230;&#8221; And of course the binaries (term for mac applications commonly used in the term &#8220;Universal Binary&#8221; meaning an application that runs on PPC and Intel Macs) are like 2 years old. No No, that wont do will it, we cant have old software. Well, you&#8217;re in luck, it is OPEN-SOURCE, that means that you can build it from the source.</p>
<p>Materials Needed:<br />
XCode (for a leopard compatible version see <a href="http://techline4teens.com/archives/50">this</a> post)<br />
The Source for the Software (for this example I&#8217;ll use <a href="http://www.mplayerhq.hu/MPlayer/releases/mplayer-export-snapshot.tar.bz2">mencoder</a><br />
Terminal (found /Applications/Utilities/Terminal.app)</p>
<p>Steps:<br />
1) Find the source archive (mine is named mplayer-export-snapshot-1.tar.bz2) and extract it to a folder (just double click on it)<br />
2) Open Terminal<br />
3) Find the folder with the source in Finder (mine is called mplayer-export-2009-10-16) click once on the folder and hit CMD+C (or apple-c if you are running PPC)<br />
4) Now go into the terminal and type &#8220;cd&#8221; (without quotes) then hit SPACE, then CMD+V, (when I hit CMD+V I had &#8220;cd cd /Users/Admin/Downloads/mplayer-export-2009-10-16&#8243;)<br />
5) type in &#8220;./configure&#8221; (without quotes) you&#8217;ll get some output which you can probably ignore.<br />
6) now type &#8220;make&#8221; (without quotes), this will take a very long time, you should probably go somewhere else while you wait.)<br />
7) finally type &#8220;sudo make install&#8221; it will ask you for a password, type it in (the letters won&#8217;t appear as you type them). It will install the package, and you&#8217;ll be done!</p>
<p>Note: If you chose to try compiling mencoder, then you can test it by typing &#8220;mencoder&#8221; into the terminal, if it worked, you&#8217;ll get something like &#8220;MEncoder SVN-r29770-snapshot-4.0.1 (C) 2000-2009 MPlayer Team<br />
No file given</p>
<p>Exiting&#8230; (error parsing command line)&#8221; but with a different version, (unless you downloaded it today)</p>
]]></content:encoded>
			<wfw:commentRss>http://techline4teens.com/archives/66/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Boot Keys</title>
		<link>http://techline4teens.com/archives/29</link>
		<comments>http://techline4teens.com/archives/29#comments</comments>
		<pubDate>Sun, 22 Mar 2009 16:30:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[apple pro]]></category>

		<guid isPermaLink="false">http://techline4teens.com/?p=29</guid>
		<description><![CDATA[Boot keys are keys you press while a mac is turning on to allow it to do different things. C = boot from a CD D = force boot from hardrive N = Boot from network T = turns a mac into fire wire exernal hardrive (target disk mode) CTL+APPLE+SHIFT+POWER = resets power manager SHIFT [...]]]></description>
			<content:encoded><![CDATA[<p>Boot keys are keys you press while a mac is turning on to allow it to do different things.</p>
<p>C = boot from a CD</p>
<p>D = force boot from hardrive</p>
<p>N = Boot from network</p>
<p>T = turns a mac into fire wire exernal hardrive (target disk mode)</p>
<p>CTL+APPLE+SHIFT+POWER = resets power manager</p>
<p>SHIFT = safe boot mode (stops unimportant extentions)</p>
<p>APPLE + V = Verbose Mode</p>
<p>APPLE + S = Single user mode</p>
<p>Update: I forgot the most important one,</p>
<p>OPTION = Choose Boot Camp Partition Or Ext. Boot Drive</p>
]]></content:encoded>
			<wfw:commentRss>http://techline4teens.com/archives/29/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
