Magic Software Re-Focuses Your Blurred Photos

Back when I used to spend time in the darkroom, somebody once asked me if they could cancel out their mis-focussed photos by just dialing the enlarger’s lens in the opposite direction. I laughed, but I couldn’t help wishing it was true.

25 years later, it can be done, not in wet darkroom but with your computer. A new Photoshop plugin from Topaz Labs corrects focus-blur, as well as motion-blur caused by camera-shake.

It does this by reverse-engineering the blur, using something called “image deconvolution technology”. This actually correct the blur instead of just increasing edge-sharpness, another technique which makes photos appear sharper, but does nothing to fix them.

There’s a 30-day free trial for the InFocus plugin (the software costs $70 otherwise), so I gave it a quick test drive, with pretty bad results. It seems that every image I tried it with ended up with speckly artifacts all over it. Images with more detail fair better: an out-of-focus portrait doesn’t fare as well as a detailed architectural shot, for instance.

It’s worth a try, and the sample images on the site show that, in practiced hands, it works well. But more important is what it means for digital photography. With imaging tech always improving, otherwise hopeless photos could be saved in the future. You’d better go out and buy another hard-drive to store all the photos you’d otherwise toss out: if you wait long enough, some piece of software will come along and turn it into a masterpiece.

Topaz InFocus product page [Topaz Labs]

See Also:


CyberNotes: Shortcut to Show/Hide Hidden Files

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

CyberNotes
Tutorial Thursday

arrow Windows Windows only arrow
One of the things that I’ve always done on my Windows computers is have them show all of the hidden files. Some people think I’m crazy because this adds a lot more clutter, but it always seemed as though I frequently had to access files there were otherwise hidden. Sure I liked when some files were out-of-sight because I only ever mess with a handful of them, but the hassle of going into the Windows Explorer options every time I needed to see some hidden files just wasn’t worth it.

After a little research I had come across an article on the PCWorld forum that outlined how I could create a shortcut that would enable or disable hidden files on the fly. If the setting is enabled it would disable it when run, and vice versa. It’s one shortcut that serves as an on/off switch for hidden files. Here’s how you do it:

  1. Open up Notepad and paste in the following text:
    Set sh = CreateObject("WScript.Shell")
    theKey = "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Hidden"
    setHidden = sh.RegRead(theKey)
    If setHidden = 1 Then
    setHidden = 0
    MsgBox "System and hidden files will no longer appear in Explorer.",64,"Hidden File Exchange"
    Else
    setHidden = 1
    MsgBox "System and hidden files will appear in Explorer.",64,"Hidden File Exchange"
    End If
    sh.RegWrite theKey,setHidden,"REG_DWORD"
    Set sh = Nothing
  2. Save the file with any name you want, but make sure to designate the extension to be “.vbs”:
    notepad vbs.jpg
  3. Run the file that you just saved. Give it a few seconds to take affect, but you should see the results without even having to restart Windows Explorer.
  4. If you want you can place this script file anywhere you’d like on your computer, and then you can create a shortcut to it by right-clicking on the file. I recommend placing a shortcut to the file in the Windows Explorer Favorites for fast access from the Favorites menu.

Compatibility: I’ve verified that this works on Windows XP, but it only works on Vista when User Account Control (UAC) is disabled. This is because it needs access to the registry, and Vista doesn’t allow that unless it is run as an administrator. Since it is a VBS file the “Run as Administrator” option does not appear when right-clicking on the file.

By default the script will prompt you with the current setting for the hidden files each time you run the script. That way you know whether you are turning them on or off. If you don’t want to see the prompts just remove the following two lines that I’ve highlighted in the code:

hidden files message box.jpg

Now you are all set with a shortcut that can enable or disable hidden files in Windows Explorer. This should help reduce the clutter you see on a regular basis by keeping the hidden files out-of-sight when they’re not needed, and then pulling them up when you need to make a change. How convenient is that?

Copyright © 2010 CyberNet | CyberNet Forum | Learn Firefox

Related Posts:


Internet Explorer 7 Beta 2 Build 5291 Coming Soon?

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

Screenshot have been floating around of an Internet Explorer Beta 2 Build 5291 which should be the next release of Internet Explorer to the public. Some say the the screenshots are fake but the build number is the last build reported by Microsoft which gives us reason to believe they are real. For the screenshots please visit the link below to the Neowin Forums.

News Source: Neowin Forums

Copyright © 2010 CyberNet | CyberNet Forum | Learn Firefox

Related Posts:


