Windows Extended Task Manager

This article was written on February 03, 2009 by CyberNet.

extended task manager.jpgarrow Windows Windows only arrow
It’s normally safe to say that diehard geeks like to know what’s going on inside their machine. If you fall into that category then you’ve probably already tried tools that manage and monitor your PC, but there is also another free task manager that does a great job of adding functionality onto the semi-decent tool that’s included with Windows.

Extended Task manager is completely free, and once you get it running you’ll quickly notice that it looks a lot like the standard Windows Task Manager. The only difference is that this one is way more powerful. You can do things like monitor ports/IP’s that are going in and out of your computer, find out which app has a lock on a particular file, and more.

  • Displays disk input/output activity with information about related applications
  • Displays network port activity with IP addresses of external computers
  • Displays information about applications that utilized most of the CPU or memory at any time presented on the charts
  • Displays all files locked by a select process.
  • Finds all processes locking a specified file.
  • Includes “Summary” tab for quickly assessing the overall state of the Windows system
  • Allows freezing individual Windows processes
  • Offer various visual and functional improvements over the standard Windows Task Manager

Get Extended Task Manager for Windows [via Lifehacker]

Copyright © 2011 CyberNetNews.com

Related Posts:


NTT DoCoMo’s mobile accessories smell your breath, tell you to put the burger down (video)

Sick of your friends saying you look fat in those jeans? Apparently, NTT DoCoMo feels your pain and aims to swap out the peer criticism with smartphone objectivity. Shown off in advance of CEATEC Japan 2011 (an annual electronics trade show), the operator took the wraps off several mobile-based accessories, ranging from gamma ray and UV light monitoring phone cases to a breathalyzer-like add-on for measuring body fat (you paying attention, HTC Rhyme?). There were also a couple of applications on hand for checking photos of food against a calorie database à la Google Goggles, and an AR implementation for weather services on tablets. It’s not clear whether the Japanese carrier actually intends to release these innovations to the mass-consuming public, but as with all things tech in that corner of the world, they’re sure to get it before we ever do. Jump past the break for a video peek at Nippon’s creep towards a Hitchhiker Guide-style wireless world.

Continue reading NTT DoCoMo’s mobile accessories smell your breath, tell you to put the burger down (video)

NTT DoCoMo’s mobile accessories smell your breath, tell you to put the burger down (video) originally appeared on Engadget on Thu, 22 Sep 2011 17:09:00 EDT. Please see our terms for use of feeds.

Permalink TechCrunch  |  sourcePenn-Olson  | Email this | Comments

CyberNotes: Create Your Own Smart Bookmarks in Firefox 3

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

CyberNotes
Web Browser Wednesday

One of my favorite additions to the Firefox 3 browser (currently in Beta) are Smart Bookmarks. There’s a good chance that you’ve played with things in other applications that are similar to Smart Bookmarks. For example, iTunes (and many other media players) have what are referred to as Smart Playlists. These are playlists that automatically assemble themselves based on specific criteria, such as the “most played” and “recently added” media. Smart Bookmarks are very similar since they can show you things like your most visited bookmarks or your recently added bookmarks:

firefox smart bookmarks.png

Just a few weeks ago we showed you how to quickly restore the default Smart Bookmarks that come with the browser, but did you know that it’s also possible to make your own? Thanks to the new bookmarks backend that Mozilla has implemented it’s actually pretty easy for you to create your own Smart Bookmarks once you understand how they work. An extension will inevitably come along that makes this a no-brainer, but it will take you no time to catch on to manually creating them.

The first thing we’re going to do is show you the steps needed to create a new Smart Bookmark, and then we’re going to give you an overview of the query syntax you’ll want to use to take things up a notch.

–Creating a Smart Bookmark–

There are a few different ways that you can create a Smart Bookmark, but I’m going to show you the one that I believe is the easiest.

  1. Open up the Bookmarks Organizer by going to the Bookmarks Menu, and click the Organize Bookmarks option.
    firefox organize bookmarks.png
  2. Click the Organize Menu and choose the New Bookmark option:
    firefox new bookmark-1.png
  3. Now you need to type in whatever name you would like for the Smart Bookmark. In the location field, however, is where you will insert the specialized “URL” which we’ll cover in the next section. This screenshot shows an example location that will return the top 10 bookmarks you visit the most:
    firefox add smart bookmark.png
  4. The Smart Bookmark that you just created should now be visible in the Bookmark Organizer, and you can place it wherever you would like. The content will dynamically change based on the criteria that you specified in the previous step.
    firefox smart bookmark example.png

–Smart Bookmarks Queries–

In Step 3 above you were told to insert a specialized URL into the location field of the bookmark. This is really the thing that differentiates a Smart Bookmark from a regular bookmark. Each location field for a Smart Bookmark will start with “place:” followed by a few parameters that tell the bookmark what its contents should contain. You’ll also notice that each parameter is separated by an ampersand (&).

