Pause iTunes or VLC When You Unplug Headphones

This article was written on April 29, 2008 by CyberNet.

breakaway.png

arrow Mac Mac only arrow
Breakaway is a nifty little free application that makes your Mac computer stop playing music in iTunes anytime you unplug the headphones. Some of you might already be familiar with this feature because it’s something that most iPods do. I would imagine that this would be especially handy if you’re in a quiet office, and don’t want your music to play through the speakers when you unplug your headphones.

If you don’t use iTunes on your Mac this can still serve a rather useful purpose. With a little AppleScript programming you can essentially have the app do anything you want when the headphones are unplugged or plugged-in. By default Breakaway comes with several different scripts that you can setup under the Triggers tab in the preferences. They will do things like set your iChat status to away, play/pause VLC, start your screensaver, and more:

  • awayiChat.scpt – Sets iChat’s status to away
  • availableiChat.scpt – Sets iChat’s status to available
  • awayAdium.scpt – Sets Adium’s status to away
  • availableAdium.scpt – Sets Adium’s status to available
  • awaySkype.scpt – Sets Skype’s status to away
  • availableSkype.scpt – Sets Skype’s status to available
  • fastLogout.scpt – Fast user switches (logs out) the current user
  • startScreensaver.scpt – Starts the screensaver (useful if the screensaver locks your computer)
  • vlcPlayPause.scpt – Toggles the playing state of VLC

I could be missing something, but even after quite a bit of searching I couldn’t find anything comparable for Windows users. Maybe it’s not possible to detect when headphones are unplugged in Windows? If you know of any applications or add-ons that will do this in Windows or Linux please shoot us a comment below!

Download Breakaway

Copyright © 2009 CyberNet | CyberNet Forum | Learn Firefox

Related Posts:


Apple’s new low: censoring a dictionary

You know guys, you’re not really doing yourself any favors at this point. We’ve seen plenty of stories thus far detailing the company’s absurd, reactionary, and typically confusing application rejections or changes for its App Store, but the treatment given to dictionary app Ninjawords seems particularly telling. In essence, the program, a simple and fast reference tool — a straight-up dictionary — has omitted a handful of common words seen as objectionable by the Star Chamber of application reviewers at Apple HQ. What kind of words, you ask? Well, namely the same kind of words which you can find in any standard dictionary in just about any classroom in this country. John Gruber of Daring Fireball fame succinctly calls out what is patently obvious:

Apple censored an English dictionary.

A dictionary. A reference book. For words contained in all reasonable dictionaries. For words contained in dictionaries that are used every day in elementary school libraries and classrooms.

But it’s far worse than that.

Continue reading Apple’s new low: censoring a dictionary

Filed under: ,

Apple’s new low: censoring a dictionary originally appeared on Engadget on Wed, 05 Aug 2009 13:03:00 EST. Please see our terms for use of feeds.

Read | Permalink | Email this | Comments

Donation Coder’s New Apps for the New Year

This article was written on January 03, 2008 by CyberNet.

Donation Coder is working some of their programmers to the bone lately with all of the apps that are being developed! Just a month ago they released a dozen or so free programs, and this time around there are 16 new ones. Here are a few of them that really peaked my interest:

  • WTF Music Info – This creates a chart of your music based upon genre, artist, or year. It really gives a cool perspective on the music you listen to.
    Music Info
  • Point Motivator – At first when I saw this program I was kinda like, huh? It’s a reward system that you setup where you get points for completing tasks. Then you can “cash in” your points for rewards that you’ve created for yourself.

    It’s not something that I would really use, but this would be great for anyone who has kids. You can assign points to things like ice cream or video games which they have to earn by completing tasks.

    You can also use this to help lose weight. For example, you can say that for every 30 minutes of exercise is equal to enough points for one cookie.
    Point Motivator

  • Coin Jar – This is completely web based, and it is used to estimate how much money you have in a coin jar. The estimate is calculated according to the weight of the jar and the fraction of coins collected in one handful. Just make sure you don’t grab a handful of quarters when most of the jar is pennies, otherwise it will throw off the estimates.
    Coin Jar

