TechBubbles

Internet Explorer 8 Beta 2 Features for Developers with examples

Introduction

IE 8 Beta 2 provided the decent features to the  designers and developers community. If you write the code for IE 8 Beta 2 that can run on anywhere.

It means it is allowing developers and designers to develop applications with Interoperability and web standards.

  • CSS 2.1 complainer.
  • HTML 5.0 standards supported.
  • Ajax navigation and enhancements supported. 
  • Implementing DOM storage for HTML 5.0
  1. IE 8 is different from IE 7 in AJAX enhancements and Navigations

Ajax navigation

Enables the in place navigation when you are browsing maps for a particular location you may use the zoom option in the maps. Each and every zoom action will be stored in the travel history which is highlighted in oval.

2. DOM Storage in Connectivity events

 

When you are writing BLOG post or checking an e-mail aDOMstoraget airport if suddenly connections drops then it prompts you to save the typed data on offline. Prompt is highlighted in the oval.

It also allows you cross domain communication and messaging using HTML standards.

3. More Server Connections for better performance. currently allowing 6 earlier it is 2.

4. Document mode Compatibility- No need to write any code for to render the content which is developed in earlier versions of the Internet Explorer. By placing a simple meta tag instructs the IE 8 to render the earlier browser versions content in right format. So IE8 providing full document compatibility mode.

DocumentCompatibility

If at all the content not rendered properly in IE8 beta it suggest through compatibility button in address bar to best view version.

5. IE Developer tools- allows the developer to debug the java script and in place HTML and CSS changes. (Shift + F12 ) is the keyboard short cut for opening the debugger tool.

 tools

  

The developer tool looks like

debugger

You can view the page in different IE versions using the above tool. we can call this feature as site preview.

5. Profiling the web sites-

profiler

we can check application performance and bottle necks using above built in profiler.

6. Extending the service integration through web slices and Accelerators.

    Implementing the web slices and Accelerators is easy.

 

You can download the Internet explorer 8 beta 2 for exploring the features.

Related Posts:

2 comments

2 Comments so far

  1. DotNetKicks.com August 29th, 2008 12:56 pm

    IE 8 Beta 2 Features for Developers with examples…

    You’ve been kicked (a good thing) – Trackback from DotNetKicks.com…

  2. [...] The new version of Internet explorer IE 8 Beta2 providing some cool features like Web slices, Accelerators, Ajax Navigation and Developer tools. More you can find at IE 8 Beta 2 features for Developers. [...]

Leave a reply