CyberNotes: Mouse Gestures in Firefox, IE, and Opera

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

CyberNotes
Web Browser Wednesday

mouse gesture.pngKeyboard shortcuts step aside! Mouse gestures have been around for quite some time, and are often used as a way to quickly issue commands. One of the places that these are used the most is in the web browser, and that’s because a lot of repetitive actions are performed there. Just think about how many times each day you click the back or refresh buttons.

Today we’re going to demonstrate the various ways that you can use mouse gestures in Firefox, Opera, and Internet Explorer. The only problem you’ll run into is trying to absorb everything you can do with the mouse gestures. ;)

–Firefox–

arrow Windows Windows; Mac Mac; Linux Linux arrow
As you can imagine there are quite a few Firefox extensions out there that provide some sort of mouse gesture support. Here are two of my favorites (they both work with Firefox 3, although they are not officially compatible yet):

  • FireGestures [Homepage]
    This is everything that you would expect from a mouse gesture system, and more. There are dozens of different commands you can associate with your own gestures, and you can even take it one step further by creating your own commands. My guess is that you’ll be more than satisfied with the built-in commands though.

    (Click to Enlarge)
    firegesture-1.png

  • Easy DragToGo [Homepage]
    This isn’t a full-fledged mouse gesture extension like the one above, but it does use mouse movement to perform useful actions. What you can do is set it up so that when you drag-and-drop text, links, or images in a certain direction it will perform a special action. This can be an easy way to open links in a new tab, perform a Google search for text, or save images to your computer.

    (Click to Enlarge)
    easy dragtogo-1.png

–Opera–

arrow Windows Windows; Mac Mac; Linux Linux arrow
Opera has got to be the easiest browser to use mouse gestures simply because they are included out-of-the-box. You can perform a gesture by holding down the right mouse button and moving the mouse in one of the basic patterns described here, or one of the more advanced gestures here.

The first time you perform a mouse gesture it will prompt you with a box asking whether you want the gestures to be enabled. Alternatively you can open the Preferences and go to Advanced -> Shortcuts to turn them on. While you’re in the preferences you can also have it flip-flop the back and forward gestures if you’re left handed.

If you find yourself having trouble remembering the various gestures then you may want to consider adding this site as a panel in the sidebar. You can do this by bookmarking the site and choosing the option to show it as a panel. You’ll be more inclined to use the mouse gestures if you leave that site open in the sidebar for a few days while you grow accustomed to the various mouse gestures.

–Internet Explorer–

arrow Windows Windows only arrow
Of course Internet Explorer isn’t without mouse gestures. There are two plug-ins that I believe do a good job of executing mouse gestures in Internet Explorer, and the best part is that both come in 32-bit and 64-bit flavors! Here they are:

  • Mouse Gestures [Homepage]
    What I really love about this mouse gesture system is that it integrates very well into the browser. You can assign gestures to dozens of different commands, and it is also capable of opening a bookmark or simulating a keyboard shortcut.

    (Click to Enlarge)
    mouse gestures-1.png

  • IE7Pro [Homepage]
    This is a pretty popular plug-in for Internet Explorer, but if you’re looking only for mouse gestures this won’t likely be what you want. It’s a feature-packed add-on that does dozens of other things besides just gestures. Not only that but the configurability of the mouse gestures is not nearly as good as the previous plug-in that we mentioned. However, if you’re already using IE7Pro for some of the other features then you might as well take advantage of the mouse gestures.

    (Click to Enlarge)
    ie7pro.png

–Overview–

As you can see mouse gestures are all over the place, and can be found in all the major browsers. Do you use mouse gestures, or are they not your thing? Personally I’m more of a keyboard shortcut person myself, but I’m sure many of you would rather keep your hand on the mouse.

Copyright © 2010 CyberNet | CyberNet Forum | Learn Firefox

Related Posts:


Microsoft Office 2007 Gets A Small Facelift

This article was written on March 09, 2006 by CyberNet.

Microsoft Office 2007 Gets A Small Facelift

It looks like Microsoft has updated their Office 2007 information site with some new screenshots. They appear to have made everything a little more streamlined and slightly more graphics oriented.

I have been using the Microsoft Office 12 (now Office 2007) for months now and I am very amazed at how well this beta performs. The only thing that does not work to its full potential is when you try to create certain charts in Excel. The charts may be generated properly but it is extremely difficult to adjust the properties (such as the axis interval).

At any rate, Microsoft Office 2007 is going to be as amazing as the release of Windows Vista. Both of these new releases by Microsoft will take some time to get use to but it is actually enjoyable playing around with them.

