Lady Gaga uses Chrome, and here’s the 91-second film to prove it

One of the world’s most (in)famous names has picked a side in the browser battles — last night saw the debut of a new Google Chrome commercial, starring Lady Gaga and her “little monsters.” Spanning a minute and a half of Gaga and her fans singing and gyrating their way through her latest single, the ad is intended to illustrate the power of the web and its creative new modes of interaction. To be fair, said interaction is mostly Lady Gaga saying “jump” and a crowd of YouTubers doing it without bothering to ask how high, but hey, the result is fun to watch. You just need to disable your sense of shame for all humanity and click past the break.

[Thanks, Daryl]

Continue reading Lady Gaga uses Chrome, and here’s the 91-second film to prove it

Lady Gaga uses Chrome, and here’s the 91-second film to prove it originally appeared on Engadget on Sun, 22 May 2011 16:23:00 EDT. Please see our terms for use of feeds.

Permalink   |  sourcegooglechrome (YouTube)  | Email this | Comments

Switched On: Adding to Android’s army

Each week Ross Rubin contributes Switched On, a column about consumer technology.

Android, as Andy Rubin (no relation) has pointed out on multiple occasions, plays a game of numbers. And at Google I/O, the company carrying on its development shared some large ones: 100 million activated devices with 400,000 being added each day. However, like in many games, different players can catch up or overtake each other at different points. Just ask Nokia and RIM. To stay on top, operating system vendors implement strategies that lock consumers in. The more money consumers sink into iPhone apps, for example, the more incentive they have to stay with that platform; the same is true for accessories that use Apple’s 30-pin dock connector that has been around since the third-generation iPod.

With Android having become the lead operating system for every smartphone company that licenses its OS with the notable exception of Nokia (which nearly did), Google showed that it’s intent not just on moving Android into other devices with sufficient computing horsepower such as tablets and, increasingly, TVs, but now has its sights set on having just about everything that can’t run Android directly feed into it. Google is taking two approaches – one for things that plug into Android devices, and one for things that don’t.

Continue reading Switched On: Adding to Android’s army

Switched On: Adding to Android’s army originally appeared on Engadget on Sun, 22 May 2011 15:20:00 EDT. Please see our terms for use of feeds.

Permalink   |   | Email this | Comments

Microsoft Software Engineering & Windows Vista Presentation

This article was written on January 31, 2006 by CyberNet.

Microsoft Software Engineering & Windows Vista Presentation

Many of my readers know that I am an Iowa State University student. Today we had a Program Manager from Microsoft come to discuss the software engineering process that Microsoft uses. He is one of the two Program Managers for the DWM (Desktop Window Manager) department.

At the end of the presentation he demonstrated Windows Vista, which was dated January 24, 2006. He did not say, however, what build he was running and we were not able to clearly read it. He did say, as of last night, there are still plans for a Beta 2 release of Windows Vista despite the popular successes of the CTP releases.

Right now, he said that there are 2 program managers, 6 developers, and 6 testers in his DWM group. At certain stages there may be more developers than testers but Vista is nearing the final stretch so there are a lot of features that need to be tested. The developers spend an average of 60 hours per week hammering away at making DWM as perfect as possible. They are not given a certain amount of hours that they need to work, but they are given a project that needs to get done. If it takes them just 2 hours to get it done, then they can kick back and relax (I’m sure that is not completely true).

Someone also asked whether they would shun people if they brought in a laptop that ran Linux. He said that they have no problems with people choosing what software they want to use, but many people like to use Microsoft products in order to promote the company they work for. He said that they don’t sit there and look over people’s shoulders to see what search engine they are using.

Copyright © 2011 CyberNetNews.com

Related Posts:


AltTab Mouse Shortcut

This article was written on February 24, 2008 by CyberNet.

Ever since I released the Vista Flip3D mouse shortcut I’ve received a few emails from people who still prefer the Alt+Tab application switching (especially XP users who don’t have Flip3D). I have since modified my Flip3D AutoHotkey script, and spun it into a different variation that works great with the Alt+Tab key combination.

What this standalone (no-install needed) application does is execute the Ctrl+Alt+Tab key combination when you press and hold the left mouse button, and then press the right mouse button. The Alt+Tab application switcher will appear on the screen until you click on one of the windows that you want to switch to:

 AltTab Mouse