Want some examples? Here are a few to get your creative juices flowing:

  • 10 Most Visited Sites:
    place:queryType=0&sort=8&maxResults=10
  • 10 Most Recent Bookmarks:
    place:queryType=1&sort=12&maxResults=10
  • 15 Most Visited Bookmarks:
    place:queryType=1&sort=8&maxResults=15
  • 10 Most Visited Sites with “CyberNet” in them:
    place:queryType=0&sort=8&maxResults=10&terms=cybernet
  • 5 Most Visited Sites at the cybernetnews.com Domain:
    place:queryType=0&sort=8&maxResults=5&domain=cybernetnews.com

Looking at some of those examples there is a good chance that you picked up on how the queries work. Over at the Mozilla forum they have begun assembling a rather comprehensive list of parameters that you can use with the queries, but there are quite a few that most of you won’t use when creating these manually. Here are some of the more useful ones that I used in the examples above, along with a brief description of the values that go with them:

  • sort – This is used in all of the examples above, and this is what determines the order in which the bookmarks are sorted. A majority of the examples I gave use a sort value of “8″, which organizes the results according to the largest visit count first. Here are all the values that you can use with it:

    • 0 – Natural bookmark order
    • 1 – Sort by title, A-Z
    • 2 – Sort by title, Z-A
    • 3 – Sort by visit date, most recent last
    • 4 – Sort by visit date, most recent first
    • 5 – Sort by uri, A-Z
    • 6 – Sort by uri, Z-A
    • 7 – Sort by visit count, ascending
    • 8 – Sort by visit count, descending
    • 9 – Sort by keyword, A-Z
    • 10 – Sort by keyword, Z-A
    • 11 – Sort by date added, most recent last
    • 12 – Sort by date added, most recent first
    • 13 – Sort by last modified date, most recent last
    • 14 – Sort by last modified date, most recent first
    • 17 – Sort by tags, ascending
    • 18 – Sort by tags, descending
    • 19 – Sort by annotation, ascending
    • 20 – Sort by annotation, descending
  • queryType – This is also used in all of the examples above. It’s used to specify whether you want to search the History (a.k.a. sites you’ve visited), Bookmarks, or both.
    • 0 – Searches only your History
    • 1 – Searches only your Bookmarks
    • 2 – Searches both your History and Bookmarks
  • maxResults – Use this to specify how many results you want returned.
    • 0 – Return all results
    • 1 to ?? – Any number besides “0″ will indicate the number of results you want returned
  • domain – Specify the domain of a site, such as “cybernetnews.com” as seen in the example above.
  • terms – Word(s) that you want to search for. From what I gather it searches most areas of your sites/bookmarks including the title.

The different parameters that I just covered are only a small amount of what’s actually available, but they are the ones that have proven to be the most useful to me. If you get overly ambitious you can checkout the full selection.

–Overview–

It’s inevitable that there will be an extension that makes it easier to configure these Smart Bookmarks, but it’s actually not that hard to manually create them. Although it could get tedious if you wanted to make a bunch of them.

Now we would like to turn things over to you. Let us know in the comments what kind of concoctions you come up with so that more of us can benefit from your infinite wisdom!

Copyright © 2011 CyberNetNews.com

Related Posts:


CyberNotes: Photo Seam Carving using Liquid Resize

This article was written on September 20, 2007 by CyberNet.

CyberNotes
Tutorial Thursday

Seam carving (also known as content aware image resizing) has been the hit lately when it comes to photo editing. It all started with the presentation by Ariel Shamir who put together a nearly breathtaking demo. In it he showed how scaling images could be done without losing or distorting the important aspects of photos.

Just three weeks ago we got a glimpse of what an implemented version of such a technology could actually do, and as expected, applications and plugins are popping up all over that make use of the technology. This article will focus on one free application called Liquid Resize that has made huge progress over the last few weeks. Below we’ll highlight some of the features, and you can watch a video we put together on how to use the program.

–Liquid Resize (Free Windows/Linux Application)–

The primary way that you’ll want to use seam carving is with the free program called Liquid Resize. It has almost everything that the original demonstration included, and it produced decent results from the few photos I tried. It’s available for both Windows and Linux, and doesn’t require any installation to begin using it!

Liquid Resize Seam Carving

Here are some of the features it has:

  • Increase or decrease the size of the image using the seam carving algorithm.
  • Animate the process of scaling the images (as seen in the video demonstration below).
  • Mark areas of the photo that you want to be removed first, and other areas that you want to be removed last. This is actually pretty easy to do because the program offers a resizable brush to designate the respective areas (called masks).
    • You can temporarily store and recall masks, which is important because the masks are removed once you begin resizing the image.
    • You can also save and load masks which is meant for more long term storage.
  • Zooming capabilities are a nice touch if you’re working with a large photo.
  • A “Reset” option to restore the original image.

