<?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>danielk.org &#187; Apple</title>
	<atom:link href="http://danielk.org/blog/tag/apple/feed/" rel="self" type="application/rss+xml" />
	<link>http://danielk.org/blog</link>
	<description>essays &#38; articles</description>
	<lastBuildDate>Sun, 06 May 2012 09:49:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Simply The Best Office Setup</title>
		<link>http://danielk.org/blog/tech/simply-the-best-office-setup/</link>
		<comments>http://danielk.org/blog/tech/simply-the-best-office-setup/#comments</comments>
		<pubDate>Fri, 03 Dec 2010 00:05:57 +0000</pubDate>
		<dc:creator>Daniel Kivatinos</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Logitech M505]]></category>
		<category><![CDATA[Macbook Pro]]></category>

		<guid isPermaLink="false">http://danielk.org/blog/?p=1203</guid>
		<description><![CDATA[This is the setup I use and recommend to everyone. Macbook Pro 13 Inch + Logitech M505 + The Official Skype Freetalk Everyman Headset + iPhone 4 + iPad Whiteyboard You can&#8217;t go wrong.]]></description>
			<content:encoded><![CDATA[<p><img src="http://cdn1.iconfinder.com/data/icons/devine_icons/128/PNG/System%20and%20Internet/Mouse%20and%20input.png" alt="" /></p>
<p>This is the setup I use and recommend to everyone.</p>
<p><a href="http://www.apple.com/macbookpro/">Macbook Pro 13 Inch</a><br />
+<br />
<a href="http://www.amazon.com/gp/product/B002OGODA6/ref=pd_lpo_k2_dp_sr_1?pf_rd_p=486539851&#038;pf_rd_s=lpo-top-stripe-1&#038;pf_rd_t=201&#038;pf_rd_i=B00325ME7W&#038;pf_rd_m=ATVPDKIKX0DER&#038;pf_rd_r=1A375DWT8Y4HFX7CYHXB">Logitech M505</a><br />
+<br />
<a href="http://shop.skype.com/headsets/usb/iss-talk-5115-everyman/">The Official Skype Freetalk Everyman Headset</a><br />
+<br />
iPhone 4<br />
+<br />
iPad</p>
<p><a href="http://www.whiteyboard.com/">Whiteyboard</a></p>
<p>You can&#8217;t go wrong.</p>
]]></content:encoded>
			<wfw:commentRss>http://danielk.org/blog/tech/simply-the-best-office-setup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mac, iPad, iPhone, iOS Development</title>
		<link>http://danielk.org/blog/software-dev/objective-c-programming/</link>
		<comments>http://danielk.org/blog/software-dev/objective-c-programming/#comments</comments>
		<pubDate>Mon, 17 May 2010 15:08:26 +0000</pubDate>
		<dc:creator>Daniel Kivatinos</dc:creator>
				<category><![CDATA[hacking]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Cocoa]]></category>
		<category><![CDATA[Instruments]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[iPhone Application Development]]></category>
		<category><![CDATA[iPhone Application Programming]]></category>
		<category><![CDATA[iPod]]></category>
		<category><![CDATA[nterface Builder]]></category>
		<category><![CDATA[Objective C]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[speedlimit]]></category>
		<category><![CDATA[Xcode]]></category>

		<guid isPermaLink="false">http://danielk.org/blog/?p=763</guid>
		<description><![CDATA[First things first, run these commands on a lion machine: &#8211;SEE ALL LION FOLDERS&#8211; chflags nohidden ~/Library/ chflags nohidden /Library/ &#8211;SHOW ALL FILES IN FINDER WINDOW&#8211; write com.apple.finder AppleShowAllFiles -bool true defaults write com.apple.finder AppleShowAllFiles TRUE &#8211;SHOW &#8212; Hard Drive not visible Mac OSx0&#8211; If you open the Terminal (located in Applications/Utilities) and run ls [...]]]></description>
			<content:encoded><![CDATA[<p>First things first, run these commands on a lion machine:<br />
&#8211;SEE ALL LION FOLDERS&#8211;<br />
chflags nohidden ~/Library/<br />
chflags nohidden /Library/</p>
<p>&#8211;SHOW ALL FILES IN FINDER WINDOW&#8211;<br />
write com.apple.finder AppleShowAllFiles -bool true<br />
defaults write com.apple.finder AppleShowAllFiles TRUE</p>
<p>&#8211;SHOW &#8212; Hard Drive not visible Mac OSx0&#8211;<br />
If you open the Terminal (located in Applications/Utilities) and run ls /Volumes </p>
<p>One thing everyone should be able to have, is a link to Xcode, Interface Builder and the mac simulator.<br />
This is where they all are:<br />
<code><br />
/Developer/Applications/Xcode.app<br />
/Developer/Applications/Interface Builder.app<br />
/Developer/Applications/Instruments.app<br />
/Developer/Platforms/iPhoneSimulator.platform/Developer/Applications<br />
</code></p>
<p>First things first, get this xcode class from Stanford called <a href="http://itunes.apple.com/itunes-u/iphone-application-programming/id384233222#ls=1">iPhone Application Programming (Spring 2009)</a> in iTunes U.<br />
<br />
There are some other amazing iPhone/iPad courses from Stanford, you can find them here:<br />
<a href="http://itunes.stanford.edu/">http://itunes.stanford.edu/</a>.<br />
Check out iPhone Application Development (Winter 2010).<br />
<br />
Some great fast commands for Xcode development are:<br />
<br />
<a href="http://stackoverflow.com/questions/796482/steps-to-upload-an-iphone-application-to-the-appstore">Great step by step on the process of putting your app in the app store.</a><br />
<br />
<strong>Switch between code:</strong><br />
<code><br />
[option key] 1<br />
[option key] 2<br />
</code><br />
<br />
<strong>Indenting code:</strong><br />
<code><br />
[option key] ]<br />
[option key] [<br />
</code><br />
<br />
<strong>Switching code:</strong><br />
<code><br />
[option key] [command key] [up key]<br />
</code><br />
<br />
<strong>Some great plugins are:</strong></p>
<ul>
<li><a href="hhttp://mschrag.github.com/">speedlimit, a speed testing for the simulator</a></li>
<li><a href="http://github.com/matej/MBProgressHUD">MBProgressHUD</a></li>
<li><a href="http://amro.co/how-to-get-4-to-5-stars-on-the-app-store">HOW TO GET 4 TO 5 STARS ON THE APP STORE</a></li>
</ul>
<p><a href="http://www.apple.com/support/iphone/enterprise/">iPhone Enterprise Information</a><br />
<br />
Any good videos I find on Objective C Programming for the iPhone and iPad I&#8217;ll post up here.<br />
<br />
This guy has some great vids:<br />
<a href="http://www.youtube.com/watch?v=1Xqn5IHbusA&#038;feature=player_embedded" rel="shadowbox[sbpost-763];player=swf;width=640;height=385;">Tutorial 1</a><br />
<a href="http://www.youtube.com/watch?v=7803KdMkfeQ&#038;feature=player_embedded" rel="shadowbox[sbpost-763];player=swf;width=640;height=385;">Tutorial 2</a><br />
<a href="http://www.youtube.com/watch?v=NNsMkzmrZ90&#038;feature=player_embedded" rel="shadowbox[sbpost-763];player=swf;width=640;height=385;">Tutorial 3</a><br />
<a href="http://www.youtube.com/watch?v=NNsMkzmrZ90&#038;feature=player_embedded" rel="shadowbox[sbpost-763];player=swf;width=640;height=385;">Tutorial 4</a><br />
<a href="http://www.youtube.com/watch?v=WHymKNc_gZk&#038;feature=player_embedded" rel="shadowbox[sbpost-763];player=swf;width=640;height=385;">Tutorial 5</a></p>
<p>A great example split view controller:<br />
<a href="http://mattgemmell.com/2010/07/31/mgsplitviewcontroller-for-ipad">MGSplitViewController for iPad</a></p>
<h2>Sending an executable:</h2>
<p>If you want to zip up your executable for an app you will:<br />
<code>[your name]/Library/Application Support/iPhone Simulator/4.2/Applications/[folders to delete]</code></p>
<p>Clear out everything in this folder.<br />
Build and Run your project.<br />
In simulator close all open apps, even the ones running in the background.<br />
Go back into <code>[your name]/Library/Application Support/iPhone Simulator/4.2/Applications/[zip up the folder created]</code><br />
Zip up your project and that is it!<br />
Put into any other computer as an executable.</p>
<p><a href="http://adeem.me/blog/2009/06/22/creating-splash-screen-tutorial-for-iphone/">Building a splash screen</a>.<br />
<a href="http://www.mobigeni.com/2010/05/03/define-ipad-interface-orientation-splash-screens/">iPad splash screens.</a></p>
<p><a href="http://stackoverflow.com/questions/1643007/iboutlet-and-ibaction">Info on IBAction and IBOutlet</a><br />
IBAction for methods<br />
IBOutlet for objects or instance variables</p>
<p><a href="http://www.raywenderlich.com/1768/how-to-make-a-custom-uiview-a-5-star-rating-view">App review code</a></p>
]]></content:encoded>
			<wfw:commentRss>http://danielk.org/blog/software-dev/objective-c-programming/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Software for OS X</title>
		<link>http://danielk.org/blog/software/software-for-os-x/</link>
		<comments>http://danielk.org/blog/software/software-for-os-x/#comments</comments>
		<pubDate>Fri, 16 Apr 2010 22:47:31 +0000</pubDate>
		<dc:creator>Daniel Kivatinos</dc:creator>
				<category><![CDATA[software]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[OSX]]></category>

		<guid isPermaLink="false">http://danielk.org/blog/?p=739</guid>
		<description><![CDATA[After using OS X for a few weeks now I am learning what the best software out there is for it. Below is some of the good free software for OS X: Adium tweetdeck jdownloader skype keepass filezilla flock gedit kekaosx picasa (set where you want it to scan) snagit vlc utorrent http://www.macports.org/install.php cyberduck jellyfissh [...]]]></description>
			<content:encoded><![CDATA[<p>After using OS X for a few weeks now I am learning what the best software out there is for it.</p>
<p><strong>Below is some of the good free software for OS X:</strong></p>
<ul>
<li><a href="http://adium.im/">Adium</a></li>
<li><a href="http://www.tweetdeck.com/download/">tweetdeck</a></li>
<li><a href="http://jdownloader.org/download/index">jdownloader</a></li>
<li><a href="http://www.skype.com/download/skype/macosx/downloading/">skype</a></li>
<li><a href="http://keepass.info/download.html">keepass</a></li>
<li><a href="http://filezilla-project.org/download.php?type=client">filezilla</a></li>
<li><a href="http://www.flock.com/">flock</a></li>
<li><a href="http://projects.gnome.org/gedit/">gedit</a></li>
<li><a href="http://www.kekaosx.com/en/">kekaosx</a></li>
<li><a href="http://picasa.google.com/mac/">picasa</a> (<a href="http://picasa.google.com/support/bin/answer.py?hl=en&#038;answer=11511">set where you want it to scan</a>)</li>
<li><a href="http://www.techsmith.com/snagitmac/get-beta/">snagit</a></li>
<li><a href="http://www.videolan.org/vlc/">vlc</a></li>
<li><a href="http://www.utorrent.com/">utorrent</a></li>
<li><a href="http://www.macports.org/install.php">http://www.macports.org/install.php</a></li>
<li><a href="http://cyberduck.ch/">cyberduck</a></li>
<li><a href="http://www.macupdate.com/info.php/id/8032/jellyfissh">jellyfissh</a></li>
<li><a href="http://macvim.org/OSX/index.php">VIM</a>, a great text editor.</li>
<li><a href="http://darwinports.com/">DarwinPorts</a><a href="http://en.wikipedia.org/wiki/MacPorts">wikipedia</a></li>
<li><a href="http://geany.darwinports.com/">Geany</a></li>
<p><a href="http://www.microsoft.com/mac/downloads.mspx?pid=Mactopia_RDC#viewer">Microsoft RPD Viewer</a>
</ul>
<p><strong>Paid Software:</strong></p>
<ul>
<li>Adobe CS4 Master Collection</li>
<li>Camtasia</li>
<li>Microsoft Office 2008</li>
<li>RealVNC Enterprise</li>
</ul>
<p><strong>Some other random but I found useful information:</strong></p>
<ul>
<li><a href="http://www.opensourcemac.org/">A great list of free software for Macs</a>
</li>
<li><a href="http://theappleblog.com/2008/09/26/mac-101-sharing-files-between-2-macs/">File sharing between macs</a></li>
<li><a href="http://www.googletutor.com/2007/01/24/syncing-google-calendar-with-ical/">Syncing google calendar with ical/</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://danielk.org/blog/software/software-for-os-x/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>The iPad</title>
		<link>http://danielk.org/blog/apple-iphone-ipod-ipad/the-ipad/</link>
		<comments>http://danielk.org/blog/apple-iphone-ipod-ipad/the-ipad/#comments</comments>
		<pubDate>Wed, 24 Feb 2010 00:16:59 +0000</pubDate>
		<dc:creator>Daniel Kivatinos</dc:creator>
				<category><![CDATA[apple]]></category>
		<category><![CDATA[Apple]]></category>

		<guid isPermaLink="false">http://danielk.org/blog/?p=702</guid>
		<description><![CDATA[The Apple Tablet iPad Video, check it out!: A great article to read about the iPad.]]></description>
			<content:encoded><![CDATA[<p>The Apple Tablet iPad Video, check it out!:<br />
<object width="560" height="340"><param name="movie" value="http://www.youtube.com/v/uFD-4JcLsvI&#038;hl=en_US&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/uFD-4JcLsvI&#038;hl=en_US&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="340"></embed></object></p>
<p>A great <a href="http://www.joedinardo.com/2010/01/27/introducing-the-apple-ipad/">article</a> to read about the iPad.</p>
]]></content:encoded>
			<wfw:commentRss>http://danielk.org/blog/apple-iphone-ipod-ipad/the-ipad/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone, iPod Touch Software, Config and Applications</title>
		<link>http://danielk.org/blog/apple-iphone-ipod-ipad/iphone-software-config-applications/</link>
		<comments>http://danielk.org/blog/apple-iphone-ipod-ipad/iphone-software-config-applications/#comments</comments>
		<pubDate>Fri, 09 Jan 2009 02:04:16 +0000</pubDate>
		<dc:creator>Daniel Kivatinos</dc:creator>
				<category><![CDATA[apple]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Applications]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://danielk.org/blog/?p=35</guid>
		<description><![CDATA[Before doing anything I would recommend that you sync your iphone with google contacts and calender, this is how you would do this: Google Sync: Set Up Your iPhone or iPod Touch The best windows software for accessing your iphone is i-funbox, try it, it&#8217;s free! (I use it to remove videos from cycorder, just [...]]]></description>
			<content:encoded><![CDATA[<p>Before doing anything I would recommend that you sync your iphone with google contacts and calender, this is how you would do this:<br />
<a href="http://www.google.com/support/mobile/bin/answer.py?answer=138740&#038;topic=14252" target="_blank">Google Sync: Set Up Your iPhone or iPod Touch</a></p>
<p>The best windows software for accessing your iphone is <a target="_blank" href="http://i-funbox.com/">i-funbox</a>, try it, it&#8217;s free! (I use it to remove videos from cycorder, just going to the directory: root/var/Media/videos)</p>
<p><a href="http://en.wikipedia.org/wiki/Comparison_of_iPod_Managers">Comparison of iPod Managers</a>&#8230;there is more then just iTunes!</p>
<p>Below is the list of iPhone applications I have tested out on an iPhone, I recommend most of the programs listed.<br />
<br />
Please note that if you want to install some of the jail broken apps below, please go check out this youtube video first: <a href="http://www.youtube.com/watch?v=qDDEN3zfQOg" rel="shadowbox[sbpost-35];player=swf;width=640;height=385;">http://www.youtube.com/watch?v=qDDEN3zfQOg</a>.</p>
<p><strong>Web Searching Tools</strong></p>
<ul>
<li><a href="http://www.apptism.com/apps/gsearch">gSearch &#8211; Great for google searching</a></li>
<li><a href="http://www.apptism.com/apps/google-mobile-app">Google &#8211; Great for google searching</a></li>
<li><a href="http://www.apptism.com/apps/quickpedia-wikipedia-for-the-iphone">Quickpedia &#8211; Great for wiki searching</a></li>
</ul>
<p><strong>News</strong></p>
<p><a href="http://www.apptism.com/apps/newsstand">Newsstand  &#8211; Great for RSS feeds</a><br />
<a href="http://www.apptism.com/apps/nytimes">NYTimes &#8211; New York Times</a></p>
<p><strong>Weather</strong><br />
<a href="http://www.apptism.com/apps/weatherbug">Weatherbug &#8211; Great for weather</a></p>
<p><strong>Maps</strong><br />
<a href="http://www.apptism.com/apps/google-earth">Google Earth &#8211; Great google map software</a><br />
<a href="http://www.apptism.com/apps/itrans-nyc-subway">iTrans NYC &#8211; Great if you live in NYC</a></p>
<p><strong>Find a Store, Bar&#8230;</strong><br />
<a href="http://www.apptism.com/apps/ypmobile">YPmoble &#8211; Yellow Pages</a><br />
<a href="http://www.apptism.com/apps/yelp">Yelp &#8211; Reviews of merchants close to you</a><br />
FF Finder &#8211; If you need fast food&#8230;fast<br />
<a href="http://www.apptism.com/apps/urbanspoon">Urbanspoon &#8211; Resturant reviews</a><br />
Where &#8211;  Need a starbucks? Look here<br />
<a href="http://www.apptism.com/apps/sloshspot-social-bar-and-nightlife-app">SloshSpot &#8211; Need to grab a drink? Look here</a></p>
<p><strong>TV &#038; Video</strong><br />
<a href="http://www.apptism.com/apps/what-s-on">What&#8217;s On? &#8211; A tv guide</a><br />
<a href="http://www.appsafari.com/software/3343/mxtube-native/">MxTube &#8211; Download and play youtube videos anytime(from Cydia) *</a><br />
<a href="http://www.appsafari.com/utilities/6218/cycorder/">cycorder &#8211; Record video (from Cydia) *</a></p>
<p><strong>Sleeping Tools</strong><br />
<a href="http://www.apptism.com/apps/night-stand">Night Stand &#8211; Clock plugin</a><br />
<a href="http://www.apptism.com/apps/clock-3d">Clock 3D &#8211; Clock plugin</a><br />
<a href="http://www.apptism.com/apps/ambiance">Ambiance &#8211; Helps me relax, best relaxing noise around</a><br />
White Noise &#8211; Helps me relax</p>
<p><strong>Management Tools</strong><br />
<a href="http://www.apptism.com/apps/mint-com">Mint.com &#8211; Money managment, everyone should use this</a><br />
Todo &#8211; Time managment<br />
<a href="http://www.apptism.com/apps/weightbot">Weightbot &#8211; Weight manager</a><br />
FastFoodCal &#8211; Calorie counter</p>
<p><strong>Social</strong><br />
<a href="http://www.apptism.com/apps/linkedin">LinkedIn &#8211; Networking with profesionals</a><br />
<a href="http://www.apptism.com/apps/facebook">Facebook &#8211; Networking with friends</a><br />
<a href="http://www.apptism.com/apps/tweetie">Tweetie &#8211; Networking Twitter application, this is one of my favs</a><br />
<a href="http://www.apptism.com/apps/beejiveim">BeejiveIM &#8211; Instant messaging, there may be better ones out there</a><br />
<a href="http://www.apptism.com/apps/wordpress">WordPress &#8211; Blogging with wordpress</a></p>
<p><strong>Calculators</strong><br />
Tip &#8211; Tip calculator<br />
<a href="http://www.apptism.com/apps/checkplease">CheckPlease &#8211; Tip calculator</a></p>
<p><strong>Buying Stuff</strong><br />
<a href="http://www.apptism.com/apps/ebay-mobile">eBay</a><br />
<a href="http://www.apptism.com/apps/amazon-mobile">Amazon.com</a><br />
<a href="http://www.apptism.com/apps/delivery-status-touch">Deliveries &#8211; Track a delivery</a></p>
<p><strong>Networking Tools</strong><br />
<a href="http://www.apptism.com/apps/winadmin">WinAdmin &#8211; Remote desktop</a><br />
<a href="http://www.apptism.com/apps/issh">iSSH &#8211; Secure terminal</a><br />
<a href="http://www.appsafari.com/utilities/377/ssh-terminal/">Terminal (from Cydia) *</a><br />
<a href="http://www.appleiphoneschool.com/openssh/">OpenSSH (from Cydia) *</a><br />
<a href="http://lifehacker.com/5049729/iphone-modem-tethers-jailbroken-iphones">modem (from Cydia) *</a></p>
<p><strong>Radio</strong><br />
WonderRadio &#8211; iPhone radio, this is the best one out of all of them, if you get one this one is it<br />
<a href="http://www.apptism.com/apps/tuner-internet-radio">Tuner &#8211; iPhone radio, this one is just ok</a><br />
Radio &#8211; iPhone radio<br />
AOLRadio &#8211; iPhone radio<br />
<a href="http://www.apptism.com/apps/stitcher">Stitcher &#8211; iPhone radio</a><br />
<a href="http://www.apptism.com/apps/pandora-radio">Pandora &#8211; iPhone music</a><br />
<a href="http://www.apptism.com/apps/last-fm">Last.fm &#8211; iPhone music</a><br />
<a href="http://www.apptism.com/apps/finetune">finetune &#8211; iPhone music</a></p>
<p><strong>Music Tools</strong><br />
<a href="http://www.apptism.com/apps/shazam">Shazam &#8211; iPhone music determiner</a><br />
Remote &#8211; Play your iTunes from your iPhone</p>
<p><strong>Games</strong><br />
<a href="http://www.apptism.com/apps/fieldrunners">Fieldrunners &#8211; Game</a><br />
Zombies &#8211; Game<br />
<a href="http://www.apptism.com/apps/centipede">Centipede &#8211; Game</a><br />
<a href="http://iphonefreakz.com/2008/04/02/playstation-games-on-your-iphone-with-psx4iphone/">psx4iphone &#8211; Play playstation games (from Cydia) *</a><br />
<a href="http://www.youtube.com/watch?v=LVh429Dp7r0" rel="shadowbox[sbpost-35];player=swf;width=640;height=385;">NES &#8211; Play any NES games(from Cydia) *</a><br />
<a href="http://www.appsafari.com/games/5418/macman/">Macman (from Cydia) *</a></p>
<p><strong>Fun, Not Really Useful</strong><br />
<a href="http://www.apptism.com/apps/ichoose">iChoose &#8211; Flip a coin</a><br />
<a href="http://www.apptism.com/apps/koi-pond">Koi Pond &#8211; Koi fish</a><br />
Spawn &#8211; Cool Screensaver like game<br />
Dice &#8211; Role dice<br />
Alpha Tips &#8211; Dating help for men</p>
<p><strong>Math</strong><br />
<a href="http://www.apptism.com/apps/pcalc">PCalc &#8211; Alternate calculator</a><br />
GraphCalc<br />
<a href="http://www.apptism.com/apps/quick-graph">Quick Graph</a><br />
MissingCalc<br />
<a href="http://www.apptism.com/apps/triangulator">Triangulator</a><br />
<a href="http://www.apptism.com/apps/math-tricks">Math Tricks</a></p>
<p><strong>Additional Tools</strong><br />
Spanish &#8211; Learn spanish<br />
<a href="http://www.apptism.com/apps/spell-check">Spell Check &#8211; Spell check anything</a><br />
<a href="http://www.apptism.com/apps/txtpedia">Txtpedia &#8211; Need to know what something means in txting speak, this is where to go</a><br />
<a href="http://www.apptism.com/apps/clinometer">Clinometer &#8211; Leveler for construction</a><br />
<a href="http://www.apptism.com/apps/flashlight-2">Flashlight &#8211; Flashlight if you need one</a><br />
<a href="http://www.apptism.com/apps/gas-cubby-o-mpg-and-maintenance">Gas Cubby &#8211; Ok tool for car, I don&#8217;t recommend it to most people</a><br />
Conversions &#8211; Good for conversions<br />
<a href="http://www.apptism.com/apps/msecure">mSecure &#8211; Password manager</a><br />
<a href="http://www.intelliborn.com/products.html">Intelliscreen &#8211; One of my favs this lets you config your locked screen with information like weather (from Cydia) *</a></p>
<p><strong>Recorders</strong><br />
<a href="http://www.apptism.com/apps/happytalk-recorder">HappyTalk &#8211; Recorder</a><br />
<a href="http://www.apptism.com/apps/voxie">Voxie &#8211; Recorder</a><br />
<a href="http://www.apptism.com/apps/speakeasy-voice-recorder">SpeakEasy &#8211; Recorder</a></p>
<p><strong>Install &#038; Backup Programs</strong><br />
<a href="http://www.scott-wallace.net/iphone/appbackup">AppBackup &#8211; Backup iPhone data (from Cydia) *</a><br />
<a href="http://cydia.thebigboss.org/moreinfo/AptBackup.php">AptBackup &#8211; Backup iPhone data (from Cydia) *</a><br />
<a href="http://www.appsafari.com/software/5325/cydia/">Cydia &#8211; Installer for hacked programs, look on youtube for how to install, VERY IMPORTANT *</a><br />
<a href="http://www.appsafari.com/maps/825/installerapp/">Installer &#8211; Installer for hacked programs, look on youtube for how to install *</a></p>
<p>* Cydia is a jail broken app installer that you get when you jail break your phone.</p>
<p>There are a ton of apps that I haven&#8217;t listed, the list keeps growing and growing!</p>
<p></p>
]]></content:encoded>
			<wfw:commentRss>http://danielk.org/blog/apple-iphone-ipod-ipad/iphone-software-config-applications/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