This should work in any version of Windows that supports the Alt+Tab key combination, and it can easily be set to start with Windows by placing it in your Startup folder located in the Start Menu. You’ll know this is running when you see the Vista-like orb in the System Tray, and you can temporarily disable the functinoality by right-clicking on the icon. Enjoy!

Here’s the one line of code needed for anyone looking to add this functionality to their own AutoHotkey script:

~LButton & RButton::send, {lalt down}{lctrl down}{tab}{lalt up}{lctrl up}

Download the AltTab Mouse Shortcut

UPDATE: Thanks to the commenters I found out that this script doesn’t work in XP since there is no Ctrl+Alt+Tab command. I’ve created a version that does work with XP, and it can be downloaded here. To use the XP version press and hold the left mouse button while you continue to press the right mouse button to switch between the windows. When you release the mouse buttons you will immediately be switched to the selected window. This version will also work in Vista if you would rather have this behavior over the “click to select” method mentioned above.

Copyright © 2011 CyberNetNews.com

Related Posts:


Mac Office 2008 Download Leaked

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

Microsoft’s Mac Office 2008 won’t be released until sometime in January, but those of you who are eager to get your hands on it don’t have to wait much longer. File sharing sites have already started to distribute a 465MB download of the Beta version to anyone that wants it, and accompanying the download is a working serial number.

What’s this mean for everyone that doesn’t want to download it illegally? In no time at all you’ll be able to find Office 2008 Reviews blanketing the web, and a well-written review has already been posted over at the InsanelyMac forum. A follow-up poster also added screenshots of the splash screens for each of the individual apps.

One of the things people have been the most excited about is the Entourage 2008 software, which is kind of like Outlook for Macs. Many were hoping that it would finally be the product that they all wanted, but the reviewer wasn’t too fond of it:

It does take a long time to open, it makes strange noises at random times(like when you turned off email notification and it is idle). With this Application, I think that Microsoft tried to pack too much into one Application. The UI itself is not very space efficient and it is slow to use.

In the end the reviewer gave Mac Office 2008 a 4 out of 5 after ignoring the issues that will probably get fixed by the time it ships in January. I can’t wait to read what everyone else thinks of it.

Copyright © 2011 CyberNetNews.com

Related Posts:


CyberNotes: Best Greasemonkey Scripts for Popular Sites

This article was written on February 27, 2008 by CyberNet.

CyberNotes
Web Browser Wednesday

As you may have noticed by now we’ve been trying to cover a variety of Greasemonkey scripts on the site with our Best Greasemonkey Scripts series, and today we’re going to put it into overdrive. Below we’ve taken five extremely popular sites that have dozens (or hundreds) of Greasemonkey scripts available, and grabbed only the ones we’ve found useful.

I’ve tested all of the scripts below in Firefox 2 running the latest version of Greasemonkey, and can verify that they work on the sites as of today (02/27/2008). Some of the scripts will likely get broken in the future as sites are redesigned, but then we just have to keep our fingers crossed that the developers will update them.

Alright, now on to the five sites: eBay, Gmail, YouTube, Flickr, and Digg:

–eBay–

  • greasemonkey ebay negative feedback Show Only Negative Feedback – This adds two new tabs to the feedback screen for “complaints left” and “complaints received.” It might give you a better perspective on the person you’re buying from since you can see negative and neutral feedback without going through a mile long list.
  • My eBay Autologin – If Firefox automatically fills in your username and password this script will submit the login form for you. This makes the “auto-logout after a day” feature eBay has much less annoying.
  • eBay Search Pictures – Not every seller decides to pay for a gallery image, but they often still include images of the auction item within the post. When performing a search on eBay this script will go fetch images for the results that don’t have them, and then place them next to the listing as if they were a gallery image.
  • Display Totals with Shipping – When comparing items on eBay do you have a hard time adding the selling cost + shipping to get the final total? With this script a new column is added which totals the two amounts together for you. Thank goodness because that 4th-grade math can really be killer! ;)

–Gmail 2–