I would say that this works pretty well, and it’s actually not a bad way to quickly crop someone out of a photo (by marking the person as an area to be removed first). Sometimes you get unexpected results, but it’s normally only if you try to resize a photo more than 50% of the original size. And be careful when trying to use this on large images because the process can take quite awhile, and in cases like that I would disable the animation.

Here is a video that I put together to show the Liquid Resizer in action:

–Other Alternatives–

Liquid Resizer is the best seam carving app that I’ve come across, and it’s especially nice since it’s free! There are a few less-detailed alternatives available, and so I thought I would present those as well:

  • GIMP Liquid Rescale plugin – This just gives you input options for the desired width and height, and then makes the appropriate changes. Definitely not as extravagant as the standalone program I mentioned above.
  • Picutel Photoshop plugin – I didn’t actually try this one out because the free version only works with images up to a resolution of 640×480. Beyond that you’ll have to pay a whopping $95 for the plugin!
  • Web-based Flash version – This is a nice way to quickly try out the seam carving, but you’ll have to pick a photo that is already online. This is also extremely limited in what you can do.

–Overview–

There are still some things that I would like to see Liquid Resizer do, such as “blur” the seams that it adds/removes to the photos. That way the edges wouldn’t always look so jagged. Other than that I would say that this technique definitely has a good future in image resizing, and I can’t wait to see where it is taken.

Copyright © 2011 CyberNetNews.com

Related Posts:


IOGraph: Turn Mouse Movement into Artwork

This article was written on June 09, 2010 by CyberNet.

iograph.png

arrow Windows Windows; Mac Mac; Linux Linux arrow
I’m not a huge fan of Java-based apps, but IOGraph is actually kinda cool. There isn’t any real purpose to the app… it is really just for your own amusement.

Once you fire up IOGraph all you have to do is hit the play button to have it start recording your mouse movements. As your mouse strolls across the screen the path will be saved as lines, and anytime your mouse comes to a rest it will create a black circle. The longer you leave your mouse sit in the same spot, such as when you’re typing, the larger the black circle will be.

After you’re all done you can choose to overlay the pattern on to a screenshot of your desktop… which could be ery interesting if you remain within the same app during the entire duration of the recording. You can then save your output, with or without the background, as a PNG image.

IOGraph Homepage (Windows/Mac/Linux; Freeware)
[via ShellCity]

Copyright © 2011 CyberNetNews.com

Related Posts:


Microsoft locks Metro-style apps to Windows Store, developers and enterprise keep sideloading privileges

Microsoft’s battening down its hatches, and restricting distribution of Metro-style apps to its Windows Store. Developers and enterprise customers (as well as Win32 desktop apps) get the slide this time ’round the OS reboot, with continued and unfettered access to sideloading on the platform. The decision, much like Apple’s approach to iOS, falls in line with Redmond’s current Windows Phone 7 app policy, leaving the wild, wild west of unpoliced apps to users of Android’s open-source ecosystem. Of course, it’s only a matter of time before denizens of the interweb’s shadowy underworld hobble together a means of bypassing MS’ security measures, and open the floodgates to nefarious apps. We’re still waiting to get our hands on those Win8 slates, but in the meantime, look forward to a curated experience.

Microsoft locks Metro-style apps to Windows Store, developers and enterprise keep sideloading privileges originally appeared on Engadget on Mon, 19 Sep 2011 23:49:00 EDT. Please see our terms for use of feeds.

Permalink Ars Technica, PCWorld  |  sourceMicrosoft blog  | Email this | Comments

MasterCard demos Google Wallet, QkR platform for mobile payments

You’ve most likely heard plenty about NFC-capable smartphones, but little in the way of actual real-world uses for the chip. Well, MasterCard’s looking to change all of that, and throw in a few innovations of its own courtesy of its in-house R&D labs and Google. Shown off at an event today, the company demoed the Google Wallet application we first learned about back in May — which is gearing up for an official launch sometime “soon.” Running on Sprint’s Nexus S 4G — with a planned expansion to multiple devices — users can connect a Citi MasterCard account to the service, and tap-to-pay at any retail location outfitted with a PayPass station. The transactions take place as instantaneously as you’d expect, with spending alerts notated automatically in-app, as well as via text message. If you’re the paranoid type or just a spendthrift, the app offers plenty of options to set spending limits, approve / block purchases via category (i.e. dining, entertainment) and enable alerts for overseas activity. Currently, the Google Wallet service is Android-only, and that’s probably a direct result of the AT&T, Verizon and T-Mobile backed mobile payment rival, ISIS.