News Source: Microsoft Office Online

Copyright © 2010 CyberNet | CyberNet Forum | Learn Firefox

Related Posts:


Giveaway: MediaMonkey – Ultimate Media Manager

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

 MediaMonkey Overview
Click to Enlarge

This one is for all of the music junkies out there! MediaMonkey is very much renowned for being the best media manager available. It’s been downloaded a staggering 2.6 million times from Download.com, received 5 out of 5 stars from the Download.com editors, and has earned 4 out of 5 stars from over 600 users who have voted. If that’s not a recipe for a great application I don’t know what is.

If you’ve been following our Daily Downloads you’ll know that MediaMonkey is on the verge of releasing version 3 (note: all screenshots in this article are taken from MediaMonkey 3 RC3). This release is anticipated by all MediaMonkey users because of the new built-in podcast management, improved Vista compatibility, better search features, and much more. Yep, I said podcast support:

MediaMonkey Podcasts

And what good would a media manager be if it didn’t support synchronization with portable media players? With MediaMonkey you not only get full iPod support, but it can also handle most other media players as well. That means you can toss in the towel on iTunes without sacrificing the functionality that you crave!

MediaMonkey has a plethora of options for all of the power users out there who have to have things their own way! You can configure everything from dozens of keyboard shortcuts/hotkeys, plug-ins, automatic podcast downloading, CD ripping, and more:

MediaMonkey Options
Click to Enlarge

MediaMonkey has both a free and Gold version available, but the Gold version has some sweet features that you’ll enjoy day in and day out. Take a look at what you’ll get by making the upgrade:

  • File Monitor automatically updates your Library to reflect changes on your hard drive.
  • Auto-conversion converts tracks on the fly as they are synced so that all of your tracks can play on your iPod or other device.
  • Advanced Auto-Playlists quickly generate a mix to suit your mood. Specify the criteria, and the mix is created.
  • Sleep Timer gradually fades your music over a set period of time, and optionally turns off your PC before bedtime.
  • Virtual CD catalogs your CD’s without creating duplicate entries for tracks that exist on both your hard drive and CD’s.
  • Burn CD’s and DVD’s at full speed.

–The Giveaway–

We have 5 licenses of MediaMonkey 3.0 Gold (valued at $19.95 each) to giveaway today! All you have to do is drop a comment below providing both your name and email address in the appropriate fields. We obviously need your email address for contacting you in the event that you should win. Believe it or not we’ve actually had winners in previous giveaways get randomly selected, but since they didn’t provide an email address we had to pick someone else.

Just as with all of our giveaways we will be using a random number generator to determine the winners. For this round here is how we’re going to give out the licenses:

  • 1 winner will be picked from comment numbers 1 through 10
  • 4 winners will be picked from comment numbers 1 through however many comments there are.

Entries for the giveaway will be accepted up until December 4th at 5:00PM Central Time.

Copyright © 2010 CyberNet | CyberNet Forum | Learn Firefox

Related Posts:


Vista’s UAC Blocks Rootkits

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

vista uac-1.pngSeveral months ago the highly-respected AV-Test.org ran a test to rank various antivirus applications. In that test they had 30 rootkits that were tested on both Windows XP and Vista. On Windows XP none of the seven antivirus suites could detect all of the rootkits, and only four of the 14 anti-rootkit tools proved to be 100% successful. Those aren’t very good odds.

On Vista the story was a little bit different. Only six of the 30 rootkits could actually run on the operating system, and that was after the testers turned off the User Account Control (UAC). The UAC stopped the rootkits cold in their tracks, provided that the user actually acknowledges the prompt and reacts accordingly.

I know that many of you are not big fans of UAC in Vista, but it does look like it does the job that Microsoft intended. Without Vista’s UAC the rootkits would be able to silently embed themselves onto your computer, and the protection UAC provides is especially important when the antivirus suites fail to do their job. That’s one of the reasons that I, to the amazement of many, have always left UAC enabled on my Vista machines.

P.S. Vista SP1 has made the User Account Control slightly less annoying, and here is a video demonstrating the differences.

Copyright © 2010 CyberNet | CyberNet Forum | Learn Firefox

Related Posts:


Gates Set to Transition Away from Microsoft on Friday

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

Ever since he was 17, Bill Gates has known only one thing — Microsoft. That’s where he’s worked his entire life and in just three days, he will walk away from the company he founded and take more of a backseat role (as Chairman) while he works full-time at the foundation he co-founded. We’ve known this was coming for two years, but now that it’s here, it’s hard to believe. He’s done so much for the computer industry and Microsoft, that I’m sure even for him, it’s bitter-sweet to leave.

