ControlPad
ControlPad can help turn the numeric keypad on your keyboard to a
Windows command execution system. The numeric keys can be configured
to eecute any program, open any document, open any web address or send
any series of keystrokes to the operating system. Using ControlPad is
easy - open the programme, press and hold the * key on the numeric
keypad, for about a second. This would make a small window to pop up
to let the entry of any keyword or numeric code. Pressing the code
followed by Enter will execute the associated command. Laptop users
(without a numeric keypad) need to use F12 key, press and hold it
instead of * as the launch key. ControlPad is customizable, you can
configure the location of your commands file - for easy backup, Change
almost every aspect of the user interface like colors, transparency,
size, font, and Change sounds / add your own. A command can be
anything you can run from the Windows Run dialog (programs, documents,
web addresses) or any series of simulated keystrokes (e.g. Ctrl+C then
Ctrl+V). The setup file of ControlPad has a simple installer and
uninstaller. ControlPad does not register anything in the Windows
registry, aver its developers.
ControlPad v0.65 can be downloaded at
http://sector-seven.net/downloads/controlpad/ControlPad_Setup.exe
Virtual PC
If you, like me, frequently install and uninstall software your PC
could slow down or perform poorly. Solution? Use Microsoft's Virtual
PC to keep the main OS fresh and quick. For example,
try out XP compatible applications without having to format the system
- Just Install XP on the Virtual PC and try the various applications,
games that are Compatible with XP but not with
application, or a game or a browser add-on needs to be tried, just
install them on the Virtual PC. If found ok these can be then
installed in the main System. Deploying Virtual PC can be ideal to
browse the web to ensure that the main OS Is safe from malware or
trojan attacks, or whatever, courtesy the Internet. Also, the advance
users can try experimenting with registry hacks without a care about
the crashing of the system, thanks to Virtual PC. You can add
additional virtual hard drives, connect the LAN of the Host and do
Possibly everything with Virtual PC. Obviously if the main system is
formatted all configurations of the Virtual PC would be lost.
Microsoft's Virtual PC can be downloaded at http://snipurl.
Myna
Myna can be a useful online audio editor, makes it simple and easy to
upload, record, and remix audio clips online. You can use Myna to
remix music tracks and audio clips, apply sound effects and record
your own voice or instruments! Its features include: Powerful Clip
Editing - Trim,
editable loop points, and interactive time stretch capabilities;
Automation - Easily add fade-ins, fade-outs, pan from left to right,
and modify gain over time, with editable control points; Effects -
Add non-destructive effects to your audio clips including Pitch
Change, Reverb, Delay, Parametric EQ, and more. files; Import/Export-
Import your own audio files, or search one from aviary.com library,
mix it down and export directly to your desktop or publish back to
your account; Share and learn - Collaborate with other users, 7,000+
Myna creations at the aviary website. Users of Myna can also enjoy a
bonanza - aviary.com has also facilitated acces to Quantum Tracks
library which contains thousands of professional stems, loops and
beats to try for non-commercial purposes.
Whether you are new to audio editing or a professional you can
get started right away by downloading Myna, a Garage Band in
your web browser, at http://aviary.
------------
Please suggest a utility to manage passwords,
preferably with a password generator.
You could try PList, a password management tool.
It can also generate passwords based on the words
in a sentence. PList v.2.6 (updated June 2009)
can be downloaded at
http://www.rbrunton
------------
QUOTE TO MULL OVER
The difference between what we do and what we are capable of doing
would suffice to solve most of the world's problems.
-- Mahatma Gandhi
When not to use Design Patterns? Do not use design patterns in any of the following situations. • When the software being designed would not change with time. • When the requirements of the source code of the application are unique. If any of the above applies in the current software design, there is no need to apply design patterns in the current design and increase unnecessary complexity in the design. When to use Design Patterns? Design Patterns are particularly useful in one of the following scenarios. • When the software application would change in due course of time. • When the application contains source code that involves object creation and event notification. Benefits of Design Patterns: The following are some of the major advantages of using Design Patterns in software development. • Flexibility • Adaptability to change • Reusability What are Design Patterns? A Design Pattern essentially consists of a p...
Comments
Post a Comment