asp tutorials, asp.net tutorials, sample code, and Microsoft news from 15Seconds
Data Access  |   Troubleshooting  |   Security  |   Performance  |   ADSI  |   Upload  |   Email  |   Control Building  |   Component Building  |   Forms  |   XML  |   Web Services  |   ASP.NET  |   .NET Features  |   .NET 2.0  |   App Development  |   App Architecture  |   IIS  |   Wireless
 
Pioneering Active Server
 Power Search





Active News
15 Seconds Weekly Newsletter
• Complete Coverage
• Site Updates
• Upcoming Features

More Free Newsletters
Reference
News
Articles
Archive
Writers
Code Samples
Components
Tools
FAQ
Feedback
Books
Links
DL Archives
Community
Messageboard
List Servers
Mailing List
WebHosts
Consultants
Tech Jobs
15 Seconds
Home
Site Map
Press
Legal
Privacy Policy
internet.commerce














internet.com
IT
Developer
Internet News
Small Business
Personal Technology

Search internet.com
Advertise
Corporate Info
Newsletters
Tech Jobs
E-mail Offers

HardwareCentral
Compare products, prices, and stores at Hardware Central!

A Quick Look at Internet Explorer 8 RC1
By John Peterson
Rating: 3.8 out of 5
Rate this article


  • email this article to a colleague
  • suggest an article



    Introduction

    Microsoft's Internet Explorer 8 has finally emerged from Beta and has reached "Release Candidate" status. That means two things. The first is that it'll be released before you know it. The second is that you better make sure the Web sites you manage are ready for it!

    Internet Explorer 8

    This article will highlight some of the exciting new features of IE8 that you'll want to know about both as a site user and as an site publisher.

    I'll be using "Release Candidate 1" (RC1) since that's the latest version avaialbe as I'm writing this article. Later versions should behave similarly. Release candidates are usually relatively feature complete and there are usually very few noticable changes before the final version is released.

    Installation

    Let's start off right from the start. You can get the latest download from the Windows Internet Explorer 8 Home Page. Simply select your country and operating system and you'll be taken to the appropriate download page.

    The initial download is relatively small so I doubt anyone will be surprised when the setup program connects to the Internet to download additional files. Overall it's just like any other Microsoft installation. Nothing unusual or exciting, but I've included a couple screen shots below anyway.

    Internet Explorer 8 Setup - Welcome

    Internet Explorer 8 Setup - Installing

    Internet Explorer 8 Setup - Installation Complete

    First Run

    On first run the program will ask you to configure a few things. If this is your first time using IE8, feel free to just use the defaults. You can always change the settings later once you get see how they work and what settings you prefer.

    Internet Explorer 8 - Welcome

    Internet Explorer 8 - Suggested Sites

    Internet Explorer 8 - Settings

    Here's what the "About Internet Explorer" screen looks like for those of you interested in version numbers and the like.

    About Internet Explorer 8.0.6001

    New Features

    Internet Explorer 8 includes a whole bunch of cool new features. Some of them are quite cool from a user's point of view, but don't mean too much from the developer side of things. Others will help you connect with visitors to your Web site like you never could before. For now, I'm simply going to give you a quick overview of some of the more prominent new features. Stay tuned to 15 Seconds for more in-depth coverage of the new developer-related goodies in the coming months.

    InPrivate Browsing

    InPrivate Browsing is designed to allow users to browse the Web without leaving any traces on the computer being used. Browser history, cahce, cookies, etc. should all be purged when the browsing session is ended.

    Internet Explorer 8 - InPrivate Browsing

    SmartScreen Filter

    An improved version of the Phishing Filter from IE 7, the SmartScreen Filter boasts an improved user interface, better performance, better detection, anti-malware support, and group policy support.

    Smarter Search Box and Improved "Find on this Page..." Toolbar

    Since searching is one of the most common activities users do in a browser, it should come as no surprise that the built-in search box has received a number of improvements. These include AJAX-style auto-complete and thumbnail images.

    Internet Explorer 8 - Search Box

    The "Find on this Page..." function has also been improved. While the changes aren't as drastic as the search box changes, they're useful nonetheless.

    Improved Address Bar

    Nothing too drastic here, but you'll notice that the actual domain name part of the address is darker then the other parts. Presumably so users will notice the real domain to try and alleviate phishing attacks to some degree.

    Internet Explorer 8 - Address Bar

    Accelerators

    This is a feature I've been begging for for the longest time. Highlight some text on a web page and a little blue button appears next to it. Click the button and you can choose to do any number of things with the text depending on what Accelerators you have installed. By default, you can do things like Blog about it, email it, map it if it's an address, search the Web for it, and translate it to a different language. And that's just out of the box... image what's possible once you start building and installing your own Accelerators.

    Internet Explorer 8 - Accelerators

    Web Slices

    Another feature that won't really take off until the developers get behind it is Web Slices. It's part RSS feed and part mini Web page. In the following example, I've set up a Web slice to follow an eBay auction and by simply clicking on the icon in the favorites bar, I can check on the auction without leaving the Web site I'm currently reading.

    Internet Explorer 8 - Web Slices

    Compatibility View

    Internet Explorer 8 is more standards compliant than any previous versions. While this is a great step forward it does mean that existing Web pages may look different in IE 8 then they do in IE 7 and below. As a stepping stone, Microsoft has included a compatibility mode that can be enabled either at the Web server level or via the Compatibility View button next to the address bar.

    Internet Explorer 8 - Compatibility View

    Obviously the goal is to get your Web pages so that they're actually standards compliant so you won't need to use the compatibility mode, but we all know that unfortunately that type of thing doesn't happen overnight.

    Conclusion

    Whether you like it or not, Internet Explorer 8 is coming and coming soon. As with any new browser version we're sure to see some problems, but it seems like there are enough benefits in IE 8 to outweigh the headaches we'll encounter during the transition.

    As I mentioned earlier... stay tuned to 15 Seconds for more in-depth coverage of the new developer-related features coming soon.

  • Rate This Article
    Not HelpfulMost Helpful
    1 2 3 4 5
    Other Articles
    Jul 21, 2005 - N-Tier Web Applications using ASP.NET 2.0 and SQL Server 2005 - Part 1
    While the .NET Framework made building ASP.NET applications easier then it had ever been in the past, .NET 2.0 builds on that foundation in order to take things to the next level. This article shows you to how to construct an N-Tier ASP.NET 2.0 Web application by leveraging the new features of ASP.NET 2.0 and SQL Server 2005.
    [Read This Article]  [Top]
    Apr 28, 2005 - New Files and Folders in ASP.NET 2.0
    With the release of ASP.NET 2.0, Microsoft has greatly increased the power of ASP.NET by introducing a suite of new features and functionalities. As part of this release, ASP.NET 2.0 also comes with a host of new special files and folders that are meant to be used to implement a specific functionality. This article examines these new files and folders in detail and provides examples that demonstrate how to utilize them to create ASP.NET 2.0 applications.
    [Read This Article]  [Top]
    Mar 10, 2005 - The DataSet Grows Up in ADO.NET 2.0 - Part 2, Cont'd
    Alex Homer continues his detailed look at the major changes to the DataSet class. In this part, he looks at two features that allow developers to work with data in a more structured and efficient way when using the DataSet with a SQL Server 2005 database server.
    [Read This Article]  [Top]
    Mar 9, 2005 - The DataSet Grows Up in ADO.NET 2.0 - Part 2
    Alex Homer continues his detailed look at the major changes to the DataSet class. In this part, he looks at two features that allow developers to work with data in a more structured and efficient way when using the DataSet with a SQL Server 2005 database server.
    [Read This Article]  [Top]
    Mar 3, 2005 - The DataSet Grows Up in ADO.NET 2.0 - Part 1, Cont'd
    In this article, Alex Homer looks at the changes between the version 1.x and version 2.0 DataSet and their associated classes, showing you how you can take advantage of the new features to improve your applications' capabilities and performance.
    [Read This Article]  [Top]
    Mar 2, 2005 - The DataSet Grows Up in ADO.NET 2.0 - Part 1
    In this article, Alex Homer looks at the changes between the version 1.x and version 2.0 DataSet and their associated classes, showing you how you can take advantage of the new features to improve your applications' capabilities and performance.
    [Read This Article]  [Top]
    Feb 16, 2005 - Writing a Custom Membership Provider for the Login Control in ASP.NET 2.0
    In ASP.NET 2.0 and Visual Studio 2005, you can quickly program custom authentication pages with the provided Membership Login controls. In this article, Dina Fleet Berry examines the steps involved in using the Login control with a custom SQL Server membership database.
    [Read This Article]  [Top]
    Dec 29, 2004 - ClickOnce Deployment in .NET Framework 2.0
    In this article, Thiru Thangarathinam examines .NET 2.0's new ClickOnce deployment technology that is designed to ease deployment of Windows forms applications. This new technology not only provides an easy application installation mechanism, it also eases deployment of upgrades to existing applications.
    [Read This Article]  [Top]
    Dec 15, 2004 - A Sneak Peek at ASP.NET 2.0's Administrative Tools
    With ASP.NET 2.0, Microsoft has made great strides in increasing developer productivity and has made implementing previously complex solutions relatively easy. Where this version of ASP.NET really shines, however, is in its new administrative tools that allow developers to spend less time managing the configuration of the servers and software and more time developing great code.
    [Read This Article]  [Top]
    Nov 17, 2004 - The ASP.NET 2.0 TreeView Control
    Thiru Thangarathinam introduces ASP.NET 2.0's new TreeView control which provides a seamless way to consume and display information from hierarchical data sources. The article discusses this new control in depth and explains how to use this feature rich control in your ASP.NET applications.
    [Read This Article]  [Top]
    Mailing List
    Want to receive email when the next article is published? Just Click Here to sign up.

    Support the Active Server Industry


    The Network for Technology Professionals

    Search:

    About Internet.com

    Legal Notices, Licensing, Permissions, Privacy Policy.
    Advertise | Newsletters | E-mail Offers