Archive for March 9th, 2010
Apple Reportedly Disrupting iPhone Competitors With Legal Threats Backed Up by HTC Suit
News| No Comments »
Fortune reports on a new research note from Oppenhiemer & Co.’s Yair Reiner claiming that Apple in January began high-level talks with major phone manufacturers expressing its displeasure with what it con…
Crazy Mike’s Apps announces March Madness iPod touch 8GB giveaway
News| No Comments »Crazy Mike’s Apps today announced a iPod touch 8GB giveaway tied to March Madness and the release of the new iPhone app, PocketBracket. PocketBracket: College Basketball Tournament is an iPhone app that easily allows people to keep track of their College Basketball Brackets. PocketBracket allows anyone to create unlimited NCAA Men’s Basketball Tournament brackets. Full contest details are located online. Winners for the contest will be announced on April 11 on the contest website.
iPhone Developer Agreement Revealed by Electronic Frontier Foundation
News| No Comments »The Electronic Frontier Foundation (EFF) yesterday announced that it had obtained a copy of Apple’s iPhone Developer Program License Agreement and published it for public consumption. While the contents of the license agreement, which govern…
Apple Releases iPhone SDK 3.2 Beta 4 for iPad
News| No Comments »Apple today released iPhone SDK 3.2 Beta 4 via the iPhone Dev Center, offering developers updated tools for building applications for the iPad. The last update to the SDK was issued two weeks ago, continuing a trend of biweekly revisions.<br…
Yellow Pages #1 Navigation Directory iPhone App Now On Android
News| No Comments »Salt Lake City based Avantar announces today the release of the Yellow Pages app for Android mobile devices. The release marks Avantar’s first offering in the Android Marketplace and follows the success of the company’s much-downloaded Yellow Pages app for the iPhone and iPod touch. New to the Yellow Pages app for Android is a visual mosaic of the most popular used searched terms, which can also be accessed with a simple tap of the finger.
MacHeist nanoBundle: 8 Mac Apps for $19.95 [Updated]
News| No Comments »A few times a year, MacRumors partners with MacHeist to promote their Mac application bundle deal. Their latest bundle delivers at least eight Mac applications for $19.95 (over $280 value if all purchased separately) including:
…
Clean .DS_Store, .Trash, and ._resources files prior to copy
News| No Comments »Frequently we need to clean a directory before zipping it or copying it to an external USB drive to be used by Windows or Linux users.
Apple Finder has the custom of populating directories with those unavoidable .DS_Store files, volumes with .Trashes, and some files (especially pictures) with ._resources. The following interactive script will safely remove these files prior to copying.
#!/bin/sh
# bash script to clean (delete) Finder .DS_Store, .Trashes and ._resources
# Use cleandsstores.sh
# juanfc 2010-03-06if [ $# != 1 ]
then
echo "ERROR: use\n\t`basename $0` dirtoclean"
exit 1
fires=`find "$@" \( -name ".DS_Store" -or -name ".Trashes" -or -name "._*" \) -print`
if [[ -z $res ]]; then
echo "nothing to delete"
exit 0
el...
Disable AirPort when Ethernet cable is connected
News| No Comments »At my office, I needed to find a way to turn of the wireless network when someone plugged in their network cable. I also did not want them to be able to turn the wireless network back on until the network cable was unplugged. I came up with the fallowing solution.
I created a launchDaemon called com.companyname.ethernetmonitor, and saved it in /System » Library » LaunchDaemons:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Label</key>
<string>com.companyname.ethernetmonitor</string>
<key>ProgramArguments</key>
<array>
<string>/Library/Scripts/CompanyName/turnOffAirp...
FileMaker Pro 11 Brings Streamlined Database Creation With New Reporting and Collaboration Features
News| No Comments »
Apple subsidiary FileMaker today announced the release of FileMaker Pro 11, the latest version of its popular database application. The updated version brings several new features, as well as streamlined…
Gruber: No ‘Widget Mode’ for Minor Applications on iPad
News| No Comments »
Last month, speculation that a number of minor iPhone applications such as Stocks, Weather, Voice Memo, Clock, and Calculator “missing” from the iPad could reappear in some sort of “widget mode” similar t…
Subscribe
