Must-have keyboard shortcut apps for Windows
- 20 February, 2010 08:44
- Comments
I've been a keyboard shortcut fan for a long time. Sure, icons and eye candy have their place -- I'd rather double-click an icon than, say, type run c:\Program Files\Microsoft Office\Office 12\Winword.exe. On the other hand, I'd sure rather click a file name and hit delete than drag an icon to my Recycle Bin (assuming I can even find it on my cluttered desktop).
That's why I'm always on the lookout for keyboard shortcuts to make my computing life easier. Two Windows apps that top my list are AutoHotkey and Nostalgy. They count among the applications that I rate as truly useful.
AutoHotkey is one of my favorites and has been for some time. So much so, I made sure it ran on Windows 7 before upgrading my home computer's operating system. Happily, AutoHotkey runs as smoothly on Microsoft's newest OS as it did on XP, allowing me to map shortcut keys just as I did before. (Unless your shortcuts were XP-specific, they'll work fine in Windows 7, too.)
Once it's installed, you can create a script by right-clicking anywhere within a folder, and you can then tweak the resulting text file in an editor of your choice.
What can you do with an AutoHotkey script? You can map a single task to a hot-key combination, such as running a program or opening a Web site. You can also create much more elaborate scripts, like adding an on-screen numeric keypad. And, unlike Windows PowerShell, the syntax is pretty easy to follow from looking at sample script; at least it was for me.
Want to have your Windows calculator pop up when you type ctrl-alt-c? This line of AutoHotkey code does the trick:
^!c::Run C:\Windows\system32\calc.exe
Want to do a Google search on whatever you've copied to your Windows clipboard? This script creates that functionality when holding down the Windows key and typing s:
#s::
Run http://www.google.com/search?q=%clipboard%
; You can have additional command lines here for a multi-line script
return
There are a boatload more things you can do with AutoHotkey, including setting key combos to expand to longer text. For instance, btw followed by a space or comma could be set to type out "by the way." More-complex tasks include creating an on-screen volume display or making the backspace key in Windows 7 Explorer act the way it did in XP. It is a pretty complete scripting language, including support for variables, loops, regular expressions and file access, and it sports a bunch of user interface commands -- everything from sending mouse clicks to creating menus and manipulating windows.
The online documentation is robust, with an understandable get-started guide and an outline of various commands.
AutoHotkey isn't exactly like AppleScript on the Mac. As far as I can tell, AutoHotkey can't really script specific applications -- beyond using GUI menu commands -- the way AppleScript can send commands to properly enabled apps. And recording your own activity to save as a script isn't nearly as elegant or intuitive as AppleScript's built-in keystroke recorder.
However, it offers a reasonable amount of the scripting functionality I've come to enjoy on my MacBook at work. AutoHotkey even outshines AppleScript in several areas, such as determining the active window; how I wish AppleScript had a simple command for this! AutoHotkey is also ahead when it comes to using regular expressions; AppleScript requires an external addition for this and is still not as robust as most other scripting languages.
As with AppleScript, you can compile your AutoHotkey scripts into executable files. In fact, compiled AutoHotkey files can run on any Windows machine, even if AutoHotkey isn't installed, making this an attractive platform for sharing productivity snippets.
If you haven't yet taken AutoHotkey for a spin, it's definitely worth a download.
Nostalgy
The other keyboard macro app I've come to rely on is specific to Mozilla's Thunderbird e-mail program: Nostalgy. This plug-in allows you to assign keys for copying messages from or moving them to various folders.
If this doesn't sound like much to you, chances are you've already got a system for taming an unruly in-box. I've had more than 10,000 messages sitting in my in-box at times -- so, for me, Nostalgy is a big reason why I've been able to adhere to one of my 2010 New Year's resolutions: keeping my in-box uncluttered.
In some cases, automated filters take care of this for me -- for example, I can send messages containing coupons or other shopping deals to a folder that autopurges after a few weeks. But many messages arrive first in my in-box, where they need to be moved manually to folders for short- or long-term saving.
Resources
* Knock down repetitive e-mail with Thunderbird's QuickText
This is where I find a single keystroke -- such as md for "move this to the Misc folder that autopurges after 30 days" -- vastly superior to dragging messages to the appropriate folder, where I can often misjudge and drop them into the wrong place.
After installing the plug-in, you can access Nostalgy's setup for key mapping in the Thunderbird Tools menu, then select the Keys tab. Choose whether you want a key to open a folder, copy to a folder, move to a folder or move a message to a folder, and then open that folder. Select the folder you want and type the key for mapping. Done.
While Nostalgy's shortcuts sometimes work slowly on my computer (I've got a lot of messages saved), it's still less annoying than numerous drag-and-drops.
Nostalgy also lets you create rules that don't run automatically but simply display a suggested action when it finds a match. You can then use a shortcut key to accept the rule's action. This is handy if, say, you want to take a look at a message subject line before it goes to another folder. The rules can include regular expressions such as a message subject including five digits and an optional dash with four more digits (i.e., a zip code), which Thunderbird's built-in filters cannot.
If you're looking specifically for regular-expression filtering capability within Thunderbird, there's an experimental add-on, FiltaQuilla, that has more-robust rule options. That's more than I need at the moment, although I expect to give it a try at some point. And if you're looking to save time with repetitive answers to the same kinds of e-mail, the QuickText plug-in has garnered rave reviews.
But if you just want a quick way to copy or move messages around within Thunderbird, take a look at Nostalgy.
Sharon Machlis is online managing editor at Computerworld. Her e-mail address is smachlis@computerworld.com. You can follow her on Twitter @sharon000 or subscribe to her RSS feeds:
Join the CIO Australia group on LinkedIn. The group is open to CIOs, IT Directors, COOs, CTOs and senior IT managers.
- Bookmark this page
- Share this article
- Got more on this story? Email CIO
- Follow CIO on twitter
- AutoHotkey - Free Mouse and Keyboard Macro Program with Hotkeys and AutoText
- Continuing Coverage: Microsoft Windows 7 -- Vista Reloaded
- Microsoft Update: Latest news, features, reviews, opinions and more
- On Screen Numeric KeyPad
- Windows PowerShell
- Google Update
- Volume On-Screen-Display (OSD) -- by Rajat
- making the backspace key in Windows 7 Explorer act the way it did in XP
- AutoHotkey Tutorial: Macro and Hotkey Creation
- Alphabetical Command List for AutoHotkey
- 10 AppleScripts to make you love your Mac (even more)
- Regular expression - Wikipedia, the free encyclopedia
- AutoHotkey Download
- AutoHotkey Script Showcase
- Nostalgy
- Geek to Live: Knock down repetitive e-mail with Thunderbird's QuickText - Email - Lifehacker
- FiltaQuilla :: Add-ons for Thunderbird
- Quicktext :: Add-ons for Thunderbird
- Computerworld - News, Education & Headlines - Security, Storage & Networking - Information on Hardware, Software for Laptops & Desktops
- @sharon000
- Computerworld Sharon Machlis News</title> <link>http://www.computerworld.com/</link> <description /> <language>en_US</language> <copyright>(c) Copyright 2010 Computerworld, Inc. All Rights Reserved.</copyright> <pubDate>Fri, 19 Feb 2010 21:58:16 GMT</pubDate> <dc:date>2010-02-19T21:58:16Z</dc:date> <dc:language>en_US</dc:language> <dc:rights>(c) Copyright 2010 Computerworld, Inc. All Rights Reserved.</dc:rights> <item> <title>Review: 2 free must-have keyboard shortcut apps for Windows</title> <link>http://www.computerworld.com/s/article/9156458/Review_2_free_must_have_keyboard_shortcut_apps_for_Windows_?source=rss_keyword_sharon+machlis</link> <description>One way to work faster is to keep your hands on the keyboard. These two Windows apps will help.</description> <pubDate>Fri, 19 Feb 2010 11:00:00 GMT</pubDate> <author>sharon_machlis@computerworld.com (Sharon Machlis)</author> <guid>http://www.computerworld.com/s/article/9156458/Review_2_free_must_have_keyboard_shortcut_apps_for_Windows_?source=rss_keyword_sharon+machlis</guid> <dc:date>2010-02-19T11:00:00Z</dc:date> </item> <item> <title>Free Web apps to help organize your holidays</title> <link>http://www.computerworld.com/s/article/9141173/Free_Web_apps_to_help_organize_your_holidays?source=rss_keyword_sharon+machlis</link> <description>Trying to plan a big holiday meal, send out greeting cards, buy and ship presents for everyone on your gift list all at once? Help is a click away.</description> <pubDate>Fri, 20 Nov 2009 11:00:00 GMT</pubDate> <author>sharon_machlis@computerworld.com (Sharon Machlis)</author> <guid>http://www.computerworld.com/s/article/9141173/Free_Web_apps_to_help_organize_your_holidays?source=rss_keyword_sharon+machlis</guid> <dc:date>2009-11-20T11:00:00Z</dc:date> </item> <item> <title>Opinion: I've looked at code from both sides now</title> <link>http://www.computerworld.com/s/article/342792/I_ve_Looked_at_Code_From_Both_Sides_Now?source=rss_keyword_sharon+machlis</link> <description>Sharon Machlis has developed a new perspective, now that she's wearing a developer's hat after years of being a power user.</description> <pubDate>Mon, 14 Sep 2009 10:00:00 GMT</pubDate> <author>sharon_machlis@computerworld.com (Sharon Machlis)</author> <guid>http://www.computerworld.com/s/article/342792/I_ve_Looked_at_Code_From_Both_Sides_Now?source=rss_keyword_sharon+machlis</guid> <dc:date>2009-09-14T10:00:00Z</dc:date> </item> <item> <title>Hands on: Posterous simplifies posting to multiple online services</title> <link>http://www.computerworld.com/s/article/9135242/Hands_on_Posterous_simplifies_posting_to_multiple_online_services?source=rss_keyword_sharon+machlis</link> <description>The Posterous blogging/social "lifestream" networking service got a big boost when a popular blogger said he was moving there. Is it worth setting up shop at yet another Web 2.0 destination?</description> <pubDate>Fri, 10 Jul 2009 10:00:00 GMT</pubDate> <author>(Sharon Machlis)</author> <guid>http://www.computerworld.com/s/article/9135242/Hands_on_Posterous_simplifies_posting_to_multiple_online_services?source=rss_keyword_sharon+machlis</guid> <dc:date>2009-07-10T10:00:00Z</dc:date> </item> <item> <title>10 AppleScripts to make you love your Mac (even more)</title> <link>http://www.computerworld.com/s/article/9132677/10_AppleScripts_to_make_you_love_your_Mac_even_more_?source=rss_keyword_sharon+machlis</link> <description>AppleScript can let you automate tedious tasks and add a slew of useful features. We offer 10 ways you can use it to make your life easier.</description> <pubDate>Thu, 21 May 2009 04:01:00 GMT</pubDate> <author>sharon_machlis@computerworld.com (Sharon Machlis)</author> <guid>http://www.computerworld.com/s/article/9132677/10_AppleScripts_to_make_you_love_your_Mac_even_more_?source=rss_keyword_sharon+machlis</guid> <dc:date>2009-05-21T04:01:00Z</dc:date> </item> <item> <title>Opinion: When head counts are low, take time to save time</title> <link>http://www.computerworld.com/s/article/338519/In_Recession_Take_Time_to_Save_Time?source=rss_keyword_sharon+machlis</link> <description>In this Not Quite a Depression (Yet), take some time now to find ways for you and your colleagues to save some time later.</description> <pubDate>Mon, 18 May 2009 04:00:00 GMT</pubDate> <author>sharon_machlis@computerworld.com (Sharon Machlis)</author> <guid>http://www.computerworld.com/s/article/338519/In_Recession_Take_Time_to_Save_Time?source=rss_keyword_sharon+machlis</guid> <dc:date>2009-05-18T04:00:00Z</dc:date> </item> <item> <title>Opinion: Innovation and the 20% solution</title> <link>http://www.computerworld.com/s/article/332900/Innovation_and_the_20_Solution?source=rss_keyword_sharon+machlis</link> <description>Sharon Machlis sees a way to keep innovation alive even as IT budgets get sliced.</description> <pubDate>Mon, 02 Feb 2009 05:00:00 GMT</pubDate> <author>sharon_machlis@computerworld.com (Sharon Machlis)</author> <guid>http://www.computerworld.com/s/article/332900/Innovation_and_the_20_Solution?source=rss_keyword_sharon+machlis</guid> <dc:date>2009-02-02T05:00:00Z</dc:date> </item> <item> <title>Ruby on Rails rolls into the enterprise</title> <link>http://www.computerworld.com/s/article/9120778/Ruby_on_Rails_rolls_into_the_enterprise?source=rss_keyword_sharon+machlis</link> <description>At the Professional Ruby Conference in Boston this week, Ruby on Rails users explained how the open-source Web application framework can be used in a number of ways.</description> <pubDate>Tue, 18 Nov 2008 17:00:00 GMT</pubDate> <author>sharon_machlis@computerworld.com (Sharon Machlis)</author> <guid>http://www.computerworld.com/s/article/9120778/Ruby_on_Rails_rolls_into_the_enterprise?source=rss_keyword_sharon+machlis</guid> <dc:date>2008-11-18T17:00:00Z</dc:date> </item> <item> <title>Database: Voting technology problem reports</title> <link>http://www.computerworld.com/s/article/9118793/Database_Voting_technology_problem_reports?source=rss_keyword_sharon+machlis</link> <description>Search and sort election technology incidents by vendor, location, machine model, problem type, impact and more.</description> <pubDate>Mon, 03 Nov 2008 17:00:00 GMT</pubDate> <author>sharon_machlis@computerworld.com (Sharon Machlis)</author> <guid>http://www.computerworld.com/s/article/9118793/Database_Voting_technology_problem_reports?source=rss_keyword_sharon+machlis</guid> <dc:date>2008-11-03T17:00:00Z</dc:date> </item> <item> <title>Opinion: Will your vote count tomorrow?</title> <link>http://www.computerworld.com/s/article/328995/Opinion_Will_your_vote_count_tomorrow_?source=rss_keyword_sharon+machlis</link> <description>Sharon Machlis isn't optimistic about how well voting technology will work on Election Day.</description> <pubDate>Mon, 03 Nov 2008 06:49:00 GMT</pubDate> <author>sharon_machlis@computerworld.com (Sharon Machlis)</author> <guid>http://www.computerworld.com/s/article/328995/Opinion_Will_your_vote_count_tomorrow_?source=rss_keyword_sharon+machlis</guid> <dc:date>2008-11-03T06:49:00Z</dc:date> </item> <item> <title>Opinion: Let's impeach e-voting</title> <link>http://www.computerworld.com/s/article/325032/Let_s_Impeach_E_voting?source=rss_keyword_sharon+machlis</link> <description>Sharon Machlis isn't willing to entrust democracy to electronic systems that lack a paper-based backup.</description> <pubDate>Mon, 08 Sep 2008 05:48:00 GMT</pubDate> <author>sharon_machlis@computerworld.com (Sharon Machlis)</author> <guid>http://www.computerworld.com/s/article/325032/Let_s_Impeach_E_voting?source=rss_keyword_sharon+machlis</guid> <dc:date>2008-09-08T05:48:00Z</dc:date> </item> <item> <title>Coming soon: A laptop in your pocket</title> <link>http://www.computerworld.com/s/article/9103538/Coming_soon_A_laptop_in_your_pocket?source=rss_keyword_sharon+machlis</link> <description>The computing power in smart phones is growing faster than it is in laptops, computer architecture enthusiast Adrian Cockcroft said at the Usenix '08 technical conference today.</description> <pubDate>Wed, 25 Jun 2008 16:00:00 GMT</pubDate> <author>sharon_machlis@computerworld.com (Sharon Machlis)</author> <guid>http://www.computerworld.com/s/article/9103538/Coming_soon_A_laptop_in_your_pocket?source=rss_keyword_sharon+machlis</guid> <dc:date>2008-06-25T16:00:00Z</dc:date> </item> <item> <title>Review: 4 online databases let you structure and share your data</title> <link>http://www.computerworld.com/s/article/9081958/Review_4_online_databases_let_you_structure_and_share_your_data_?source=rss_keyword_sharon+machlis</link> <description>If you want to create a solid relational database that includes the ability to easily share and collaborate, you might want to try one of these four Web-based database services.</description> <pubDate>Wed, 07 May 2008 16:00:00 GMT</pubDate> <author>sharon_machlis@computerworld.com (Sharon Machlis)</author> <guid>http://www.computerworld.com/s/article/9081958/Review_4_online_databases_let_you_structure_and_share_your_data_?source=rss_keyword_sharon+machlis</guid> <dc:date>2008-05-07T16:00:00Z</dc:date> </item> <item> <title>America's techiest cities: Silicon Valley No. 1, but who's No. 2?</title> <link>http://www.computerworld.com/s/article/9039699/America_s_techiest_cities_Silicon_Valley_No._1_but_who_s_No._2_?source=rss_keyword_sharon+machlis</link> <description>It may come as no surprise that government data shows that the highest concentration of IT professionals in the U.S. is in Silicon Valley. But the runner-up might surprise you.</description> <pubDate>Tue, 02 Oct 2007 16:00:00 GMT</pubDate> <author>todd_weiss@computerworld.com (Todd R. Weiss)</author> <guid>http://www.computerworld.com/s/article/9039699/America_s_techiest_cities_Silicon_Valley_No._1_but_who_s_No._2_?source=rss_keyword_sharon+machlis</guid> <dc:date>2007-10-02T16:00:00Z</dc:date> </item> <item> <title>Map: 2006 Computer Employment by Metro Area</title> <link>http://www.computerworld.com/s/article/9036100/Map_2006_Computer_Employment_by_Metro_Area?source=rss_keyword_sharon+machlis</link> <description>Based on annual data released by the U.S. Census Bureau, here are the percentages of computer professionals in the workforce by metro area.</description> <pubDate>Tue, 02 Oct 2007 16:00:00 GMT</pubDate> <author>sharon_machlis@computerworld.com (Sharon Machlis)</author> <guid>http://www.computerworld.com/s/article/9036100/Map_2006_Computer_Employment_by_Metro_Area?source=rss_keyword_sharon+machlis</guid> <dc:date>2007-10-02T16:00:00Z</dc:date> </item> <item> <title>Five free Web apps we can't live without</title> <link>http://www.computerworld.com/s/article/9038638/Five_free_Web_apps_we_can_t_live_without?source=rss_keyword_sharon+machlis</link> <description>From collaboration tools to database apps and more, these next-gen Web applications keep the <i>Computerworld</i> newsroom humming.</description> <pubDate>Thu, 27 Sep 2007 16:00:00 GMT</pubDate> <author>sharon_machlis@computerworld.com (Sharon Machlis)</author> <guid>http://www.computerworld.com/s/article/9038638/Five_free_Web_apps_we_can_t_live_without?source=rss_keyword_sharon+machlis</guid> <dc:date>2007-09-27T16:00:00Z</dc:date> </item> <item> <title>Linux text editors: Do any make the grade?</title> <link>http://www.computerworld.com/s/article/9030879/Linux_text_editors_Do_any_make_the_grade_?source=rss_keyword_sharon+machlis</link> <description>Can Linux text editors stand up to comparisons with beloved Windows apps? <i>Computerworld</i>'s online managing editor dives into the fray and finds a handful of programs decent enough to convince users to switch.</description> <pubDate>Fri, 17 Aug 2007 16:00:00 GMT</pubDate> <author>sharon_machlis@computerworld.com (Sharon Machlis)</author> <guid>http://www.computerworld.com/s/article/9030879/Linux_text_editors_Do_any_make_the_grade_?source=rss_keyword_sharon+machlis</guid> <dc:date>2007-08-17T16:00:00Z</dc:date> </item> <item> <title>Review: RailsSpace hits the Ruby on Rails learning sweet spot</title> <link>http://www.computerworld.com/s/article/9030460/Review_i_RailsSpace_i_hits_the_Ruby_on_Rails_learning_sweet_spot?source=rss_keyword_sharon+machlis</link> <description>Striking a welcome balance between technical detail and readable prose, this book helps show what the Ruby on Rails hoopla is all about.</description> <pubDate>Tue, 14 Aug 2007 16:00:00 GMT</pubDate> <author>sharon_machlis@computerworld.com (Sharon Machlis)</author> <guid>http://www.computerworld.com/s/article/9030460/Review_i_RailsSpace_i_hits_the_Ruby_on_Rails_learning_sweet_spot?source=rss_keyword_sharon+machlis</guid> <dc:date>2007-08-14T16:00:00Z</dc:date> </item> <item> <title>Hands on with Ruby on Rails</title> <link>http://www.computerworld.com/s/article/9025299/Hands_on_with_Ruby_on_Rails?source=rss_keyword_sharon+machlis</link> <description>Follow along as our editor learns this hot Web dev framework.</description> <pubDate>Sun, 01 Jul 2007 16:00:00 GMT</pubDate> <author>sharon_machlis@computerworld.com (Sharon Machlis)</author> <guid>http://www.computerworld.com/s/article/9025299/Hands_on_with_Ruby_on_Rails?source=rss_keyword_sharon+machlis</guid> <dc:date>2007-07-01T16:00:00Z</dc:date> </item> <item> <title>'80 Mbytes of storage for under $12k!' and other ad favorites through the years</title> <link>http://www.computerworld.com/s/article/9023960/_80_Mbytes_of_storage_for_under_12k_and_other_ad_favorites_through_the_years?source=rss_keyword_sharon+machlis</link> <description>We've collected some of the most entertaining advertisements that have appeared in <i>Computerworld </i>since 1967. As part of our 40th anniversary celebration, we're having so much fun looking through old issues that we thought we should share.</description> <pubDate>Thu, 14 Jun 2007 16:00:00 GMT</pubDate> <author>sharon_machlis@computerworld.com (Sharon Machlis)</author> <guid>http://www.computerworld.com/s/article/9023960/_80_Mbytes_of_storage_for_under_12k_and_other_ad_favorites_through_the_years?source=rss_keyword_sharon+machlis</guid> <dc:date>2007-06-14T16:00:00Z</dc:date> </item> <item> <title>Review: Palm TX fills the niche between cell phone and BlackBerry</title> <link>http://www.computerworld.com/s/article/9001758/Review_Palm_TX_fills_the_niche_between_cell_phone_and_BlackBerry?source=rss_keyword_sharon+machlis</link> <description>With quick response times, sleek design and superior display, the Palm TX is a handy device for mobile computing, even if it doesn't include a phone.</description> <pubDate>Thu, 13 Jul 2006 04:00:00 GMT</pubDate> <author>(Sharon Machlis)</author> <guid>http://www.computerworld.com/s/article/9001758/Review_Palm_TX_fills_the_niche_between_cell_phone_and_BlackBerry?source=rss_keyword_sharon+machlis</guid> <dc:date>2006-07-13T04:00:00Z</dc:date> </item> <item> <title>Cool Stuff 2006</title> <link>http://www.computerworld.com/s/article/106251/Cool_Stuff_2006?source=rss_keyword_sharon+machlis</link> <description>Our staff picks the year's neatest gadgets, from a $60 biometric mouse to $3,500 plasma TV.</description> <pubDate>Mon, 21 Nov 2005 05:00:00 GMT</pubDate> <author>(Computerworld staff)</author> <guid>http://www.computerworld.com/s/article/106251/Cool_Stuff_2006?source=rss_keyword_sharon+machlis</guid> <dc:date>2005-11-21T05:00:00Z</dc:date> </item> <item> <title>Firefox flaw found: Remote exploit possible</title> <link>http://www.computerworld.com/s/article/104504/Firefox_flaw_found_Remote_exploit_possible?source=rss_keyword_sharon+machlis</link> <description>Computers running the Firefox Web browser could be open to remote attack as a result of a buffer overflow vulnerability reported today by a security researcher.</description> <pubDate>Fri, 09 Sep 2005 04:00:00 GMT</pubDate> <author>(Peter Sayer)</author> <guid>http://www.computerworld.com/s/article/104504/Firefox_flaw_found_Remote_exploit_possible?source=rss_keyword_sharon+machlis</guid> <dc:date>2005-09-09T04:00:00Z</dc:date> </item> <item> <title>Cool Sites</title> <link>http://www.computerworld.com/s/article/103513/Cool_Sites?source=rss_keyword_sharon+machlis</link> <description>Is your Web surfing in a rut? Check out some of these <I>Computerworld</I> staff favorites, and freshen up those bookmarks!</description> <pubDate>Thu, 28 Jul 2005 04:00:00 GMT</pubDate> <author>(Computerworld staff)</author> <guid>http://www.computerworld.com/s/article/103513/Cool_Sites?source=rss_keyword_sharon+machlis</guid> <dc:date>2005-07-28T04:00:00Z</dc:date> </item> <item> <title>Cool Free Stuff</title> <link>http://www.computerworld.com/s/article/98439/Cool_i_Free_i_Stuff?source=rss_keyword_sharon+machlis</link> <description><i>Computerworld</i> staff members share their favorite open-source and freeware software titles.</description> <pubDate>Tue, 21 Dec 2004 05:00:00 GMT</pubDate> <author>(Computerworld staff)</author> <guid>http://www.computerworld.com/s/article/98439/Cool_i_Free_i_Stuff?source=rss_keyword_sharon+machlis</guid> <dc:date>2004-12-21T05:00:00Z</dc:date> </item> <item> <title>Computerworld Editors' Blogs</title> <link>http://www.computerworld.com/s/article/80693/_i_Computerworld_i_Editors_Blogs?source=rss_keyword_sharon+machlis</link> <description><i>Computerworld</i> editors select links to interesting content from around the Web in security, mobile/wireless, development and more.</description> <pubDate>Fri, 10 Sep 2004 04:00:00 GMT</pubDate> <guid>http://www.computerworld.com/s/article/80693/_i_Computerworld_i_Editors_Blogs?source=rss_keyword_sharon+machlis</guid> <dc:date>2004-09-10T04:00:00Z</dc:date> </item> <item> <title>PHP or Perl?
- Sharon Machlis's blog
-
Why change management doesn’t work
-
Larry Page wants to see your medical records
-
Dual-Persona Smartphones Not a BYOD Panacea
-
After two-year hiatus, EFF accepts bitcoin donations again
-
CIOs struggle to deliver timely mobile business apps: survey
-
Advanced Persistent Threats and Real-Time Threat Management
Businesses face a constantly evolving threat landscape. One of the greatest challenges is presented by advanced persistent threats (APTs), which are sophisticated, multi‐faceted attacks targeting a particular organisation. Mitigating the risk of APTs requires advances beyond traditional layered security to include real‐time threat management. This whitepaper describes the nature of APTs, the risks they pose to businesses, and techniques for blocking, detecting, and containing APTs and other emerging threats. Read now. -
Getting Real About Security Management and Big Data – A Roadmap for Big Data in Security Analytics
It’s an exciting yet daunting time to be a security professional. Security threats are becoming more aggressive and voracious. This whitepaper examines the escalating complexity for the security management environment; how to get more meaning from data already collected and the combination of infrastructure, analytic tools and threat intelligence need to drive business value from Big Data. Download now. -
Deploying Flash in the Enterprise
Flash is quickly emerging as the preferred way to overcome the nagging performance limitations of hard disk drives. However, because flash comes at a significant price premium, outright replacement of HDDs with flash only makes sense in situations in which capacity requirements are relatively small and performance requirements are high. Learn how deployment approaches-including hybrid storage arrays, server flash, and all-flash arrays-that combine the performance of flash with the capacity of HDDs can be cost effective for a broad range of performance requirements.














