<?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>christopheraceto.com &#187; SOFTWARE</title>
	<atom:link href="http://christopheraceto.com/topics/tech-stuff/software-iphone-apps/feed/" rel="self" type="application/rss+xml" />
	<link>http://christopheraceto.com</link>
	<description>The personal blog of Christopher Aceto. Always on the hunt for innovative ideas, gadgets &#38; software</description>
	<lastBuildDate>Tue, 08 Jun 2010 03:57:32 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Am I over jailbreaking my iPhone?</title>
		<link>http://christopheraceto.com/2010/03/19/am-i-over-jailbreaking-my-iphone/</link>
		<comments>http://christopheraceto.com/2010/03/19/am-i-over-jailbreaking-my-iphone/#comments</comments>
		<pubDate>Fri, 19 Mar 2010 05:52:27 +0000</pubDate>
		<dc:creator>Christopher Aceto</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Apps]]></category>
		<category><![CDATA[REVIEWS]]></category>
		<category><![CDATA[Rants]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[3.1.3]]></category>
		<category><![CDATA[3gs]]></category>
		<category><![CDATA[jailbreak]]></category>
		<category><![CDATA[jailbroken]]></category>
		<category><![CDATA[why jailbreak?]]></category>

		<guid isPermaLink="false">http://christopheraceto.com/?p=605</guid>
		<description><![CDATA[I recently had to exchange my iPhone 3GS for a new one. The new one came pre-loaded with OS 3.1.3 which means I lost my jailbreak. For how long? Who knows?
To my surprise, however, I&#8217;m realizing that I don&#8217;t really miss the jailbreak, nor did I have any jailbroken apps that were really useful or [...]]]></description>
			<content:encoded><![CDATA[<p>I recently had to exchange my iPhone 3GS for a new one. The new one came pre-loaded with OS 3.1.3 which means I lost my jailbreak. For how long? Who knows?</p>
<p>To my surprise, however, I&#8217;m realizing that I don&#8217;t really miss the jailbreak, nor did I have any jailbroken apps that were really useful or only available via a jailbroken iPhone.</p>
<p>I lost my LockScreenInfo, which IMO is the best app out there.. Apple really dropped the ball on the homescreen info. Another piece of jailbreak that I miss is my custom wallpaper, 5 icon dock and the absence of that nasty grey bar at the bottom.</p>
<p>Other than these 3 or 4 small things.. jailbreaking? meh..</p>
<p>Don&#8217;t get me wrong. It really pisses me off that I can&#8217;t customize <strong>my</strong> iPhone the way I want, but in the end. I can live. It&#8217;s still the best mobile device on the plant. =P</p>
]]></content:encoded>
			<wfw:commentRss>http://christopheraceto.com/2010/03/19/am-i-over-jailbreaking-my-iphone/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Installing iStat server on Red Hat Linux &#8211; iPhone iStat</title>
		<link>http://christopheraceto.com/2010/03/19/installing-istat-server-linux-red-hat-iphone/</link>
		<comments>http://christopheraceto.com/2010/03/19/installing-istat-server-linux-red-hat-iphone/#comments</comments>
		<pubDate>Fri, 19 Mar 2010 05:44:19 +0000</pubDate>
		<dc:creator>Christopher Aceto</dc:creator>
				<category><![CDATA[Apps]]></category>
		<category><![CDATA[Innovative Ideas]]></category>
		<category><![CDATA[REVIEWS]]></category>
		<category><![CDATA[SOFTWARE]]></category>
		<category><![CDATA[TECH STUFF]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[dedicated]]></category>
		<category><![CDATA[istat]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[red hat]]></category>
		<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://christopheraceto.com/?p=602</guid>
		<description><![CDATA[I recently installed iStat Server (Linux) so I could see my server stats on my iPhone. Very simple app. Works like a charm. I took this information from pukupi.com. I had a very hard time figuring out how to get iStat Linux working and this site helped a lot. Took forever to find though, so [...]]]></description>
			<content:encoded><![CDATA[<p>I recently installed iStat Server (Linux) so I could see my server stats on my iPhone. Very simple app. Works like a charm. I took this information from pukupi.com. I had a very hard time figuring out how to get iStat Linux working and this site helped a lot. Took forever to find though, so I figured I&#8217;d post it here for future reference, just in case it disappears.</p>
<p>&#8212;- &gt;</p>
<p>Bjango iStat for iPhone is a fantastic app for keeping an eye on a Mac server and thanks to the work William Tisater, can monitor Linux, FreeBSD and Solaris servers as well.<br />
I installed iStat server on a server running Red Hat Enterprise Linux 5.3 but these instructions should work with other Red Hat, CentOS and Fedora distros. For Debian and Ubuntu distros, pop over here.<br />
Preparation<br />
You shouldn&#8217;t be logged in as root but let&#8217;s give ourselves temporary root permissions for the install:<br />
sudo -i</p>
<p>If you&#8217;re a good sys admin and have locked down all unused server ports, open up port 5109 with system-config-securitylevel-tui and adding 5109:tcp to the Customize, Other ports field if planning on using the default iStat port. You&#8217;ll also need to install development tools if you haven&#8217;t done this already:<br />
1.    yum groupinstall &#8220;Development Tools&#8221;</p>
<p>Download iStat server<br />
iStat server for Linux, FreeBSD and Solaris is maintained at github and you should pop over there to make sure the latest version corresponds with the wget command below:<br />
1.    wget http://github.com/downloads/tiwilliam/istatd/istatd-0.5.6.tar.gz<br />
2.    tar -zxvf istatd-*.tar.gz<br />
3.    cd istatd-*</p>
<p>Setup iStat server<br />
Configure iStat for your server:<br />
1.    ./configure</p>
<p>If, like me, you get an xml2-config error, install libxml2-dev and run ./configure again:<br />
1.    yum install libxml2-devel<br />
2.    ./configure</p>
<p>Compile and install:<br />
1.    make<br />
2.    make install</p>
<p>Add an istat user and create a directory to store istat.pid:<br />
1.    useradd istat<br />
2.    mkdir /var/run/istat<br />
3.    chown istat /var/run/istat</p>
<p>Tweak the iStat server configuration<br />
Before launching the iStat server, first modify the configuration file for your system:<br />
1.    nano /usr/local/etc/istat.conf</p>
<p>Modify the server_code and anything else to match your system. In my case I also modified monitor_disk:<br />
1.    #<br />
2.    # /etc/istat.conf: Configuration for iStat server<br />
3.    #<br />
4.<br />
5.    # network_addr 127.0.0.1<br />
6.    # network_port 5109<br />
7.    server_code 12345<br />
8.    # server_user istat<br />
9.    # server_group istat<br />
10.    # server_socket /tmp/istatd.sock<br />
11.    # server_pid /var/run/istat/istatd.pid<br />
12.    # cache_dir /var/cache/istat<br />
13.<br />
14.    # Note: Only support for one network interface, limited by client.<br />
15.    monitor_net ( eth0 )<br />
16.<br />
17.    # Array of disks to monitor. Specify mount path or device name.<br />
18.    # monitor_disk (  /home ) for multiple disks (  /home /dev/hd9 /dev/hd6 )<br />
19.    monitor_disk ( / )<br />
20.<br />
21.    # Set to 1 if you want to use mount path as label instead of the device name.<br />
22.    disk_mount_path_label 0<br />
23.<br />
24.    # Try to probe the filesystem for disk label, will override the mount path label.<br />
25.    disk_filesystem_label 1<br />
26.<br />
27.    # Set custom disk label. Will override all other labels.<br />
28.    # disk_rename_label /dev/sda1 &#8220;root&#8221;<br />
29.    # disk_rename_label /home &#8220;home&#8221;<br />
30.<br />
31.    # End of file</p>
<p>Launch iStat server<br />
With the configuration saved, iStat server is ready to launch:<br />
1.    /usr/local/bin/istatd -d</p>
<p>Add your server to iStat for iPhone using the server_code in the iStat server configuration file and start enjoying Bjangolicous server stats.</p>
<p>iStat server running on Red Hat<br />
Launch iStat server at startup<br />
It&#8217;s not a bad idea to launch iStat server at startup:<br />
1.    nano /etc/rc.d/rc.local</p>
<p>Add the following to the bottom of /etc/rc.d/rc.local should do the the trick:<br />
1.    /usr/local/bin/istatd -d</p>
<p>You may want to restart your server to confirm iStat server launched OK</p>
]]></content:encoded>
			<wfw:commentRss>http://christopheraceto.com/2010/03/19/installing-istat-server-linux-red-hat-iphone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mount ISO Files in Windows 7 64Bit</title>
		<link>http://christopheraceto.com/2009/10/17/mount-iso-files-in-windows-7-64bit/</link>
		<comments>http://christopheraceto.com/2009/10/17/mount-iso-files-in-windows-7-64bit/#comments</comments>
		<pubDate>Sun, 18 Oct 2009 02:51:42 +0000</pubDate>
		<dc:creator>Christopher Aceto</dc:creator>
				<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[dvd]]></category>
		<category><![CDATA[iso]]></category>
		<category><![CDATA[mount]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://christopheraceto.com/?p=595</guid>
		<description><![CDATA[I regulary need to mount .ISO files in Windows. Unfortunatley, Daemon Tools Lite doesn&#8217;t work too well with Windows 7 64Bit.
Download this: SetupVirtualCloneDrive5432
It&#8217;s free software courtesy of SlySoft.
]]></description>
			<content:encoded><![CDATA[<p>I regulary need to mount .ISO files in Windows. Unfortunatley, Daemon Tools Lite doesn&#8217;t work too well with Windows 7 64Bit.</p>
<p>Download this: <a href="http://christopheraceto.com/wp-content/uploads/2009/10/SetupVirtualCloneDrive5432.exe">SetupVirtualCloneDrive5432</a></p>
<p>It&#8217;s free software courtesy of SlySoft.</p>
]]></content:encoded>
			<wfw:commentRss>http://christopheraceto.com/2009/10/17/mount-iso-files-in-windows-7-64bit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Low Audio On Macbook Pro 2009 (5,3) Windows 7 64Bit</title>
		<link>http://christopheraceto.com/2009/10/17/low-audio-on-macbook-pro-2009-53-windows-7-64bit/</link>
		<comments>http://christopheraceto.com/2009/10/17/low-audio-on-macbook-pro-2009-53-windows-7-64bit/#comments</comments>
		<pubDate>Sun, 18 Oct 2009 02:45:21 +0000</pubDate>
		<dc:creator>Christopher Aceto</dc:creator>
				<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[64]]></category>
		<category><![CDATA[64bit]]></category>
		<category><![CDATA[bit]]></category>
		<category><![CDATA[cirrus]]></category>
		<category><![CDATA[drivers]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[low]]></category>
		<category><![CDATA[Macbook]]></category>
		<category><![CDATA[pro]]></category>
		<category><![CDATA[sound]]></category>
		<category><![CDATA[volume]]></category>
		<category><![CDATA[w7]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://christopheraceto.com/?p=592</guid>
		<description><![CDATA[By now, those of use using Windows 7 on a MBP 2009 are well aware that Windows 7 and Bootcamp 3.0 have some issues when it comes to drivers. This is one of many interim solutions for the problem with low volume in Windows 7 on a Macbook Pro Unibody (5,3).
Download this: FixCirrusAudioVista64
(Note: This is [...]]]></description>
			<content:encoded><![CDATA[<p>By now, those of use using Windows 7 on a MBP 2009 are well aware that Windows 7 and Bootcamp 3.0 have some issues when it comes to drivers. This is one of many interim solutions for the problem with low volume in Windows 7 on a Macbook Pro Unibody (5,3).</p>
<p>Download this: <a href="http://christopheraceto.com/wp-content/uploads/2009/10/FixCirrusAudioVista64.exe">FixCirrusAudioVista64</a></p>
<p>(Note: This is for W7 64Bit only. There is a 32Bit version but if you&#8217;re running 32Bit&#8230; well, your lame. Sorry)</p>
]]></content:encoded>
			<wfw:commentRss>http://christopheraceto.com/2009/10/17/low-audio-on-macbook-pro-2009-53-windows-7-64bit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Snow Leopard Tips &amp; Tricks</title>
		<link>http://christopheraceto.com/2009/08/29/snow-leopard-tips-tricks/</link>
		<comments>http://christopheraceto.com/2009/08/29/snow-leopard-tips-tricks/#comments</comments>
		<pubDate>Sat, 29 Aug 2009 22:02:31 +0000</pubDate>
		<dc:creator>Christopher Aceto</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[SOFTWARE]]></category>
		<category><![CDATA[SOLUTIONS]]></category>
		<category><![CDATA[hacks]]></category>
		<category><![CDATA[leopard]]></category>
		<category><![CDATA[Snow Leopard]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tricks]]></category>

		<guid isPermaLink="false">http://christopheraceto.com/?p=569</guid>
		<description><![CDATA[I will be updating this list as I come across interesting tips &#38; tricks related to Snow Leopard.

Minimize window to program icon rather than as a new window icon in dock. Check Minimize windows into application icon.



Boot 64 bit kernel. Restart your mac holding down the &#8220;6&#8243; and &#8220;4&#8243; keys.




Auto-sync your contacts via Address Book [...]]]></description>
			<content:encoded><![CDATA[<p>I will be updating this list as I come across interesting tips &amp; tricks related to Snow Leopard.</p>
<ul>
<li>Minimize window to program icon rather than as a new window icon in dock. Check <strong>Minimize windows into application icon.</strong></li>
</ul>
<p><a href="http://christopheraceto.com/wp-content/uploads/2009/08/Screen-shot-2009-08-29-at-5.40.19-PM.jpg"><img class="alignnone size-medium wp-image-570" title="Screen shot 2009-08-29 at 5.40.19 PM" src="http://christopheraceto.com/wp-content/uploads/2009/08/Screen-shot-2009-08-29-at-5.40.19-PM-300x175.jpg" alt="Screen shot 2009-08-29 at 5.40.19 PM" width="300" height="175" /></a></p>
<ul>
<li>Boot 64 bit kernel. <strong>Restart your mac holding down the &#8220;6&#8243; and &#8220;4&#8243; keys.</strong></li>
</ul>
<p><strong><a href="http://christopheraceto.com/wp-content/uploads/2009/08/Screen-shot-2009-08-29-at-11.52.43-AM.jpg"><img class="alignnone size-medium wp-image-565" title="Screen shot 2009-08-29 at 11.52.43 AM" src="http://christopheraceto.com/wp-content/uploads/2009/08/Screen-shot-2009-08-29-at-11.52.43-AM-300x217.jpg" alt="Screen shot 2009-08-29 at 11.52.43 AM" width="300" height="217" /></a><br />
</strong></p>
<ul>
<li>Auto-sync your contacts via Address Book with MobileMe, Google, Yahoo. <strong>Address Book &gt; Preferences &gt; Accounts&#8230;</strong></li>
</ul>
<p><strong><a href="http://christopheraceto.com/wp-content/uploads/2009/08/Screen-shot-2009-08-29-at-5.44.08-PM.jpg"><img class="alignnone size-medium wp-image-571" title="Screen shot 2009-08-29 at 5.44.08 PM" src="http://christopheraceto.com/wp-content/uploads/2009/08/Screen-shot-2009-08-29-at-5.44.08-PM-300x270.jpg" alt="Screen shot 2009-08-29 at 5.44.08 PM" width="300" height="270" /></a></strong></p>
<ul>
<li>Detailed Volume information. <strong>Option + Click the volume icon.</strong></li>
</ul>
<p><strong><a href="http://christopheraceto.com/wp-content/uploads/2009/08/Screen-shot-2009-08-29-at-5.50.44-PM.jpg"><img class="alignnone size-full wp-image-572" title="Screen shot 2009-08-29 at 5.50.44 PM" src="http://christopheraceto.com/wp-content/uploads/2009/08/Screen-shot-2009-08-29-at-5.50.44-PM.jpg" alt="Screen shot 2009-08-29 at 5.50.44 PM" width="214" height="180" /></a></strong></p>
<ul>
<li>Detailed MobileMe sync history. <strong>Option + Click the MobileMe Sync icon.</strong></li>
</ul>
<p><strong><a href="http://christopheraceto.com/wp-content/uploads/2009/08/Screen-shot-2009-08-29-at-5.56.19-PM.jpg"><img class="alignnone size-medium wp-image-573" title="Screen shot 2009-08-29 at 5.56.19 PM" src="http://christopheraceto.com/wp-content/uploads/2009/08/Screen-shot-2009-08-29-at-5.56.19-PM-300x204.jpg" alt="Screen shot 2009-08-29 at 5.56.19 PM" width="300" height="204" /></a></strong></p>
<ul>
<li>Detailed Battery info. <strong>Option + Click the battery icon.</strong></li>
</ul>
<p><strong><a href="http://christopheraceto.com/wp-content/uploads/2009/08/Screen-shot-2009-08-29-at-6.00.57-PM.jpg"><img class="alignnone size-thumbnail wp-image-574" title="Screen shot 2009-08-29 at 6.00.57 PM" src="http://christopheraceto.com/wp-content/uploads/2009/08/Screen-shot-2009-08-29-at-6.00.57-PM-150x150.jpg" alt="Screen shot 2009-08-29 at 6.00.57 PM" width="150" height="150" /></a><br />
</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://christopheraceto.com/2009/08/29/snow-leopard-tips-tricks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>32 bit and 64 bit Snow Leopard Speed on a Macbook Pro</title>
		<link>http://christopheraceto.com/2009/08/29/32-bit-and-64-bit-snow-leopard-speed-on-a-macbook-pro/</link>
		<comments>http://christopheraceto.com/2009/08/29/32-bit-and-64-bit-snow-leopard-speed-on-a-macbook-pro/#comments</comments>
		<pubDate>Sat, 29 Aug 2009 16:01:27 +0000</pubDate>
		<dc:creator>Christopher Aceto</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[SOFTWARE]]></category>
		<category><![CDATA[32]]></category>
		<category><![CDATA[32 bit]]></category>
		<category><![CDATA[64]]></category>
		<category><![CDATA[64 bit]]></category>
		<category><![CDATA[about this mac]]></category>
		<category><![CDATA[bit]]></category>
		<category><![CDATA[boot]]></category>
		<category><![CDATA[cpu]]></category>
		<category><![CDATA[extensions]]></category>
		<category><![CDATA[kernel]]></category>
		<category><![CDATA[MAC]]></category>
		<category><![CDATA[Macbook Pro]]></category>
		<category><![CDATA[no]]></category>
		<category><![CDATA[Snow Leopard]]></category>
		<category><![CDATA[speed]]></category>
		<category><![CDATA[xbench]]></category>
		<category><![CDATA[yes]]></category>

		<guid isPermaLink="false">http://christopheraceto.com/?p=564</guid>
		<description><![CDATA[I&#8217;ve run Xbench a few more times, this time running only CPU tests and while booted in 64 bit and 32 bit (default). My Macbook Pro consistently scores 10-15 points higher in the speed tests while booted in 64 bit.
If you&#8217;d like to try it yourself restart your Mac and hold down &#8220;6&#8243; and &#8220;4&#8243; [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve run Xbench a few more times, this time running only CPU tests and while booted in 64 bit and 32 bit (default). My Macbook Pro consistently scores 10-15 points higher in the speed tests while booted in 64 bit.</p>
<p>If you&#8217;d like to try it yourself <em>restart</em> your Mac and hold down &#8220;6&#8243; and &#8220;4&#8243; keys. To see if you have booted in 64 bit mode correctly go to <strong>About This Mac</strong> &#8230; <strong>More Info</strong> &#8230; <strong>Software</strong></p>
<p><strong><a href="http://christopheraceto.com/wp-content/uploads/2009/08/Screen-shot-2009-08-29-at-11.52.43-AM.jpg"><img class="alignnone size-medium wp-image-565" title="Screen shot 2009-08-29 at 11.52.43 AM" src="http://christopheraceto.com/wp-content/uploads/2009/08/Screen-shot-2009-08-29-at-11.52.43-AM-300x217.jpg" alt="Screen shot 2009-08-29 at 11.52.43 AM" width="300" height="217" /></a></strong></p>
<p>In default (32 bit) boot mode the <strong>Yes</strong> will read <strong>No</strong>.</p>
]]></content:encoded>
			<wfw:commentRss>http://christopheraceto.com/2009/08/29/32-bit-and-64-bit-snow-leopard-speed-on-a-macbook-pro/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>ClockedIn for iPhone Review</title>
		<link>http://christopheraceto.com/2009/08/18/clockedin-for-iphone-review/</link>
		<comments>http://christopheraceto.com/2009/08/18/clockedin-for-iphone-review/#comments</comments>
		<pubDate>Tue, 18 Aug 2009 23:45:03 +0000</pubDate>
		<dc:creator>Christopher Aceto</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Apps]]></category>
		<category><![CDATA[REVIEWS]]></category>
		<category><![CDATA[SOFTWARE]]></category>
		<category><![CDATA[activity]]></category>
		<category><![CDATA[app]]></category>
		<category><![CDATA[call]]></category>
		<category><![CDATA[ClockedIn]]></category>
		<category><![CDATA[iTunes]]></category>
		<category><![CDATA[Kyoobed]]></category>
		<category><![CDATA[management]]></category>
		<category><![CDATA[meeting]]></category>
		<category><![CDATA[project]]></category>
		<category><![CDATA[promo]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[Store]]></category>
		<category><![CDATA[tasks]]></category>
		<category><![CDATA[time]]></category>
		<category><![CDATA[timer]]></category>
		<category><![CDATA[tracker]]></category>
		<category><![CDATA[tracking]]></category>

		<guid isPermaLink="false">http://christopheraceto.com/?p=542</guid>
		<description><![CDATA[The guys over at Kyoobed were kind enough to let me test drive a time tracking app they&#8217;ve developed titled ClockedIn and for $3.99 it&#8217;s definitely worth a try.
I am constantly on the go, on the phone and trying to keep a mental log of the time I&#8217;ve spent talking to clients, working on a [...]]]></description>
			<content:encoded><![CDATA[<p>The guys over at <a title="Kyoobed.com" href="http://www.kyoobed.com/applications/clockedin/iphone/" target="_blank">Kyoobed</a> were kind enough to let me test drive a time tracking app they&#8217;ve developed titled <a title="iTunes link to ClockedIn" href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=299481290&amp;mt=8" target="_blank">ClockedIn</a> and for $3.99 it&#8217;s definitely worth a try.</p>
<p>I am constantly on the go, on the phone and trying to keep a mental log of the time I&#8217;ve spent talking to clients, working on a project or keeping track of the time I&#8217;m spending on a specific task. Thankfully, an app like ClockedIn has offered the ability to do this on the iPhone.</p>
<p>My first few hours with ClockedIn I decided to setup all of the current Client/Projects I am working on. I also went one step further and created a few typical activities under each, such as; phone call, concept design, meeting, research.</p>
<p>The great thing is, when a customer calls I can quickly load ClockedIn, select the customer/project and track the time of the phone call, in real-time. At the end of the week, you can output your tracked time to a nicely formatted report which you can email to yourself.</p>
<p>ClockedIn also features a calendar where you can view daily, weekly and monthly summaries. It calculates project totals by adding all activities within that project together. You can also jump to the daily calendar to edit the details of a previously tracked activity or project.</p>
<p>For those of you who are on the go and constantly managing several projects. This is a great way to keep track of your time while on the move.</p>
<p>Another thing that the developers have assured me is that the new, updated release will be appearing in the App Store by the end of September. I highly recommend trying ClockedIn. IMO, it&#8217;s a great app that can only get better.</p>
<p><strong>Overall Rating: <span style="color: #ff6600;">4</span>/<span style="color: #ff00ff;">5</span></strong></p>

<a href='http://christopheraceto.com/2009/08/18/clockedin-for-iphone-review/day-view/' title='Day-View'><img width="150" height="150" src="http://christopheraceto.com/wp-content/uploads/2009/08/Day-View-150x150.png" class="attachment-thumbnail" alt="" title="Day-View" /></a>
<a href='http://christopheraceto.com/2009/08/18/clockedin-for-iphone-review/monthly-view/' title='Monthly-View'><img width="150" height="150" src="http://christopheraceto.com/wp-content/uploads/2009/08/Monthly-View-150x150.png" class="attachment-thumbnail" alt="" title="Monthly-View" /></a>
<a href='http://christopheraceto.com/2009/08/18/clockedin-for-iphone-review/project-totals/' title='Project-Totals'><img width="150" height="150" src="http://christopheraceto.com/wp-content/uploads/2009/08/Project-Totals-150x150.png" class="attachment-thumbnail" alt="" title="Project-Totals" /></a>
<a href='http://christopheraceto.com/2009/08/18/clockedin-for-iphone-review/project_totals-report-small/' title='project_totals-report-small'><img width="150" height="150" src="http://christopheraceto.com/wp-content/uploads/2009/08/project_totals-report-small-150x150.png" class="attachment-thumbnail" alt="" title="project_totals-report-small" /></a>
<a href='http://christopheraceto.com/2009/08/18/clockedin-for-iphone-review/task-timer/' title='Task-Timer'><img width="150" height="150" src="http://christopheraceto.com/wp-content/uploads/2009/08/Task-Timer-150x150.png" class="attachment-thumbnail" alt="" title="Task-Timer" /></a>
<a href='http://christopheraceto.com/2009/08/18/clockedin-for-iphone-review/weekly-view/' title='Weekly-View'><img width="150" height="150" src="http://christopheraceto.com/wp-content/uploads/2009/08/Weekly-View-150x150.png" class="attachment-thumbnail" alt="" title="Weekly-View" /></a>

]]></content:encoded>
			<wfw:commentRss>http://christopheraceto.com/2009/08/18/clockedin-for-iphone-review/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Universal Home Entertainment Releasing iPhone Companion with Blu-Ray</title>
		<link>http://christopheraceto.com/2009/07/20/universal-home-entertainment-releasing-iphone-companion-with-blu-ray/</link>
		<comments>http://christopheraceto.com/2009/07/20/universal-home-entertainment-releasing-iphone-companion-with-blu-ray/#comments</comments>
		<pubDate>Mon, 20 Jul 2009 22:24:17 +0000</pubDate>
		<dc:creator>Christopher Aceto</dc:creator>
				<category><![CDATA[Apps]]></category>
		<category><![CDATA[Innovative Ideas]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[app]]></category>
		<category><![CDATA[app store]]></category>
		<category><![CDATA[blu]]></category>
		<category><![CDATA[blu-ray]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[fast]]></category>
		<category><![CDATA[fast & furious]]></category>
		<category><![CDATA[friendly]]></category>
		<category><![CDATA[furious]]></category>
		<category><![CDATA[home theatre]]></category>
		<category><![CDATA[interactive]]></category>
		<category><![CDATA[iPod]]></category>
		<category><![CDATA[movies]]></category>
		<category><![CDATA[profile 2.0]]></category>
		<category><![CDATA[ray]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[special edition]]></category>
		<category><![CDATA[Touch]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[universal]]></category>
		<category><![CDATA[virtual garage]]></category>
		<category><![CDATA[wifi]]></category>

		<guid isPermaLink="false">http://christopheraceto.com/?p=509</guid>
		<description><![CDATA[
Universal Studios will be releasing the special edition Blu-Ray version of Fast &#38; Furious on July 18th and it will feature an iPhone / iPod Touch friendly app companion. 

The app will be available via the App Store and will give customers who own the Blu-Ray disc an opportunity to view images of cars from [...]]]></description>
			<content:encoded><![CDATA[<dl>
<dt><a title="Universtal Home Entertainment" href="http://www.universalstudioshomeentertainment.com/" target="_blank">Universal Studios</a> will be releasing the <a title="Special Edition Fast &amp; Furious, July 28th" href="http://www.nbcuniversalstore.com/detail.php?p=103781" target="_blank">special edition</a> Blu-Ray version of <a title="Fast &amp; Furious website" href="http://www.fastandfuriousmovie.net/" target="_blank">Fast &amp; Furious</a> on July 18th and it will feature an iPhone / iPod Touch friendly app companion. </dt>
</dl>
<p>The app will be available via the App Store and will give customers who own the Blu-Ray disc an opportunity to view images of cars from the movie in 3D, as well as display vehicle information using the &#8220;Virtual Garage&#8221; feature.</p>
<p>Universal&#8217;s objective is to give customers an opportunity to interact with the Blu-Ray movies in a way that&#8217;s never been possible &#8211; using their iPhone or  iPod touch as a remote control. This will give customers the ability to access real-time information about the movie while it&#8217;s being watched and download bonus content directly to the iPhone or iPod Touch and eventually incorporating Twitter and Facebook social aspects.</p>
<p>UPDATE:<br />
I found a post outlining how the iPhone will actually communicate as a remote. Via slashgear:</p>
<blockquote><p><span>The software, which will be distributed free through the App Store, takes advantage of Blu-ray Profile 2.0. </span><span>Profile 2.0 allows for network access by a Blu-ray player over ethernet or WiFi connection, and has in the past been used to access exclusive online content and link it in to the menu structure of a Blu-ray disc.  This new Universal app, however, will use the viewer’s home WiFi network to communicate with the iPhone or iPod touch, with the device used to view cars and tap on specific features for more information.</span></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://christopheraceto.com/2009/07/20/universal-home-entertainment-releasing-iphone-companion-with-blu-ray/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Blackberry Desktop Manager for Mac. Too Little, Too Late!</title>
		<link>http://christopheraceto.com/2009/07/20/blackberry-desktop-manager-for-mac-too-little-too-late/</link>
		<comments>http://christopheraceto.com/2009/07/20/blackberry-desktop-manager-for-mac-too-little-too-late/#comments</comments>
		<pubDate>Mon, 20 Jul 2009 22:09:07 +0000</pubDate>
		<dc:creator>Christopher Aceto</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[BLACKBERRY]]></category>
		<category><![CDATA[Rants]]></category>
		<category><![CDATA[SOFTWARE]]></category>
		<category><![CDATA[Bold]]></category>
		<category><![CDATA[christopher aceto]]></category>
		<category><![CDATA[Curve]]></category>
		<category><![CDATA[Desktop]]></category>
		<category><![CDATA[desktop manager]]></category>
		<category><![CDATA[dm]]></category>
		<category><![CDATA[entourage]]></category>
		<category><![CDATA[MAC]]></category>
		<category><![CDATA[manager]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[rim]]></category>
		<category><![CDATA[storm]]></category>
		<category><![CDATA[sync]]></category>
		<category><![CDATA[theiphonecan]]></category>
		<category><![CDATA[Thunder]]></category>

		<guid isPermaLink="false">http://christopheraceto.com/?p=505</guid>
		<description><![CDATA[RIM has finally decided to release a Blackberry Desktop Manager to allow their devices to sync properly with OS X on the Mac. Umm&#8230; Did you guys just realize that you haven&#8217;t been invited to this party?
I used to be an avid BB user. I praised it&#8217;s ingenuity and ease of use until I fully [...]]]></description>
			<content:encoded><![CDATA[<p>RIM has finally decided to release a Blackberry Desktop Manager to allow their devices to sync properly with OS X on the Mac. Umm&#8230; Did you guys just realize that you haven&#8217;t been invited to this party?</p>
<p>I used to be an avid BB user. I praised it&#8217;s ingenuity and ease of use until I fully switched from PC to Mac back in 2008. Truthfully, I ended up buying my first iPhone 3G simply because <a title="A post from 2008 on Pinstack" href="http://forums.pinstack.com/showthread.php?t=81736" target="_blank">I was frustrated with the lack of sync support between RIM, Apple and Entourage</a>.</p>
<p>Does RIM realize how many users they have already lost because it took them so long to release a real DM for the Mac? Honestly guys, get a life. Don&#8217;t even try to appeal to the Apple crowd. We&#8217;re too smart for you. Stick with the middle aged IT guys working for blue-collar companies that are still running Internet Explorer 6.</p>
<p>I can&#8217;t believe how furious I am that it took them so long to get this right&#8230; Too little, too late guys. Blackberry sucks =P</p>
]]></content:encoded>
			<wfw:commentRss>http://christopheraceto.com/2009/07/20/blackberry-desktop-manager-for-mac-too-little-too-late/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>100/58,807 Practical Apps in the App Store</title>
		<link>http://christopheraceto.com/2009/07/17/100-apps-app-store-practical-58000/</link>
		<comments>http://christopheraceto.com/2009/07/17/100-apps-app-store-practical-58000/#comments</comments>
		<pubDate>Fri, 17 Jul 2009 23:04:00 +0000</pubDate>
		<dc:creator>Christopher Aceto</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Apps]]></category>
		<category><![CDATA[Rants]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[1 year]]></category>
		<category><![CDATA[3G]]></category>
		<category><![CDATA[3gs]]></category>
		<category><![CDATA[60000]]></category>
		<category><![CDATA[active]]></category>
		<category><![CDATA[anniversary]]></category>
		<category><![CDATA[app store]]></category>
		<category><![CDATA[apps]]></category>
		<category><![CDATA[billion]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[downloads]]></category>
		<category><![CDATA[finance]]></category>
		<category><![CDATA[iTunes]]></category>
		<category><![CDATA[mirror free]]></category>
		<category><![CDATA[one year]]></category>
		<category><![CDATA[productivity]]></category>
		<category><![CDATA[Store]]></category>
		<category><![CDATA[utlities]]></category>

		<guid isPermaLink="false">http://christopheraceto.com/?p=483</guid>
		<description><![CDATA[There&#8217;s been a lot of buzz around the 1 year anniversary of the App Store and it&#8217;s whopping 60,000 apps currently available for download. The App Store totaled over 1.5 billion downloads in it&#8217;s first year. Games accounting for almost 20% of the total downloads, Utilities just under 8% and  Business apps under 3%.
I&#8217;ve wasted [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_484" class="wp-caption alignleft" style="width: 160px"><a href="http://christopheraceto.com/wp-content/uploads/2009/07/Picture-1.jpg"><img class="size-thumbnail wp-image-484 " title="Picture 1" src="http://christopheraceto.com/wp-content/uploads/2009/07/Picture-1-150x150.jpg" alt="Picture 1" width="150" height="150" /></a><p class="wp-caption-text">App Store Category Breakdown by Downloads</p></div>
<p>There&#8217;s been a lot of buzz around the 1 year anniversary of the App Store and it&#8217;s whopping 60,000 apps currently available for download. The App Store totaled over 1.5 billion downloads in it&#8217;s first year. Games accounting for almost 20% of the total downloads, Utilities just under 8% and  Business apps under 3%.</p>
<p>I&#8217;ve wasted countless hours browsing through every app in the app store since it&#8217;s inception. On the odd night, once a month or so, I&#8217;ll lay in bed and go through page after page of apps wondering if, perhaps, I&#8217;ve missed some great app that I don&#8217;t yet have.</p>
<p>In my opinion, the reality is that there is far more garbage in the App Store than useful apps. Games aside, 80% of the apps currently available are pretty useless when it comes to every day use or productivity. Don&#8217;t get me wrong, I love games and I love useless apps (iPint) but it seems important for the long-term outlook of the iPhone to become a tool of productivity.</p>
<p>I&#8217;ve <a title="Working on the Go with your iPhone 3GS" href="http://christopheraceto.com/2009/07/11/working-on-the-go-with-your-iphone-3gs/" target="_self">written a few posts</a> about apps that I use daily. Tools that make it possible for me to work on the road and actually get things done, but it&#8217;s really starting to get under my skin that all of these apps seem to be lacking in some form or another.</p>
<p>Most VCs are dumping money into the development of games and social networking apps. What about productivity apps and utilities? When developers like Inner Four Inc., are making apps like <a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=320578069&amp;mt=8" target="_blank">Mirror Free</a> and generating upwards of $3000 a day through mobile ads it makes me wonder where we&#8217;re headed as a society that would rather be downloading mirror apps with selectable frames rather than an app that will improve our ability to think or work.</p>
<p>I hate to sound like a workoholic or something, because that&#8217;s not the case at all. I guess I&#8217;m just getting tired of waiting for that &#8220;killer&#8221; app that really helps me step up my game.</p>
]]></content:encoded>
			<wfw:commentRss>http://christopheraceto.com/2009/07/17/100-apps-app-store-practical-58000/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
