Gears Comes to Opera Desktop and Opera Mobile 9.5

This article was written on May 30, 2008 by CyberNet.

google gears logo.pngGoogle Gears, now known as simply “Gears,” entered the browser scene last year about this time. One of their goals was to provide a way for web applications to interact naturally with the desktop, and provide a way for web applications to come offline. It’s done well over the last year and many people have embraced it. Up until now, those using the Opera web browser were unable to embrace it because support wasn’t offered for it. The good news today coming from Opera is that not only will they support Gears for their desktop browser, they will also be supporting Gears for their mobile browser.

For Opera users, this is pretty big news because previously you had to be using Firefox or Internet Explorer 6 and above to take advantage of Gears. And of course not only will this be available for desktop users, but mobile users as well which is huge. In the official Press Release from Opera, CEO Jon von Tetzchner says,

The forthcoming Opera Mobile 9.5 with Gears will usher in a new era for the Web on mobile devices. Together, these products will create new ways to bring applications to life on mobile devices. Developers will be able to use this along with Opera Dragonfly to develop and debug compelling applications for any connected environment.

As someone who is a fan of Opera, it’s great to see that they are looking for opportunities to extend the browser. People love Opera Mobile in particular, because it’s stable and works great. When you pair the two together (Opera Mobile with Gears), it makes for a great combination, but when you pair both Opera Mobile and the Opera Desktop version together with Gears, it makes for an even better combination.

Copyright © 2011 CyberNetNews.com

Related Posts:


Best Greasemonkey Scripts – Google Sidebar

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

One thing that I’ve always enjoyed with Google’s test site, SearchMash, was the powerful sidebar that it included. It gives users quick access to videos, images, Wikipedia, blogs, and more. Determined to find a way to get similar features on the Google search page I decided to turn to Greasemonkey.

The script that I came across is called Google Extra, and it does everything that I wanted it to. It utilizes the extra space on the right side of the search results to display:

  • Images – Six small thumbnails are shown, and hovering over a thumbnail will show you a larger version.
  • Videos – Grabs four videos from YouTube, and if you hover over one of the thumbnails it will flip between three thumbnails from that video.
  • Wikipedia – You’ll see a condensed excerpt from Wikipedia.
  • Dictionary – A nice list of definitions for the word you’re searching for.

Google Extra Sidebar 
(Click to Enlarge)

The thing that really makes this script nice, however, is the ability to reorder the four different sections so that they are organized with your most useful ones first. If you don’t use one of the sections very often, such as the videos, just minimize it. Your settings are remembered for every search you perform.

Heads up: Don’t be concerned if you perform a search and don’t see the four different sections pictured above. It’s designed to only display a section if it actually has matching results, so most of the time the Wikipedia and Dictionary results probably won’t show up.

You probably have some speed concerns, which is understandable given that several different sites have to be queried in order to display the extra data. After all, you don’t want to compromise Google’s split-second search results. Don’t worry, the script is well designed so that it will load after your search results. Basically you won’t notice any speed decrease in how long it takes to show the search results, but the overall page will obviously take an extra second or two to load.

Google Extra Script
Note: This script uses Greasemonkey-specific features, and for that reason it won’t work in Opera.

Copyright © 2011 CyberNetNews.com

Related Posts:


Google Android Screenshots & Video

This article was written on November 12, 2007 by CyberNet.

As expected Google released their Android Software Development Kit (SDK) today. It provides all of the tools needed to start creating applications that run on the next generation mobile operating system, and Google is getting their checkbooks out to help ensure that Android won’t be a flop…

–The $10 Million Contest–

Google has caught the attention of developers around the world by announcing a $10 million contest that will be awarded to some of the best Android applications. The money will be distributed equally between two Android Developer Challenges:

  • Android Developer Challenge I: Submissions from January 2 through March 3, 2008
  • Android Developer Challenge II: This part will launch after the first handsets built on the platform become available in the second half of 2008