–YouTube–

  • greasemonkey youtube embed Videoembed – You how it can be annoying when a site links to a video on Youtube without actually embedding it? No problem, this script will recognize those links and automatically embed the video after the link. It works with about 20 different sites including YouTube.
  • Download YouTube Video – Does exactly what you think it would… lets you download a YouTube video to your computer.
  • YouTube Cleaner – You can toggle the comments and related videos on or off, which cleans up the interface… especially when you have those videos with hundreds of pointless comments.
  • YousableTubeFix – The best thing about this script is that it resizes the video to fill up your screen. Underneath the video you’ll find several links for dynamically resizing the video.
  • YouTube Prevent Autoplay – When viewing videos on the YouTube site you won’t have to worry about them automatically playing. Thank goodness!

–Flickr–

  • greasemonkey flickr sizes Flickr Photo Page Enhancer – Adds links underneath the “Additional Information” section in the sidebar which link directly to the different size photos, and also provides hyperlinking code.
  • Flickr Link Original Images – Adds a small button to the upper-left corner of the images which links directly to the original image.
  • Flickr Remove Spaceball – Removes the empty image that is sometimes placed over Flickr photos to prevent them from being saved to your computer.

–Digg–

  • greasemonkey digg mirrors Add Mirrors – This is the most condensed way I’ve ever seen to add mirror links to each Digg article. The links are shown as four small icons immediately underneath each “Digg It” button.
  • Old Comments – Makes the nested comments look way better.
  • Digg Me Later – This is really clever, and a script that I’ve been using for quite some time now. Whenever you click on an external link on Digg a green bar will be placed at the very top with a “Digg It” link. That way you don’t have to return to the Digg site just to Digg the article after you’re done reading it.

–Overview–

We know that many of you use Greasemonkey scripts on a regular basis, and we would love to hear what your favorites are! Just post them in the comments below.

Copyright © 2011 CyberNetNews.com

Related Posts:


FireTorrent: The Best BitTorrent Extension for Firefox Yet

This article was written on June 13, 2007 by CyberNet.

This was surely a long time coming, but it looks like there is a real add-on available for users who want to download BitTorrent files in Firefox. Previously we had reviewed FoxTorrent that worked as expected, but it had to install an additional application that was used to do the dirty work. It basically just used Firefox as a Web interface for the application.

The new add-on, called FireTorrent, doesn’t install any additional applications on your computer. On my Vista machine I had some troubles getting it installed because the add-on does modify Firefox’s chrome located in the directory where you installed Firefox. For that reason I’m not sure if this should really be classified as an extension. This also means that it isn’t stored in your Firefox profile folder like other extensions, so you will need to reinstall this each time you wipe Firefox from you computer (even if you have your profile backed up).

With that being said the FireTorrent add-on works extremely well after you install it. I clicked on a link to a Torrent and I saw the exact same popup that I would see if I was downloading a normal file. It asked if I wanted to open or save the file, and after picking an option I was taken to the normal Firefox download manager except it had a new "Torrent" tab on it:

FireTorrent

I like that it is so well integrated into Firefox because it now seems like a natural process to download Torrents, just like with the Opera browser.

Clicking on the "More Info" link next to a download will reveal things like how many sources you’re downloading from as well as how fast you’re uploading. I had almost though they forgot to include this essential information, but instead they just did a good job of keeping the interface free of clutter.

It also has several options available that lets you customize things like the upload/download speed limitations in addition to the port number that’s used. Here are two screenshots that show all of the settings it has to pick from:

FireTorrent FireTorrent
Click to Enlarge

Graphically FireTorrent seems to be lacking a little bit as seen in the screenshots. The background color seems to be a little off, but that might be attributed to me using this on a Firefox 3 nightly build.

As far as download speeds go I would say that they are pretty good. Not quite what I get from a dedicated BitTorrent application, but I didn’t expect to get outstanding results. The entire point of having BitTorrent capabilities built-in to the browser is for the added convenience. If I had a huge file to download (several gigabytes) I would using a BitTorrent program to download it since I’ll get the best performance.

If you’re looking to add some BitTorrent goodness to your Firefox I would recommend checking FireTorrent out. Alternatively they also create a browser called Wyzo that is based on Firefox and has the BitTorrent integration already installed (and actually has a pretty cool skin).

Source: Mozilla Links

Thanks to netster007x for the tip!

