|
|
|
|
|
| | Total Hits: 38 | Today: 0 | Author: zam664 | Rating:  |
| |  The desktop that most people use with Windows 2000 and Windows XP is called the Explorer User Interface. This is an application at C:\Windows\explorer.exe. The Explorer User Interface gives us the power to access our Windows System through the use of the task bar, desktop, and Explorer directory browser. On some systems, the Explorer User Interface provides too much flexibility and user control. On Kiosk systems, you would probably want to limit the user's interaction only with the Kiosk applica... |
| | Total Hits: 10 | Today: 0 | Author: Trenton Moss | Rating:  |
| |  Later on this year Microsoft will officially release Internet Explorer 7. If you can't wait until then, you can download a beta version and see how it works. Microsoft has hinted that when IE7 is officially released they'll be looking to quickly upgrade users from IE6, so it's essential that your website is prepared for this new browser.... |
| | Total Hits: 10 | Today: 0 | Author: Trenton Moss | Rating:  |
| |  There are a small handful of new CSS commands that you can now use for Internet Explorer 7. Well, they're not really new - most other browsers have supported them for a long time and IE is only just catching up. These new commands basically give you more control over HTML elements and eliminate the need to use classes or ids in a lot of instances.... |
| | Total Hits: 14 | Today: 0 | Author: Dino Esposito | Rating:  |
| |  Behaviors were introduced with Microsoft® Internet Explorer 5.0 to provide easy separation of script from content. Before the advent of behaviors, DHTML scriptlets were the only way to encapsulate scripting code into manageable elements if you wanted to make your code more object oriented. For a primer on DHTML scriptlets, refer to the Cutting Edge column in the January 1998 issue of Microsoft Internet Developer. I also covered behaviors in the April 1999 issue.... |
| | Total Hits: 7 | Today: 0 | Author: Steve Wellens | Rating:  |
| |  I wanted a cheap, simple visual indicator similar to a progress bar. Note, not the kind of dynamic progress bar used when updating AJAX pages, more of a single-bar graph. It should have been simple task. My plan was to use a Div as a container, implemented through a panel because they are more conv... |
| | Total Hits: 21 | Today: 0 | Author: Fred Ackers | Rating:  |
| |  There are two basic ways to read the cache files that Internet Explorer produces. One method is to use the WinInet cache functions to do the job. The other is to use a custom built solution to read the cache files. There are no clear advantages to using one method over the over, except perhaps that one is Microsoft based, and the other is not. In this article, I will present both methods of reading the cache.... |
| | Total Hits: 24 | Today: 0 | Author: Angsuman Chakraborty | Rating:  |
| |  Cross-browser and cross-platform testing is a bane as well as a requirement for web applications. Consider Internet Explorer on Windows. There are two major version 6 & 7, not to mention still used 5.5. You need to either use different machines or multi-boot machines or use hacks to run them simultaneously or virtualization software like VMWare; not of them are really easy to setup and use for common web developer. Then you have Opera & Firefox (we develop in Firefox so it gets tested first in o... |
| | Total Hits: 25 | Today: 0 | Author: Partho | Rating:  |
| |  Latest in Microsoft's line of browser Internet Explorer 8 is packed with new features. The successor to IE 7 was released to the web on March 19, 2009. IE 8 is available as free update for Windows XP, Windows Server 2003, Windows Vista and Windows Server 2008 in both 32-bit (x86) and 64-bit (x64). For the better part Windows 7 is already bundled with IE 8. It is easy to uninstall and remove IE 8 from Windows 7. Let's have a look at the features of the new version of IE 8 as well as learn how to ... |
| | Total Hits: 40 | Today: 0 | Author: YangTze | Rating:  |
| |  ICONView is a useful tool for developing applcations - it was made originally for our team to use at work. With ICONView, you can select an .exe or .dll file and explore the icon resources within it. In addition, you have the ability to copy the resources to the clipboard for use in your own applications. The included demo also shows how to create a splitter window which looks like the MFC CSplitterWnd and how to insert custom resources into an .exe file and access them freely.... |
| | Total Hits: 269 | Today: 0 | Author: Hans Candra | Rating:  |
| |  I was trying to write a program that opened an instance of Internet Explorer in a separate window, rather than use the Browser control that comes with the .NET platform. In ASP.NET we actually can use Response.Redirect(“http://www.sitename.com”). But What I am trying to do is by using windows form application and then launch Internet Explorer with Login automation. We don’t need to open Browser and Insert username and password in Login Page anymore. The username and password should be inserted i... |
| | Total Hits: 10 | Today: 0 | Author: Boberta | Rating:  |
| |  Trying to get CSS-based websites to look the same across all browsers can often be difficult. Many of the problems however lie with Internet Explorer implementing CSS commands differently to other, more standards compliant browsers. All is not lost, however, as many of the differences you see across browsers are caused by the same Internet Explorer CSS issues.... |
| | Total Hits: 14 | Today: 0 | Author: John Peterson | Rating:  |
| |  If you're like most Web developers, when you were first learning HTML, you probably spent a great deal of your time playing around with your browser. The fact that you could simply do a "View Source" and see how an interesting web page was implemented was one of the things that helped HTML catch on so quickly. This "code sharing" is undoubtably one of the reasons the Web was able to grow as quickly as it did.... |
| | Total Hits: 18 | Today: 0 | Author: Phillip H. Blanton | Rating:  |
| |  I have a list of 35 Subversion repositories that I need from time to time. It is printed up and stapled to the wall next to my monitor. Today, I was thinking that it sure would be nice if I could keep those in my IE Favorites list. Unfortunately, when I tried to add one, IE said it didn't know how to handle the svn protocol. A little digging led me to an MS site with instructions on how to register a new protocol with the OS.... |
| | Total Hits: 3 | Today: 0 | Author: Steve Wellens | Rating:  |
| |  Being on the software "bleeding edge" is similar to being the "point man" in combat. I generally avoid being the first to adopt new technology until some other poor bastard has led the way…and occasionally paid a price: The price being missed deadlines, ulcers and ruined reputations. No thanks. How... |
| | Total Hits: 2 | Today: 0 | Author: Sharon Salmon | Rating:  |
| |  This article provides the base code for the development of a professional toolbar for Internet explorer. While the other articles provide a good starter for toolbar concept, they still lack some bits that are needed for professional applications and supporting look & feel for Vista as well as XP along with complete setup. This article is best suited for newcomers to toolbars that want to get a working project in 5 minutes. I still recommend further reading in the related articles for th... |
| | Total Hits: 31 | Today: 0 | Author: Monty2 | Rating:  |
| |  DDE (Dynamic Data Exchange) is a wonderful (PRIMITIVE) way to exchange data between applications. With this information at hand, I started developing an application to get the loaded URLs in IE and Netscape. I started by searching on the NET for some nice articles or sample code to start with, but I found absolutely nothing. So I decided if I managed to do it, I would certainly put it up somewhere so if someone STILL wants to do something like this, then I can be of some help.... |
| | Total Hits: 30 | Today: 0 | Author: Angsuman Chakraborty | Rating:  |
| |  I was just looking at the IE vulnerabilities vis-a-vis Firefox compiled by Secunia. Before going further you have to understand that IE has been much longer than Firefox and hence have been more extensively looked at for vulnerabilities.... |
| | Total Hits: 28 | Today: 0 | Author: Angsuman Chakraborty | Rating:  |
| |  SAN FRANCISCO - Despite some initial glowing reviews, Microsoft has been flooded with complaints about its new Internet Explorer 8 and has seen early users downgrade to the previous version, Information Week has reported.The software giant is hoping that its new browser will help stem a steady flight of surfers to rival products, most notably the open-source Firefox browser.... |
| | Total Hits: 13 | Today: 0 | Author: Angsuman Chakraborty | Rating:  |
| |  Are you a developer or QA engineer, in an all Linux workplace, always looking for scarce Windows machines to run Microsoft Internet Explorer for testing your product and services? You could also be the manager who is eager to switch to Linux but cannot do so because of strong requirement for testing on Internet Explorer. You are in luck. You can run Microsoft Internet Explorer version 6.0, 5.5, 5.1 and even IE 7 on Linux and with better security.... |
| | Total Hits: 168 | Today: 0 | Author: Jay Allen | Rating:  |
| |  In the past, Web developers often used ActiveX controls if they wanted customized client-side functionality incorporated into their Web applications. Now, they can build objects supported by the Microsoft .NET Framework which are more compact, lightweight, secure, and seamlessly integrated. By hosting .NET Windows Forms controls in Internet Explorer, developers can realize many of their client-side Web development goals. This article adapts ActiveX concepts for use with Windows Forms, and builds... |
|
|
|
|
|
|
|
|
|
|
|
|
|