Author Archive
Differences of Session Sharing behavior in IE7 & IE8
Posted by: | CommentsIt’s always important for the developer to know what new browsers are coming up with, mainly popular browsers like Internet explorer & Firefox. In the recent release of Microsoft IE8 handling of session’s been extended for new instances of IE to match Firefox.In this article we will be explaining the Differences of Session sharing behavior in Internet explorer 7 and Internet explorer 8 and how to maintain consistency across these browsers.
Debugging ASP,JavaScript,VBScript in IE & Firefox
Posted by: | CommentsDuring development debugging plays an important role as it reduces our development efforts in fixing the bugs.In this article we will describe some of the techniques to help you with debugging the ASP, JavaScript,VBScript in Internet explorer and Firefox.