Copyright © 2011 CyberNetNews.com

Related Posts:


CyberSearch 2.0: Bing Support, Search Details, and More

This article was written on October 23, 2009 by CyberNet.

cybersearch_fulllogo.png

I’ve been working on a new version of CyberSearch for a little while now, and I’ve been trying to come up with ways to add all of the most requested features. It wasn’t until about August 2009 that I started to get inspired to work on the extension again, which is when we all of a sudden saw a huge surge in downloads that has remained constant ever since. In the last 3 months we went from getting about 300 downloads a day and 10,000 active users to an astounding 3,000-7,000 downloads a day and almost 90,000 active users. I believe the rapid increase has been coming from the fact that we’re now a Mozilla “recommended” add-on, and as some users have pointed out to me our add-on sometimes shows up in the add-on management window within Firefox. So a big thanks to Mozilla for giving me the motivation to push out a new version, because without them the CyberSearch growth graph probably wouldn’t look like this:

cybersearch growth.png

CyberSearch 2.0 is almost a complete rewrite of the previous version, and I did that for performance concerns. Since I wanted to add more features I knew I had to squeeze every last ounce of juice out before I could move on, otherwise I could have ended up with something sluggish enough that people wouldn’t even want to use it. To put it in perspective… CyberSearch 2.0 actually does about half the number of computations that CyberSearch 1.0 did for each search that is performed.

As far as new features go we’ve got quite a few! The first thing is Bing support. You can now create keywords that use either Bing or Google, which is pretty cool if you think about it. That means you can make one keyword that searches Bing, and another that searches Google. If you don’t like the results that one search engine shows just try using the other… and all you have to do is change the keyword. The real reason I wanted to add Bing support, however, is because they have some API functionality that Google doesn’t offer. Thanks to Bing you can actually create keywords that will do conversions/calculations using their Instant Answer technology, or lookup the spelling of a word. You can do this all from the comfort of your address bar.

cybersearch_gloc_fastfood.png

Next up: search descriptions. This is undoubtedly the most requested feature. You wanted some way to view the descriptions of all the search results just as if you were at the search engine page. I struggled with this for awhile because I didn’t want to try and cram the descriptions into the Address Bar menu which is already cramped, and could require a lot of scrolling to see all the results. That’s when I came up with the idea to use the area behind the menu for this! That way I have a large amount of space to work with, and am able to display way more details than I originally anticipated. For example, if you’re using a keyword with the Google Local service just press the arrows on your keyboard to highlight one of the results. You should see the background behind the menu dim down, and location details will appear… including a thumbnail of a map for where that place is located (as seen in the screenshot above)! All of the different types of searches provide you with customized details (video searches show the duration, book searches provide the ISBN number, blog searches show the publication date, etc…), and screenshots of them all can be found on the CyberSearch homepage.

Those are the two main highlights of the extension, but that doesn’t mean that’s all that changed. You’ll also find little things throughout CyberSearch 2.0 that should make your life a little easier. Things like a “snapback” button in the address for pulling up the last search phrase you used, or the ability to import/export your configuration and keywords so that setting up multiple machines with CyberSearch is a breeze! These were all your ideas, and hopefully they are exactly what you wanted.

When I describe my extension to people they often ask if it’s similar to Google Chrome’s “omnibar,” which is the name for their browser’s address bar. It eliminates the need for a search box just like CyberSearch does, but it isn’t nearly as powerful. Just watch this 3-minute video I put together and tell me if Chrome can do this:

The next thing I want to try and work on is localization so that CyberSearch supports other languages/countries, but it will probably be a little while before I can get to adding any big features like this again. If you find any bugs please report them so that I can try to get them fixed right away. Thanks again for all of your support and feedback!

CyberSearch Homepage

Copyright © 2011 CyberNetNews.com

Related Posts:


CyberNotes: System Restore vs. Last Known Good Configuration

This article was written on December 11, 2007 by CyberNet.

CyberNotes
Time Saving Tuesday

I’m sure many of you have seen the Last Known Good Configuration option at some point or another when starting Windows, but do you actually know what it does? It says that it will use “your most recent settings that worked,” but that could mean a variety of things.