Don’t forget to checkout out the rest of the New Apps for the New Year from Donation Coder. If you use Find and Run Robot (another Donation Coder creation) there are several plugins that were created by users for this challenge, including Del.icio.us integration and iTunes control.

Copyright © 2009 CyberNet | CyberNet Forum | Learn Firefox

Related Posts:


High Sign: Mouse Gesture Application

This article was written on March 24, 2009 by CyberNet.

high sign.png
(Click to Enlarge)

arrow Windows Windows only arrow
Mouse gestures are something that I’ve gotten into the habit of using for years now, and giving them up would almost be like giving up the ability to use keyboard shortcuts. Some gestures have become second nature to me, and when I’m on a computer that doesn’t have that capability I get rather frustrated.

The bad news is that a lot of these apps have a tendency to not get updated very often. A good example of this is with StrokeIt… one of the most popular mouse gesture programs. The last time it was updated was over 4-years ago.

The other day I started doing some searching and found a relatively new app called High Sign, and I like what it has to offer. It’s extremely simple to understand and operate, and has all the right features… like being able to record your own custom gestures.

Once you’ve recorded a gesture you can assign an action to it. This includes minimizing/maximizing a window, switching between apps, running a program or command, and simulating a hotkey combination or keystrokes. With these options you should be able to do just about anything you want, and you can even restrict a gesture to a particular application.

Once you get High Sign installed it will be in training mode so that you can create some new actions, but it does already come pre-configured with a few popular ones. To start using High Sign you’ll want to exit out of Training Mode by right-clicking on the System Tray icon, and then just hold down the right mouse button to start drawing.

High Sign is an open source and freeware application for Windows only

Copyright © 2009 CyberNet | CyberNet Forum | Learn Firefox

Related Posts:


CyberNotes: 7-Zip Command Line Backups

This article was written on January 03, 2008 by CyberNet.

CyberNotes
Tutorial Thursday

The tool that I used for a long time for extracting and compressing archives is 7-Zip. It’s free, open-source, and has a powerful set of command line options that is perfect for performing backups. And today that’s exactly what we’re going to use it for.

We’re going to use a special version of 7-Zip that has no user interface whatsoever. It has to be used via the command line, and one of the benefits for using this version is that the entire application is self-contained in one single executable file. That makes it a great tool to carry around with you on a USB drive, and extremely easy to work with.

Here’s how to use the 7-Zip command line options to create backups at the click of a mouse:

  1. The first thing you’ll want to do is go download the command line version of 7-zip. After you extract the contents you’ll notice that there are five files available. All we need is the 7za.exe, so you can delete the rest if you wish.
    7zip Command Line Executable
  2. Open up Notepad, and now we’re going to create a batch file that will backup a folder location of our choosing. I’ve decided to backup everything on my desktop this time around, but it will work for any location as long as you know the path.

    7za.exe a cybernet.7z "C:\Users\Ryan\Desktop"

    Be sure to include quotation marks around any paths that have spaces in them. For this example I didn’t have to put quotation marks around my path, but it never hurts to include them.

    This will archive the documents in the 7-Zip format, which means you’ll need to have 7-Zip to extract it. It’s good because the compression ratio is very high, which means the backup file will be rather small compared to the other compression formats. If you were going to send this to someone they may have troubles opening it, but you can choose save the file as a ZIP by replacing “7z” with “zip” in that line of code.

    7zip Command Line Notepad

  3. Now we need to save the batch file in the same place where the 7za.exe is located. In Notepad go to File -> Save As, and choose any filename. The only thing you need to make sure of is that at the end of the filename you include the .BAT extension:
    7zip Command Line Notepad Save
  4. Now all you have left to do is double-click on the batch file that you just created to run it. The resulting backup file will be located in the same place as the 7za.exe and the batch file, unless you’ve specified an alternate location in Step 2.
  5. Extra Credit: You can always create a scheduled task that will run your batch file automatically at a time/date that you specify. That can be done by using the built-in Windows Scheduled Tasks wizard, which can be found in the Control Panel.

