tag:blogger.com,1999:blog-44336535517799763982009-07-15T17:00:34.177-04:00Personal PC Pro BlogInformation about interesting new products, computer tips and tricks and favorite free softwarepersonalpcprohttp://www.blogger.com/profile/06847514441508228655noreply@blogger.comBlogger23125tag:blogger.com,1999:blog-4433653551779976398.post-82915413352034434282009-07-15T16:55:00.003-04:002009-07-15T17:00:30.161-04:00Logitech Vid Offers Free and Easy Video Calling<p>When you think of <a linkindex="105" href="http://www.pcworld.com/downloads/file/fid,78923-order,3/description.html">Logitech Vid</a> (free with some restrictions), think of an easier-to-use version of <a linkindex="106" href="http://www.pcworld.com/downloads/file/fid,23523/description.html">Skype</a> with superior quality. The most salient reason for the ease of use verdict comes from the simple fact that you choose people to chat with by their e-mail and a photo they take when they sign up, not some potentially obscure screen name. There's also a simple but intuitive onscreen interface.</p> <p><span class="image large"><img src="http://images.pcworld.com/reviews/graphics/167868-logitechsmileyjon_350.bmp" alt="Logitech Vid screenshots" /><div class="artCaption">If you're a Logitech Webcam owner looking for free and easy-to-use video calling software, Logitech Vid is a good bet.</div></span></p> <p>After signing up for a Vid account, the first thing you're asked to do is pose for the aforementioned photo that will accompany your profile. Vid automatically recognizes the Webcams and mics on your computer, though the PC World reviewer had to increase the volume a skosh on the PC. There aren't a huge number of settings to tweak either: automatic answering of calls, noise reduction, devices, and volume settings. That's a good thing as Vid is trying (and succeeding) to make video calling easier. In short, setup is a breeze.</p> <p>Vid leverages the <a linkindex="107" href="http://www.pcworld.com/downloads/file/fid,23087/description.html">SightSpeed</a> technology it bought a while back. It doesn't retain the SightSpeed client's ability to conference 9 people, it does preserve SightSpeed's audio/video quality.<br /></p> <p>Logitech Vid is simple to use, and it's free for anyone who owns a Logitech Webcam of any vintage or has a Logitech Webcam owner on their list. You may also try Vid with another company's WebCam for 30 days, however, after that you'll have to buy a Logitech device or make friends with someone who has one to keep on keepin' on.</p>Source: <a href="http://www.pcworld.com/article/167868/logitech_vid_offers_free_and_easy_video_calling.html?tk=nl_ptx_h_cbstories">Jon L. Jacobi, PC World</a><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4433653551779976398-8291541335203443428?l=personalpcpro.com%2Fblogger%2Fblog.html'/></div>personalpcprohttp://www.blogger.com/profile/06847514441508228655noreply@blogger.comtag:blogger.com,1999:blog-4433653551779976398.post-68234053058968574092009-07-14T10:09:00.002-04:002009-07-14T10:12:35.846-04:0010 handy Firefox about:config hacks<em>If you really want to fine-tune your Firefox functionality, you have to roll up your sleeves and tinker with the about:config page. Jack Wallen shares some simple hacks to make Firefox work the way you want.</em> <h3> <hr size="2"></h3> <p>Unless you’re a Firefox power user, you may not be familiar with the about:config page. The Firefox about:config page is not so much a page as it is a somewhat hidden configuration section. It’s hidden because it’s fairly powerful and not nearly as simple to use as the standard Preferences window. In the about:config page, you have to know what you are doing or you can mess things up a bit. In fact, when you attempt to go to that page for the first time, you have to accept an agreement (which is really just a warning) before you can continue.</p> <p>How this page works is simple. You reach the page by entering <em>about:config</em> in the address bar. There are entries (one per line) that handle various types of configurations. Each entry has a searchable keyword. The entries can be of Boolean, integer, or string value. Entries contain Name, Status, Type, and Value. Typically, you will be modifying only the Value, by double-clicking on it and making the change. With all of that in mind, let’s take a look at 10 of the best ways you can “hack” the about:config page.</p> <h3> <hr size="2"></h3> <h3>Tip</h3> <p>If Firefox is fubar’d because you accidentally misconfigured about:config, you can fix it in one of two ways:</p> <ul class="unIndentedList"><li> Make a backup of your prefs.js file before you start editing. Then, if something goes wrong, you can restore it by copying it over the corrupt file.</li><li> If you can’t restore via a backup prefs.js file, you can exit Firefox and issue the command <em>firefox -safe-mode</em> to bring up the Firefox Safe Mode screen. Then, just select Reset All User Preferences To Firefox Defaults. Note: This will restore all user preferences to their default values.</li></ul> <h3> <hr size="2"></h3> <h2>1: Speed up Firefox</h2> <p>This hack requires a few steps. Search for <em>pipelining </em>in the filter and you should see:</p> <p><strong>network.http.pipelining</strong>: Change this to true.</p> <p><strong>network.http.proxy.pipelining</strong>: Change this to true.</p> <p><strong>network.http.pipelining.maxrequests</strong>: Change this to 8.</p> <p>Now search for <em>max-connections</em> and you should see:</p> <p><strong>network.http.max-connections</strong>: Change this to 96.</p> <p><strong>network.http.max-connections-per-server</strong>: Change this to 32.</p> <h2>2: Disable antivirus scanning</h2> <p>This is only for the Windows version. If you’re downloading large files, this scanning can seriously slow things down. And since you will most likely scan the downloaded file anyway, you’ll probably want to disable this. Of course, if you are uber paranoid (not a bad trait for computing), you might want to leave this entry alone.</p> <p>To disable antivirus scanning, search for <em>scanWhenDone</em> and you should see:</p> <p><strong>browser.download.manager.scanWhenDone</strong>: Change this to false.</p> <h2>3: Open Javascript popups as tabs</h2> <p>If a popup window lacks the features of a browser window, Firefox will handle it like a popup. If you would prefer to open all windows, including popups, as new tabs, you need to tell Firefox in about:config. Search for <em>newwindow</em> and you will see three entries. Of those three entries, you will want to modify:</p> <p><em>browser.link.open_newwindow.restriction</em>: Change this to 0.</p> <h2>4: Spell checking in all fields</h2> <p>By default, Firefox checks spelling only in multiple-line text boxes. You can set it to check spelling in all text boxes. Search for <em>spellcheckdefault</em> and you should see:</p> <p><strong>layout.spellcheckDefault</strong>: Change this to 2.</p> <h2>5: Open search bar results in new tab</h2> <p>When you use the search bar, the results display in the current tab. This can be a nuisance because you will navigate out of the page you are currently in. To make sure Firefox always opens search results in a new tab, search for <em>openintab</em> and you should see:</p> <p><strong>browser.search.openintab</strong>: Change this to true.</p> <h2>6: Auto export bookmarks</h2> <p>In Firefox 3, bookmarks are automatically saved and exported for you. The only problem is that by default, they’re saved as places.sqlite instead of the more convenient bookmarks.html. To change this setting so that they can be easily re-imported, search for <em>autoExportHTML</em> and you should see:</p> <p><strong>browser.bookmarks.autoExportHTML</strong>: Change this to true.</p> <h2>7: Disable extension install delay</h2> <p>One of the few gripes I have with Firefox is the silly countdown you must endure every time you want to install an extension. Fortunately, this can be disabled. Search for <em>enable_delay</em> and you should see:</p> <p><strong>security.dialog_enable_delay</strong>: Change this to 0.</p> <h2>8: View source code in an external editor</h2> <p>When you need to view the source of a page, it opens up in browser popup. Most developers would probably like to have that opened in their favorite editor instead of having to cut and paset. To do this, there are two entries to modify. Search for <em>view_source.editor</em> and you will see:</p> <p><strong>view_source.editor.external</strong>: Change this to true.</p> <p><strong>view_source.editor.path</strong>: Change this to the explicit path to your editor of choice.</p> <h2>9: Get more add-on search results</h2> <p>When you do a search in the Add-on window, you’ll see just five results. You might find it more efficient to increase this number. Search for <em>getAddons</em> and you should see:</p> <p><strong>extension.getAddons.maxResults</strong>: Change this to 10 (or higher, if you want to see even more).</p> <h2>10: Redefine the Backspace button</h2> <p>Did you know you can configure Firefox to use the backspace button to either go back a page or go up a page? This keeps power users from having to go back and forth from the keyboard to the mouse. Search for <em>backspace</em> and you will see:</p> <p><strong>browser.backspace_action</strong>: Change this to 0 for previous page and 1 for page up.</p><br />Source: <a href="http://blogs.techrepublic.com.com/10things/?p=719">Jack Wallen, Techrepublic.com</a><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4433653551779976398-6823405305896857409?l=personalpcpro.com%2Fblogger%2Fblog.html'/></div>personalpcprohttp://www.blogger.com/profile/06847514441508228655noreply@blogger.comtag:blogger.com,1999:blog-4433653551779976398.post-45262922271531114362009-07-02T21:42:00.002-04:002009-07-02T21:46:32.113-04:00Fake e-mails to patch Outlook lead to malware<span style="font-family:Arial,Sans-serif;font-size:85%;color:black;"><b>All Windows users need to be aware that Microsoft never links to downloads in its e-mail messages, but always requires a visit to a security bulletin landing page to download a patch.</b><br /><br />If you receive an e-mail containing a link promising to upgrade Microsoft Outlook or Outlook Express, you should simply delete the message to avoid being nailed by a Trojan horse.<br /><br /></span><span style="font-family:Arial,Sans-serif;font-size:85%;color:black;">These fake Outlook patch alerts have affected PC users worldwide. As the Sophos <a linkindex="112" href="http://windowssecrets.com/links/$P20d/74d9c7h/?url=www.sophos.com%2Fblogs%2Fsophoslabs%2F%2F%3Fp%3D4889">blog</a> explains, if you follow the instructions in the bogus message, it results in your running nasty hacker code.<br /><br />Actual security bulletin notices from Microsoft are quite dull. They never include direct links to the downloadable patch. Instead, they require you to go to a bulletin landing page. Most importantly, they're always signed with a PGP signature. (See Figure 1.)<br /><br /> <img src="http://download.windowssecrets.com/images/wsn/W20090702-Security.gif" title="Microsoft security bulletin e-mail" alt="Microsoft security bulletin e-mail" align="left" border="0" height="266" hspace="0" vspace="3" width="425" /><br /> <b> Figure 1. Microsoft's security-bulletin e-mails are always identified as PGP SIGNED.</b><br /><br /> When in doubt, always download patches directly from the <a linkindex="113" href="http://windowssecrets.com/links/$P20d/b968cch/?url=update.microsoft.com">Microsoft Update site</a>. Even considering the recent problems with update notifications that don't always appear in Windows as expected — see this week's <a linkindex="114" href="http://windowssecrets.com/2009/07/02/04-Fake-e-mails-to-patch-Outlook-lead-to-malware/#story1">Top Story</a> for details — you should always download updates for Windows and other Microsoft software only from Microsoft servers.</span><br /><br />Source: <a style="font-weight: bold;" href="http://windowssecrets.com/2009/07/02/04-Fake-e-mails-to-patch-Outlook-lead-to-malware/#patch0"><span style="font-family:Arial,Sans-serif;font-size:85%;color:black;">Windows Secrets</span></a><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4433653551779976398-4526292227153111436?l=personalpcpro.com%2Fblogger%2Fblog.html'/></div>personalpcprohttp://www.blogger.com/profile/06847514441508228655noreply@blogger.comtag:blogger.com,1999:blog-4433653551779976398.post-12052448337761648992009-06-25T09:51:00.001-04:002009-06-25T09:53:56.667-04:00Transpose Excel data from rows to columns, or vice versa<div class="entry"> <p><em>When you need to flip-flop data in an Excel worksheet, don’t waste time doing it manually. Excel offers a handy Transpose option that will quickly take care of the task.</em></p> <h3> <hr size="2"></h3> <p>Here’s a tip that eliminates the need to rekey data. Suppose you’ve entered your data with three column headings running across Row 1 and four row headings running down Column A, like the ones shown in <strong>Figure A</strong>.</p> <h4>Figure A</h4> <p><img title="transpose" src="http://i.i.com.com/cnwk.1d/i/tr/downloads/images/excel_tricks/10_excel_tricks_p.png" alt="transpose" height="268" width="469" /></p> <p>After working with the data for a while, you decide you’d rather have the current set of row labels (months) running across the columns. Whatever you do, don’t even think about rekeying the data.</p> <p>You’ll find the best solution on the Paste Special menu. Start by selecting and copying your entire data range. Click on a new location in your sheet, then go to Edit | Paste Special and select the Transpose check box, as shown in <strong>Figure B</strong>. Click OK, and Excel will transpose the column and row labels and data, as shown in <strong>Figure C</strong>.</p> <h4>Figure B</h4> <p><img title="paste special" src="http://i.i.com.com/cnwk.1d/i/tr/downloads/images/excel_tricks/10_excel_tricks_q.png" alt="paste special" height="437" width="481" /></p> <h4>Figure C</h4> <p><img title="insert data" src="http://i.i.com.com/cnwk.1d/i/tr/downloads/images/excel_tricks/10_excel_tricks_r.png" alt="insert data" height="268" width="469" /></p> <h2>Note</h2> <p>You aren’t limited to using the Paste Special | Transpose option to rearrange multiple rows and columns of data. It works just as well when you need to turn a single row of labels into a column, or vice versa.</p> </div><br />Source: <a href="http://blogs.techrepublic.com.com/msoffice/?p=630&amp;tag=nl.e101">Tech Republic</a><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4433653551779976398-1205244833776164899?l=personalpcpro.com%2Fblogger%2Fblog.html'/></div>personalpcprohttp://www.blogger.com/profile/06847514441508228655noreply@blogger.comtag:blogger.com,1999:blog-4433653551779976398.post-84527077087321663942009-06-11T19:47:00.002-04:002009-06-11T19:50:26.507-04:00Two new Mac attacks surface<div class="cnet-image-div image-large float-none" style="width: 548px;"><img class="cnet-image" src="http://i.i.com.com/cnwk.1d/i/bto/20090611/MacAttack.png" alt="" height="271" width="548" /><p class="image-caption">This is the message visitors to the porn site get which tricks them into installing an ActiveX object to watch a video but instead downloads a Trojan.</p><span class="image-credit">(Credit: Sophos)</span></div> <p>Security experts have discovered two new attacks targeting <a linkindex="36" href="http://www.cnet.com/apple-mac.html" section="luke_topic">Mac</a> users, a new version of a worm and a Trojan hidden inside a porn site. </p><p> Sophos on Wednesday discovered a new version of the <a linkindex="37" href="http://www.sophos.com/security/analyses/viruses-and-spyware/osxtoreda.html">Mac OS X Tored worm</a>, according to a <a linkindex="38" href="http://www.sophos.com/blogs/sophoslabs/v/post/4811">Sophos blog post</a>. </p><p> <a linkindex="39" href="http://blogs.paretologic.com/malwarediaries%2findex.php%2f2009/06/09/mac-malware-is-more-popular/">On Tuesday</a>, Paretologic warned about a porn site that was downloading malware that targets both the PC and the Mac. Mac users get redirected to the pagemac.php page, which downloads a QuickTime.dmg file, the blog post says. </p><p> Sophos explained in blog post <a linkindex="40" href="http://www.sophos.com/blogs/gc/g/2009/06/10/mac-malware-adopts-porn-video-disguise/">on Thursday</a> that visitors to the malicious porn site are told they have to download an ActiveX component to view the videos. Instead, a Trojan, dubbed <a linkindex="41" href="http://www.sophos.com/security/analyses/viruses-and-spyware/osxjahlavc.html">OSX/Jahlavc</a>, gets downloaded. </p><p> "As we've <a linkindex="42" href="http://www.sophos.com/blogs/gc/g/2009/03/25/apple-mac-malware-caught-camera/">demonstrated before</a>, and as we'll no doubt explain again, the Mac malware threat is real," writes Sophos security researcher Graham Cluley. "Hackers are deliberately planting malicious code on Web sites, and using social engineering tricks to fool you into installing it onto your computer." </p><p> An Apple spokesperson did not immediately respond to a request for comment. </p>Source: <a href="http://news.cnet.com/8301-1009_3-10263002-83.html?part=rss&amp;subj=news&amp;tag=2547-1_3-0-5">Cnet, by Elinor Mills</a><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4433653551779976398-8452707708732166394?l=personalpcpro.com%2Fblogger%2Fblog.html'/></div>personalpcprohttp://www.blogger.com/profile/06847514441508228655noreply@blogger.comtag:blogger.com,1999:blog-4433653551779976398.post-55946376281236309342009-06-11T14:48:00.003-04:002009-06-11T14:54:01.348-04:00Losing Yourself in HDTV Is a Few Tweaks Away<p>You have just unpacked the new 50-inch widescreen HDTV that you have been lusting after for months. You turn it on and that gorgeous picture that wowed you in the electronics store looks absolutely ... crummy.<br /></p> <a name="secondParagraph"></a> <p>Most likely, there’s nothing wrong with your TV; but unlike the admonition in the classic science-fiction series “The Outer Limits,” this is one time when you do need to adjust your set.</p><p>When you watched that new LCD or plasma set in the store, you saw a picture that was meant to grab your eye. The best way to do that in a bright, noisy, fluorescent-lit place is to crank up the brightness, pump up the colors and set the LCD backlight on max.</p><p>Which is the worst thing you can do when you get the TV home.</p><p>What works well in <a linkindex="40" href="http://topics.nytimes.com/top/news/business/companies/best_buy_company/index.html?inline=nyt-org" title="More information about Best Buy Company Incorporated">Best Buy</a> and <a linkindex="41" href="http://topics.nytimes.com/top/news/business/companies/wal_mart_stores_inc/index.html?inline=nyt-org" title="More information about Wal-Mart Stores Inc">Wal-Mart</a> will not give you the same enviable results at home. Your living room is (hopefully) not lighted with fluorescents. Warmer lighting demands different settings from a TV to produce pleasing, natural-looking colors and images.</p><p>Set manufacturers try to make the job easy by providing a number of preset picture modes. Variously labeled “vivid” (the one used in stores), “cinema,” “game,” and “custom,” they are attempts to take the guesswork out of getting the best picture in your home. But as every home is different, creating the right picture for your place requires a few minutes’ simple tweaking.</p><p><span class="bold">Turn Down the Lights</span></p><p>“This is the No. 1 thing to do,” said Mark Schubin, an Emmy-winning television engineer and a technical consultant for the <a linkindex="42" href="http://topics.nytimes.com/top/reference/timestopics/organizations/m/metropolitan_opera/index.html?inline=nyt-org" title="More articles about the Metropolitan Opera.">Metropolitan Opera</a>. The picture’s contrast ratio — a commonly used specification that indicates the range of brightness from white to black — is measured in absolutely pitch-black rooms. But no one’s room is absolutely pitch black, and the brighter your room, the more likely your TV will lack detail in the darker parts of an image. If you cannot lower your room’s lighting, make sure that direct light does not hit the screen, it will wash out the picture.</p><p>LCD TVs create their images with a fluorescent or LED backlight; typically they are turned to their maximum setting at the factory. Gary Merson, owner of <a linkindex="43" href="http://hdtvguru.com/" target="_">HDTVGuru.com</a>, recommends turning them down to at least half that level.</p><p><span class="bold">Set the Brightness</span></p><p>A picture’s black level is controlled by the TV’s brightness adjustment; it needs to be set dark enough so that the screen displays rich, deep blacks. Set too low, many images will lose their detail. Set the black level too high, the picture will look muddy.</p><p>Black level is important because the truer the blacks, the greater the perceived sharpness of the TV image. A muddy picture will look less sharp than one that has true blacks.</p><p>To get the proper black level, you can use a PLUGE pattern, which typically consists of six vertical bars of varying black levels. Turn the picture level down until one of the bars disappears against the background. PLUGE patterns, and other patterns discussed here, are available on a variety of TV tuning discs.</p><p>Users can choose Digital Video Essentials, created by the industry expert Joe Kane, or the Avia II Guide to Home Theater. In addition, more than 300 DVD and Blu-ray movies, like “The Abyss,” the Indiana Jones series, and “Titanic,” include a range of calibration patterns created by THX, the company whose familiar certification logo precedes many movies (for a complete list go to <span class="bold"><a linkindex="44" href="http://thx.com/home/dvd" target="_">thx.com/home/dvd</a></span>).</p><p>If you prefer to wing it, you can make the adjustments without buying a calibration disc. For example, while watching a dark scene in a movie, turn the brightness/picture control down until the detailed areas in a dark part of the frame disappear, then turn it back up until you can just make out some detail.</p><p><span class="bold">Adjust the Contrast</span></p><p>Now that you have set the picture’s black level, you can maximize the image’s whites using the contrast control. The trick is to adjust the set to get the best white level while still maintaining detail in the whites. You don’t want the whites to be so intense that, when you look at a bright scene, it looks as if you’re in a whiteout on a ski slope.</p><p>Again, the simplest way to do the adjustment is to use a pattern on a tuning disc or as part of a THX-certified DVD. Otherwise, find a bright scene on a movie — a woman’s white wedding dress, for example — and adjust the contrast control so the dress retains detail, like fabric folds or buttons, without becoming a mass of indistinguishable white.</p><p><span class="bold">Keep the Color in Check</span></p><p>Most sets display colors that are much more saturated than in real life, making the world look like a comic book. At first, softer, natural colors may look too muted, but after a few days you will find them more pleasing.</p><p>Adjust the color control until people look the way you would expect them to in real life: Turn the color down until it almost disappears, then raise it until you get to the desired level.</p><p>Next, look at some grass and make sure the greens look correct. If not, you may need to tweak the color control. Because the color and the hue controls interact, it may be necessary to go back and forth between the two until you get the color right.</p><p>If you can’t tell one face from another or have no idea what color grass really is, color bars on the testing discs help automate the process. To make it work, you adjust the color control while looking at a series of differently colored bars through a blue filter, until the entire pattern looks uniform.</p><p>Filters are included with tuning discs; if you use a THX pattern on a DVD, you can buy blue filter glasses for $2 from THX’s Web site.</p><p><span class="bold">Note the Time of Day</span></p><p>The settings you have created will be appropriate for the time of day that they were made. If you did the settings during the brightest part of the day, the contrast control will need to be lowered at night. All other controls should be able to remain the same.</p><p><span class="bold">Consider the Source</span></p><p>On many modern TVs, setting the picture controls when watching a DVD or Blu-ray disc will not affect the settings when you move to another input, like satellite TV. In that case, you will need to readjust the settings for that other program source. As long as you have written down the settings, that should be simple.</p><p><span class="bold">Save Some Money</span></p><p>Now that you have spent several thousand dollars on a new flat-panel TV and a surround sound system, you may be tempted to kick in a few hundred more to buy top-of-the-line cables to connect every component.</p><p>One word of advice: don’t.</p><p>“Cheap cables that cost 75 cents per foot work as well as those that cost $100 per foot,” said Mr. Kane. “With the latest HDMI cables, if you see a picture and hear the sound, you know it works.”</p><br />Source: <a href="http://www.nytimes.com/2009/06/11/technology/personaltech/11basics.html?_r=1&amp;8cir&amp;emc=cirb1">By ERIC A. TAUB, NY Times</a><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4433653551779976398-5594637628123630934?l=personalpcpro.com%2Fblogger%2Fblog.html'/></div>personalpcprohttp://www.blogger.com/profile/06847514441508228655noreply@blogger.comtag:blogger.com,1999:blog-4433653551779976398.post-17496474134622485322009-06-11T14:29:00.002-04:002009-06-11T14:32:20.661-04:00Big-name sites spread latest malware infections<span style=";font-family:Arial,Sans-serif;font-size:85%;color:black;" ><b>Going by such names as Gumblar, JSRedir-R, Martuz, and Beladin, a new generation of malware has managed to surreptitiously place malicious JavaScript code on tens of thousands of popular Web sites.</b><br /><br />The hacker scripts try to infect site visitors and then attempt to use their compromised PCs to spread the infection to yet other sites.<br /><br />Over the past month, the security services <a linkindex="111" href="http://windowssecrets.com/links/$P20d/97bebbh/?url=blog.scansafe.com%2Fjournal%2F2009%2F5%2F8%2Fgoogle-serps-redirections-turn-to-bots.html">ScanSafe</a> and <a linkindex="112" href="http://windowssecrets.com/links/$P20d/233234h/?url=www.sophos.com%2Fblogs%2Fgc%2Fg%2F2009%2F05%2F14%2Fmalicious-jsredir-javascript-biggest-malware-threat-web%2F">Sophos</a> have reported infections on such major Web sites as ColdwellBanker.com, Variety.com, and Tennis.com. Niels Provos <a linkindex="113" href="http://windowssecrets.com/links/$P20d/79ff09h/?url=googleonlinesecurity.blogspot.com%2F2009%2F06%2Ftop-10-malware-sites.html">reported</a> in the Google security blog on June 3 that sites infected with Gumblar numbered about 60,000. Visitors became susceptible to infection simply by opening the sites in Internet Explorer.<br /><br />After the script infects a PC, it attempts to spread its code to any Web site accessible via that machine's FTP client, if one is present. Webmasters often use FTP to make changes to the sites they manage. If FTP software is configured to save a webmaster's sign-in information, the malware can edit itself into a Web site's pages.<br /><br />Once a PC is running this class of malware, the hacker code tries to trick the user into opening infected PDF and Flash files. If the PC has an unpatched version of Adobe Reader, Acrobat, or Flash, opening an infected file can install a keylogger or other malware. In the case of Gumblar, Google search results in an Internet Explorer window are rewritten — in a way that end users may not notice — so the links point to hacker sites laden with infected PDF and Flash.<br /><br />Security firms have made efforts to block domains that serve as malware destinations in this latest round of attacks. But the bad guys quickly move to substitute other domains in what has been compared to a game of Whack-a-Mole.<br /><br />Meanwhile, it's not so easy to shut down a well-known, legitimate site that's infected (although many such sites have quickly been cleaned up). You can't protect yourself simply by visiting only "trusted" sites, because there's no easy way for an end user to determine whether a legitimate site is infected.<br /><br />Fortunately, you can stack the odds in your favor by following the guidelines in the Windows Secrets <a linkindex="114" href="http://windowssecrets.com/links/$P20d/7b4be0h/?url=windowssecrets.com%2Freviews%2Fsecurity-baseline%2F">Security Baseline</a>:<br /><br /></span> <ul style="padding: 0pt; margin-left: 17px;" type="square"><li><span style=";font-family:Arial,Sans-serif;font-size:85%;color:black;" > <b>Step 1:</b> Use a hardware firewall.<br /></span> </li><li><span style=";font-family:Arial,Sans-serif;font-size:85%;color:black;" > <b>Step 2:</b> Install a set of security software.</span> </li><li><span style=";font-family:Arial,Sans-serif;font-size:85%;color:black;" > <b>Step 3:</b> Scan your system regularly with a software-update service (more on these <a linkindex="115" href="http://windowssecrets.com/2009/06/11/01-Big-name-sites-spread-latest-malware-infections/#services">below</a>).<br /></span> </li><li><span style=";font-family:Arial,Sans-serif;font-size:85%;color:black;" > <b>Step 4:</b> Use Mozilla's Firefox or Google's Chrome browser, both of which are more secure than Internet Explorer.</span></li></ul><br /><br />Source: <a href="http://windowssecrets.com/2009/06/11/01-Big-name-sites-spread-latest-malware-infections/#story1">Windows Secrets Newsletter</a><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4433653551779976398-1749647413462248532?l=personalpcpro.com%2Fblogger%2Fblog.html'/></div>personalpcprohttp://www.blogger.com/profile/06847514441508228655noreply@blogger.comtag:blogger.com,1999:blog-4433653551779976398.post-77914668207468433262009-05-17T12:29:00.002-04:002009-05-17T12:33:49.413-04:00Powerpoint Patch for WindowsMicrosoft issued a patch for critical vulnerabilities in PowerPoint this week after a bit of a wait. Mac users will continue to wait, however. PowerPoint's vulnerability was widely known and there apparently were others kept under wraps until Microsoft could issue a patch. Attackers looking to take advantage of the flaw did so by tricking users into opening a PowerPoint file, either by email or other means. Opening the file allowed malicious code to be injected.<br /><br />Once injected the Trojan attempts to communicate with the Windows update site as a check for an internet connection. Once an internet connection is established, the Trojan sends computer identification and location information (computer name, IP address, OS), performs a directory search, lists the contents of the system, and downloads an update or additional malware.<br /><br />In short, the virus tells a hacker exactly what's on a victim's computer, and the hacker decides whether or not to take action based on that information.<br /><br />Microsoft has released a patch applicable to all versions of PowerPoint back to 2000. It should be available via Windows update or by clicking "Check for Updates" in the help menu of PowerPoint. <br /><br />Mac users running 2004 or 2008 versions will have to wait as the patch for those versions are still in development. Until then security experts recommend caution when opening PowerPoint files from unknown or suspicious sources. Microsoft rates the vulnerability as critical.<br /><br />Source: <a title="http://www.securitypronews.com/insiderreports/insider/spn-49-20090515PowerPointPatchedExceptOnMacs.html" href="http://www.securitypronews.com/insiderreports/insider/spn-49-20090515PowerPointPatchedExceptOnMacs.html">SecurityProNews</a><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4433653551779976398-7791466820746843326?l=personalpcpro.com%2Fblogger%2Fblog.html'/></div>personalpcprohttp://www.blogger.com/profile/06847514441508228655noreply@blogger.comtag:blogger.com,1999:blog-4433653551779976398.post-48318646342911786732009-05-14T22:10:00.001-04:002009-05-14T22:11:51.393-04:00Fake Infection Warnings Can Be Real Trouble<div class="articleBodyContent"><p>Michael Vana knew something was up when he saw the pop-up from "Antivirus 2009" in the middle of his screen. The former Northwest Airlines avionics technician guessed that the dire warning of a system infection was fake, but when he clicked on the X to close the window, it expanded to fill his screen. To get rid of it, he had to shut down his PC.</p><p>Sound familiar? Dirty tricks like these, designed to get you to install and buy fake antivirus products, are more common than ever. (For advice on how to proceed if you've installed a phony antivirus on your PC, see "<a linkindex="102" href="http://www.pcworld.com/businesscenter/article/153810/antivirus_2009_how_to_remove_fake_av_software.html">Antivirus 2009: How to Remove Fake AV Software</a>.") But while you might recognize such warnings as bogus, you might not know that the fake warning could be a red alert about an underlying bot malware infection. Knowing the difference is key.</p><p>"It's not something you even blink at anymore," says Christopher Boyd, senior director of malware research for communications security company FaceTime Communications, of requests for help in dealing with these <a linkindex="103" href="http://www.pcworld.com/businesscenter/article/156010/fake_antivirus_peddlers_helped_by_microsoft_irs.html">warning pop-ups</a>. </p><p>The increased incidence of these pop-ups is due to more crooks going after easy money from shady affiliate programs, which pay a huge cut of the profits--up to 90 percent--for every person who mistakenly forks over money for a fake program, regardless of what in­­duced them to pay. Often, the inducement comes from a malicious Web site that uses JavaScript tricks to toss up a bunch of pop-ups, or even resize the viewer's browser window, to create something that looks like a real antivirus scan. </p><p>You might reach such a site by using a bad search link, like the one Boyd clicked for a free online Batman game. He got redirected to a site that took over his browser to display a fake AV scan, which then found (fictitious) critical infections that could be fixed by purchasing the rogue antivirus program. </p><p>If a site merely hijacks your browser, you don't have to worry too much: The pop-ups or fake scanner windows don't cause lasting damage, Boyd says. You might be prevented from closing the window, as Michael Vana was, but you can usually bring up the Windows Task Manager with Ctrl-Alt-Delete and close your browser that way. Sometimes just hitting Alt-F4 will shut it down.</p><p>"To do this, [the fake site] uses real code, and doesn't generally exploit a hole," Boyd says. As long as you don't pan­ic and install the pushed program, no real harm occurs.</p><h2 class="articleBodyContentSubHed">Bot-Based Fake Antivirus</h2><p>Unfortunately, the other way you might en­­counter a fake antivirus program is far worse.</p><p>Joe Stewart, a director of malware research with SecureWorks, a security services company for businesses, tracks bot malware for a living. Criminals use bot-infected computers, sometimes <a linkindex="104" href="http://www.pcworld.com/businesscenter/article/157915/new_botnets_replace_vanquished_pests.html">gathered into huge networks (called botnets)</a> of a hundred thousand or more systems, to send spam across the globe. But they also use bots to download rogue antivirus programs and other malware onto a victim's PC.</p><p>"It's a proven way of monetizing a botnet," says Stewart. "Just about anybody with an already-deployed botnet is potentially looking at this as a way to make extra money." </p><p>According to Stewart, crooks make that money either by getting someone to download a supposed trial version of the rogue AV--co-opting a legitimate software sales technique--or by installing that software behind-the-scenes with a bot. </p><p>Once installed, the rogue typically uses highly aggravating techniques, such as changing the Windows desktop background to warn of a supposed infection and displaying constant other warnings, to push you to buy the full version of the software. </p><p>You might know not to download rogue AV in response to a spurious browser pop-up. But when instructed to download it by a malicious controller, a hidden bot will never give you the chance to apply your good sense. </p><p>If you follow basic security precautions, such as keeping your bona-fide antivirus software up-to-date and being <a linkindex="105" href="http://www.pcworld.com/article/156698/the_five_most_dangerous_security_myths_myth_5.html">careful with e-mail attachments and downloads</a>, you can significantly reduce the odds of getting infected with a bot or other malware. But if you do see pop-ups or other fake warnings from rogue AV on your computer, it's a good idea to try to determine whether it's from a site or from actual software installed by a bot (or by someone else who uses the PC).</p><h2 class="articleBodyContentSubHed">Possibilities Endless</h2><p>There are many variations on the fake software scam, and crooks' tactics vary, so there is <a linkindex="106" href="http://www.pcworld.com/article/158734/spotting_a_pc_infection.html">no universal indicator that one is present</a>. But watch out for warnings that persist after you reboot your PC, especially if you see them before you open your browser. Seeing an unfamiliar warning icon in your system tray is another bad sign, particularly if you can't right-click it and make it go away. And if your desktop background has changed, you're definitely infected with the rogue antivirus, says Boyd.</p><p>As to the source of this garbage, here's a clue. One variety that Stewart examined, then called "Antivirus XP 2008," would first check the PC's system configuration to see whether it was located in a country with many ethnic Russians. It would also examine the user's Internet Explorer for visits to the Russian version of Google. If it encountered any such evidence, the installer would immediately quit without afflicting the potential victim. According to Stewart, that's "enough to pretty much guarantee that Russian-speaking users will not ever see an Antivirus XP 2008 install." But Internet users outside of the former Eastern Bloc had better watch out.</p></div><br /><br />Source: <a href="http://www.pcworld.com/article/159316/article.html?tk=nl_coxblg">Erik Larkin, PC World</a><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4433653551779976398-4831864634291178673?l=personalpcpro.com%2Fblogger%2Fblog.html'/></div>personalpcprohttp://www.blogger.com/profile/06847514441508228655noreply@blogger.comtag:blogger.com,1999:blog-4433653551779976398.post-55856163298469035262009-04-20T18:51:00.002-04:002009-04-20T18:54:34.166-04:00Sort Outlook E-mails with SenderOK Plug-In<p>Outlook users, have hope. <a linkindex="109" href="http://www.pcworld.com/downloads/file/fid,76870-order,3/description.html">SenderOK</a> can help you dig your way out from your e-mail avalanche. This free add-in integrates directly into Outlook 2003 and 2007, and gives you a variety of tools for cutting through e-mail clutter. Spend just a little time with it, and you'll likely get a productivity boost.</p> <p><span class="image large"><img src="http://images.pcworld.com/reviews/graphics/162099-SenderOK_350.jpg" alt="" /></span></p> <p>When you first install SenderOK, it analyzes all of your sent and received e-mail. Based on the patterns of what it finds, it determines who are those most important people with whom you communicate, and what types of messages are most important to you. Based on that, it sorts incoming email into different folders depending on their level of importance: Routine, Important, and VIP. That way, you can see at a glance what e-mail you need to pay attention to. You can also give it specific instructions, such as to always put e-mail from your boss in the VIP folder. The program continues to learn from your behavior what is important and what isn't, so that the longer you use it, the more effective it becomes.</p> <p>SenderOK does much more as well. It shows you a history of all of your e-mail exchanges--both by thread and by person--including attachments sent and received. It also alerts you to incoming mail, both with balloon tips, and with voice notification. You'll likely want to turn off the voice notification, because it quickly gets annoying. The voice itself is fine, but you use this add-in because your e-mail is already overwhelming.</p> <p>Any Outlook users suffering from e-mail overload will want to give SenderOK a try--and that means most of us.</p><br /><br />Source: <a href="http://www.pcworld.com/article/162099/article.html?tk=nl_ptxblg">Preston Gralla - PC World</a><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4433653551779976398-5585616329846903526?l=personalpcpro.com%2Fblogger%2Fblog.html'/></div>personalpcprohttp://www.blogger.com/profile/06847514441508228655noreply@blogger.comtag:blogger.com,1999:blog-4433653551779976398.post-26073771421541729322009-03-20T17:18:00.003-04:002009-03-20T17:21:48.333-04:00Gmail offers 'undo' email optionThe folks at Gmail Labs obviously dedicate a healthy amount of brainpower to the prevention of regrettable emails sent through their service.<div id="body"> <p><img src="http://regmedia.co.uk/2007/10/24/gmail_logo_75.jpg" alt="Gmail logo" align="left" height="75" width="75" /></p> <p>Custodial hearts at Google who've brought us <a linkindex="26" href="http://www.theregister.co.uk/2008/10/08/gmail_mail_goggles_feature/">Mail Goggles</a> to stave off late-night drunken e-correspondence have now introduced an Undo Send option to their web-based email lineup.</p> <p>Gmail's User Experience Designer Michael Leggett <a linkindex="27" href="http://gmailblog.blogspot.com/2009/03/new-in-labs-undo-send.html" target="_blank">illustrates</a> the team's M.O.:</p> <p>"Sometimes I regret sending a message the morning after. Other times I send a message and then immediately notice a mistake. I forget to attach a file or email the birthday girl that I can't make her surprise party. I rush to close my browser or unplug the Internet - but Gmail almost always wins that race."</p> <p>Enabling the Undo Send option gives the user a scant five seconds to let wiser heads prevail. The catch is that Undo Send doesn't kill an email that's already been sent, but instead just holds the message while the five-sec clock ticks down.</p> <p>To this reporter, that doesn't sound like enough time to dismiss an ill-sent email - but Leggett claims that even just five seconds does the trick for him and already has saved him several times.</p> <p>Undo Send was developed by Yuzo Fujishima, a Google engineer in the company's Tokyo office.</p> <p>Gmail users can switch on Undo Send in Gmail Labs under settings. The rest is pretty easy - if you're quick:</p> <h3>1) Click 'enable' on GMail Labs tab in settings.</h3> <center> <div class="CaptionedImage Center Float"><img src="http://regmedia.co.uk/2009/03/20/regrettablemessage0.jpg" alt="" height="90" width="450" /></div> </center> <h3>2) Author regrettable email message.</h3> <center> <div class="CaptionedImage Center Float"><img src="http://regmedia.co.uk/2009/03/20/regrettablemessage1.jpg" alt="" height="195" width="450" /></div> </center> <h3>3) Realize you've made a big mistake within five seconds.</h3> <center> <div class="CaptionedImage Center Float"><img src="http://regmedia.co.uk/2009/03/20/regrettablemessage2.jpg" alt="" height="109" width="450" /></div> </center> <h3>4) OH %&amp;@# OH %&amp;@# OH %&amp;@# ...phew!</h3> <center> <div class="CaptionedImage Center Float"><img src="http://regmedia.co.uk/2009/03/20/regrettablemessage3.png" alt="" height="105" width="450" /></div> </center> <h3>5) Atone for your wicked, wicked ways.</h3> <div class="CaptionedImage Center Float"><img src="http://regmedia.co.uk/2009/03/20/regrettablemessage4.jpg" alt="" height="192" width="450" /></div> <p>Follow <a linkindex="28" href="https://mail.google.com/mail/#settings/labs" target="_blank">this link</a> to enable Gmail's five-second grace period. ®</p> </div><br /><br />Source: <a href="http://www.theregister.co.uk/2009/03/20/gmail_undo_email_option/">Austin Modine, The Register</a><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4433653551779976398-2607377142154172932?l=personalpcpro.com%2Fblogger%2Fblog.html'/></div>personalpcprohttp://www.blogger.com/profile/06847514441508228655noreply@blogger.comtag:blogger.com,1999:blog-4433653551779976398.post-79577568662232729802008-09-02T12:52:00.004-04:002008-09-02T12:52:00.405-04:00Never Lose Your Cellphone Phonebook<a href="http://personalpcpro.com/blogger/uploaded_images/CellStik-phone-786564.jpg"><img style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://personalpcpro.com/blogger/uploaded_images/CellStik-phone-786559.jpg" border="0" /></a> A new product by Spark Technology, called Cellstick, plugs in to your cellphone and backs up your phonebook contacts. According to the product description, Cellstick "works with virtually any cell phone. It'll let you backup, enter, edit and transfer your cell phone contacts. So no matter what happens to your cell phone, your phone book survives. "<br /><div><div><br /><div>The product received a positive review from Walt Mossberg at the Wall Street Journal. According to Mossberg, Cellstick is "A smart solution that really works, and it's about as easy to use as possible... CellStik is a fast and simple solution that could save users from the frustrating ordeal of losing a cellphone and every name and number on it."<br /></div><br /><div>For more information and to see if it supports your model of cell phone, visit the website at: <a href="http://www.sparktech.com/">http://www.sparktech.com/</a></div><div> </div></div></div><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4433653551779976398-7957756866223272980?l=personalpcpro.com%2Fblogger%2Fblog.html'/></div>personalpcprohttp://www.blogger.com/profile/06847514441508228655noreply@blogger.comtag:blogger.com,1999:blog-4433653551779976398.post-65125696730904956722008-08-31T15:25:00.003-04:002008-08-31T15:50:07.434-04:00Fake News Bulletin Email Spreads MalwareSpammers and hackers have been sending out e-mail messages that look like they are coming from CNN or MSNBC as news alerts. It's easy to fall for this trick, especially if you actually have subscribed to receive news alerts via e-mail. The e-mails have included subject lines such as "CNN Alerts", "CNN.com Daily Top 10", and "Breaking News" with phony or legitimate news headlines.<br /><br />According to PC World, one example includes a link that brings users to a fake CNN site, "where they are told they need to download an update to Flash Player, Adobe System Inc. 's popular Internet media player, to view a video clip from CNN."<br /><br />"If users agreed to download the bogus Flash update, they were trapped in an endless loop, where clicking "Cancel" in the initial dialog produced a second pop-up. Clicking "Cancel" there returned the user to the first pop-up. The only options at that point were for users to shut down the browser or give in and install the malware."<br /><br />"The bogus update -- named "adobe_flash.exe," ...is actually a Trojan horse identified by security vendors as "EncPk-DA" and "Exchanger.mn" among other names. The Trojan, in turn, "phones home" to a malicious server to grab and install more malware."<br /><br />As a result of the rash of these fake e-mails, Adobe has issued the following warning: "Do not download Flash Player from a site other than Adobe.com," said David Lenoe, the company's product security program manager, in an entry on a company blog. "If you get a notice to update, it's not a bad idea to go directly to the site of the software vendor and download the update directly from the source. If the download is from an unfamiliar URL or an IP address, you should be suspicious."<br /><br />Source: PC World: <a href="http://www.pcworld.com/article/149642/article.html">Fake CNN Alert Still Spreading Malware </a>, and <a href="http://www.pcworld.com/article/149908/article.html">Fake News Bulletin Spreads Malware</a><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4433653551779976398-6512569673090495672?l=personalpcpro.com%2Fblogger%2Fblog.html'/></div>personalpcprohttp://www.blogger.com/profile/06847514441508228655noreply@blogger.comtag:blogger.com,1999:blog-4433653551779976398.post-80301232260597381952008-08-21T17:14:00.004-04:002008-08-21T18:02:57.808-04:00Easily Add Speech Bubbles to Your Photos<a href="http://personalpcpro.com/blogger/uploaded_images/316t79-763885.jpg"><img style="FLOAT: right; MARGIN: 0px 0px 10px 10px; CURSOR: hand" alt="" src="http://personalpcpro.com/blogger/uploaded_images/316t79-763882.jpg" border="0" /></a><br /><div>Adding "speech bubbles" to digital photos used to involve learning how to use a sophisticated graphics program. But now there is a free service called <a href="http://kyolo.com/">Kyolo </a>that makes it easy.<br /><br /><div><div><div>With Kyolo, all you do is upload the photo, add your choice of speech bubble shapes, enter the text you want for each bubble... and that's it. Once you are finished you can save or e-mail the updated photo. </div><br /><div><a href="http://kyolo.com/">click here to go the the site</a><br /><br /><span style="font-size:85%;">Source: <a href="http://www.downloadsquad.com/2008/07/09/its-all-bubble-talk/">Download Squad</a></span></div></div></div></div><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4433653551779976398-8030123226059738195?l=personalpcpro.com%2Fblogger%2Fblog.html'/></div>personalpcprohttp://www.blogger.com/profile/06847514441508228655noreply@blogger.comtag:blogger.com,1999:blog-4433653551779976398.post-1925063628053697632008-06-13T23:20:00.005-04:002008-06-13T23:32:54.696-04:00How to Block Cellphone SpamAre you receiving unsolicited text messages on your cellphone?<br /><br />According to Wikipedia, this practice is described as ‘mobile spamming, SMS spam or SpaSMS, but is most frequently referred to as m-spam.’<br /><br />Unlike regular e-mail spam, you have to pay for it - At least if you don't have an unlimited texting plan. Meanwhile, the spammers can send text messages from a computer’s e-mail program for free. Moreover, there are no anti-SMS spam programs you can install on your cellphone.<br /><br /><strong>But according to AT&amp;T, with a little-known cellular feature you <em>can</em> block cellular spam.<br /></strong><br />“Our customers can get onto our Web site,” he wrote, “and set their handset so that it receives no messages from the Internet, the origin of the vast majority of wireless spam.”<br /><br />“Text messages sent from the Internet are addressed as follows: [Your 10-digit wireless number]@txt.att.net.<br /><br />“What spammers try to do, of course, is attempt to guess your number, largely by trial and error. This brings me to the second capability we offer our customers. Let’s say you want to block spam, but still want to receive messages originating from the Net that you would actually find useful (airline schedules, hotel reservations, etc.). For this purpose, we let you replace your wireless number with an alias. It could be some quirky name, or whatever you like. [You share this address only with people you know.] This could disrupt the guessing game spammers play to try to discern your number and sent you their junk.<br /><br />“Though not perfect, our efforts have helped keep spam in the category of minor, though annoying, phenomenon. Thanks for listening.”<br />The beauty of this feature, of course, is that it blocks ONLY text messages from the Internet. Your friends, using cellphones, can still text you.<br />As it turns out, Verizon Wireless offers these features, too. Sprint and T-Mobile don’t go quite as far, but they do offer some text-spam filtering options. Here’s how you find the controls for each company:<br /><br />* AT&amp;T: Log in at mymessages.wireless.att.com. Under Preferences, you’ll see the text-blocking and alias options. Here’s also where you can block messages from specific e-mail addresses or Web sites.<br /><br />* Verizon Wireless: Log in at vtext.com. Under Text Messaging, click Preferences. Click Text Blocking. You’re offered choices to block text messages from e-mail or from the Web. Here again, you can block specific addresses or Web sites. (Here’s where you set up your aliases, too.)<br /><br />* Sprint: No auto-blocking is available at all, but you can block specific phone numbers and addresses. To get started, log in at www.sprint.com. On the top navigation bar, click My Online Tools. Under Communication Tools, click Text Messaging. On the Compose a Text Message page, under Text Messaging Options, click Settings &amp; Preferences. In the text box, you can enter a phone number, email address or domain (such as Comcast.net) that you want to block.<br /><br />* T-Mobile: T-Mobile doesn’t yet offer a “block text messages from the Internet” option. You can block all messages sent by e-mail, though, or permit only messages sent to your phone’s e-mail address or alias, or create filters that block text messages containing certain phrases. It’s all waiting when you log into www.t-mobile.com and click Communication Tools.<br /><br />Source: <a href="http://pogue.blogs.nytimes.com/2008/06/12/how-to-block-cellphone-spam/index.html?ref=personaltech">NY Times, David Pogue</a><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4433653551779976398-192506362805369763?l=personalpcpro.com%2Fblogger%2Fblog.html'/></div>personalpcprohttp://www.blogger.com/profile/06847514441508228655noreply@blogger.comtag:blogger.com,1999:blog-4433653551779976398.post-40861148630636213422008-06-09T11:54:00.003-04:002008-06-09T12:06:10.107-04:00Some Handy Tools & Tips for Microsoft WordMicrosoft Word is full of tools that can help you work faster and smarter—but only if you know about them. Here's some that you might not be familiar with:<br /><br /><strong>Shrink document by one page</strong>. A document whose last page is mostly blank is a waste of printer paper, especially if you have to make a lot of copies. Your letters and mailings will also look more professional if they fill the pages nicely. If Print Preview reveals a skimpy last page, click the Shrink to Fit (Word 2003) or Shrink One Page button (Word 2007). Word will tweak the fonts in the document to make it a page smaller. Don't like the results? Just press Ctrl-Z to Undo.<br /><br /><strong>Calculate in tables</strong>. Sure, you can embed an Excel worksheet in a Word document, but if you just need a few simple calculations, you can use Word's own math skills. Select a cell at the bottom of a column and click Formula on the Table Tools Layout ribbon (Word 2007), or select Formula from the Table menu (Word 2003). Word will suggest =SUM(ABOVE), but you can select among over a dozen functions. Besides choosing ABOVE, BELOW, LEFT, or RIGHT to work with all cells in the specified direction, you can reference individual cells and ranges as you do in Excel—for example, =AVERAGE(A1:C3).<br /><br /><strong>Merge to e-mail</strong>. Mail-merging to letters and envelopes is too-too 1990s, but you may still need to send a common message to a group of correspondents. That's no problem, since the familiar mail-merge feature in Word can also send e-mail messages. In Word 2007, complete your letter, click Finish &amp; Merge in the ribbon and choose Send E-mail Messages from the menu. In Word 2003 select "E-mail messages" at the very first step of the Mail Merge wizard. Either way you'll be prompted for a subject (the same for every message) and for a data field that holds e-mail addresses of the recipients.<br /><br /><strong>Compare two documents</strong>. Your newest client just returned a revised version of a contract document file but didn't mark his revisions. Is he trying to hoodwink you with sneaky changes? Rather than ruin your eyes poring over the old and new documents, have Word find the differences. In Word 2003 open the old document, choose Compare and Merge Documents from the Tools menu, and select the new document. In Word 2007 choose Compare Compare from the Review ribbon and select both the old and the new document.<br /><br /><strong>Document inspector</strong>. Your Word 2007 documents may contain a lot more information than you realize--tracked changes, comments, hidden text, private properties, and more. Distributing a document with this kind of data present can be embarrassing. To make sure you're not revealing too much in a Word 2007 document, click the Office button at the top left, point to Prepare, and click Inspect Document in the resulting menu. Word 2003 has no precise equivalent, but you can get some benefit using the Security tab of the Options dialog. Check the boxes "Remove personal information from file properties on save" and "Warn before printing, saving, or sending a file that contains tracked changes or comments."<br /><br /><strong>Built-in translator</strong>. The Research panel in both Word 2007 and Word 2003 includes an option to translate the selected text or the entire document between various languages. It's more useful when you're trying to puzzle out what a foreign-language document means than when you want to communicate your own thoughts with those who don't speak English. To see why, translate a few sentences from English to another language and then back to English.<br /><br /><strong>Create fancy equations</strong>. Sure, you can write "the electric field equals one over the electrical conductivity times the electric current density," but is a lot more compact. To insert an equation into Word 2007 choose Equation Insert New Equation from the Insert ribbon and use the tools on the Equation Design toolbar that appears. In Word 2003, it's a bit more awkward. Select Insert Object from the menu, choose Microsoft Equation 3.0, and click OK, then use the Equation toolbar that appears.<br /><br /><strong>Use math autocorrect</strong>. (Word 2007 only) All of those fancy math symbols can be available even outside the Equation Design toolbar. Click the Office button at the top left, click the Word Options button, select Proofing, click AutoCorrect Options, and check the box "Use Math AutoCorrect rules outside of math regions." Now you can type \aleph to insert an aleph (ℵ), \int for an integral sign (∫) or even type \quadratic to insert the entire quadratic equation (x=(-b±√(b^2-4ac))/2a).<br /><br />Source: PC Magazine, <a href="http://www.pcmag.com/author_bio/0,1908,a=184,00.asp">Neil J. Rubenking</a><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4433653551779976398-4086114863063621342?l=personalpcpro.com%2Fblogger%2Fblog.html'/></div>personalpcprohttp://www.blogger.com/profile/06847514441508228655noreply@blogger.comtag:blogger.com,1999:blog-4433653551779976398.post-48960067310186754262008-04-03T18:50:00.005-04:002008-04-03T19:02:41.748-04:00Problem with 2008 Holidays in Outlook 2003If you're using Microsoft Outlook 2003 you might have noticed that you can only add holidays through 2007. Here is a solution from the New York Times Personal Tech Column:<br /><br />The ability to mark holidays for your particular country or region on your personal calendar is a handy feature of <a title="More information about Microsoft Corporation" href="http://topics.nytimes.com/top/news/business/companies/microsoft_corporation/index.html?inline=nyt-org">Microsoft</a>’s Outlook program. But you don’t have to be stuck in time if you’re sticking with Outlook 2003. Microsoft has issued a software patch for Outlook 2003 that lets you add holidays through 2012. You can download and install the update at <a href="http://snipurl.com/22r1s" target="_">snipurl.com/22r1s</a>.<br />If you encounter problems installing the update, Microsoft has a technical support document at <a href="http://support.microsoft.com/kb/924423" target="_">support.microsoft.com/kb/924423</a>. Outlook’s official blog explains how to add your own custom holidays to your calendar at <a href="http://snipurl.com/22r2n" target="_">snipurl.com/22r2n</a>.<br /><br />On the Mac side, Entourage users can add holidays to their calendars by going to the File menu to Import and choosing the “Import Holidays” option in the box. Mac users looking to add holiday calendars for <a title="More information about Apple Inc." href="http://topics.nytimes.com/top/news/business/companies/apple_computer_inc/index.html?inline=nyt-org">Apple</a>’s iCal program can download and subscribe to a variety of different dates at <a href="http://apple.com/downloads/macosx/calendars" target="_">apple.com/downloads/macosx/calendars</a>.<br /><br />Covering sporting events, SAT testing dates, Blu-ray disc releases and even Belgian school holidays, the iCalShare site also offers 2,500 calendars for download at <a href="http://icalshare.com/" target="_">icalshare.com</a>. The files are compatible with Microsoft Works and other programs using the iCalendar standard.<br /><br />The online calendars offered by <a title="More information about Yahoo! Inc." href="http://topics.nytimes.com/top/news/business/companies/yahoo_inc/index.html?inline=nyt-org">Yahoo</a> and <a title="More information about Google Inc." href="http://topics.nytimes.com/top/news/business/companies/google_inc/index.html?inline=nyt-org">Google</a> also let you add holidays to your digital datebook. For Yahoo, click on “Calendar Options” on the right side of the screen, and then on “Time Guides” to get to the “Add/Edit Holidays” link. For Google, click on the tiny “Manage Calendars” link on the bottom left side of the screen. Click the Calendars tab and then on the “Add Calendar” button to get to the link for “Holiday Calendars.”<br /><br />Source: <a href="http://www.nytimes.com/2008/04/03/technology/personaltech/03askk-001.html?ex=1364875200&amp;en=ee9a5abad54934ab&amp;ei=5124&amp;partner=permalink&amp;exprod=permalink">NYT </a>(By J.D. BIERSDORFER)<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4433653551779976398-4896006731018675426?l=personalpcpro.com%2Fblogger%2Fblog.html'/></div>personalpcprohttp://www.blogger.com/profile/06847514441508228655noreply@blogger.comtag:blogger.com,1999:blog-4433653551779976398.post-82435021120439483662008-03-27T17:16:00.002-04:002008-03-27T17:22:17.749-04:00Wireless Headset for Internet Phone CallsWireless Headset for Internet Phone Calls<br />By ROY FURCHGOTT<br />Published: March 27, 2008<br />The <a title="Logitech" href="http://www.nytimes.com/mem/MWredirect.html?MW=http://custom.marketwatch.com/custom/nyt-com/html-companyprofile.asp&amp;symb=LOGI">Logitech</a> ClearChat wireless headset, which the company says is the first of its kind with Internet calling in mind, is also meant to be faux-pas-proof.<br /><br />The addition of an unusual feature can keep you from speaking out of turn. When the headset is muted, the microphone glows red. This confirms that the microphone is off, so you won’t have to ask, “Can you hear me now?” They can’t.<br />This stereo headset, with a retail price of $100, has over-the-ear padded phones and a boom microphone. Compatible with Macs and PCs, it requires no setup, although a small receiver will occupy one of your computer’s U.S.B. ports.<br /><br />The headset broadcasts over the 2.4-gigahertz band, just like many portable phones, and Logitech estimates that the signal will carry more than 30 feet. The microphone has noise canceling to diminish background sound, so people can hear you clearly when they are supposed to.<br /><br />Source: <a href="http://www.nytimes.com/2008/03/27/technology/personaltech/27headset.html?ex=1364356800&amp;en=7858d001cecf58b8&amp;ei=5124&amp;partner=permalink&amp;exprod=permalink">NY Times</a><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4433653551779976398-8243502112043948366?l=personalpcpro.com%2Fblogger%2Fblog.html'/></div>personalpcprohttp://www.blogger.com/profile/06847514441508228655noreply@blogger.comtag:blogger.com,1999:blog-4433653551779976398.post-89213326493820082082008-03-05T00:38:00.004-05:002008-03-05T00:42:50.006-05:00Cell Phone Headsets for only $4Studies show that the use of hands-free devices greatly improves a driver’s concentration, subsequently decreasing the risk of injuries and deaths.<br /><br /><a href="http://freeheadset.org/">FreeHeadset.org</a> is an organization dedicated to promoting cell phone safety by distributing high quality cell phone headsets for only $3.94 (includes shipping and handling).<br /><br />source = "beststuff.com"<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4433653551779976398-8921332649382008208?l=personalpcpro.com%2Fblogger%2Fblog.html'/></div>personalpcprohttp://www.blogger.com/profile/06847514441508228655noreply@blogger.comtag:blogger.com,1999:blog-4433653551779976398.post-27568916010201066902008-03-05T00:36:00.002-05:002008-03-05T00:44:32.575-05:00Different greetings for different callersYouMail is a free service that lets you customize your cell phone voicemail messages. You can have one standard greeting and also a different greeting depending on who is calling you.<br /><br />YouMail, Inc. (www.youmail.com), the mobile industry's premiere consumer voicemail service, announced in September the addition of two new voicemail features to greatly expand users' control over their cellular worlds. The features -- "smart caller ID" and "personalized away messages" -- allow voicemail to be a much more effective method for personal communication.<br /><br /><strong>SMART CALLER ID </strong><br />YouMail provides enhanced notification of incoming voicemail through text messages and/or e-mails. Now when voicemails are left, YouMail's "smart caller ID" automatically tells its users not only the number of who called, but also the caller's name, and the length of the voicemail message -- all without the need for any set-up on the user's part.<br />"Caller ID information has generally been very limited on cell phones, with mobile users knowing only the phone number that left a voicemail," said Ken Brickley, VP of Marketing for YouMail. "With YouMail, users know exactly who left them voicemail, allowing them to save time by retrieving only the voicemails that matter and help verify that callers are who they say they are."<br /><br /><strong>PERSONALIZED AWAY MESSAGES </strong><br />YouMail allows users to set up personalized greetings for their callers, whether for a single caller or a group of callers like family or friends, and they can record their own outgoing messages or choose from a growing library of thousands of pre-recorded greetings. Now users who will be unavailable can quickly and easily arrange away messages for their cell phone -- akin to the similar ability in instant messaging, but tailored to different groups of people in their lives.<br />"Cell phone users often find themselves knowing they'll be unavailable or out of coverage for a period of time," said Brickley. "Now a user can simply choose an appropriate message and with a couple of clicks let their friends know they're away on vacation or out surfing, and co-workers or clients know they're in a meeting or on a plane."<br /><br /><strong>USER FEEDBACK </strong><br />Both innovations were inspired by recommendations from YouMail user feedback.<br />"YouMail is about cell phone voicemail that truly satisfies its users," said Alex Quilici, CEO of YouMail. "Whether it's knowing everything about who's leaving you messages or easily letting incoming callers know when and where you'll be out of reach, with the touch of a button you're in complete control of how you connect with everyone in your life."<br /><br /><strong>About YouMail </strong><br />YouMail replaces your cellular voicemail with a free and dramatically better voicemail system that helps you save time, simplify their life, and have fun. YouMail is transforming voicemail into something that's amazingly useful and incredibly fun, providing personalized greetings and away messages for individuals or groups of callers, a library of greetings uploaded by its users, and online voicemail access with the ability to share and save special voicemails easily. To learn more and sign up for the free YouMail service, go to www.youmail.com.<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4433653551779976398-2756891601020106690?l=personalpcpro.com%2Fblogger%2Fblog.html'/></div>personalpcprohttp://www.blogger.com/profile/06847514441508228655noreply@blogger.comtag:blogger.com,1999:blog-4433653551779976398.post-64192411132790175852008-03-05T00:26:00.002-05:002008-03-05T00:29:46.674-05:00MagicJack - A Jack That Lets Regular Phones Take Advantage of Those Cheap Internet Long-Distance RatesComputer-based phone services like Skype allow you to call friends and family free — as long as they have a PC with a sound card and a microphone. A little device called MagicJack will let you make calls from your phone to other phones in the United States for fractions of a penny a minute.<br /><br />The device costs $39.95, a price that includes a year of unlimited domestic calls; additional years cost $20. MagicJack, which looks like a U.S.B. memory stick, plugs right into your Windows PC, which immediately displays a telephone keypad. (A Mac version is planned.) Each MagicJack is assigned its own phone number, and the price includes voice mail and call waiting. You can also use the MagicJack overseas to reach numbers in the United States and receive calls from there.<br /><br />These sorts of Internet calling devices aren’t new. The MagicJack, however, has a real telephone jack on the side, letting you quickly bring almost any corded or cordless phone into the 21st century<br /><br />Source: New York Times (By JOHN BIGGS)<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4433653551779976398-6419241113279017585?l=personalpcpro.com%2Fblogger%2Fblog.html'/></div>personalpcprohttp://www.blogger.com/profile/06847514441508228655noreply@blogger.comtag:blogger.com,1999:blog-4433653551779976398.post-41572415965767211152008-03-04T18:37:00.000-05:002008-03-04T19:06:07.108-05:00New Word Document Format<div align="left">Microsoft changed the document format used by the Word program in its Office 2007 for Windows and Office 2008 for Mac software suites. The old .doc file extension used by previous versions of the program has been replaced with .docx, which refers to the Office Open XML format. (This file format was developed by Microsoft and is not to be confused with the <a href="http://openoffice.org/" target="_">OpenOffice.org</a> Productivity Suite, a set of open-source programs with their own formats.)<br />While people using the newer versions of Word can save their documents to a format that is compatible with older editions of the program, not everyone remembers to do so. You are not forced to upgrade to Word 2007 just to read these files, though, and there are a few ways to crack open a .docx file.<br />Microsoft offers its own compatibility pack that lets older versions of the Word program open and save files in Office Open XML format. An article in the company’s online knowledge base explains the process and provides a link to the compatibility pack for Word 2003, Word 2002 and Word 2000 at <a href="http://support.microsoft.com/kb/924074" target="_">support.microsoft.com/kb/924074</a>. (Some elements in a Word 2007 document may not convert properly, and an article at <a href="http://snipurl.com/1yos2" target="_">snipurl.com/1yos2</a> describes many of the things to look out for.)<br />For those using Word 2004 or Office v.X for Macintosh, Microsoft offers a free Open XML File Format Converter program that can be downloaded at <a href="http://www.microsoft.com/mac/downloads.mspx" target="_">www.microsoft.com/mac/downloads.mspx</a>.<br />If you don’t want to use Microsoft’s solutions, the Web site at <a href="http://www.docx2doc.com/" target="_">http://www.docx2doc.com/</a> offers both inexpensive Web-based file conversions and a standalone converter program. The Docx2Rtf program for Windows can also convert .docx files into rich text format (.rtf); the software is free and available to download at <a href="http://www.nativewinds.montana.com/software/docx2rtf.html" target="_">www.nativewinds.montana.com/software/docx2rtf.html</a>.</div><div align="left"><br />Source: <a href="http://www.nytimes.com/2008/02/07/technology/personaltech/07askk-001.html?em&amp;ex=1202533200&amp;en=c37b2a7924311f78&amp;ei=5087%0A">New York Times</a></div><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4433653551779976398-4157241596576721115?l=personalpcpro.com%2Fblogger%2Fblog.html'/></div>personalpcprohttp://www.blogger.com/profile/06847514441508228655noreply@blogger.comtag:blogger.com,1999:blog-4433653551779976398.post-4833745854981417352008-03-04T11:22:00.002-05:002008-03-05T00:25:25.300-05:00Convert To Digital<strong>HOME MOVIES<br /></strong>The simplest way to digitize those shoeboxes full of Super 8 movies is to use the technique perfected by movie pirates: project the image on a white wall, set up a digital camcorder on a tripod, and then shoot the film.<br />This is one case where you won’t get the best results if you make it a do-it-yourself project. The different frame rates of movie film and a camcorder could cause annoying flickering of the final image. Send your movies to a commercial transfer service like Audio Video Memories (<a href="http://audiovideomemories.com/" target="_">audiovideomemories.com</a>), Digital Transfer Systems (<a href="http://digitaltransfersystems.net/" target="_">digitaltransfersystems.net</a>), and <a href="http://just8mm.com/" target="_">Just8mm.com</a> that uses a telecine machine, a much more sophisticated version of the same home technique.<br />Movies arrive back on DVDs, ready to be imported into the PC for editing with a program like <a title="More information about Apple Computer Inc." href="http://topics.nytimes.com/top/news/business/companies/apple_computer_inc/index.html?inline=nyt-org">Apple</a>’s iMovie ($79, part of iLife ’08) for Macs, or for PCs, Adobe Premiere Elements 3.0 ($100).<br /><br /><strong>VHS TAPES</strong><br />To transfer VHS footage, which is analog, into a computer, the PC needs to receive the data digitally. One way to check if your PC is so equipped to do that is to look at the computer’s ports. If it has the familiar RCA inputs — the yellow, white, and red connectors — then it most likely is analog ready.<br />If not, analog images must first be converted to the digital format. To do so, combination VHS/DVD player/recorders are one of the simplest ways to get your home movies off your aging video tapes and onto more permanent DVDs. Available from Panasonic, <a title="More information about Sony Corporation" href="http://topics.nytimes.com/top/news/business/companies/sony_corporation/index.html?inline=nyt-org">Sony</a> and others, prices start at under $200.<br />Alternatively, connect a stand-alone VHS player to a DVD recorder to make a digital copy.<br />VHS tapes can also be recorded onto a computer’s hard drive by plugging the VCR’s output cable into a digital camcorder that offers a “pass through” mode (most do). The signal is digitized within the camcorder, and then passed on to the PC’s hard drive.<br />Sony’s $229 VRD-MC5 is specifically made to record DVD copies of VHS tapes, or recordings from any camcorder or digital video recorder, without using a PC. VCRs and camcorders are plugged into the device, which resembles a portable DVD deck.<br />If you do not own a camcorder or DVD recorder, but you have loads of valuable tapes, consider an intermediary conversion product, such as the DAC-200 ($184; <a href="http://synchrotech.com/" target="_">synchrotech.com</a>); Dazzle Hollywood DV Bridge ($300; <a href="http://omegamultimedia.com/" target="_">omegamultimedia.com</a>), and VHS to DVD 3.0 ($80; <a href="http://honestech.com/" target="_">honestech.com</a>). Each product includes hardware and software that converts analog signals to digital,.<br /><br /><strong>LPS, EIGHT-TRACKS, AND CASSETTES</strong><br />Getting your old Country Joe and the Fish albums into your PC is one of the easiest conversions to do, according to Tom Merritt, executive editor of <a href="http://cnettv.com/" target="_">CNetTV.com</a>.<br />Assuming you still have a phonograph turntable (or eight-track or cassette deck) and it is not the console type from the 1950s or earlier, plug the audio output from the turntable’s amplifier/receiver into the minimike port found on virtually all home computers.<br />While commercial audio editing software is available, Mr. Merritt recommends installing Audacity (<a href="http://audacity.sourceforge.net/" target="_">audacity.sourceforge.net</a>), a free program available for Macs, PCs and Linux/Unix machines that will manage the files, convert them into a specific format (for example, WAV or MP3), and remove clicks and crackles.<br />For those who value their time more than the fun of connecting cables and reading manuals, there are plenty of commercial companies happy to do the converting for you. <a href="http://cassettes2cds.com/" target="_">Cassettes2CDs.com</a> will convert audio and video tapes, LPs and 45s to digital format, storing the data on a CD, DVD or MP3 format for <a title="" href="http://nytimes.com.com/mp3-players/apple-ipod-fifth-generation/4505-6490_7-32069546.html?tag=api&amp;part=nytimes&amp;subj=re&amp;inline=nyt-classifier">iPod</a> use. The company does not handle 78 r.p.m. records, reel-to-reel or eight-track tapes.<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4433653551779976398-483374585498141735?l=personalpcpro.com%2Fblogger%2Fblog.html'/></div>personalpcprohttp://www.blogger.com/profile/06847514441508228655noreply@blogger.com