Then there is the Windows System Restore, which by the name would almost make people assume it does something similar to the Last Known Good Configuration, but in reality they are pretty different. Lets see how the two of them differ, and when you would want to use each of them.

–Last Known Good Configuration–

Each time you successfully startup your computer, Windows saves any system-related settings to the Windows Registry. Some of the information that is written to the Registry is in regards to device drivers and services that are used by Windows.

When you choose to use the Last Known Good Configuration mode all of the settings contained within the HKLM\System\CurrentControlSet Registry key will be restored to the last state when you’re computer booted up successfully. This will not modify any files, but it will be able to point the system back to older drivers, assuming that they are still accessible on the machine.

Using the Last Known Good Configuration…

  1. Start your computer.
  2. When you see the “Please select the operating system to start” message, press the F8 key.
  3. When the Windows Advanced Options menu appears, use the ARROW keys to select Last Known Good Configuration (your most recent settings that worked), and then press ENTER.

Last Known Good Configuration

Use Last Known Good Configuration if…

  • The last time you started Windows you didn’t have any issues.
  • You install a new device driver, restart Windows, and the computer will no longer boot. By reverting back to the Last Known Good Configuration you will restore the settings so that they point back to the old driver.
  • You disable a driver that turns out to be more critical to the operation of Windows. By reverting back to the Last Known Good Configuration you will restore the settings back to when the driver was still enabled.

DON’T Use Last Known Good Configuration if…

  • Windows won’t boot because you deleted some system files.
  • You copy a new driver over top of an old one. Switching to the last known good control set will not undo anything since the configuration never changed.
  • Windows boots up, a user logs in, and then Windows freezes. By this point it is too late because Windows has already written over the Last Known Good Configuration backup.

–System Restore–

System Restore was haphazardly introduced back in Windows Millennium Edition, but wasn’t actually found to be useful until Windows XP was released. It’s progressively gotten better as more versions of Windows have been released, and in Vista it includes some new features.

Restore points (a.k.a. checkpoints) are, by default, created every 24 hours or when the user manually creates them. Aside from that restore points are also automatically created when some applications are installed, Windows Updates are installed, or non-signed drivers are installed.

System Restore is very selective in what it backs up. It keeps track of changed system files (extensions: EXE, BAT, DLL, etc…), Windows Registry, drivers, and more. It never touches file formats related to things like documents, email, music, and a few others that aren’t critical to the system’s operability. It will also ignore things placed in “My Documents” giving you a little reassurance that you won’t wipe out your documents during a restoration.

CAUTION: It’s important to know that all programs installed after the selected restore point will be uninstalled when rolling back your system using System Restore.

Using System Restore…

  1. Open System Restore by clicking the Start button, clicking All Programs, clicking Accessories, clicking System Tools, and then clicking System Restore.
  2. Choose a restore point and proceed through the wizard.

System Restore

One of the nice things about System Restore is that a checkpoint is also created before you proceed with the restoration. If using a restore point didn’t help you’ll always be able to jump back.

Use System Restore if…

  • Problems started to occur after you installed an application, Windows Update, or a driver.
  • You accidentally removed or modified an important system file that is causing the system not to function properly.

DON’T Use System Restore if…

  • You have installed an application since the selected restore point, and you’re afraid of losing the application itself.
  • You have important files placed throughout your computer, and you’re not sure if System Restore will ignore them. Place all of your personal files into the “My Documents” folder to ensure that they are protected.

Copyright © 2011 CyberNetNews.com

Related Posts:


Google Music Beta invites start rock ‘n rolling out

Been on pins and needles since Google unveiled its long awaited Music Beta service at I/O? Good news: it seems that the non-Xoom owners among us are finally getting a crack at the thing. We’ve received reports from numerous tipsters that El Goog has finally started delivering invites to those who signed up through the site, letting even more users upload 20,000 of their favorite jams to its cloud-based storage locker. If you’re one of the lucky ones, please sound off in the comments below — and if not, be sure to read our hands-on review of the service while you wait.

[Thanks everyone who sent this in]

Google Music Beta invites start rock ‘n rolling out originally appeared on Engadget on Thu, 19 May 2011 20:03:00 EDT. Please see our terms for use of feeds.

Permalink   |  sourceGoogle Music Beta  | Email this | Comments