In the Android Developer Challenge I, the 50 most promising entries received by March 3 will each receive a $25,000 award to fund further development. Those selected will then be eligible for even greater recognition via ten $275,000 awards and ten $100,000 awards.

–Android Screenshots–

These are screenshots of Android running on what looks to be a Blackberry-like device:

(Click to Enlarge)
Android 1 Android 2 Android 3 Android 4 Android 5

–Touch Screen Android Screenshots–

Android includes an iPhone-style browser that is Webkit-based. It provides a browsing experience similar to what you would expect from a desktop computer. You can zoom in and out of the websites at your own leisure, and it even includes a website history browser that appears to be a sibling of the iTunes Cover Flow:

(Click to Enlarge)
Android Advanced 1 Android Advanced 2

–The Video–

Finally, here is the video that Google provided with live demonstrations of both the regular and touch screen uses of Android:

Copyright © 2011 CyberNetNews.com

Related Posts:


Mozilla Automates The Bug Checking Process In Firefox

This article was written on August 11, 2006 by CyberNet.

Mozilla Automates The Bug Checking Process In FirefoxIt looks like Mozilla is really trying to catch bugs early on by using Coverity to scan the source code for errors. Mozilla licensed the Coverity tool more than a year ago but they didn’t want to say anything until they were sure that it was doing a good job. I can only see this tool as being a good thing as long as it is used in addition to the normal bug testing.

Hopefully the use of Coverity will lead to a very stable Firefox 2 which is scheduled for release 6-weeks from today. I’m guessing we won’t see Firefox 2 in final form until early October with the recent push back of Beta 2. Beta 2 has now been delayed a total of 2 weeks and is planned for August 23.

News Source: CNet

Copyright © 2011 CyberNetNews.com

Related Posts:


CyberNotes: Switch Between Multiple Site Logins

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

CyberNotes
Web Browser Wednesday

There was a lot of excitement when we wrote about the Greasemonkey script that could be used to switch between multiple Gmail accounts. At that time Thilak commented about a Firefox extension that basically accomplished the same task. With it you create user profiles that you can switch between, and it uses a different set of cookies for each of the profiles.

Since most sites store session information in cookies this is a good method for switching between multiple accounts, whether it be for email, shopping, or just about anything. That’s when it hit me that you can manipulate cookies using JavaScript as well, and I figured there had to be a way to create a bookmarklet to do almost the same thing as the extension.

Before we dive into the bookmarklet lets take a look at the Firefox extension more in depth:

–Firefox Extension–

CookieSwap The extension is called CookieSwap, and once installed you can create multiple profiles that can be used to manage different identities from around the web. They are all controlled from the Status Bar where you can select which identity you want to use.

This is great for switching between multiple email accounts without needing to login to each one, as well as making it easier for several different people to all use the same browser. For example, each person in your family could have their own profile, and then each of them wouldn’t have to constantly bother with logging in and out of websites.

The good news is that all of your information is stored in a cookie, which ensures that no one can see your password in plaintext. Well, that’s at least the case for sites that are designed properly.

One downside that I’ve found to using this is that there’s no way to restrict the cookie swapping to a particular site. The first time you create a new profile you’ll start with a blank slate, and you’ll need to go login to all the sites you want enabled for that particular profile. So it may not be the optimum solution if all you want to do is switch between several different accounts on one particular site.

–Bookmarklet–

Huh?: A bookmarklet is a small JavaScript program that can be stored as a URL within a bookmark in most popular web browsers, or within hyperlinks on a web page.

We figured there had to be a way to create a bookmarklet to swap between cookies as well, but on a per site basis. As always we didn’t want to reinvent the wheel if we didn’t have to, so we searched around to see what we could find. Jesse Ruderman came to the rescue with a bookmarklet that he wrote to transfer cookies from one browser to another. We took that bookmarklet, modified it a bit, and created something that we think you’ll enjoy.

Here’s how it works. First you’ll need to drag this link into your bookmarks, or right-click on it and select the bookmark option:

Backup Cookies

Now head on over to the site you want to “backup” the cookies for. Click on the bookmarklet you just created, and you should see something like this:

