I’m liking iTunes 10 but I can’t say I’m a fan of the vertical control buttons, which some are calling ‘traffic lights’ since well, it resembles traffic lights. Sure it saves space but it breaks away from the standardized UI convention. Thankfully we can change back to the classic horizontal buttons without much effort.
If you want to get the classic horizontal close/minimize/maximize buttons back in iTunes 10, type the following into the Terminal and relaunch the iTunes app: defaults write com.apple.iTunes full-window -1
If you want to reverse the changes back to the newer iTunes 10 style vertical buttons, use this: defaults write com.apple.iTunes full-window -0
Again you just need to quit and reopen iTunes 10 for the changes to take effect.
The official Twitter client for iPad is now available to download, and it’s pretty impressive. Centered around consumption, it features panes that allow for easy viewing of photos, news stories, tweets, and even a built-in media player that allows you to watch videos directly in the app either within a floating window or fullscreen. It’s still sort of shocking to me that the screenshot above is a Twitter client, certainly doesn’t look like what you imagine when you think of Twitter does it?
Naturally the iPad client supports touch gestures and interestingly enough, they made the iPad Twitter client not require a login initially, meaning you can start consuming without signing up for anything.
This is a pretty interesting direction for Twitter to go, the iPad client is now more full featured than their website… what’s that tell you? You can download the iPad version directly from iTunes, it’s free.
I think it’s safe to say that this is the best Twitter client for iPad at this point. Perhaps not for its simplicity, since it’s a pretty complex client, but for raw consumption of media and link sharing in the Twitter world it’s pretty amazing. If you have an iPad, don’t miss it.
It seems like it was just moments ago that iTunes 10 became available to download, but already there are some complaints about the new blue button icon. 6ix Passions points out that it looks awkward in their Dock and offers a simple solution; revert back to the old iTunes 9 icon. Here’s how to get the old iTunes icon back:
Go into your Applications folder, select iTunes.
Right click on the file and select Show Package Contents.
Go under the Resources folder and make a copy of iTunes.icns on your desktop (for backup purposes).
Replace it with the old iTunes.icns file from the previous iTunes version (9 and below).
Start or restart iTunes.
Now you’ll have the old iTunes 9 style icon back, featuring its music note layered on top of a CD. Perhaps it’s just that people don’t like change, or maybe they’re still attached to their CD’s, who knows.
Apple has released a new iPod touch that has all the great features of the iPhone 4 (minus cell), and along with any new iPod release comes a new commercial. The newest iPod touch commercial is called “All kinds of fun” and it shows the iPod touch shooting video, in FaceTime calls, and using other cool new features on the device. Of course there’s a catchy song playing in the background, and that song is about to get really popular per the Apple Commercial Effect.
What’s the name of the song playing in the new iPod touch commercial?
The song is called “Come Home” by the artist Chappo, and it’s off of the ‘Plastique Universe EP’. You can listen to the full song below.
Some users are experiencing problems trying to download iTunes 10, and there’s even a few rumors circulating that iTunes 10 will not be available to download yet – these are not true, iTunes 10 is available to download now. If you encounter problems with downloading iTunes 10 from Apple’s iTunes site, you can try one of these direct download links from Apple:
iTunes 10 Direct Download links
These direct download links have been verified to work as of 7:20PM PST, the files are on Apple’s servers and are not rehosted or mirrored elsewhere yet.
Announced at the September 1 media event, iOS 4.1 for iPhone and iPod Touch is now available to download from Apple. Well, for developers anyway. The iOS 4.1 GM seed is listed on the iPhone developer page for immediately download for developers, but everyone else will have to wait until next week to get the full release.
Version 4.1 of iOS includes several important bug fixes as well as a couple new features:
Developers can access and download the iOS 4.1 GM from the iPhone Developer home page right now.
Everyone else will have to wait for next week where to get the iOS software update, you’ll open up iTunes and click on “Check for Update” if a manual notification doesn’t inform you of the available download on it’s own. You can then choose to just download the update or download and install the update. Presumably you will need iTunes 10 before everyone else can download and install the iOS 4.1 update.
iOS 4.1 for iPad?
iOS 4.1 will not be released for iPad, but iOS 4.2 will be available on the iPad in November which will bring all the iOS 4 software features to iPad.
Apple has announced that iOS 4.2 for the iPad will be available in November when it is also released for iPhone and iPod touch. This is in line with previous rumors suggesting iOS 4.2 would unify all the versions of iOS across the i-device product lineup. This also fits into Apple saying that iOS 4 for iPad would be available in the fall.
iOS 4.2 features for iPad
iOS 4.2 will bring all the existing features of iOS 4.1 to the iPad plus new features that are exclusive to iOS 4.2:
Multitasking
Folders
AirPlay wireless music, movie, and photo streaming
Printing support over wireless networks
Game Center for multiplayer and social gaming
Unified and improved Mail inbox
Search text within Safari
Enhanced enterprise support
Accessibility enhancements
Keyboard and dictionary enhancements
Of course the most anticipated features are multitasking and folders, but some of the other additions look to be great as well. Airplay looks promising, which will allow you to stream music and video to and from the iPad over WiFi, and Print center, will allow you to wirelessly print and manage documents from the iPad, iPhone, and iPod touch. The total new features and improvements count over 100, which will make the iPad function almost as if it’s a new device.
The exact release date isn’t known but November isn’t too far off, we’ll let you know when you can download the update. You can read more about the upcoming iOS 4.2 update for iPad at Apple.com
iTunes 10 has been announced and will be available to download starting today via Software Update. Featuring a fancy new icon that finally ditches the CD, iTunes 10 also has a more attractive album management system and a built in social network.
iTunes 10 Ping
Perhaps the most interesting feature of iTunes 10 is Ping, the new social music discovery network from Apple. Built directly into the iTunes app, Ping allows iTunes users to follow artists and other users, get concert listings, discuss music, share your music preferences, and more. With 160 million existing iTunes users and the ability to access Ping on your Mac, PC, iPhone, and iPod Touch, Ping is looking to quickly dominate the social music scene. Ping’s feed looks a lot like Facebook and I’d expect a way to cross-publish between the two shortly. Ping will only be accessible via iTunes 10.
iTunes 10 download
To get the newest version of iTunes 10, go to either Apples iTunes download website or load up Software Update from the Apple menu, it will appear as an available download.
Apple’s iTunes download website is here, you do not need to enter your email address, you can just click on ‘Download Now’ and the download will start.
Update: Some people are reporting problems downloading iTunes 10 or that they can’t download iTunes 10. If you are having troubles downloading iTunes 10, refresh the iTunes download page and try clearing your cache. I can confirm that it is available for download.
Try it out yourself: enter into Expose and then hover over a window and hit the spacebar to enlarge it as a full sized preview. This is really cool and very useful. Enjoy!
The quickest way to set your IP address from the command line is to issue the following command in the Terminal: sudo ipconfig set en1 DHCP
This will renew your DHCP lease and you will be issued a new IP address from the DHCP server. FYI: en1 is generally wireless/airport, en0 is generally ethernet.
You can check that the IP is set by getting your current IP address from the command line with: ipconfig getifaddr en1
Doing this before and after will insure you have a new IP.
You can specify an IP address to set via the command line with the following: sudo ipconfig set en1 INFORM 192.168.0.150
You can also get a new IP address from a DHCP server by bringing down the interface and starting it back up again: sudo ifconfig en1 down ; sudo ifconfig en1 up
Note: for whatever reason, when you are setting the IP address manually via the command line the Mac OS X Network Preferences doesn’t necessarily catch up to the changes. Do not be surprised if the Network preference pane is telling you that you “Airport does not have an IP address and cannot connect to the Internet.” when in fact, you do have one and you are online. You can verify that you are connected to the LAN or internet by using the ping command.