October 5, 2008

Going Virtual with VirtualBox

TechTips - 187

By Scott Nesbitt – Sunday, September 28, 2008

PullQuote187For whatever reason, many computer users think that their desktop computers can only run one operating system at a time. Windows PC only run Windows. Macs only run Mac OS. Linux machines only run Linux. But that's far from the truth.

There are a number of ways in which you can run more than one operating system on a computer. A popular and venerable way is multi-booting. Another is using an application layer like Crossover. But the solution that's gained popularity in recent years is virtualization.

A quick look at virtualization

Virtualization – in the case of this TechTip, operating system level virtualization – is a form of software sleight of hand. The trickery involved enables a computer to run two or more operating systems simultaneously. There are two types of operating system involved. The first is the host operating system, which runs the virtualization software. The second is the guest operating system, which runs inside a space that the virtualization software and the host operating system allocate to the guest.

Using virtualization, you can run guest operating system in isolation from the host but at the same time. The virtualization software enables you to allocate system resources – like hard drive space and memory – to the guest operating systems. And the virtualization software can also simulate the instruction set that a guest operating system requires.

Advantages

Why virtualize? It's often a lot easier and more efficient than multi-booting or using an application layer. With multi-booting, you need to partition your hard drive, and that could lead to problems with the partition table. I've talked to more than a few people who tried multi-booting, but who found that they could only boot into one of the operating systems that they installed. And unlike an application layer, a virtual instance allows you to take advantage of all of the features of an operating system rather than just a subset of them.

The benefits of using virtualization include the ability to consolidate multiple servers on to a single piece of hardware. That cuts down on hardware and power costs, and enables companies (or even individuals) to decommission older, creaky hardware. For the desktop user (someone like you, obviously), using virtualization allows you to work with multiple operating systems without the need for several PCs, and (as mentioned above) without worrying about any weirdness that might occur when you try to partition a hard drive.


Virtualization on your desktop with VirtualBox

There are a growing number of virtualization products out there. VMWare is popular in the data center and on the desktop. Other, well-known ones include Xen, and Microsoft psa and propecia Virtual PC for Windows. Parallels lets Mac users run Windows seamlessly. This TechTip looks at VirtualBox, a popular and flexible virtualization app. It runs on several operating systems and supports a wide array of
guest operating systems.

Note : This TechTip discusses running Windows XP on Linux. The concepts and procedures are similar for most other host operating systems.


Up and running

Obviously, the first thing that you need to do is download and install VirtualBox. There are installers for several flavors of Linux (including Ubuntu, Debian, Red Hat, and openSUSE), as well as for Mac OS, Windows, and Solaris.

The installers are binaries – you just need to download and run them. For my Linux-powered laptop, I downloaded the installer for all distributions, which has the extension. run. To run the installer, open a terminal and navigate to the directory into which you downloaded the installer. Then, type the command sudo./VirtualBox-2.0.0-36011-Linux_x86.run (substitute the name of the installer, if necessary).

If you get an error telling you that the file can't be found, then type the command chmod +x VirtualBox-2.0.0-36011-Linux_x86.run to make the installer executable. Then, run the previous command again.

A graphical wizard will guide you through the process of putting the software on your hard drive. When the process is complete, you'll have a new menu item to launch VirtualBox. In Ubuntu, this is System Tools > Sun xVM VirtualBox.


Installing a guest operating system

Now it’s time to install the guest operating system. In this case, it's Windows XP Pro. There are two steps to this. First, you need to create a new virtual machine. Then you perform the actual installation of the guest operating system.


Creating the virtual machine

In the VirtualBox window, click New to start the Create New Virtual Machine wizard. The wizard will walk you through the process, but here is some of the information that you'll have to supply:

  • The name of the virtual machine, as it will appear in VirtualBox. I chose WinXP; not the most clever name, I admit…

  • The type of guest operating system that you're installing.

  • The amount of memory that you're making available to the virtual machine. The default is 192 MB, but you can specify up to the maximum amount of memory that your computer has. Remember, though, that any memory that you give to the guest operating system is not available to the host.

  • The size of the virtual hard disk for the virtual machine. You can do this in two ways: either a dynamically-expanding disk (which grows as your guest operating system grows), or a fixed-size disk (in which you allocate a fixed amount of space for the guest operating system).

  • A name for the virtual disk.

Once you've done all that, VirtualBox will create the virtual hard disk. This can take several minutes, depending on the size that you specified for the disk. Once that's done, you can install the guest operating system.

