Posts

Showing posts with the label Internet Explorer

IE 9 Menu and Status Bars

In IE 9, the Menu and Status Bars are missing. In most cases, you can hit Alt and the Menu Bar displays. From here under the View Menu you can enable the Status Bar. In some cases, you may have an Add-On that intercepts the Alt key, so you have no access to the Menu Bar. If you can identify and disable the Add-On, then you can once again access the Menu Bar when necessary. For some of us, we either do not want to disable our Add-On and/or we want the Menu Bar to always to display. With a few Registry entries, you can do just that. Launch Regedit (Run: regedit) Find the following key:" HKEY_CURRENT_USER\Software\Policies\Microsoft" Right-click Microsoft and create a new Key Name the new Key "Internet Explorer" Right-click your new Key (Internet Explorer) and create a new Key Name this new Key "Main" Right-click the "Main" key and create a new DWORD Name the new DWORD "AlwaysShowMenus" Set the value of the new DWORD (AlwaysShowMenus) to 1

2011 Tech Predictions

If you've been following me, you know I've made predictions in 2009 and 2010 . While my first years predictions were rather light, I made 5 predictions as well as included further discussion of issues with my 2010 prediction. My record for 2010 wasn't so good, but that's only in a pure hit or miss view. In fact the subject matters I addressed, I believe were quite good, but change just didn't happen as quick as I had thought. See my recap post for further details and analysis on my 2010 predictions. Now that 2011 has started, I'll make another stab at what I believe will happen in the tech industry this year. This first one is rather easy... Facebook will release an email client , putting them in direct competition with Gmail, Hotmail, and Yahoo! mail. The current email within Facebook is limited in functionality, but in 2011 this will change as Facebook continues to look for ways to grow and grab more "eyeballs." Last year I predicted Internet Explo

2010 Tech Predictions - Recap

At the beginning of 2010, I made some tech predictions as well as discussed some other technology issues. Here I will summarize how well I did with my predictions. In a nutshell, most did not come to pass, but the issues remain, so you could say I was just early. Amazon will adopt the ePub format for the Kindle. While Amazon has gotten a lot of pressure on the hardware side, their software version of the Kindle for other devices has kept them in the drivers seat for eReaders. With that position, they had no reason to add the ePub format. The iPhone will be on Verizon. This same prediction was made by many, and we still haven't seen it. Of course the rumors is alive that Verizon will get the iPhone this year. Look for my 2011 predictions to hear my position on this. Significant data loss/corruption on a Cloud platform. I couldn't find any evidence that this occurred. While in some cases there may have been a loss of service, it appears there were no data issues reported. In

2010 Tech Predictions

2009 was a very difficult year for our economy, and many friends and colleagues lost their jobs and/or their homes. While I can't very well predict how our economy will do in 2010, I will try to out due my 1 for 3 predictions of 2009 with my 2010 predictions. In no particular order, here are my 5 top tech predictions for 2010. With the number of players increasing in the eBook Reader arena, Amazon will adopt the ePub format as a supported file format. The next version of the iPhone , announced this spring, will be available on Verizon . Similar to the data loss that occurred for Sidekick users in 2009, a significant data loss or corruption will happen on a Cloud platform . Though hopefully like with the Sidekick data being recovered, even if the data is recovered, it will send a strong message to CIOs and others considering moves to the Cloud. Depending on the reports you read, the browser war statistics can vary widely. Regardless, Internet Explorer continues to dominate, despi

IE Only - Invalid Argument

I adopted some older code that I think had been working for some time. This code is part of an admin screen, and as I was testing some improvements I noticed an error with Internet Explorer. Since I predominately use Firefox, I'd never detected the error as a user of the admin screen. Internet Explorer reported the first character as having an Invalid Argument. The simple code was opening a new browser window. The problem was a hyphen in the window name (Help - Venues). window.open("venue_all.php","Help - Venues","height=800, width=720,scrollbars=yes")

Browser Wars III - Revenge of the ...?

Since Microsoft killed off Netscape (Browser Wars, the original), most users were not aware of any alternatives until Firefox (FF) came on the scene ( Mozilla vs. Godzilla - Browser Wars II). Actually, there was a 3rd browser that was and is quite good, Opera . More recently, Google announce their own web browser, Chrome , while Mozilla had released Firefox 3 (now FF 3.5 is available) and Apple released Safari 4. Since Microsoft released Internet Explorer 5 (IE5), I've been quite unhappy with the browser. It has suffered from security holes (predominately due to ActiveX), proprietary solutions (ActiveX again raises its ugly head), and slowness. I've also come to really like Firefox due to its extensibility with Add-ons. With the popularity of Firefox and now the additions of Chrome and Safari, you could say that Netscape is finally getting their revenge, sort of. Since Firefox came out of the aftermath of Nestcape and the additional fire power of Google and Apple, Microso

Common Reasons Why You Can't View a Video

One thing I've had to deal with in my last two (day) jobs is helping solve why some customers are unable to view our support and/or training videos. A recent problem for one customer led me to document what I know about the problems and likely solutions. Your feedback is welcome! Missing or out-dated codec. This applies to video files such as WMV, AVI, and MPG. These formats are all containers that can use various different codecs depending on the tool that was used to create. For example, GoToMeeting/GotToWebinar, WebEx, and TechSmith's Camtasia could all put out WMVs and AVIs, which have the same extension, but would not play unless you had their specific codec. Out-dated or missing player. This applies to MOV and RM. Since MOV is QuickTime, controlled by Apple, I don't often see problems because Apple pushes updates with iTunes. RM from Real Media is just not found much any more. When it is, most likely their is no player at all, so the download gets you the latest ver

Force fit an HTML Table

My previous post had a table that the browser pushed outside the defined dimensions, making half of it un-viewable. Beside the rather narrow body for the blog, which by-the-way makes it easier to read, most browsers just don't know how to break text strings that do not have white space. Turns out there is some CSS code that can be used that will correct this in most browsers. Use the following two CSS properties in your table definition (adjust width to meet your need). table-layout: fixed; width: 425px; Surprisingly, if you use Firefox, it shortens the width correctly but it still has trouble wrapping some lines, while IE and Safari seems to render the entire table correctly. Visit the W3C site to get details on other table options .

Add an extra layer of security for Win XP users

Image
Long time readers of my blog know that I am not very fond of Internet Explorer and Outlook Express because of their security vulnerabilities. Due to that, I switched a long time ago to Firefox and Thunderbird. Unfortunately due to my job, I find myself having to use Internet Explorer more and more. We have a 3rd-party application that we access over the Internet that requires Internet Explore. In addition, I do our web development, which requires that I test everything in Internet Explorer. Also, I have assumed responsibilities for the Webmaster role for the Cascade Blues Association (CBA), which again requires testing in Internet Explorer. It also added another email account to monitor. In order to keep the CBA account separate from my personal and work email accounts, I decided to re-load Outlook Express. So back to my point. Most users, including me, run Windows XP with Administrative privileges. For most folks it's due to not knowing any better or not knowing how to change. Fo

Render a site in Internet Explorer every time when using Firefox

Image
As a Firefox user, there are a few times that I run across a site that requires Internet Explorer (IE). With the right add-ons to Firefox, it's easy to switch the rendering engine with a single click. Of course it would be even easier if the site Firefox recognized sites that require IE, and switch for me. If you use the IE Tab add-on, that is exactly what you can configure it to do. Here's how to do it: Download and install the IE Tab add-on (like all add-ons, this will require a restart of Firefox) Go to the site that you want to render each time in IE Open the IE Tab Options (Tools >> IE Tab Options -- Sites Filter tab) The page you just navigated to should be in the URL box, so you just need to click Add You can skip step 2 and enter any URL manually into the URL box Click OK Now every time you go to a site that is listed in the Sites Filter section of IE Tab, it will automatically render in Internet Explorer. There's one more trick related to this that may be re

Another Internet Explorer vulnerability has experts recommending you switch browsers

The BBC and other news outlets reported yesterday on the latest security vulnerabilities within Microsoft's Internet Explorer. What makes this report different than a lot of others is that we finally are hearing recommendations to actually switch browsers. Right now it sounds worse than it is, but nevertheless, the risk is there. Experts claim that 10,000 websites have been exploited but that is only 0.02% of all Internet sites. The typical warning is to stay away from potentially nefarious sites such as bit torrent indexes and pornography, but as you may recall we have seen threats show up on more popular social sites such as Facebook and MySpace (see Worm virus from Facebook and MySpace ). Bottom line, no browser is completely safe all the time, but you can reduce your own risk by choosing your websites carefully, and by using a more secure browser such as Firefox or Opera . Google's Chrome and Apple's Safari are also options, though I don't believe they are as

New browser from Google

Image
Live blog from CNet Webware Today at 11 am PST, Google will announce a new browser from the search giant, Chrome. Chrome promises to start off on the right foot with many great features . Sandboxing: kill one tab while the rest of the browser tabs continue running Blacklists: one for phishing and one for malware, both maintained by Google Plug-ins: dedicated processes Faster Javascript: designed for speed and important enough to be built by its own Google team Multiprocessing: separate process for each task Tabs: placed at the top of the window, giving each tab its own URL (Omnibox) box Google has published a comic book to cover all the features. It will be interesting to watch the responses from the current browser incumbents Microsoft ( IE ), Mozilla ( Firefox ), Apple ( Safari ), and Opera Software ( Opera ). For example, Google is signed up to be Firefox's biggest contributor through 2011, with $56 million of $66 million coming from Google in 2006. As they say in the tech in

See Internet pictures with an innovative browser plug-in

Image
Posting and viewing pictures on the Internet has become a popular activity with sites such as Flickr and Picasa , as well as social networking sites Facebook and MySpace . I have always thought that the quality of the photos are not what they should be; now my opinion has changed. With the PicLens plug-in for Firefox , Internet Explorer, and Safari, there is a new way to browse pictures that really helps bring out the quality of high-resolution photos. PicLens instantly transforms your browser into a full-screen, 3D experience for viewing images on the web. Photos will come to life via a cinematic presentation that goes well beyond the confines of the traditional browser window. With PicLens, browsing and viewing images on the web will never be the same again. At first glance, this just looks like an alternative to browsing photos -- which works quite well, by the way. But what really sold me was how good my photos look using PicLens. It is simple to use, click the arrow that is sup

Seven Firefox Features not in Internet Explorer 6

I get an RSS feed from FranticIndustries (Stan Schroeder) blog. Stan's most recent post was seven things he missed from Firefox when forced to use IE6. I thought the list was great. Not only did it point out some less common features, but it also explained how to set them up. I'll give you the list, but you will need to visit FranticIndustries to learn how to use them: Multipage home page Selection source Undo closed tabs The test profile Search tricks Quick tabbing and session saving Spell checking

Now You Know Why I Have Pushed the Adoption of Firefox

Brian Krebs, blogger of Security Fix , posted some recently completed research that clear shows why none of us should be using Internet Explorer. According to Mr. Krebs' research, Internet Explorer was unsafe for 284 days of 2006 -- 284 ! In case you doubt this number, here's what Brian Krebs had to say about his research methodology. ...individually contacting nearly all of the security researchers who submitted reports of critical flaws in Microsoft products to learn from them not only the dates that they had submitted their findings to the company, but also any other security trends or anomalies they observed in working with the world's largest software maker. Additionally, he also shared the data with Microsoft before posting it on his blog. This chart shows all the vulnerabilities that Mr. Krebs included in his findings. So if you were an Internet Explorer user in 2006, chances are you opened yourself up to compromising your PC. Mr. Krebs reports that the second most

Another Internet Explorer ActiveX Vulnerability

Microsoft and Secunia reported another ActiveX bug yesterday. Just by visiting a website or viewing email in html mode can provide the means for malicious code to be executed on your computer. Microsoft recommends keeping your virus scanner up-to-date [of course you should] and to use safe browsing habits. The safest way to browse is to use Firefox or another non-Internet Explorer / ActiveX supporting browser. Microsoft provides directions on how to browse safer using their products . I highly recommend that you follow this if you want to continue using Internet Explorer. Here is a brief explanation: Set your Internet Zone security to High When you trust a site, add it to the Trusted Zone. Microsoft recommends you run the Trusted zone at Medium security -- if you do, you will have problems on some sites. You need to move it at least to Medium-Low. Read all email in plain text (not HTML). So you have to ask yourself, do you want to manually manage your browsing security like this or r

New Bug in IE7

CNet reported on October 25th that a new spoofing bug has been reported for IE7. The basic issue is that the displayed URL can be coaxed to looking like a legitimate URL when in reality it is hitting an undesirable website, i.e. phishing. CNet's source is Secunia , a security company. Did I tell you that Mozilla released Firefox 2.0 on the 24th ?

Wait Before You Upgrade: Bug Reported in IE7

Remember a few weeks back when Apple released iTunes 7 and Windows users had several problems? My advise at the time was to never be the first to download a new product version; wait for others to give it a try first. BTW: Apple has already release iTunes 7.1 , but I still have not updated, as there are still some issues for listening to podcasts. Well, Microsoft just released Internet Explorer 7, and a bug has already been reported . Apparently the problem manifests itself in Outlook Express , but because the two are closely integrated the cause was from IE 7. Let's review: Never be the first to try a new version of a product (if you really must, test it in a sandbox first) Use Firefox , not Internet Explorer Use Thunderbird , not Outlook Express Any questions?

The patch of all patches for Internet Explorer

Today ZDNet and other news agencies reported yet another security hole found in Internet Explorer. For only the third time, a third-party has provided an immediate fix, so that users do not have to wait on Microsoft. Microsoft expects to release the fix as part of their monthly "patch Tuesday" distribution, which occurs the second Tuesday of every month. Do not forget we have another patch that is the patch of all patches -- Firefox .

Safer Browsing

Recently I posted about another security issue with Internet Explorer -- Microsoft has since released a patch -- a rare case for Microsoft to release a patch outside their monthly "patch Tuesday" cycle. I also push Firefox fairly hard as an alternative to Internet Explorer. To be fair, Firefox has had as many issues as Microsoft, but it still is a better alternative for two reasons: 1) Firefox does not have the same tight integration to Windows as Internet Explorer, therefore the problems are typically not as severe; 2) Firefox releases fixes much faster than Microsoft. All that aside, if your machine gets a virus, spyware , or other malware from browsing, it is more difficult than ever to remove. So of course you need to be diligent in keeping your browser and operating system (OS) up-to-date, as well as your security applications. If your system is compromised, you might as well just plan on re-installing your OS -- a very time consuming effort -- and consider yoursel