Bookmarklet Swap Cookies

Bookmarking that will store your existing cookies for that site in the form of a bookmarklet. To restore the particular cookies for the site just run that bookmarklet.

Important: You must be on the site corresponding to the bookmarklet before running it. Otherwise your the cookies will not be updated. For example, if you backed up your Yahoo! cookies make sure you are on the Yahoo! website before running the bookmarklet.

In the example pictured above I was logged into Yahoo!, I ran the “Backup Cookies” bookmarklet to save my existing cookies. I was then able to logout of Yahoo! and run the new bookmarklet to restore all of my login credentials. It’s really that simple.

It’s pretty cool how something as simple as cookies can be used to restore your login status, but it’s something you also want to be careful with. Doing this would also mean that if the information ended up in the wrong hands that it could do some severe damage. For security reasons I recommend that you be especially cautious if you synchronize your bookmarks with a third-party online service.

Hat tip to Thilak for pointing out the Firefox Extension!

Copyright © 2011 CyberNetNews.com

Related Posts:


Foxmarks 2.0 – Faster Syncing and Favicon Support

This article was written on November 12, 2007 by CyberNet.

Foxmarks 2 Beta Foxmarks is the 13th most popular extension for the Firefox browser, and users who don’t mind test driving a Beta version can get a sneak peek at the upcoming Foxmarks 2.0! Initially you won’t be able to see a lot of differences because most of the work has been happening underneath the surface.

For starters Foxmarks has redesigned the way that they synchronize your bookmarks. Instead of synchronizing all of your bookmarks each time it will not only synchronize those bookmarks that have changed (newly added, renamed, moved, etc…). If you only have a handful of bookmarks you probably won’t notice much of a difference, but it should be a lot faster for those of you with hundreds (or even thousands) of bookmarks.

Foxmarks 2.0 has also implemented a new feature for synchronizing favicons, but from what I gather the favicons are still not shown on the My Foxmarks website. They are, however, synched across all computers that are running Foxmarks 2.0. This is especially great for all of you who use the Favicon Picker to customize the icons for your favorite websites.

There is some important information for those of you who are upgrading from Foxmarks 1.0:

You cannot easily mix Foxmarks 1.0.1 and Foxmarks 2.0; they exist in separate universes. If you do choose to run with Foxmarks 2.0, make sure you update all your existing installations to Foxmarks 2.0. There’s no risk of data loss, but changes you make with one version 1.0.1 won’t find their way to your Foxmarks 2.0 installations until you upgrade (and vice versa). Once you upgrade your first computer to Foxmarks 2.0, going to My Foxmarks will only show you Foxmarks 2.0 data — another reason to upgrade all your machines.

As of right now Foxmarks 2.0 is not compatible with pre-release versions of Firefox 3. The developer has said that he will begin working on a compatible version once Firefox 3 hits the Beta stage.

Get Foxmarks 2.0 Beta

Copyright © 2011 CyberNetNews.com

Related Posts:


iTunes Sells Over Five Billion Songs!

This article was written on June 19, 2008 by CyberNet.

iTunes five billion milestone.pngApple has good reason to celebrate today after iTunes reached its five billion songs sold milestone. Five billion songs is a lot if you think about it. To put it into perspective, here are a few examples involving the number five billion…

  • Five billion seconds translates out to about 158.5 years
  • Five billion minutes translates out to about 9,505 years
  • Five billion feet translates out to about 946,969 miles
  • Five billion pints translates out to about 625,000,000 gallons
  • As of June 2008, the world’s population is estimated to be just under 6.7 billion, which means the number of songs downloaded from iTunes isn’t THAT far off from the World’s population

What’s interesting to note is that in early 2008, over 4 billion songs had been sold when they were celebrating their 5th birthday. If they’ve already reached over five billion, they’ve experienced quite a bit of growth over the last several months.

Aside from celebrating the five billion songs milestone, Apple is also celebrating the fact that they rent and sell over 50,000 movies each day. Clearly they sell more songs than they do movies, but that’ an area where there is plenty of room to grow. We have yet to try out iTunes for renting or buying movies, but those who do seem to be satisfied.

