Total Pageviews

October 14, 2012

Now Revealed a Software that Enables Individuals to Watch Movies Online Free - BroadcastNewsroom

Now Revealed a Software that Enables Individuals to Watch Movies Online Free - BroadcastNewsroom

OCTOBER 12, 2012 -- 
New York, NY (PRWEB) October 12, 2012
Previous cable TV customers can now watch their favorite TV shows and movies online for free. ( http://www.SimplyWatchTVLive.com ) Thanks, to the new software called Satellite Direct, people who frequently go online in search for the latest and full episodes online of their favorite series, no longer have to scour the web. TV streaming online is now easy through the installation of the said software. With more than 3000 channels to offer, Satellite Direct is now the number one choice of people who wants to watch movies, series and TV programs on their computers.
According to the data available on NCTAs (National Cable & Telecommunications Association) website, there are at least 57.3 Million cable TV subscriber in the US, who spends 21¢ per hour or $70 per month in average. Through Satellite Direct software (http://www.SimplyWatchTVLive.com) these costs are greatly cut down to a onetime payment of $49 which gives consumers access to 3500 channels from all over the world, 702 channels of which are in the US.

How to Backup all your Email Accounts on a USB Drive

How to Backup all your Email Accounts on a USB Drive


How do you ensure that you always have access to all your web emails – even at places where there is no Internet or when you aren’t carrying your own laptop?
One of the popular options is that you use a tool like Microsoft Outlook to download all your emails to the computer beforehand and you can then read them anywhere even in offline mode. Both Gmail and Hotmail offer POP3 access to help you download messages using any email client while there are easy workarounds for Yahoo Mail.
There are some downsides though. First, most email clients aren’t portable (can you carry emails on a USB drive?) and second, if all you want is offline access to your Gmail messages and nothing extra, Outlook is probably too heavy a tool for that purpose.
I have been testing a Windows-only utility called MailStore that seems like an ideal solution for such a problem – the tool is free, there’s a portable version for your USB stick and best of all, it works out of the box with your email account without requiring any configuration.

Step by Step – How to Backup your Emails

The way MailStore works is something like this. You install (or unzip) the software to a folder and then select the email accounts that you want to archive. They can be your Gmail accounts, Microsoft Exchange, your old Outlook PST files, Thunderbird and any other web email service that supports either IMAP or POP3.
The tool will pull your email messages from all these places into a central location. If you have a large mailbox, you may specify criteria to skip emails that are older than ‘n’ days. It skips the Spam and Junk folders by default but you may also manually specify any folders /labels that you wish to include (or exclude) from the backup.
That’s it. There’s a convenient search box allowing you to search all your email accounts from one place. You can copy the MailStore folder to your USB drive, or even your Dropbox folder, and access all the emails from anywhere, anytime. Since this is more of an email backup utility and not a full-blown email client, it cannot be used for replying or sending new emails.
To quickly recap, here are some scenarios where you may find Mail Store useful:
0. You want to backup all your web mails to a safe location.
1. You want to carry your Microsoft Exchange / Outlook emails on a USB drive.
2. You have multiple email accounts and need to search all your mailboxes from one place.
3. You want offline access to all your web-based email accounts.

How to use Dropbox as a Free Desktop Monitoring Software

How to use Dropbox as a Free Desktop Monitoring Software


There are quite a few software tools that let you access your home or work computer from any another computer simply over the Internet. Some of the these tools even provide mobile apps so you can control your remote desktop using an iPhone or a BlackBerry.
Remote Monitoring, not Remote Access
Now consider a slightly different scenario where you don’t want to remotely access the computer but simply monitor it from another location. For example:
Case 1. You make it a point to lock your workstation every time you leave the office. How do you confirm that no one else is using your computer while you’re at home sleeping.
Case 2. Your kids want to use your computer while you are out shopping. They are pretty young so you really want to know what they are doing on the computer in your absence.
Case 3. You are running some task on your computer and want to track the progress from another computer remotely.
Remote Desktop Monitoring with Dropbox
The idea behind using Dropbox for remote monitoring is fairly simple.
If you take a screen capture of your desktop screen and place that image in one of the Dropbox folders on your computer, the image will automatically get uploaded to the Dropbox website.
Repeat the screen capture process at regular intervals and you’ll get a time-lapse like recording of your desktop screen that you can view from any Internet connected computer or mobile phone since everything is now on dropbox.com.
Secret Screen Captures
Let’s see how we can implement this idea. First, you need to download Screen Grabber – a free screen capture utility that will save the screenshots directly in your Dropbox folder. If you have SnagIt, you can use it instead.
Next we need a mechanism that will capture screenshots at regular intervals. For that, you can use the following Autohotkey script* that runs in the background and will press the hotkey for you at set intervals.
Loop {
   Send,  {SHIFTDOWN}{F10}{SHIFTUP}
   Sleep, 300000
 }
The default hotkey for Screen Grabber is Shift+F10. This script will press that hotkey and then wait for 5 minutes (5x60x1000) in a cycle. As new images get captured, they are simultaneously uploaded online.
Run this utility on any desktop that you want to monitor remotely and you’ll soon have a stream of screenshots in your Dropbox account as shown below. Everything runs quietly in the background so most people won’t notice any activity.
remote_desktop_screenshots
When you lock your workstation, the screen capture process is suspended but it resumes automatically as soon as you log in. You can run this tool on your office desktop and lock the workstation – if you find any screenshots in your Dropbox stream the next day, someone else probably used that machine.

How to Print Files from any Mobile Phone using Dropbox

How to Print Files from any Mobile Phone using Dropbox

Source : http://www.labnol.org/internet/print-from-mobile-phones/17827/

This trick will help you print documents, emails, photos, PDF files, etc. from a mobile phone and tablet to your printer. All you need is a printer connected to the computer (even your old wired printer will do) and a mobile device for sending print jobs – this could be a BlackBerry, iPhone, iPad, Android or any other mobile phone.

Wirelessly Print Anything from Anywhere, Anytime

While mobile phones have become a lot more capable in the past few years, the connection between the printer and your phone is still very weak.
For instance, if you are using a BlackBerry or an iPhone, how do you print any of the presentations or spreadsheets that you have as email attachments? Or if you are viewing driving directions on Google Maps using an iPad, how do you send that map to the printer?
Your phone’s app store will have a few printing apps to let you wirelessly print files but if you want to save a few bucks, you can simply use Dropbox to print documents from your phone to any printer without requiring any additional software.
Some upcoming printers will have built-in support for mobile printing via email but with Dropbox, you get the same feature without requiring any new hardware.
Before we get into the details, watch the video above as it shows how printing from a mobile phone actually works through Dropbox (apologies for the bad audio quality).
Print Files from any Mobile Phone through Dropbox
The workflow is like this. You download a small utility on your computer that runs in the background and constantly monitors one of your Dropbox folders for any new printing jobs.
You can send files for printing from your mobile phone through email or using any of the Dropbox mobile apps. As soon as Dropbox downloads the file locally, the utility will send it to the default printer. Once the file is printed, it gets archived to the logs folder.
To get this thing running on your computer, please follow these easy steps:
Step 1: Make sure that you have Dropbox installed and running on the computer that is connected to the printer.
Step 2: To send print jobs from your mobile device to the printer, you have two options. You can either download a Dropbox app on your mobile phone – they have apps for iPhone, BlackBerry, iPad, Android, Windows Phone, Nokia – or the other option is you upload the files (that you would like to print) to your Dropbox using email. You can use IFTTT to send files to Dropbox over email.
Step 3: Download this zip file* and double-click the eprint.vbs file (see the source code). The script will create a sub-folder inside your main Dropbox folder called PrintQueue where all the mobile print jobs will queue up and another sub-folder called logs where all the completed jobs will be archived.
[*] VBS scripts are Windows-only but there are workarounds for Mac OS X and Linux as well.
Step 4: You are now all set to print files from our mobile phone. Just send a test file from your mobile phone to that secret email address, or upload it through the Dropbox mobile app, and your printer will turn it into a hard copy almost instantly.
The utility can also handle multiple files in one go and it should print almost all file formats for which you have an associated application on the computer. If you would like to shut down the eprint utility, launch Windows task manager and end the “wscript.exe” process from the list.
Update: You can also use Google Cloud Print for remote printing.
Troubleshooting Tips
If you have trouble setting up Dropbox for remote printing on your computer, there’s a chance that you may have associated the .vbs file with Notepad or some other text editor. Press shift and right click the file in Windows Explore and choose “Windows Based Script Host” under Open With. Alternatively, open the command prompt, type “cscript eprint.vbs” and hit enter.
Also, if you would like to close the Dropbox monitoring script, open the Windows Task Manager and remove the wscript.exe process(es). The printed jobs can be found in the PrintQueue/Logs  of your Dropbox directory.

h