Installing the guest operating system

Installing the guest operating system is quite easy. You can do it from an ISO image or from a CD/DVD. In my case, I had a Windows XP Pro CD. Assuming that you're installing from a CD, just pop it into your CR-ROM drive and then start VirtualBox. In the main window, click the name of the virtual machine and then click Start. The virtual machine will read the CD and start the installer.

All you have to do is follow the installation program. It is that easy. Depending on the operating system, the amount of memory your system packs, and the speed of the CPU, this process could take anywhere from a few minutes to half an hour.

Once the process is complete, all you need to do is click Start in the VirtualBox window to start the guest operating system.


Tweaking the settings

Before you start using the guest operating system, you should configure it to your liking. Just click Settings, and you can adjust the various settings for your virtual machine. Some of the things you can do include change the amount of RAM and video memory set aside for the virtual machine, changing the boot order of the disks, and enabling  the guest operating system to access your CD-ROM drive and any USB flash drives that are attached to your machine.

You can also adjust the audio settings, and enable the guest operating system to access one or more folders on the host. For the latter, you'll need to install guest additions. More about those in a moment.

Of course, networking is probably very important to you. To enable the guest operating system to access your network, or the Internet, click the Network option in the Settings window. Select your network adapter from the list, and from the Attached to list choose NAT 9 Network Address Translation. Also, ensure that the Cable Connected option is checked.

If you're using a wireless connection, then do the above. A lot ofdocumentation for VirtualBox discusses creating a network bridge to enable a guest operating system to use the wireless adapter onyour computer. I found that if you have the Cable Connected option checked, wireless works just fine. Your mileage may vary, though.

 

Installing the guest additions

You'll notice, though, that some things aren't quite right about the guest operating system. The screen is small, mouse support is kind of wonky, and you can't share information between the clipboards of the guest and host operating systems. You can fix that by installing guest additions. Guest additions are a set of drivers that help the guest operating system work more seamlessly with the host. The guest additions include:

  • Shared folders and clipboard

  • Better mouse integration

  • The ability to move between guest and host operating system windows seamlessly. Without the guest additions, you need to press a hot key move between them

  • Better video support, including the ability to dynamically resize the guest's window

In the latest version of VirtualBox (2.0.0 at the time of writing), you can install the guest additions by starting the guest operating system and then choosing Devices > Install Guest Additions. A wizard will walk you through the installation process. You might have to restart the guest operating system for the changes to take effect.

 

Using your virtual machine

Everything that's detailed above seems like a lot of work. It isn't and you only have to do it once. After it's done, your virtual machine is ready to use. As I mentioned, I'm primarily a Linux user. But for some of my professional work, I need to use various bits of Windows software. That's where VirtualBox truly comes in handy. I can run all of that software without resorting to using two laptops. In fact, after installing VirtualBox I got rid of my Windows-powered ThinkPad. My desk is a lot less cluttered, and I have one less piece of hardware to worry about.

If you need to run multiple operating systems on a single computer, or just want to test out another operating system before committing to it, you'll find that VirtualBox gets the job done nicely. It's easy to use, and makes a seemingly complex chores like virtualization easy.

Permalink • Print • Comment

Working with Photos using IrfanView

Techtips - 186

By Scott Nesbitt – Sunday, September 21, 2008

TT186 - PullQuoteManipulating your photos takes a bit of patience and the right software. But what software is right for you? If you’re the average person with a cheap digital camera, then something like Photoshop will be overkill for your needs.

Sometimes, you find that little piece of software that packs a lot into a small space. When it comes to working with graphics – and photos – that software is IrfanView. While billed as an image viewer, IrfanView has some pretty good tools for working with photos.

 

What is IrfanView?

IrfanView started life as a fast, flexible, and compact Windows graphics viewer. It did that job remarkably well – IrfanView can display a couple of dozen common (and not so common) image formats. As IrfanView got older, its developer added a number of useful features to it.

One of these features is support for plugins which extend IrfanView’s capabilities. These additional capabilities include the ability to view even more image formats, to transfer files using FTP, burn slideshows to a CD, play various media files, and even use some Photoshop plugins.

Thanks to the array of plugins, IrfanView is one of the best image applications around. And it does a good job at basic photo manipulation, too.

 

Getting IrfanView

That’s pretty simple. Just go to the IrfanView Web site and download the installer. Once it’s on your hard drive, it only takes a few seconds – the installer weighs in at just over a megabyte – double-click the installer and follow the prompts. proscar propecia The installation is lightening fast.

Then, download the plugins. There are four archives available; I’d suggest getting them all. To install them, just extract the archives the IrfanView plugins folder: C:\Program Files\IrfanView\Plugins. And you’re ready to go.

Working with photos

While IrfanView’s selection of image editing tools is limited when compared to Photoshop or Paint Shop Pro, you’ll find most (if not all) of the functions that you need including:

  • Cropping

  • Rotating and straightening

  • Working with thumbnails and creating Web albums

  • Enhancing photos with effects

Cropping photos

There’s always a photo that contains something or someone that you don’t want in it. Or, you’ve scanned a picture and there’s too much of a border. Cropping enables you to cut out those elements, and still have a decent photo.

Load up a photo in IrfanView by selecting File > Open and then choosing a photo that’s on your hard drive. Then, use your mouse to select the portion of the photo that you want to keep. From there, select Edit > Crop selection. The offending bits vanish. Don’t forget to save your changes, though.

The only drawback to this function is that you can only select a square. You can’t do fancy, freehand selections.

 

Resizing a photo

If you’ve ever downloaded a photo off of a digital camera, you’ll have probably noticed that it’s quite large. Sometimes, you want your photo to be small. When? For example, when you want to send it by email, or post it to your family Web site, or transfer it to your cell phone or PDA.

To shrink a photo, select Image > Resize/Resample. You have a number of options for resizing your photos.

First, you can change the height and width by specifying a particular number of pixels or a percentage of the photo’s original size. If you go this route (and it’s the easiest way to do the job), the make sure that the Preserve aspect ratio option is checked. When you change one dimension, that option ensures that the other dimension is proportionally changed so that the image doesn’t appear distorted.

If you plan to use the photo as desktop wallpaper, you can select one of a dozen standard screen resolutions. The available resolutions range (measured in pixels) from 640×480 to 1920×1080.

Finally, you can shrink the photo by 50% by clicking the Half button.

Rotating and straightening a photo

Just as some photos contain superfluous detail that you want to cut out, sometimes, a photo is a bit off kilter. Or it comes to you rotated in a strange way; you either have to twist your head or your monitor around to view it properly.

If you just need to flip an image around, select Image > Rotate Left or Image > Rotate Right. This will turn the photo at 90 degree increments.

On the other hand, if you need finer control then select Image > Custom/Fine Rotation. This enables you to rotate the image at an angle ranging from -360 degrees to 360 degrees. You can make the rotation as fine as 0.01 degrees.

Working with thumbnails and creating Web albums

Most of use have folders full of images on our hard drives. It can be difficult to open a particular file in IrfanView if you don’t remember the exact name of a file. Thumbnails, little snapshots of those images, help.

To view thumbnails, select File > Thumbnails. The thumbnail viewer opens. From there, navigate to the folder that contains the images that you want to view. The thumbnails appear in the window. Just double-click on an image to open it in an IrfanView window for editing.

So, what can you do with thumbnails? How about turn them into an album that you can post on the Web. To do that, highlight the images that you want to add to the album and then select File > Save selected files as HTML. IrfanView will copy the original photos, the thumbnails, and a set of Web pages to a directory on your hard drive (by default, C:\temp). To view the album, just open the file Thumbnails.html in a Web browser.

 

Enhancing photos with effects

Remember when I recommended that you download and install all of IrfanView’s plugins? Well, I had a good reason for that. And not just to fill up your hard drive with useless software. Some of the plugins can add interesting effects to your photographs.

To use the filters, select Image > Effects > Effects Browser. IrfanView has 36 effects that range from the useful to the whimsical to some that will leave you scratching your head wondering why they exist.

Some of the more useful effects are Blur (which lets you soften a photo), Sharpen (which eliminates some distortion), Sepia (to give your photos an old-fashioned feel), and Oil Paint (which makes a photo look like an oil painting).

You have fine control with these effects. The Effects Browser window includes a slider that enables you to control the degree to which the effect is applied to the photo. There’s also a real time preview that lets you see the result of applying the effect before you commit to it. When you’re ready, just click Apply to original image.

 

Other features

If all that wasn’t enough, IrfanView has a number of other features too. It does a decent job of reducing red eye, you can adjust colors or convert a photo to grayscale, and even take snapshot of your screen. IrfanView also has some very basic paint functions. You can draw using a paintbrush; erase bits of an image; add arrows, lines, or text; and even fill areas with color. Not bad for such a little program.

One function that I’ve found useful is IrfanView’s ability to convert images in other formats. You can save individual images in different formats, or do the job in bulk. The process is fast, and it generally produces good results.

 

Conclusion

After spending a little while with IrfanView, you’ll discover that it’s more than just an image viewer. It’s also a great tool for manipulating photos, or just about any other image. While you won’t be able to do a lot of detailed photo cleanup with IrfanView, it’s more than up to the task of doing all the basic photo editing that you need.

Permalink • Print • Comment

Bringing Linux to the Windows Desktip with “Cygwin”

Tech tips - 185

By Scott Nesbitt – Sunday, September 14, 2008

PullQuote 185Like it or hate it, there's no denying that the command line is a powerful, flexible tool. The number of useful utilities available more than balances out the command line's reputation for not being easy to use.

That said, the default Windows command line is lacking – especially when compared to its UNIX or Linux counterparts. It doesn't have to be that way, though. You can bring the full power of the Linux command line to Windows with an application called Cygwin.

Cygwin_installOverview of Cygwin

Cygwin is an environment and a set of application that emulates the Linux command line within Windows. Originally called gnuwin32, Cygwin was developed by a company called Cygnus Solutions (now part of Linux vendor Red Hat) in 1995. The aim of Cygwin was to bring the software development toolchain used by UNIX and Linux hackers to 32-bit Windows (Windows 95 and NT at the time). With Cygwin, developers could write cross-platform software without many changes to the underlying code.

Cygwin grew from a set of programming tools to a complete implementation of the popular Bourne Shell command line environment. There's also a version of Cygwin called Cygwin/X, which is a version of the X Window System that runs on Microsoft Windows. Note: Cygwin/X may be covered in a future TechTip.

 

Who uses Cygwin?

Obviously, Cygwin isn't a tool that will appear on everyone's Windows desktop. It's a quite specialized, almost techie tool. Cygwin has its roots in cross-platform software development, so obviously one of the major groups of users is programmers; especially programmers who are writing software for multiple, UNIX-like platforms. With Cygwin, they can do their work and not have to worry about needing a second desktop computer running another operating system. Anyone doing system administration will find Cygwin's array of network utilities, and other command line tools, useful. Using them, an administrator can quickly gain access to and efficiently work with a server.

Cygwin is also useful for anyone who wants to learn about Linux or UNIX. That could be a curious Windows user who plans to make a switch, someone who needs to learn either operating system as part of their job, or who wants to take advantage of the wide range of Linux utilities that Cygwin offers. I'm in the latter group. Whenever I use my laptop computer running Windows, I use Cygwin to:

  • Securely log into my Web sites using ssh
  • Convert documents written in Markdown to HTML
  • Work with many of the same scripts and utilities that I work with on my Linux laptop

And quite a bit more.

 

Getting started

Obviously, you need to download some software in order to start working with Cygwin. There is one file that you need to get: setup.exe, which is the setup program. Once that file is on your hard drive, double click it to start the installation. The setup program is a wizard that guides you through the installation and (when it comes time) update process. Unless you have a reason to do otherwise, install from an online source. The wizard enables you to choose a site from which to download the application packages. When choosing a location, find one that's relatively close to you and select a site that uses HTTP instead of FTP – I've found HTTP to be faster. Your results may vary. If you're planning on installing Cygwin on multiple computers, then you might want to choose the local installation option. This will enable you to put all of the packages (another name for Cygwin applications and libraries) on a shared drive so others can access cygwin_terminalthem as needed. Going with the default installation will only install the basic Cygwin system and a few utilities. That basic installation is functional, but doesn't do much. You need to specify what you want to install. That's where the fun begins. There are over 1,100 packages available. You definitely won't need them all – and installing them all at once will take a long time. So, what should you choose? It depends on what you're doing. If you're a developer, you'll want to install various compilers, interpreters, and libraries. A system administrator will want to install tools like ssh, ftp, less, vi, and the like. Consult the package list at the Cygwin Web site for more information that will help you make your choice.

Installation will take anywhere from a couple of minutes to much longer, depending on what you've decided to install. Once the process is complete, you can find Cygwin in the folder c:\cygwin.

Note: For more information about the installation options, read this document.

Using Cygwin

Assuming that you're successfully installed Cygwin, there are three ways in which you can launch it: from a desktop icon, from the Start menu, or from within Windows Explorer. For the latter, you'll have to install a package called Cygwin Prompt Here (sometimes called chere). It's a small application that adds an item to the context menu in Windows Explorer. Just right click on a folder, and then choose Bash Prompt Here. A terminal window opens in that folder. There's no need to use a lot of keystrokes to get there!

 

The file system

Regardless of what method you use to start Cygwin, you'll find the file system to be … well, a bit interesting, especially proscar and propecia if you're not cygwin_logofamiliar with Linux or UNIX. Whereas the Windows command line uses backslashes to separate directories (C:\Windows\System32), Cygwin sticks to its UNIX roots by using forward slashes. Everything starts from the root directory (/), and Cygwin uses standard Linux directories – like bin, etc, lib, and the like.

You can navigate to the Windows file system by specifying /cygdrive/c. From there, you can use the cd command to change to whatever directory you want to.

 

Using Cygwin's programs

To use any of Cygwin's programs, just type the name of the program in a terminal window and press Enter. For example, to get a directory listing just type ls. Of course, depending on the program, you might have to specify some options and/or a file name. You can read this TechTip and this one to learn a few basic Linux commands. Or, you can read the Cygwin user manual.

 

Conclusion

Cygwin is definitely not for every computer user. It's really a tool for the techie or the technically curious user. But if you need to use the Linux command line and don't want to invest in a second computer, to partition your hard drive, or use virtualization, then Cygwin is definitely a good choice. Best of all, it's free!

Permalink • Print • Comment

10 reasons why you should use the Opera browser

  • Date: September 12th, 2008
  • Author: Jack Wallen

Despite its low profile, Opera offers a host of features that set it apart from the browser pack. According to Jack Wallen, Opera is fast and stable — and it contains many features other browsers can’t touch.


I have gone through many browsers in my lifetime of IT. From Lynx to Mosaic to Mozilla to Netscape to Firefox to Internet Explorer to Safari to Flock. But there’s another browser that peeks its head in and out of that cycle — Opera. Opera is a browser that gets little press in the battle for Internet supremacy. But it’s a browser that is making huge waves in other arenas (Can you say “mobile”?) and is always a steady player in the browser market.

But why would you want to use a browser that gets little love in the market? I will give you 10 good reasons.

Note: This information is also available as a PDF download.

#1: Speed

It seems no matter how many leaps and bounds Firefox and Internet Explorer make, Opera is always able to render pages faster. In both cold and warm starts, Opera beats both Firefox and Internet explorer. We’re not talking about a difference the naked eye is incapable of seeing. The speed difference is actually noticeable. So if you are a speed junky, and most of you are, you should be using Opera for this reason alone.

#2: Speed Dial

Speed Dial is one of those features that pros and cons of propecia generally steals the show with browsers. It’s basically a set of visual bookmarks on one page. To add a page to Speed Dial, you simply click on an empty slot in the Speed Dial page and enter the information.When you have a full page of Speed Dial bookmarks, you can quickly go to the page you want by clicking the related image. For even faster browsing, you can click the Ctrl + * key combination (Where * is the number 1-9 associated with your page as assigned in Speed Dial).

#3: Widgets

Opera Widgets are like Firefox extensions on steroids. Widgets are what the evolution of the Web is all about — little Web-based applications you can run from inside (or, in some cases, outside) your browser. Some of the widgets are useful (such as the  Touch The Sky international weather applet) and some are just fun (such as the Sim Aquarium.) They are just as easy to install as Firefox extensions.

#4: Wand

Save form information and/or passwords with this handy tool. Every time you fill out a form or a password, the Wand will ask you if you want to save the information. When you save information (say a form), a yellow border will appear around the form. The next time you need to fill out that form, click on the Wand button or click Ctrl + Enter, and the information will automatically be filled out for you.

#5: Notes

Have you ever been browsing and wanted to take notes on a page or site (or about something totally unrelated to your Web browsing)? Opera comes complete with a small Notes application that allows you to jot down whatever you need to jot down. To access Note, click on the Tools menu and then click on Notes. The tool itself is incredibly simple to use and equally as handy.

#6: BitTorrent

Yes it is true, Opera has a built-in BitTorrent protocol. And the built-in BitTorrent client is simple to use: Click on a Torrent link, and a dialog will open asking you where you want to download the file. The Torrent client is enabled by default, so if your company doesn’t allow Torrenting, you should probably disable this feature. Note: When downloading Torrents, you will continue to share content until you either stop the download or close the browser.

#7: Display modes

Another unique-to-Opera feature is its display modes, which allows you to quickly switch between Fit To Width and Full Screen mode. Fit To Width mode adjusts the page size to the available screen space while using flexible reformatting. Full Screen mode gives over the entire screen space to browsing. In this mode, you drop all menus and toolbars, leaving only context menus, mouse gestures, and keyboard shortcuts. The latter mode is especially good for smaller screens.

#8: Quick Preferences

The Quick Preferences menu is one of those features the power user will really appreciate. I am quite often using it to enable/disable various features, and not having to open up the Preferences window makes for a much quicker experience. From this menu, you can alter preferences for pop-ups, images, Java/JavaScript, plug-ins, cookies, and proxies. This is perfect when you are one of those users who block cookies all the time, until a site comes along where you want to enable cookies.

#9: Mouse Gestures

This feature tends to  bother most keyboard junkies (those who can’t stand to move their fingers from the keyboard.) But Mouse Gestures is a built-in feature that applies certain actions to specific mouse movements (or actions). For example, you can go back a page by holding down the right mouse button and clicking the left mouse button. This is pretty handy on a laptop, where using the track pad can take more time than you probably want to spend on navigation. But even for those who prefer to keep their hands on the keys and not the mouse, the feature can still save time. Instead of having to get to the mouse, move the mouse to the toolbar, and click a button, you simply have to get your hands to the mouse and make the gesture for the action to take place. Of course, this does require the memorization of the gestures.

#10: Session saving

I love this feature. All too many times, I have needed to close a browser window but didn’t want to lose a page. To keep from losing the page, I would keep a temporary bookmark file where I could house these bookmarks. But with Opera, that’s history. If you have a page (or number of pages) you want to save, you just go to the File menu and then the Sessions submenu and click Save This Session. The next time you open Opera, the same tabs will open. You can also manage your saved sessions so that you can save multiple sessions and delete selected sessions.

The upshot

With just the above list, you can see how easily Opera separates itself from the rest of the crowd. It’s a different beast in the Web browsing space. It’s fast, stable, and cross platform, and it contains many features other browsers can’t touch.

Permalink • Print • Comment

September 30, 2008

Slowing Down the Shutter Speed

Slower shutter speeds can make or break a picture. More importantly, if you master it, you can make a picture look like a million bucks! propecia young men Below are three ways to fine tune your slow shutter techniques. Let's check them out!

Step 1: Let There Be Light

Light plays an important part in brightening up your pictures in ways you would never have imagined. But what normally happens is we often limit ourselves to the normal lighting we're used to seeing. Therefore, the best advice is to set your camera down on a tripod for blur-free photos and then set the camera at a slow shutter speed so that you can manually get some movement on the lights in your scene. For that, you need to experiment with flashlights, rope lights, candles, torches, reading lights or any light source you have access to. One example is getting your subject to sit perfectly still in a completely dark room. Set the shutter as close as possible to the time it would take you to walk around their chair holding a candle (approximately eight seconds). That way, you light their face entirely by candlelight. Also, if you move too quickly around them, you'll be able to capture the floating flame. Cool, huh?!

Step 2: Capture Motion

Sometimes it’s good to be off-focus and introduce a little bit of blur. It's particularly great if you're trying to capture motion blur. A sports scene or any action scene will benefit the most from motion blur. All you need to do is use a shutter speed slow enough to get the movement of the subject (their head, hands, feet or something they're holding). Of course, you may want to use a tripod for that step. Also, in case you forget to capture the motion blur, Photoshop has a filter called Motion Blur, so you can recreate the effect if you missed it while taking the photograph.

Step 3: Turning Night into Day

Yes, that can be achieved on a full moon night. All you have to do is pick a place you like the most. It could be a beach, a mountain top or tower with great aerial views of the area. Or, it could even be a busy market place. Not only do you have the moonlight to compensate for lack of lighting, but you also have a slower shutter speed to let more light into your camera. The result? Almost daylight photos that capture a lot more detail than the usual night shot. If you're taking a photo by the beach, the colors will appear more vibrant. Also, notice the dreamy look it gives to the moving water, rendering the waves almost like low lying clouds.

All of that can be done with the power of a slow shutter speed. Who knew?!

Permalink • Print • Comment
« Previous PageNext Page »
Made with WordPress and a healthy dose of Semiologic • Sky Gold skin by Denis de Bernardy