One other tip that I wanted to provide is how to automatically insert the current year, month, and day into the resulting filename. This would be useful for anyone looking to schedule backups, without wanting to overwrite the previous backup. In Step 2 from our example above you would want to replace:

cybernet.7z

with:

%DATE:~-4%-%DATE:~4,2%-%DATE:~7,2%_cybernet.7z

which for today would give a result of:

2008-01-03_cybernet.7z

Now every backup will remain in tact, assuming that you create no more than one backup per day.

For those of you who want to dive a little deeper in to the 7-Zip command line options, here are the different things that the “a” can be replaced with in Step 2:

  • a: Add to an existing archive, or create a new one
  • d: Delete files from an archive
  • e: Extract files from an archive
  • t: Test the integrity of an archive
  • u: Update the files in an archive

Copyright © 2009 CyberNet | CyberNet Forum | Learn Firefox

Related Posts:


Apple Pre-Celebrates App Store’s First Birthday

picture-12

Apple’s hugely successful iPhone application store is nearing its first birthday, and the company is already pre-celebrating with a special page in the iTunes Store.

Titled “The App Store Turns 1,” the section includes a list of Apple’s favorite applications [iTunes Link] and games since the App Store’s July 11 launch (earlier if you count the leaks of the iPhone 2.0 OS prior to its official launch date). Some of our favorite apps from the list include the IM utility BeeJive, the music app Ocarina and the e-book reader Stanza. Gaming titles highlighted include life-simulator The Sims 3, the highly addictive strategy game Flight Control and the vastly popular rhythm game Tap Tap Revenge.

The App Store features over 50,000 downloadable applications to date, according to Apple. The company also recently celebrated hitting a milestone of one billion applications downloaded.

Any of your favorites make it to the list?

See Also:


AOL Radio 2.0 for Mac

This article was written on July 31, 2008 by CyberNet.

arrow Mac Mac only arrow
AOL has retired the older version of their radio application for the Mac OS X operating system in favor of the new AOL Radio 2.0. The application is powered by CBS Radio, and includes over 200 radio stations including 150+ CBS Radio stations that are spread out across the United States.

The interface isn’t overly fancy, but it has some nice features including:

  • Save your favorite stations to presets.
  • Browse through stations according to genre.
  • When a new song starts playing a transparent overlay appears in the middle of the screen notifying you of the artist, song title, and displays the album cover. There are no preferences in the app yet, which means this feature can’t be turned off. The notification is fast so it’s not too annoying.
  • The dock icon for AOL Radio changes from song to song to show you what the album looks like. This is pretty sweet.

aol radio.png

I had never actually used the AOL Radio service until the iPhone application came out, and then I found several stations that I really liked. So when I saw that they released a compact application for the Mac I was pretty excited.

With that being said there are still some things they need to work out. Particularly the fact that they don’t have any preferences implemented yet, which means you can’t turn off things like the on-screen notifications. Plus there’s no way to search through the available radio stations. This is just the first Beta, so I’ll cut them some slack.

If you want access to AOL Radio without using an application you can jump over to the online version. You’ll need to have Flash installed, but it works on any operating system that way. Plus with the web interface you can actually skip the songs you don’t want to listen to.

Note: I’m not sure if the entire AOL Radio service is for the United States only. The iPhone app is only available for U.S. residents though.

Download AOL Radio 2 for Mac

Copyright © 2009 CyberNet | CyberNet Forum | Learn Firefox

Related Posts:


Mobile Firefox in the Works (No Release Date)

This article was written on October 10, 2007 by CyberNet.