But the company’s also got one eye fixed squarely on the future — scheming up alternate implementations for payment on-the-go through its MasterCard Labs division. Focusing on its QkR platform (an obvious play on QR codes), these concepts ranged from television audio signals encoded with purchase data, audible to a phone running the QkR app, or fast-food tabletops embedded with NFC and QR codes that’ll allow customers to scan for coupons, order remotely and apply the discount — all without leaving their seats. The most interesting use of the new platform, however, had nothing to do with mobile phone use and everything to do with an Xbox Kinect. Utilizing the gesture recognition tech, items could be selected on-screen by holding your hand over an item and navigating through the checkout process. We know, yet another great proof-of-concept, but tuck away that cynicism for a second — a company representative confided to us that soft-pilot testing of QkR is already underway, with an official announcement slated in the next two weeks. And don’t worry about it being a Google OS-only affair, QkR’s been tested across iOS, Windows Phone Mango and even BlackBerry. Whether or not the innovative payment system’ll launch with all of these mobile OS on-board wasn’t clear, but we were assured there’d be at least two partners on board. Jump past the break to get a close-up view of our hands-on with the future of payment.

Continue reading MasterCard demos Google Wallet, QkR platform for mobile payments

MasterCard demos Google Wallet, QkR platform for mobile payments originally appeared on Engadget on Thu, 15 Sep 2011 17:32:00 EDT. Please see our terms for use of feeds.

Permalink   |   | Email this | Comments

Screenshot, Ruler, Magnifier, and Color Picker… all in one App!

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

arrow Windows Windows; Mac Mac arrow
Last week we wrote about some terrific rulers for both Windows and Macs, but it looks like we missed a top-notch alternative. Nate pointed out in the comments that a free app called Rulers is his favorite option for Macs, but it turns out that there is also a Windows variant that works exactly the same way. Now how sweet is that?

Rulers, despite the name, does a lot more than just measure stuff. Checkout the video below for the features in action, but here’s a list of what it can do:

  • Unlimited rulers creation
  • Multiple units of measurement support
  • Multi monitor support
  • Take a screenshot of selected area or whole screen
  • Magnifier
  • Color picker (RGB and Hex)

The screenshot tool is rather interesting in how it works. You basically create a bunch of measurement points on the screen, and it will let you take a screenshot of each area where your points intersect. You kind of have to see how it works in the video to really understand it.

Overall this is definitely one of the more clever free applications that I have seen because of how it bundles so many nice features into one package.

Get Rulers for Windows or Mac
Thanks Nate!

Copyright © 2011 CyberNetNews.com

Related Posts:


Bulk Remove Programs with Absolute Uninstaller

This article was written on August 19, 2007 by CyberNet.

Absolute Uninstaller

One of the best things about the Revo Uninstaller that we recently featured was that it removes the junk leftover by programs after uninstallation. It does a quick scan of your computer before and after you install the program to make sure the uninstaller took care of everything. Aside from that it also had several other features for managing your computer.

The other day I found another free app (for Windows 98 and up) that is similar in nature: Absolute Uninstaller. It’s goal is to remove software from your computer much like the classic Windows Add/Remove programs, but it goes a step further. It will check to make sure that the uninstaller takes care of everything that was in the uninstall log, and Absolute Uninstaller will delete the things that are left behind.

Here are some of the things that Absolute Uninstaller can do:

  • Detects and removes leftover files from the uninstaller
  • Remove programs in bulk by checking the box next to multiple items. Unfortunately it will still require input from you so you can’t walk away.
  • One-click removal of any entry
  • Points out which applications were recently installed
  • Show installed applications by name or by install date

And yes, this is completely free. In fact this is the first version of Absolute Uninstaller that doesn’t cost a dime. Previously you had to pay $29.95 to get this program, but now you only have to pay if you want to get their entire suite of utilities.

Absolute Uninstaller Homepage

Copyright © 2011 CyberNetNews.com

Related Posts:


RIM officially trots out BlackBerry App World 3.0 to 7 OS devices

Better late than never, ey? RIM finally got with the program and rolled out their official version 3.0 upgrade to BlackBerry App World. The updated application portal had already been available to Beta Zone members early last month and was slated for an August 22nd debut, but apparently missed that release window. We’ve already seen the cosmetic improvements the Waterloo-based company’s brought to the app hub, with a redesigned home screen, refreshed icons, MyWorld downloads folder and the ability to share apps via your choice of social messaging service. The service still lacks the compelling selection of rival OS app markets, but hopefully the company’s renewed focus’ll bring more devs to its 7 OS club. If you’re rocking a BB handset, drop us a line below and let us know your take on RIM’s refresh.

RIM officially trots out BlackBerry App World 3.0 to 7 OS devices originally appeared on Engadget on Tue, 06 Sep 2011 12:39:00 EDT. Please see our terms for use of feeds.

Permalink IntoMobile  |  sourceBlackBerry  | Email this | Comments