Congrats to Apple and iTunes. 7 years ago when iTunes first launched, who would have thought that it would have become so popular? Five Billion is definitely a big milestone and helps explain why it is that they are the largest music retailer in the United States.

Apple Press Release

Copyright © 2011 CyberNetNews.com

Related Posts:


Microsoft Office 2007 Gets New Icons

This article was written on July 11, 2006 by CyberNet.

Microsoft Office 2007 Gets New Icons
 

It looks like the new Microsoft Office 2007 icons are now available for your viewing pleasure. Here is what Microsoft has to say about their new icons:

The fresh, new product icons are a reflection of the meticulous attention to detail used in this release as they visually complement the ribbon and the branding style while still helping users quickly locate an Office program.

Reading that makes you wonder if they spent more time designing the icons or coming up with that description! The icons seem to go against the more calm and traditional icons that we are use to seeing with Office but apparently they are designed to “visually compliment the ribbon”.

Thanks for the tip Karl!

Copyright © 2011 CyberNetNews.com

Related Posts:


Put Firefox Search Engines in Folders

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

Manage Search Engines

I’ll give you a heads up that this extension is really just for those of you who heavily use the built-in Firefox search box. The Organize Search Engines extension will help remove some of the clutter from the search box drop-down menu.

How it works is rather simple. From the drop-down list you select the Manage Search Engines where you will be presented with a window to reorder the sites you currently have setup (on the left side of the screenshot above). In addition to being able to reorder the sites, you’ll also be able to create new folders to organize your search engines. Once done the end result will be a less cluttered menu of search engines (on the right side of the screenshot above).

This isn’t something that I would actually use myself because I hardly use that search box as it is. I have keywords setup so that I can always use the address bar to do my searching. How many of you actually use the browser’s built-in search box for searching a variety of sites?

Download the Organize Search Engines extension [via How-To Geek]

Copyright © 2011 CyberNetNews.com

Related Posts:


JottiQ Antivirus Scanner is the Shining Point of NANY 2011

This article was written on January 19, 2011 by CyberNet.

jottiq.png

arrow Windows Windows only arrow
Every year Donation Coder holds an event called “New Apps for the New Year” (NANY) where developers do some cramming in order to whip up small but useful apps. The NANY 2011 event came to an end on January 1st, and there’s no doubt that many of the 30+ apps available will only be downloaded by a very small subset of users. There was one, however, that really caught my attention: JottiQ.

Jotti, not to be confused with the new JottiQ application, is a website that is comparable to VirusTotal. You can upload files to the site and have it scanned against a bunch of antivirus applications. The JottiQ app, however, is a great replacement for needing to interact with the Jotti website. You can queue up files that you want to be scanned, but one of the super cool things is that you can have it scan all of the executables that are associated to processes you currently have running. Now that is slick.

Some other features of JottiQ include:

  • Uses Jotti’s internal cache to speed up scans by avoiding the uploading of files that have already been scanned in the past
  • Lists scanners with detections at the top of their list in red
  • Open scan results in your browser
  • Context menu integration lets you right-click and select “Scan with JottiQ” on a file
  • Up to three files can be scanned (processed) simultaneously.
  • Items that have been scanned and are deemed safe can automatically be removed from the queue.

After using this for a little while I’d say this is by far one of the most useful apps I’ve seen come out of any NANY event, and it is definitely worth checking out. These a few more of the apps available from NANY 2011 that I thought were at least worth mentioning:

  • Webcam Video Diary – A program to help you quickly record, label, and manage videos and photos from your webcam throughout the day
  • Quick Cliq – A portable menu based application launcher and productivity tool
  • Auspex – Automatically replace and complete text strings as you type
  • Duplicate Photo Finder – Find and delete duplicate photos

Kudos to all the developers who put in their own time to contribute all these apps!

Copyright © 2011 CyberNetNews.com

Related Posts: