22 March 2008

Share Your News Tips and Photographs with Mainstream Media

Have you witnessed a news story in your area that could interest mainstream media ? Did you capture the scene on a mobile phone or a camera ?

If yes, here are some prominent websites where you can send in those news photos and video clips:

Reuters - You can share your news photographs and videos to Reuters by sending them to pics@reuters.com or upload here. Reuters is not just looking for news events, they are also very interested in offbeat news like a model falling over her huge heels on the catwalk or fans cheering inside the sports stadium.

Related: Nokia Reporter Toolkit for Citizen Journalists

BBC News - You can send pictures or news video clips to BBC at yourpics@bbc.co.uk. Web cam users can directly record and send a video message to BBC editors here. Other than news images, BBC also accepts images related to both local and global issues as well as just great pictures of your daily lives.

CNN.com - You can send your news videos, audio tips and photos to CNN at ireport@cnn.com. Like Reuters, CNN also accepts non-news events. CNN has an excellent toolkit for amateur citizen journalists to help them quickly learn tricks of the trade - how to capture good video and photographs.

CNN IBN - This is only applicable to events and issues related to India. This popular TV channel airs a separate program featuring content that’s supplied by citizen journalists across the country. You can either upload the media files on the CNN IBN website or send your news reports via SMS and MMS messages (CJ to 2622).

Photography Tips: Take Better Pictures with a Mobile Phone Camera

You cell phone camera may lack all the great point-and-shoot features that are in your standalone digital camera, but you can still can shoot good photographs with the camera-phone that are more-or-less perfect for sharing over email and the web.

Stuart Headlam shares some simple tricks to help improve your mobile phone photography without asking you to get a Nokia N95.

The best photography tip ever:

They key to a great photo is actually to take as many shots as possible. Taking several shots may help build the confidence of people who are traditionally camera shy. If you explain beforehand that you'll take a few photos and let them pick their favorite, the chances are you'll end up with a picture that you're both happy with.

If you plan to take a print of pictures captured with the cameraphone, Stuart suggests that you need to have taken your pictures with at least a 2, maybe 3 megapixel camera if you want decent quality prints.

While Mobile phone cameras are good for casual photography, if you want to capture those rare once-in-a-lifetime moments like a graduation day, first birthday of your daughter or your grandparents anniversary, always use a standard digital camera.

Create a Stop-Motion Animation Movie using Digital Camera or WebCam

Sometime back, I created a stop-motion animation film with the soft toys of my 2-year old son playing the lead roles. This 19 second movie was done using just a digital still camera (not video camcorder) and Windows Movie Maker, a free video editing software.

If the term "Stop Motion" is new for you, Wikipedia defines it as an animation technique which makes static objects appear to move. The object is moved by very small amounts between individual frames, producing the effect of motion when the film is played back.

To create a stop motion animation, you need a webcam or a basic digital camera (preferably mounted on a tripod for stability) and any video editing software (like Windows Movie Maker, Adobe Premiere Pro, Apple iMovie, etc)

Step 1: Fix your camera in front of the subjects (Mickey Mouse & Co. in my case). You can also your webcam mounted on the computer screen and capture still photographs using the keyboard.

Step 2: Visualize the movements and action of the characters in the movie (like what path they would follow, whether they would jump, etc). You may want to write this down as a rough movie script.

Step 3: Once your initial setting is in place, click the first picture. Now move the object(s) by a very small distance (few centimeters) and shoot the next picture. Make sure you don't change the position of your camera.

Repeat the step until all your characters reach the final frame.

Here's are some sample photographs shot for the movie embedded above - Notice how the elephant, dog and Mickey have moved in each of the frames while the bear is sitting still.



Step 4: Open Windows Movie Maker and goto Tools, Options and click the Advanced tab. Change the "Picture Duration" to 0.125 seconds and Transition Duration to 0.25 seconds (both are minimum values).

Now import all your digital photographs into Movie Maker and drag-n-drop them onto the Video Timeline. That's it. Export the video in AVI or WMV format and upload it to YouTube for sharing with your friends.

Bonus Tip: If you like your characters to jump in the stop-motion animation video, attach them to a thin wire and lift the wire a few centimeters in each frame. If the wire is of the same color as the background, it won't be visible in the final movie.

If you have professional video editing software like Adobe Premiere Pro or Apple Final Cut Pro, you can further reduce the time duration between still photographs to create smooth animation video without flickers or jerks.

How to Create a Time-Lapse Video of any Web Page

Remember the time-lapse movie that helped you visualize the movement of tech stories on Techmeme? It did attract lot of eye-balls and as promised, here’s the secret recipe on how to make such a time lapse video with (almost) free software.

The process is simple and has two main parts - 1) Capturing screenshots and 2) Stitching all these images together so they appear as an animated movie or a flipbook.

Techmeme saves a snapshot of its homepage every 5 minutes and each snapshot has a unique URL with the timestamp. For instance, the snapshot of Techmeme at 1:50 PM ET, January 15, 2008 is available at www.techmeme.com/080115/h1350.

To capture those hundreds of screenshots, I created a simple macro (snippet below) using AutoHotKey that would automatically generate URLs, type them in the web browser, press the print screen key and then save the screenshot as an image - this ran in a loop 600 times capturing 50 hours of changes.

techmeme=http://www.techmeme.com/08010
url=%techmeme%%Date%/h%Hours%%Minutes% <- Create URL
Send, {CTRLDOWN}l{CTRLUP} <- Reach the Browser Address Bar
Send, %url% {ENTER} <- Paste the URL and Hit Enter
Sleep, 5000 <- Wait 5 seconds for the web page to load
Send, {PRINTSCREEN} <- Capture a screenshot

You may be wondering how the Print Screen key will save the screenshot to an image file when all it does is capture the current screen content to the clipboard ? That’s possible through SnagIt (available for a 30-day trial at techsmith.com) - You just mark the region that you wish to capture and SnagIt will do everything else.

Once you have all the screenshots, import all of them as a sequence inside Windows Movie Maker, Adobe Premiere Pro, Camtasia, QuickTime Pro or any other video editor - just bring down the image transition time to 0.1 second (or less) and export the animation as a GIF or any video format. The results are always pretty amazing.

You can extend the trick to make time lapse movies of Google Maps, your road trips, construction sites, etc.

Some or Specific Websites Do Not Open On Computer, what to do?



Your computer is connected to the Internet and you can reach most websites just fine but there’s a problem when you try to open some particular website(s).

Though that website is unreachable from your computer, it is definitely not down because you are able to access the same website from another computer at home.

Facing a similar problem ? Here’s how to diagnose and fix the issue:

Fix 1: Check your Windows HOSTS file - Make sure there’s no entry in the hosts file that maps the website’s address to localhost or an incorrect IP address like 127.0.0.1 - it is a possibility if you have imported some third-party hosts file.

cmd /k notepad c:\WINDOWS\system32\drivers\etc\hosts



Fix 2: Find Faults in the Pipeline - Paypal website may be up and running but it is possible that the real problem lies with a router that is between you and the computer hosting the Paypal website. Do a traceroute and check for messages like “Request Timed Out” - they will help you find the location of the breakdown.

Type the following command in the Run Window:

cmd /k tracert www.paypal.com - remember to replace Paypal with address of the website that is unreachable.

Fix 3: Clear DNS Cache - The DNS cache keeps a record of sites that you have recently visited on your computer. If that gets corrupted, you may have issues opening sites that were previously accessible without problems.

Type cmd /k ipconfig /displaydns in the Run window to see the cache entries. If that unreachable website is listed in the cache, type cmd /k ipconfig /flushdns to clear the cache.

Fix 4: Website May Be Blocked - The chances are rare but it is possible that access to some particular website may be have been restricted by the Office firewall. To test this, send an email to www@web2mail.com with the problematic website URL in the subject field. If the website is up, you will get a text copy of the web page in an email message.

Fix 5: Suspend the Anti-Virus and Firewall - If you are running an external software firewall or anti-virus program (like Norton, ZoneAlarm, etc), exit and restart the web browser. Is the problem solved now ?

When nothing works, open 192.168.1.1 and reboot the modem. If that fails, restart your computer and as a final step, call your ISP support.

Create Your Own Passport Size Photos At Home


If you have a photo printer at home, you can easily convert any of your digital picture into a valid passport size photograph using ePassportPhoto.

The dimensions of a legal passport photograph often vary according to the country and this tool takes care of the size requirement very easily.

You pick a country and then select whether you need the photo for a visa, passport or applying for a citizenship. Then upload the digital photo, crop and you immediately get a printable strip of 6-8 photographs for free.

Even you have no plans to print photos at home, bookmark this for reference because your local photo booth will have no idea about photo dimensions of other countries.

www.epassportphoto.com - Online Passport Photo Printing Booth

Create MP3 Files From Text in Emails or Web Pages

Vozme is web based tool that turns any snippet of text into an MP3 audio file that you can either listen online or download to your local hard drive.

You just have to copy the text from a web page or an email and paste it inside the Vozme text box.

While there are tons of solutions that convert text to spoken words, what I liked about Vozme is the clutter free interface and the fact that it runs inside the browser without requiring any downloads.

Bloggers can easily integrate the Vozme feature in the site so visitors can either listen to your full blog posts or they can select a portion of text and have Vozme narrate it like a speech.

Vozme.com - Accepts Spanish, English and Italian languages.

Convert PDF Documents to SWF Flash Movies Online with PDFMeNot

Like Scibd and SlideShare, PDFMeNot is an online PDF to Flash converter that will instantly convert any Adobe PDF document into a Macromedia Flash (SWF) movie while preserving the original layout, image graphics and formatting.

The PDF to SWF converter can very useful when you have to embed PDF files in web pages for inline viewing or you want to read PDF files on a computer that has no Acrobat Reader.

Here’s how to create Flash movies from PDF documents:

1. Go to PDFMeNot.com (Username: stateless Password: systems) and type the URL of the PDF file - you can use this PDF link as an example. Alternatively upload a PDF from the local hard drive.

2. In your Firefox menu bar, click Tools -> Page Info -> Media. Select the object that has an SWF extension (e.g. pdfmenot.com/store/f6a29535da98cd1.swf) and save it to your disk. That’s the SWF file created from your PDF document. For IE, here’s the trick to save Flash locally.

Bloggers can embed the following JS code in their web templates and PDF links will open in Flash SWF format via PDFMeNot.

While PDFMeNot is an extremely convenient option for quickly viewing PDF files in the browser without loading Adobe Reader, the downside is that the generated SWF objects contains Zoom but no Print and Search function. They are all supported in Macromedia Flash Paper format used by Scribd. Thanks Marshall.

Interesting Uses of Camera Mobile Phones To Stay Productive

Some creative and productive uses of camera mobile phones (and digital cameras):

blue-screen-error Computer Screen Capture - You can use the Mobile Phone cameras for capturing screenshots of error messages that popup while you are reinstalling a copy of Windows or modifying some BIOS settings. In situations like the dreaded Blue Screen, Print-Screen key is useless but any phone-cam will get the job done.

Remember Dates - Some time back, I had gone to a nursery school for submitting the admission form of my son. I don’t remember the exact date now but luckily, I had snapped a picture of the school and so that date is automatically stored with the image.

remember-computer-cables Cable Connections - Before removing the cables from your home theatre system, gaming console or the computer, it is a good idea to capture the connections with your phone camera. Then you won’t have problems plugging the cables again in the right ports as the pictures will show you “what goes where”.

Use Mobile Phone as a Web Camera - There are some free utilities that will convert your mobile phone camera into a web cam for your computer. You can use the web camera via a USB cable or wirelessly through Bluetooth.

car-parking Car Parking - Most shopping malls here have huge underground parking but there aren’t any signboards so it gets tough to locate the car. So when you park the car, just look towards the escalator (or the exit door) and take a picture or record some video. This will save lot of effort (and time) when you return with all those heavy shopping bags.

Scan Printed Documents - Mobile phone camera can work as scanners for capturing clippings of text from newspapers, library books and printed magazines. Just photograph the page and use a service like Qipit or ScanR that extract the text out of pictures taken with a mobile phone. (See “Use Mobile Phone as a Scanner“)

Replace Paper and Pen - Your wife has prepared a long list of items that you are supposed to pick from the grocery story. Why tear down that paper from the diary or put extra pressure on your memory - just click. You can also use the camera phone for capturing information written on whiteboards, subway maps and notice boards.

Google Maps and Directions - You are traveling and need the driving directions from Google Maps onto your mobile phone. If your phone has no Internet or you are not too sure how to transfer data from computer to the phone, just open Google Maps, press F11 for full screen and click with your phone.

Rent A Car - If you are taking a car on rent, capture all the areas with dents and scratches so that you don’t run into a dispute when returning the car to the agent. Thanks CraftyGirl.

taxi-cabs Security Weapon - Before you board a taxi in some unknown place, take a picture of the license plate and driver details that are generally written near the passenger seat. Email the picture to your spouse or friend as a security measure.

Shopping Alone - If you are in a store shopping without your spouse, get his/her opinion on the stuff you are about to purchase by emailing pictures though your phone. A word of caution here - some shop owners may consider your action as “digital shoplifting” and this may lead to an embarrassing situation.

As a Mirror - When you are about to reach the party, take a self-picture with your mobile phone to make sure that that makeup and hair style is in perfect condition.

Mouse & Joystick

A mouse is the primary input device for modern computers that feature operating systems with a graphical user interface, such as Windows 3.11 or Windows 95. While keyboards obviously excel at entering text, numbers, and symbols, your mouse is the tool you'll use to tell your computer what to do with all the data you've entered.
The image “http://www.germes-online.com/direct/dbimage/10332105/DS_2016_Mouse.jpg” cannot be displayed, because it contains errors.

Joysticks are almost exclusively used with game software and help the user more effectively control the actions of computer-simulated airplanes or arcade-style games.
http://www.cs.unc.edu/~stewartm/images/joystick.jpg

Defining Mice

All modern PC operating systems (Windows 3.11, Windows 95, and the Macintosh) rely on an on-screen pointer to select and execute commands. A mouse is simply an input device built to help the user control this on-screen pointer in as natural and efficient a manner as possible.

The pointer on the screen mimics the movements of your mouse. As you move your mouse, a ball encased in the bottom of your mouse rolls on the desk and in turn sends signals to the computer as to which direction to move the pointer on the screen. Move the mouse side to side, or up and down, and the on-screen pointer moves in a similar manner.

Once you have the mouse positioned to select the command or data you want to act on, you use the mouse buttons to execute the command.The mouse controls the on-screen pointer and lets you select program icons, manipulate property sheets, and access data.
Connecting a Mouse

Your mouse connects to your PC either through a dedicated mouse port or a standard 9-pin serial port. Once you're familiar with what the mouse connectors look like you can go ahead and connect your mouse using the following steps:

1. Save any open documents, and then close all active applications.

2. Identify which type of mouse connector you have and its corresponding connector on the back of your computer.

3. Carefully position the connector so that it matches the connector on the back of your PC, and gently press it into place.

4. In most cases, you'll have to restart your computer in order for the operating system to recognize your mouse.

Using the Mouse Buttons

Most mice have two buttons. In Windows 95, the left button selects text and data, executes commands, and manipulates data, while the right mouse button accesses context menus.

Pressing a mouse button and then releasing it is known as clicking your mouse. You can click both left and right mouse buttons. Pressing the button and releasing it twice in quick succession is called double-clicking.
The Left Mouse Button

It seems simple, but there are a lot of things you can do by combining various types of mouse clicks with mouse movements. Table below gives you some examples.
Table: Left Mouse Button Operations
Task Mouse Button
Select items Press and hold down the left mouse button. Move the mouse to select desired text, numbers, or objects. Release mouse button. The selected text is highlighted.
Move selected items (also called click and drag) Position mouse over highlighted text. Press and hold left mouse button down. While holding down left mouse button, move mouse (and the selected items) to their new location and release mouse button.
Access a menu or command Position pointer over menu or property box button; press and release left mouse button quickly.
Start a program Quickly press and release the left mouse button twice (double-click).
The Right Mouse Button

The right mouse button is generally reserved for special uses. In Windows 95, the right mouse button accesses a context menu that lists the available options for the item you've just clicked.

The right mouse button does different things, depending on which type of item you click. See below table for some examples.
Table: Right Mouse Button Operations
Action Menu Options
Right-clicking a file This pulls up a menu that asks you if you want to open, print, delete, or send the file somewhere.
Right-clicking a program Presents you with a menu that lets you open, create a shortcut, or access that program's property sheet.
Click and drag a file (press and hold the mouse key while moving it) Presents you with a menu that lets you choose to move or copy the file to its new location.
Using the IntelliMouse Wheel

Microsoft's newest mouse features a small wheel in between the two mouse buttons. The wheel directly controls an application's scroll bar (see Chapter 6, "Working with Applications") letting you move up and down in a document without having to move the pointer off to the right of the screen. You can also use the IntelliMouse to pan in documents by clicking the wheel and moving the mouse in the direction you'd like to pan. When you're ready to stop panning, click the wheel again.
Three-Button Mice

Some mice have three buttons. Usually the mouse comes with software that lets you customize what that third button does. Windows 95 also supports many of the more popular three-button mice and may have built-in support for that third button. If you have a three-button mouse, see the following section for tips on how to use the third button.
Adjusting Mouse Properties

Windows 95 allows you to customize your mouse to best suit your style. You can adjust the speed at which the mouse moves the pointer across the screen, the amount of time allowed between the clicks of a double-click, and how the pointer appears on the screen. Left-handed computer users can configure the mouse to work best with the left hand.

These adjustments are made through the Mouse Properties dialog box. The Mouse Properties program is in Windows 95's Control Panel. You can get to it by clicking Start, Settings, Control Panel. You should then see the Mouse icon. Double-click the Mouse icon to start the Mouse Properties program.
Configuring Mouse Double-Click Speed

To configure mouse speed when double-clicking:

1. Click Start, Settings, Control Panel and then double-click the Mouse icon.

2. Click the Buttons tab.

3. To adjust the amount of time needed between double-clicks, slide the bar in the bottom half of the Buttons tab of the Mouse Properties dialog box either left or right. (Hold the left mouse button down while moving the mouse, then release after you've moved the slider.)

4. You can test your setting by double-clicking the jack-in-the-box--if he pops up, you've clicked fast enough (see Figure 13.3).

Configuring Right- or Left-Hand Mouse Preferences

To change your mouse for right or left-handers:

1. Click Start, Settings, Control Panel and then double-click the Mouse icon.

2. To switch between right- and left-handed mouse configurations, click either the Right-handed or Left-handed option buttons in the top of the Buttons tab of the Mouse Properties dialog box (see Figure 13.3).

Adjusting Pointer Speed

You can control how fast the pointer moves on the screen in relation to your mouse movements on your desk. You can have the pointer move completely from one side of the screen to the other with only the slightest mouse movement, or you can slow the pointer down for greater control.

The pointer speed is set in the same Mouse Properties dialog box as mentioned earlier:

1. Click Start, Settings, Control Panel, then double-click the Mouse icon.

2. Once the dialog box is open, click the Motion tab

Cleaning a Mouse

If your pointer starts moving erratically, or your mouse isn't moving smoothly, it's probably time to clean your mouse. This is a simple process:

1. Carefully remove the mouse ball. On the bottom of your mouse there will be a cover plate that usually just twists off. If you have trouble getting the cover off, refer to your mouse manual.

2. Once the ball is out, roll it between your fingers to remove any dirt.

3. Inspect the inside of the mouse and carefully remove any dirt you find in there, especially any dirt that has collected on the little rollers that come in contact with the mouse ball.

4. Reassemble your mouse and give it try.

A thorough cleaning usually does the trick. If no amount of cleaning helps, you may be in need of a new mouse.
Defining Joysticks

Joysticks are basically sticks attached to a base unit that measures the distance the stick is moved left, right, up, down, or diagonally. Electronic sensors in the base unit translate those motions into motions that are understood by the computer and software.

Joysticks are almost exclusively used with game software; they are not designed to replace a mouse.
Types of Joysticks

Joysticks come in various shapes and sizes. Some are built to mimic the flight controls of an airplane, complete with buttons to fire guns and missiles. Others aren't sticks at all, but may be steering wheels designed to help the user more effectively play driving simulation games. In general, computer input devices used to help users play computer games are called joysticks.
Connecting a Joystick

Joysticks all connect with a 15-pin D-shaped connector. See Figure 13.5 for an example of a joystick connector.

Connecting a joystick is simple. To connect yours, follow these steps:

1. Save any open documents, and then close all active applications.

2. Identify the joystick connector on the back of your computer.

3. Carefully position the connector so that it matches the connector on the back of your PC, and gently press it into place.

4. In most cases, you'll have to restart your computer in order for the operating system to recognize your joystick.

If the computer doesn't initially see your joystick, you'll need to run Windows 95's Add Hardware Wizard. You can access the Add Hardware Wizard by clicking Start, Settings, Control Panel. The Add Hardware Wizard will be one of the icons in the Control Panel folder.
Calibrating Your Joystick

Calibrating your joystick lets you "center" your joystick so that when released it returns to a neutral position. It also makes certain that movements from side to side, or front to back result in smooth and predictable movement on the screen.

There are two ways to calibrate your joystick. One is through the Joystick Properties dialog box, and the other is through calibration sliders on the joystick itself.
Calibrating Your Joystick with Software

To calibrate your joystick through the Joystick Properties dialog click Start, Settings, Control Panel and double-click the Joystick icon. There, you'll see sliders that let you set the default X and Y axis positions of the joystick. You calibrate your mouse by adjusting these sliders.
Calibrating Your Joystick with Hardware

You can also calibrate most joysticks via slider bars, or wheels, that are on the joystick itself. Inspect your joystick to see if it has built-in calibration adjusters.
Google

See other Related Posts below