Firefox Mobile

Mozilla made an announcement today regarding their future plans to deliver a Mobile Firefox. This isn’t the first time that we’ve heard of something like this from Mozilla, but this time they sound extremely serious.

There are already mobile Mozilla browsers available today, one of which is pictured above and is only available to Nokia N800 and N770 users. It offers full AJAX support, RSS feed previews, add-ons, and more.

There is also the Minimo browser for Pocket PC’s, and the recently released Joey service. Mozilla plans on continuing to develop Joey further, but Minimo is unfortunately getting kicked to the curb. I actually use Minimo as my main browser on my Pocket PC because it is one of the few free tabbed alternatives for Windows Mobile. Mozilla has said that Minimo was a valuable experiment that has given them information on how Gecko (Mozilla’s rendering engine) operates in mobile environments, but it will no longer be developed.

The best news they posted is the idea of Mobile Firefox having support for extensions. This could make it easy to integrate the browser into services like Flickr, Twitter, email accounts, and more without needing to install additional applications. This can be pretty amazing depending on how well Mozilla is able to implement it, and what kind of control they are able to give to developers.

Mozilla is expanding the team of contributors for the mobile project, but when is the Mobile Firefox release date? That’s a good question, and Mozilla has said that it will certainly not be before 2008. The mobile project will use new technology that won’t be available until after Firefox 3 ships, but they can probably pump out some barebones test versions by the middle of next year.

The inevitable question that comes to my mind now is how will this affect Opera Mini usage? Opera has almost been alone in this market for quite some time, but will Mozilla be able to capture the large market that Opera Mini already has? For last month Opera Mini had a 0.39% market share, which isn’t bad when that’s putting it up against desktop browsers like Firefox and Internet Explorer.

Source: Mozilla Blog & Download Squad
Thanks for the tip “s”!

Copyright © 2009 CyberNet | CyberNet Forum | Learn Firefox

Related Posts:


Sony hints at “non-game apps” for PSP

We’ve been hearing rumors about a non-game app store for the PSP since the launch of the PSP Go, and it sounds like the wheels are turning — in an interview with CNET, Sony’s Al De Leon said that while PSP content “will mostly be games, there’s an opportunity to look at non-gaming applications.” Sure, that’s not exactly a hard confirmation, but it’s certainly suggestive — maybe we’ll see something at Gamescom in August after all. Video after the break.

[Via Joystiq]

Continue reading Sony hints at “non-game apps” for PSP

Filed under:

Sony hints at “non-game apps” for PSP originally appeared on Engadget on Thu, 25 Jun 2009 14:02:00 EST. Please see our terms for use of feeds.

Read | Permalink | Email this | Comments

Homebrew apps come to the Palm Pre

According to Dieter over at PreCentral, real, honest-to-goodness usable apps are starting to “trickle out” for the Pre / webOS. Apparently utilizing a loophole in the operating system which allows unsigned apps to be sideloaded through email, homebrewers have taken to the interwebs with small utilities like the tip calculator (pictured above). This comes just a day after a group of DIY’ers figured out a workable solution for getting software onto the phone without rooting, so obviously Pre hacking is moving along at a healthy clip. These are — of course — very early applications, so don’t expect perfection, and there seems to be some concern that Palm might want to patch up this hole, as it leaves the phone vulnerable to less altruistic endeavors. While the latter point is reasonable to consider, we do have a piece of advice for the folks at the front of this movement: don’t wait and worry on how Palm will react to this stuff. It’s important to push platforms like webOS, and the Pre needs all the love it can get on the development side right now.

Read – Right now: Install a Homebrew App without Hacking
Read – Homebrew Apps Tricking Out, but be careful

Filed under:

Homebrew apps come to the Palm Pre originally appeared on Engadget on Tue, 23 Jun 2009 11:31:00 EST. Please see our terms for use of feeds.

Permalink | Email this | Comments