tag:blogger.com,1999:blog-74951215807082122102008-06-24T20:18:53.992-06:00Carone BlogJason Caronenoreply@blogger.comBlogger12125tag:blogger.com,1999:blog-7495121580708212210.post-55057130551088096612008-01-21T20:41:00.000-07:002008-01-21T20:43:32.407-07:00Remove Windows Messenger from XP<p>Tip: Easiest method to disable Messenger: C:\Program Files\Messenger and either rename the Messenger folder to something like "MessengerOLD" or just move it.</p> <ul><li><strong> Remove Messenger from XP</strong></li></ul> <p>Start/Run/RunDll32 advpack.dll,LaunchINFSection %windir%\INF\msmsgs.inf,BLC.Remove</p> <ul><li>Disable Messenger</li></ul> <p>Start/Run/gpedit.msc/Admistrative Templates/Windows Components/Windows<br />Messenger. Alter your settings in the right pane. (For Pro)</p> <ul><li>Stop Windows Messenger from Auto-Starting</li></ul> <p>Simply delete the following Registry Key:<br />HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run\MSMSGS</p> <ul><li>Uninstall Messenger</li></ul> <p>You have to edit sysoc.inf (located in /WINDOWS/inf). Under [Components] you should see the following line:</p> <p>msmsgs=ocgen.dll,OcEntry,msmsgs.inf,hide,7. Take the word ‘hide’ out of the line, and it should look like this: <span style="font-style: italic;">msmsgs=ocgen.dll,OcEntry,msmsgs.inf,,7</span>. Exit and save. Go to Add or Remove Programs, and click on Add/Remove Windows Components. There you should now be able to uncheck the MSN Messenger Service, and by clicking Next it will uninstall.</p>Jason Caronenoreply@blogger.comtag:blogger.com,1999:blog-7495121580708212210.post-85547315010454385072008-01-21T20:40:00.000-07:002008-01-21T20:41:51.453-07:00Registry Locations/Settings<p align="justify"><span style="font-family:Tahoma;font-size:85%;">Favorite folders, etc… - HKEY_CURRENT_USER\Software\Micorsoft\Windows\CurrentVersion\Explorer\Shell<br />Folders</span> </p> <p align="justify"><span style="font-family:Tahoma;font-size:85%;">Startup entries<br />- HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run</span> </p> <span style="font-family:Tahoma;font-size:85%;"><strong></strong></span>Jason Caronenoreply@blogger.comtag:blogger.com,1999:blog-7495121580708212210.post-8114713842527624212008-01-21T20:38:00.000-07:002008-01-21T20:40:40.557-07:00Make XP Smaller<span style="font-family:Tahoma;font-size:85%;">Here’s something I learned….you can make XP smaller by removing programs you don’t use…in order to do this you have to modify some system files, otherwise the uninstall option does not show up in thecontrol panel for a lot of programs (windows XP programs). Here’s how to do it: Go to the Windows folder/inf/sysoc.inf…..remove the word "hide" from all the entries in that folder. (In order to see that folder you have to enable "view all files" in tools/view/folder options.) After you do this, you will then be able to remove a whole lot of stuff using control panel….including the annoying messenger icon that always pops up. I’m not sure how small you can shrink this OS….maybe 900mb. Problem here is you have to do a large default install before you can shrink it….there may be a work-around here, but I<br />haven’t found it yet.<br /><br />WORKAROUND - Create a custom install disk using nLite - you can remove a ton of addins from the basic install.<br /></span>Jason Caronenoreply@blogger.comtag:blogger.com,1999:blog-7495121580708212210.post-90764359383215695662008-01-21T20:37:00.002-07:002008-01-21T20:38:49.806-07:00Control New Popup Windows - Websites<p align="justify"><span style="font-family:Tahoma;font-size:85%;">All of this is<br />easy to do. The trick is to manipulate the window’s components<br />through JavaScript. Here’s how to gain control over window components.<br />First, inside your script, include the window.open method, and<br />add, as arguments, the URL and a name for the new window. For<br />example, the code window.open ("http://www.pcmag.com/",<br />"PC Magazine") opens the PC Magazine Web site in a<br />new window and places the text PC Magazine in the title bar<br />of that window. You don’t actually need the title bar text,<br />but it’s useful to help orient the user, and also because by<br />using different names you can include several different windows<br />in the same HTML document.</span> </p> <p align="justify"><span style="font-family:Tahoma;font-size:85%;">Now that you have<br />the window in operation, you can tailor its components. To do<br />so, add a third argument to the window.open statement, this<br />one enclosing one or more options in one set of quotation marks.<br />(It’s important to note that if you put anything in the third<br />argument, you must spell out all of the features you want. The<br />features have default values, but if you enable only some, the<br />ones not defined will be disabled. (See The MSDN Library.)</span> </p> <p align="justify"><span style="font-family:Tahoma;font-size:85%;">These options<br />must be separated by commas, but without a space following the<br />commas. Here are the available options:</span> </p> <p align="justify"><span style="font-family:Tahoma;font-size:85%;">· channelmode—The<br />new window is displayed in theater mode and shows the channel<br />band. </span> </p> <p align="justify"><span style="font-family:Tahoma;font-size:85%;">· directories—The<br />new window displays the Links bar in IE or the Personal bar<br />in Navigator. </span> </p> <p align="justify"><span style="font-family:Tahoma;font-size:85%;">· fullscreen—The<br />new window displays the browser in full-screen mode, hiding<br />the title bar and menus. If you use this, be sure to give users<br />a button or other obvious way to close the window. </span> </p> <p align="justify"><span style="font-family:Tahoma;font-size:85%;">· height—The<br />new window’s height is set to the specified number of pixels.<br /></span> </p> <p align="justify"><span style="font-family:Tahoma;font-size:85%;">· left—The<br />new window’s position is set in pixels, relative to the top-left<br />corner of the screen. </span> </p> <p align="justify"><span style="font-family:Tahoma;font-size:85%;">· location—The<br />new window displays the address bar. </span> </p> <p align="justify"><span style="font-family:Tahoma;font-size:85%;">· menubar—The<br />new window displays the browser’s menu bar. </span> </p> <p align="justify"><span style="font-family:Tahoma;font-size:85%;">· scrollbars—The<br />new window displays vertical and horizontal scrollbars when<br />necessary (excluding them can make content inaccessible). </span> </p> <p align="justify"><span style="font-family:Tahoma;font-size:85%;">· status—The<br />new window includes a status bar at the bottom. </span> </p> <p align="justify"><span style="font-family:Tahoma;font-size:85%;">· toolbar—The<br />new window displays the browser’s toolbar (making toolbar buttons<br />such as Back and Forward available). </span> </p> <p align="justify"><span style="font-family:Tahoma;font-size:85%;">· top—The<br />new window’s position is set in pixels, relative to the top-left<br />corner of the screen. </span> </p> <p align="justify"><span style="font-family:Tahoma;font-size:85%;">· width—The<br />new window’s width is set to the specified number of pixels.<br /></span> </p> <p align="justify"><span style="font-family:Tahoma;font-size:85%;">· resizable—The<br />new window can be resized by the user. </span> </p> <p align="justify"><span style="font-family:Tahoma;font-size:85%;">Here’s an example.<br />The following code would open the PC Magazine site in a new<br />resizable window showing only the toolbar:</span> </p> <p align="justify"><span style="font-family:Tahoma;font-size:85%;">window.open("http://www.pcmag.com/",</span></p> <p><span style="font-family:Tahoma;font-size:85%;">"PC Magazine", "toolbar=yes,resizable=yes")</span> </p> <p align="justify"><span style="font-family:Tahoma;font-size:85%;">Note that the<br />value "yes" can be replaced by "1", and<br />that if you omit the value entirely the browser will assume<br />"yes" or "1".</span> </p> <p align="justify"><span style="font-family:Tahoma;font-size:85%;">The following<br />sets the height and width of the new window, makes it nonresizable<br />(by leaving out the resizable option), and displays the menu<br />bar, the location bar, and the scrollbars:</span> </p> <p align="justify"><span style="font-family:Tahoma;font-size:85%;">window.open("http://www.pcmag.com/","PC<br />Magazine",</span> </p> <p><span style="font-family:Tahoma;font-size:85%;">"menubar=yes,location=yes,scrollbars=yes,</span> </p> <p><span style="font-family:Tahoma;font-size:85%;">width=628,height=333")</span> </p> <p align="justify"><span style="font-family:Tahoma;font-size:85%;">Internet Explorer<br />and Netscape Navigator, versions 4 and later, handle the height<br />and width options differently. In IE 4 and later, you can specify<br />height, width, or both; in Navigator 4 and later you must specify<br />both in order to specify either.</span> </p>Jason Caronenoreply@blogger.comtag:blogger.com,1999:blog-7495121580708212210.post-76867170775505644702008-01-21T20:37:00.001-07:002008-01-21T20:37:52.259-07:00Set Time Automatically<span style="font-family:Tahoma;font-size:85%;">net time /setsntp:"time.nist.gov time-a.nist.gov time-b.nist.gov"</span>Jason Caronenoreply@blogger.comtag:blogger.com,1999:blog-7495121580708212210.post-381992239123621652008-01-21T20:36:00.002-07:002008-01-21T20:37:09.206-07:00Do a screen shot<p align="justify"><span style="font-family:Tahoma;font-size:85%;"><br />Press the PrtScr key (on some keyboards it’s marked "Print<br />Screen"). Windows will place an exact copy of the entire<br />screen and put it on the clipboard. From there, it’s relatively<br />easy to open Word, Paint (Start | Programs/All Programs | Accessories<br />| Paint), or any other program that understands pictures, and<br />paste the picture into a file, typically by choosing Edit |<br />Paste. Save the file and attach it to your e-mail missive to<br />the support staff. If you don’t want to take a picture of the<br />entire screen, Windows will let you snap a picture of the currently<br />active window. Just press Alt+PrtScr (hold down the Alt key,<br />then press PrtScr or Print Screen, and release both). Be sure<br />you click on the message once before hitting Alt+PrtScr, to<br />make sure the right dialog box is active.</span></p>Jason Caronenoreply@blogger.comtag:blogger.com,1999:blog-7495121580708212210.post-65667765856888304412008-01-21T20:36:00.001-07:002008-01-21T20:36:43.180-07:00Numlock in NT/2000:<p align="justify"><span style="font-family:Tahoma;font-size:85%;">Windows NT is supposed to remember the NumLock state when you log off and restore it when you log on. In the Registry key HKEY_CURRENT_USER \Control Panel \Keyboard, if the value InitialKeyboardIndicators is 2, NumLock is turned on. If that value is 0, NumLock is turned off.</span> </p>Jason Caronenoreply@blogger.comtag:blogger.com,1999:blog-7495121580708212210.post-57787814973401956622008-01-21T20:35:00.000-07:002008-01-21T20:36:00.055-07:00Backup your network settings<p align="justify"><span style="font-family:Tahoma;font-size:85%;"> <strong>Backup<br />your network settings:</strong></span> </p> <p align="justify"><span style="font-family:Tahoma;font-size:85%;">At a command prompt type: netsh -c interface dump > networksetting.txt</span></p> <p><span style="font-family:Tahoma;font-size:85%;"><strong>To restore use:<br />netsh -f networksetting.txt</strong></span> </p>Jason Caronenoreply@blogger.comtag:blogger.com,1999:blog-7495121580708212210.post-65120493181771729422008-01-21T20:34:00.000-07:002008-01-21T20:35:04.167-07:00Configuring DHCP or Static IP From the Command Line<p><span style="font-family:Tahoma;font-size:85%;"><strong>Configuring DHCP or Static IP From the Command Line:<br />netsh</strong></span> </p> <p align="justify"><span style="font-family:Tahoma;font-size:85%;">netsh is a pretty<br />useful command-line tool that lets you control tons of things<br />about your network interfaces and services. One really neat<br />thing that netsh will do for you is to let you set IP addresses,<br />DNS and WINS servers. It works on Windows 2000, XP and .NET<br />Server.</span> </p> <p align="justify"><span style="font-family:Tahoma;font-size:85%;">Suppose I have<br />a laptop that travels between an office in Washington, DC, and<br />an office in Los Angeles. The DC office uses DHCP. The LA office<br />uses static IP addresses and when it’s there, the laptop is<br />supposed to use IP address 192.168.2.10, subnet mask 255.255.255.0,<br />WINS server 192.168.1.100, DNS server 192.168.1.100.</span> </p> <p align="justify"><span style="font-family:Tahoma;font-size:85%;">Whenever I take<br />the laptop to LA, I’ve got to punch in all kinds of numbers<br />before the thing will work. When I return to DC, I’ve still<br />got work to do, as I’ve got to open up TCP/IP properties and<br />tell the system to stop using static addresses and instead use<br />DHCP. netsh can help here, as I can use netsh commands in a<br />batch file; make one batch file for DC and another for LA.</span> </p> <p align="justify"><span style="font-family:Tahoma;font-size:85%;">First, I’ll build<br />the DC batch file. I’ll need three commands. One tells my system<br />to get its IP address from DHCP, the next says to get its DNS<br />server from DHCP, and finally the third says to get its WINS<br />server from DHCP. They look like this:</span> </p> <p align="justify"><span style="font-family:Tahoma;font-size:85%;">netsh int ip set<br />address local source=dhcp</span> </p> <p align="justify"><span style="font-family:Tahoma;font-size:85%;">netsh int ip set<br />dns local source=dhcp</span> </p> <p align="justify"><span style="font-family:Tahoma;font-size:85%;">netsh int ip set<br />wins local source=dhcp</span> </p> <p align="justify"><span style="font-family:Tahoma;font-size:85%;">These are the<br />simpler commands. I just open up Notepad, type them in, and<br />save the file somewhere on my system’s path as dodc.cmd.</span> </p> <p align="justify"><span style="font-family:Tahoma;font-size:85%;">"netsh int<br />ip set" is the starting point for every one of these commands.<br />"netsh" is the overall command, and it does lots and<br />lots of things. But to modify the behavior of a particular network<br />interface, I use the subcommand "int," which is short<br />for "interface." Within that, I could do several things,<br />but in the particular case I want to change the IP settings,<br />hence the IP, and I want to change ("set") those settings<br />rather than display them, so I use "set" instead of<br />"show." By the way, netsh will always give you help<br />if you ask it. Just type "netsh" all by itself and<br />your prompt will change from "C:\>" or whatever<br />to "netsh>;" you can then type "?" to<br />find out what commands netsh will accept, one of which would<br />be "int." If you then typed "int" then the<br />prompt would change to "netsh interface>," and<br />a "?" would tell you that "IP" was one option,<br />and so on.</span> </p> <p align="justify"><span style="font-family:Tahoma;font-size:85%;">The three commands<br />pretty much won’t vary from one system to another unless you’ve<br />got more than one NIC. If you’ve got more than one NIC, then<br />you’ll want to tell netsh which NIC you’re trying to configure.<br />In that case, replace the word "local" with the NIC’s<br />name in quotes, as in</span> </p> <p align="justify"><span style="font-family:Tahoma;font-size:85%;">netsh int ip set<br />address "Local Area Connection 2" source=dhcp</span> </p> <p align="justify"><span style="font-family:Tahoma;font-size:85%;">Next, I’ll tackle<br />the LA batch file. I want to set the IP address to 192.168.2.10<br />with a subnet mask of 255.255.255.0 and a default gateway of<br />192.168.2.1. That command looks like this:</span> </p> <p align="justify"><span style="font-family:Tahoma;font-size:85%;">netsh int ip set<br />address local static 192.168.2.10 255.255.255.0 192.168.2.1<br />2</span> </p> <p align="justify"><span style="font-family:Tahoma;font-size:85%;">It starts with<br />"netsh int ip set address local" as before, but now<br />instead of "source=dhcp" I specify "static,"<br />meaning that it’s a static IP address. The three four-quad values<br />following are, of course, the IP address, subnet mask, and default<br />gateway. The "2" at the end is the metric for the<br />default gateway. As it’s at least one hop away from anywhere<br />in the Internet, I specified "2," but you could set<br />it to anything that makes sense.</span> </p> <p align="justify"><span style="font-family:Tahoma;font-size:85%;">Next, I’ll set<br />the DNS server to 192.168.1.100. That command looks like this:</span> </p> <p align="justify"><span style="font-family:Tahoma;font-size:85%;">netsh int ip set<br />dns local static 192.168.1.100 primary</span> </p> <p align="justify"><span style="font-family:Tahoma;font-size:85%;">Again, the "static"<br />parameter says that we’re specifying a value rather than using<br />DHCP. The IP address is of course the IP address of the DNS<br />server, and "primary" says to do a dynamic DNS registration<br />on the primary DNS suffix. The alternative to "primary"<br />is "none," which says not to do any dynamic DNS registrations,<br />or "both," which means to register on all DNS suffixes.</span> </p> <p align="justify"><span style="font-family:Tahoma;font-size:85%;">The command to<br />set a WINS server is similar:</span> </p> <p align="justify"><span style="font-family:Tahoma;font-size:85%;">netsh int ip set<br />wins local static 192.168.1.100</span> </p> <p align="justify"><span style="font-family:Tahoma;font-size:85%;">Just like the<br />DNS command, except without the primary/none/both option. Collecting<br />the commands together, we get doLA.cmd:</span> </p> <p align="justify"><span style="font-family:Tahoma;font-size:85%;">netsh int ip set<br />address local static 192.168.2.10 255.255.255.0 192.168.2.1<br />2</span> </p> <p align="justify"><span style="font-family:Tahoma;font-size:85%;">netsh int ip set<br />dns local static 192.168.1.100 primary</span> </p> <p align="justify"><span style="font-family:Tahoma;font-size:85%;">netsh int ip set<br />wins local static 192.168.1.100</span> </p> <p align="justify"><span style="font-family:Tahoma;font-size:85%;">Now when I go<br />to LA, I just open a command prompt and type DOLA. When I go<br />to DC, DODC. Very convenient. netsh is a pretty powerful command,<br />and I hope I’ve inspired you to look at it further!</span> </p>Jason Caronenoreply@blogger.comtag:blogger.com,1999:blog-7495121580708212210.post-64325362260889268002008-01-21T20:33:00.001-07:002008-01-21T20:33:58.312-07:00Speed up Windows<span style="font-family:Tahoma;font-size:85%;"><br />2000 &amp; XP: Here’s a tip for speeding up Internet and LAN<br />browsing on Windows 2000 and XP machines. Open regedit.exe from<br />Start->Run Navigate to HKEY_LOCAL_MACHINE/Software/Microsoft/Windows/Current<br />Version/Explorer/RemoteComputer/NameSpace [note: line break<br />inserted so line will fit] Under that branch, select the key<br />{D6277990-4C6A-11CF-8D87-00AA0060F5BF} Delete it This key instructs<br />Windows to search for Scheduled Tasks on remote computers. Unless<br />you use this feature, which most people don’t (for remote machines),<br />it is safe to delete the key.</span>Jason Caronenoreply@blogger.comtag:blogger.com,1999:blog-7495121580708212210.post-57077666587018842372008-01-21T20:27:00.000-07:002008-01-21T20:32:51.884-07:00How to Backup Outlook<p><strong><span style="font-family:Tahoma;font-size:85%;">How to Backup<br />Outlook</span></strong> </p> <p align="justify"><span style="font-family:Tahoma;font-size:85%;">Address Book:<br />Generally, if you save your messages as described below you’ll<br />have a copy of your address book. That’s because the Contacts<br />folder is stored with all your other folders. However, you can<br />get to just the address book if that’s what you want. Outlook<br />2000 has an extensive import and export feature that’s available<br />through the File | Import and Export menu. Select "Export<br />to a file" and choose "Comma separated values"<br />as the data format. Then select your Contacts folder and provide<br />a name for the exported file. This format is readable by almost<br />any mail program, and you can even use Notepad to read it in<br />a pinch. One unfortunate thing you may encounter is that the<br />import/export wizard may not be installed and you’ll have to<br />dig out your original Outlook 2000 CD to install it. However,<br />you can also export your address book through Outlook Express<br />as described in last week’s column, since they share the same<br />address book.</span> </p> <p align="justify"><span style="font-family:Tahoma;font-size:85%;">Account Settings:<br />Outlook 2000 mail accounts are stored in the registry key HKEY_CURRENT_USER\Software\Microsoft\Office\Outlook.<br />To save this data, start RegEdit and select that key in the<br />left-hand pane. Then from the menu select Registry | Export<br />Registry File. Save the file to a name like OL2KACCT.REG and<br />put it in a safe place. Like the address list, this will fit<br />on a floppy for most people. To restore the account settings,<br />right-click the .REG file and select Merge.</span> </p> <p align="justify"><span style="font-family:Tahoma;font-size:85%;">Mail Messages<br />and Rules: Outlook 2000 stores all your messages and folders<br />in a single file ending with a .PST extension, usually OUTLOOK.PST.<br />You may also see an ARCHIVE.PST, which are the old messages<br />and tasks that Outlook cleans out of your main .PST file if<br />you have archiving turned on. Where are these files hidden?<br />To find out, go to Outlook 2000 and right-click the root folder<br />(usually named Mail) and click Properties. Then click the Advanced<br />button on the dialog. You’ll see a value named Path that tells<br />you where the file is located. Typically, it’s C:\WINDOWS\Local<br />Settings\Application Data\Microsoft\Outlook, but you may also<br />see files stored in C:\WINDOWS\Application Data\Microsoft\Outlook<br />as well. You can make backup copies of these files, but make<br />sure to exit Outlook so that the files will not be in use while<br />you’re trying to make copies!</span> </p> <p align="justify"><span style="font-family:Tahoma;font-size:85%;">Mail Rules and<br />More: Mail filtering rules are kept in a file with a .RWZ extension,<br />usually in this same directory with your mail messages. There<br />may also be a few other settings and log files in this directory.<br />Since all these files are small, I suggest you back up all of<br />them. Outlook is pretty configurable, so even if you save all<br />these files you’ll have a lot of configuring to do on a clean<br />install. You can save yourself a lot of clicking if you go into<br />RegEdit and export the key HKEY_CURRENT_USER\Software\Microsoft\Office\9.0\Outlook<br />to a file. If you want, you can save all your Office 2000 settings<br />including Outlook accounts by exporting the HKEY_CURRENT_USER\Software\Microsoft\Office<br />subkey to a name like 0F2KSAVE.REG. To get all your settings<br />back, just right-click the file you saved and select Merge.</span> </p> <p align="justify"><span style="font-family:Tahoma;font-size:85%;">Convenient Utilities<br />- A few months back, Microsoft released a great little utility<br />called Personal Folders Backup that helps you remember to save<br />your mail folders. It can be set to remind you to do backups<br />when you exit mail, and all you need to do is click the button<br />and it will make the backup. You can even set the backup file<br />location, so it’s easy to back up to another disk or a network<br />share. A second utility that I think is less useful is Save<br />my Settings which lets you save some of your Office 2000 preferences<br />(but not your important data like mail messages or address book)<br />to a Microsoft web site. You can later retrieve those settings,<br />either to restore them for the same computer or to migrate them<br />to a new computer. My preference is to save the registry tree<br />manually, rather than sending this data to some unknown Microsoft<br />website.</span> </p>Jason Caronenoreply@blogger.comtag:blogger.com,1999:blog-7495121580708212210.post-45417648266643201862008-01-21T20:18:00.000-07:002008-01-21T20:44:08.247-07:00Mobile Friendly Websites<p align="left">IMDB - http://206.130.125.89/mobile.php?UMPG=index</p> <p align="left">for The Onion http://mobile.theonion.com</p> <p align="left">for c|net.com http://m.cnet.com</p> <p align="left">for SciFi.com http://www.scifi.com/scifiwire/handheld.html</p> <p align="left">for Technorati http://mobile.technorati.com/</p> <p align="left">for Y! Messenger http://mm.yahoo.com/</p> <p align="left">for MobileBurn http://www.mobileburn.com/index-brief.jsp</p> <p align="left">for Amazon.com http://www.amazon.com/pocketpc/</p> <p align="left">for FedEx http://mobile.fedex.com/wince/home.xml</p> <p align="left">for Business Week http://pda.businessweek.com/</p> <p align="left">for USA Today http://www.usatoday.com/wireless/PALM_OS/index.asp</p> <p align="left">for Consumer Rpts http://www.consumerreports.org/Special/Avantgo/Electronics/menu.htm</p> <p align="left">for Fodors http://www.fodors.com/wireless/xhtml/</p> <p align="left">for Mapquest http://wap.mapquest.com</p> <p align="left">for Froogle http://wml.froogle.com/</p> <p align="left">for Moviefone http://palm.moviefone.com/</p> <p align="left">for Wikipedia http://pda.en.wapedia.org/</p> <p align="left">for Reuters http://bmobile.reuters.com/</p> <p align="left">for CNN http://mobile.cnn.com/xhtml/en/us/i.html</p> <p align="left">for Fandango http://mobile.fandango.com/index.jsp</p> <p align="left">for your Local News http://www.topix.net/ZIP</p> <p align="left">for the National Weather Service http://mobile.srh.weather.gov/</p> <p align="left">for Amtrak http://www.amtrak.com</p> <p align="left">for SeatGuru http://mobile.seatguru.com/</p> <p align="left">for Forbes - http://mobile.forbes.com/sitehtm/mobile.php?UMPG=index</p> <p align="left">Delta - http://mobile.delta.com/</p> <p align="left">Southwest - http://mobile.southwest.com</p> <div align="left"> <p align="left">Mobile Speed Test - http://www.dslreports.com/mspeed?jisok=1</p> </div>Jason Caronenoreply@blogger.com