Recently Channel 9 caught up with Gates and asked him about Microsoft and how it is going to transition into the future. We’re including the interview below because it’s actually pretty interesting. They start out the interview asking Gates how he got to the point where he decided his time would be better spent with the Foundation. Then they went into what the Chief Software Architect does (Gates’ previous role) and why Ray Ozzie was put into this role. Other things they talk about include why Windows is still important in the world we live in where the Internet dominates, why Microsoft is focused on competing with Google, and whether or not Gates will have more free time now that he’s leaving (to which he responded that he didn’t think he’d get much more because the foundation work is very important).

An article over at Forbes suggests that Gates is the first of many people we’ll see over the next several years leave the companies they founded. They point out that four important technology companies including Microsoft, Apple, Dell, and Oracle, are all run by the people that founded them several decades ago. Of course Bill Gates is the first to step aside, and then they suggest Steve Jobs will be next followed by Larry Ellison over at Oracle (he’s now 63) and eventually Michael Dell. What kind of impact will these departures have? For Microsoft, they’ve done enough preparing and planning that come Friday when Gates leaves, we don’t think there should be much of an affect.

Copyright © 2010 CyberNet | CyberNet Forum | Learn Firefox

Related Posts:


PSA: Botched AVG 2011 update might be why your PC won’t start today

Did you update your free copy of AVG 2011 today, in the hopes of evading a nasty bug? In a set of mildly familiar circumstances, the antivirus company has inadvertently unleashed an even nastier one. Users running 64-bit editions of Windows 7 and AVG 2011 are reporting a STOP error after a mandatory antivirus update this morning, which is keeping some from booting their machines into Windows at all. The buggy update has since been pulled and there are a couple ways to preemptively keep it from happening if you’re staring at the message above, but if you’ve already been stung, you’re looking at some quality time with a recovery disc or repair partition to fix your Windows boot files. Find all the solutions, including the preemptive ones, at our source link below.

PSA: Botched AVG 2011 update might be why your PC won’t start today originally appeared on Engadget on Thu, 02 Dec 2010 19:53:00 EDT. Please see our terms for use of feeds.

Permalink ZDNet  |  sourceAVG Official Forums  | Email this | Comments

Opera Mini Serving 2.4 Billion Page Views Per Month

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

opera mini stats-1.pngOpera Mini was born back in 2005, but it wasn’t put into the hands of the public until January 2006. Since that time the browser that fits in your pocket has experienced a tremendous rate of growth. As of March 2008 it has wiggled it’s way into the hearts of over 44 million users. Pictured to the right is what their growth rate has looked like since its public launch.

Those 44 million users aren’t just browsing a single page either. In March 2008 Opera Mini served up over 2.4 billion page views, which works out to about 55 page views per user. All of those page views come out to 33 million megabytes of data, which is about 31 terabytes. Yikes!

So what sites are people using Opera Mini for? In the United States here are the top 10:

  1. myspace.com
  2. google.com
  3. mocospace.com
  4. yahoo.com
  5. facebook.com
  6. live.com
  7. hi5.com
  8. wikipedia.org
  9. itsmy.com
  10. ebay.com

And then here are the top 3 sites visited for each of the top 10 countries that use Opera Mini:

  1. Russia: vkontakte.ru, win.mail.ru, google.com
  2. Indonesia: friendster.com, id.yahoo.com, google.com
  3. China: sina.com.cn, baidu.com, google.cn
  4. United States: myspace.com, google.com, mocospace.com
  5. India: orkut.com, google.com, in.m.yahoo.com
  6. South Africa: facebook.com, google.com, intl.yahoo.com
  7. Ukraine: vkontakte.ru, google.com, darkworlds.ru
  8. United Kingdom: facebook.com, google.co.uk, live.com
  9. Germany: google.de, studivz.net, wer-kennt-wen.de
  10. Poland: nasza-klasa.pl, lajt.onet.pl, google.pl

Note: You can get the top 10 sites for each of the countries above by viewing this report.

Opera Mini’s success is pretty huge (especially in Russia), and I think everyone has used it at least once when browsing the Internet on a mobile phone. As they continue to garner approval there’s a very good chance that mobile device manufacturers will select Opera Mini as the browser to bundle with their products. There’s definitely a bright future for Opera Mini.

Copyright © 2010 CyberNet | CyberNet Forum | Learn Firefox

Related Posts: