Click here to Skip to main content
15,886,030 members
Everything / IE

IE

IE

Great Reads

by Chris Boss
Why some prefer the BASIC language over others
by PrafullaT
This is a toolbar for the Internet Explorer which shows information from RSS taken from the Internet.
by Avelino Ferreira
"Don't care about Google Maps/Routing/StreetView programming. This Control gives your WinForms applications the power of Google Maps API v3". - my previous article. Unfortunately, since Dec.2015, Google Maps JavaScript API applications requires authentication and the program stopped working properly
by John Fisher
A translation of Shog9's GreaseMonkey script, useable in Internet Explorer with Trixie.

Latest Articles

by Mehdi Gholam
I tried out many other RSS readers like RSSOwl (which is also unsupported) but none of them felt right, so I decided to write my own.
by Yves Florido-Monnier
An efficient and simple implementation of the one-to-many relationship in C++
by DotnetShtien
In this article we will dicuss when new feature added recently to the meta-programming library which is the command contracts.
by Toby Steed
How to handle file downloads

All Articles

Sort by Score

IE 

23 Aug 2018 by Chris Boss
Why some prefer the BASIC language over others
16 Jul 2007 by PrafullaT
This is a toolbar for the Internet Explorer which shows information from RSS taken from the Internet.
4 Jul 2016 by Avelino Ferreira
"Don't care about Google Maps/Routing/StreetView programming. This Control gives your WinForms applications the power of Google Maps API v3". - my previous article. Unfortunately, since Dec.2015, Google Maps JavaScript API applications requires authentication and the program stopped working properly
17 Jun 2005 by John Fisher
A translation of Shog9's GreaseMonkey script, useable in Internet Explorer with Trixie.
8 Jul 2018 by Athari
A walkthrough of creating a user style which changes GitHub user interface to one resembling classic Windows GUI from Windows 9x.
25 Jun 2018 by Sean Rand
This is an article to help you clean up browser processes during automated Selenium testing.
10 Jun 2002 by Manish Hatwalne
An article explaining how to create a utility to manage Internet Explorer skin
5 Dec 2016 by Member 12586674
Working with AngularJS on Internet Explorer
12 Sep 2018 by Chris Boss
A short introduction to using the Powerbasic 6.0 console compiler with the Ontime RTOS-32 embedded operating system
18 Jan 2010 by KingsGambit
http://msdn.mi...
21 Aug 2010 by Abhinav S
Temporary XCP files are created on the local drive and are not cleared up until the user manually deletes them.
2 Jan 2013 by Sergey Alexandrovich Kryukov
I makes no sense, and I really hope that you cannot do this. A scroll bar appears when your content does not fit the page vertically or horizontally. And the user of the site has every right to make the size of the browser window as she/he likes. Preventing it would be a big abuse. This...
16 Feb 2017 by RedDk
The solution to annoying garish webpages; say good-bye to all that irritating light while browsing the internet. Keep it dark ... learn how here.
1 Nov 2018 by Bahrudin Hrnjica
Export options in ANNdotNET
11 Dec 2010 by Utpal Das
I have found a link in Code Project http://www.codeproject.com/KB/scripting/graphic_javascript_tree.aspx posted by Emilio CL.I have used the Walker's algorithm shown in the Figure 4. in the article.I have used it to show the tree of member's sub-members of a binary MLM system. the nodes...
28 Oct 2011 by nageswar_kesireddi
Hi,I have deployed a website on a windows server 2008 machine and implemented the SSL as well. Have published the certificate and imported in the client machines as well. Everything was going smooth till last friday. All of a sudden I'm not able to access the web site from some client...
30 Mar 2012 by Sergey Alexandrovich Kryukov
I have no idea which of your border, alignment and similar attributes create the loss in cross-browser compatibility. I can tell you why: I never use them. Using such attributes is really a bad thing. I don't even know who develop Web sites using them. Probably none of real Web...
11 Apr 2012 by binson143
change the following config setting (Web.config file)
5 Jun 2012 by Dave Kreskowiak
If I understand what you're doing, you don't have an alternate solution to get around this. Protected Mode means machine resources (registry, event logs, filesystem, ...) are completely off-limits to your code and prevents you from doing ANYTHING from inside the browser.You just determined...
2 Jan 2013 by Ravimallya
You may need to head over to the answer of AnthonyWJone in stackoverflow.com website. He mentioned there as below:So far we have overflow:hidden on the body. However IE doesn't always honor that and you need to put scroll="no" on the body element as well and/or place overflow:hidden on the...
1 Feb 2013 by Daroosh
The purpose is to eventually develop an extension for IE which is capable of detecting all search results URL's when searching for any topic on Google, and save these URL's in a text file.The main problem I am facing is that all search results on Google are not visible, if you try inspecting...
2 May 2013 by Rupesh Kumar Tiwari
Javascript native methods are more faster than jQuery utility methods in IE9/10
28 Oct 2013 by Matt T Heffron
In the small code block you show the line as: pricesAll[44] = 18;but in the full code block it is:pricesAll{44} = 18;Note: curlyBraces {} not squareBrackets []
22 May 2014 by Member 10812265
Hi ,I have a classic asp intranet application. I need windows pop up authentication for that intranet site.If I change the setting in IE-->tools-->internet options-->security-->custom level-->user authentication-->"Prompt for username and password", I am getting windows authentication pop...
22 May 2014 by Raul Iloc
1.Because you are using intranet application you first option should use Windows Authentication.To enable Windows Authentication within an ASP.NET Application, you should make sure that you have “Integrated Windows Authentication” enabled within IIS for the application you are building.Then...
7 Jan 2016 by Sandeep Neela
Platform independent jQuery workaround for legacy “Data Islands”
16 Mar 2016 by Terrence Sheflin
I have the following HTML: first line first line first line first line second line second line second line second line ...
16 Mar 2016 by Terrence Sheflin
ANSWER:For whatever reason, it appears the -ms-flex line must be set to 1 0 auto; instead of just 1. So the corrected CSS would look like: .content { display: block; flex-direction: row; height: 100%; } .contentFieldset { flex: 1; ...
8 Apr 2016 by Maxim Komlev
Suppression of Browser dialog of Basic Http Authentication and customization
29 Sep 2016 by Maciej Los
As per information from that book: Professional JavaScript for Web Developers - Nicholas C. Zakas - Google Books[^]Quote:The compareEndPoints method in IE is similar to the DOM range's compareBoundaryPoints.
9 Sep 2019 by DotnetShtien
In this article we will dicuss when new feature added recently to the meta-programming library which is the command contracts.
31 May 2021 by Dave Kreskowiak
ActiveX isn't supported in any modern browsers today because they are considered security risks.
31 May 2021 by Patrice T
Quote: Activex control is not working on edge and chrome browser created in VB.NET project Activex have never work on browsers other than EI and will never. You can consider Activex as a dead technology. As MS start to uninstall EI in latest...