explorer

JW Player Shows Blank Video In Explorer After Hiding and Showing

In Internet Explorer 7 and 8 (WinXP/Flash 10), if I play my videos using the JW Player in the slider they work. However if I move to the next slide and then return to the original slide the video is no longer displayed - the audio is still audible and the video can be played and paused, but there is no image. I've asked this question on...

Windows Explorer Crumb-Bar Control

I am seeking a, preferably free, crumb-bar control for my app. For those that do now know what it is, it is the address bar on the top of explorer: If anyone knows of any free or paid control libraries that have this, please answer. ...

Very simple IE 8 addon development

Hi, I want to make a very simple IE addon. Basically, I figured simple way to simplifi logging into one websystem. I have written script in javascript which contain text area and a button. You just enter a code of item from list into the text area, click buton which sends form containing the item number using post method to a webserver t...

IE7 / IE8 Non Background Image Flickering

I am currently developing a site that users the jQuery superfish plugin to construct a 3 level deep drop down menu with rounded corners, drop shadows and all of that other head banging, screen smashing, anger inciting stuff us web developers love. The client is using IE8, and IE7 as well. At the end of each menu, I am placing a 24bit ro...

jquery ui autocomplete - not working in IE

This code works in firefox but not IE. Any ideas? I'm using the latest jQuery-ui libraries. <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <title>jQuery UI Autocomplete Remote datasource demo</title> <link type="text/css" href="jquery.ui.all.css" rel="stylesheet" /> <script type="text/javascript" src="jquery-1.4.2.js"...

How to tell Windows Explorer not to request file details and thumbnails in certain folder?

Is there a way (via shell extension or registry setting) to tell Windows Explorer that it shouldn't read files in the folder being shown in order to extract metadata or create thumbnails? The problem is that when the user navigates to the folder, Windows Explorer attempts to read all files in the folder and extract certain metadata fro...

Django -- CSRF Failure on IE for IFrame. No access to parent server headers for Policy Fix

I have a problem with CSRF validation failing on iframes in IE. I've learned I can fix it if i had access to parent page server by adding certain headers to my headers according to post http://stackoverflow.com/questions/389456/cookie-blocked-not-saved-in-iframe-in-internet-explorer, but I have no access to the parent page (third party...

How to add item to windows explorer content menu in delphi ?

I would like to create menu item in windows explorer content menu (for all file types) which after click will open my application and pass the selected file name to it. Is there any tutorial for this ? I know there is ShellPlus component available but it's a bit outdated. ...

PowerShell get running explorer process and their documents

How can i access document property of already running explorer processes. i am using following line of code to get process. $ie2 = Get-Process |where {$.mainWindowTItle -eq "Windowtitletext"} | where {$.ID -ne $ieParentProcessNumber} now i want to do some processing on this processes like $ie2.Document etc. ...

explorer-- 1)contents moves left 2) can' see footer and header

Dear friends! first: thank you in advance. My site http://note-to-god.com/ works fine on firefox. but when I open it at explorer. I can't see footer and header images. and contents move to the left side, over the menu Any ideas? thank you ...

IE tries to save Ajax response as file

Using Rails RJS with jQuery, I have a link with an event binding on click that does ajax call with GET and returning dataType: script (with RJS providing the response). Works the first time in Explorer, but after that, when you click the link, it tries to save the response as a file.... Any ideas how to get around this? Only a problem...

how can i get compressed content-length in Pluggable IE async

Hi. First, sorry for my english, i'm not a native. I got a Asynchronous Pluggable Protocol for IE, the target of this plugin is monitoring responses of the server when IE requests a web page. Basically, plugin is a activeX what implements next interfaces: class InternetProtocolHook : public CComObjectRootEx, public IInternetProtoco...

Error in "Open in" option in Eclipse

Hello, my problem is: When I try to open a shell or explorer window in my Eclipse using the option "Open in" from the package explorer tab it shows a message "The chosen operation is not currently available". How can I fix this? I use Eclipse Galileo on WinXP. Sorry, I don't remember if this functionality comes from a plugin. Thanks i...

Is there a limit on the amout of data while using image src as base64 strings?

I am trying to use base64 data string for images and for some weird reason some of the images are not getting rendered on IE8 or IE7 (I don't care about IE6), however they work fine on IE9 and FF (I tested on FF 3.5.0 and above). Is there any limit on the amount of data supported by IE as base64 data strings? ...

Using Windows 7 Taskbar progress indicator from a Windows Explorer namespace extension

I have a namespace extension and when the user does certain action we display a progress bar in a separate window (Ideally we should use the Windows Explorer built in progress indicator in the address bar, but I'm told that there isn't an API for that from my component vendor). I using the Windows Code Pack 1.1 to get a .NET API. This p...

internet explorer outputs nothing when doing jQuery AJAX .get call - other browsers are fine

Hi guys, i hope you can help me with this one. The code is supposed to display mysql data using a php script returning XML (the backend script works fine delivering good XML - checked with my previous question on Stack Overflow). I'm using jQuery 1.4.2 to do a .get AJAX call - and i just can't get Internet Explorer to display even a bi...

Internet Explorer Background Repeat on container for floating elements

I am attempting to build a gallery page for a website I am working on, Internet Explorer 8 compatibility is a must. After building the script out for the page, I take a look in internet explorer and run into this interesting issue. It seems that my background image is running fine until suddenly it just stops. I have no idea why this is ...

Redirect IE browsers using .htaccess (away from an xhtml)

Hello, as the title says, I want to use an xhtml as my homepage and I want to redirect visitors using Internet Explorer browsers to a different page (a .htm with less content that says "You're using IE, tough tittie."). Since IE automatically downloads app/xhtml files, I can't do this using javascript and whatnot, so I think the only op...

Windows Explorer Context Menu

I want to add a context menu entry with C++. I've been searching but all I can find is some jackass trying to sell me some BS program that does it for me which is not what I am looking for. I'm not looking for anything that uses .NET or Visual C++ either. I want the straight C++ way of doing this. ...