explorer

How to I launch a ruby script from the command line by just its name?

On windows, I can run my ruby script like this: > ruby myscript.rb but I want to set things up so that I can just do this instead?.. > myscript.rb How do I do this? I know it's possible because I've recently moved from one PC that had this set up to a new PC that doesn't (yet). ...

jquery function not working in IE

Hi folks, i'm trying to get a JQuery function running in IE7. In Firefox and Safari its working fine. Now i tried to debug, and even the simplest function is not working in IE, so i guess its a problem of the whole call. <script src="js/jquery.js" type="application/javascript"></script> <script type="application/javascript"> $(do...

Open Explorer window from Website

Hey guys, My company has a shared network folder for projects. This folder contains a sub-folder for each of our clients. Each sub-folder contains all the information for the projects done for those clients. Makes sense, yea? OK. I have been given a task: When in our company's MS CRM and viewing a client account, allow the user to cli...

Embed Windows Explorer inside an MS Access form

is there a widget to embed an explorer like view inside an ms access form? i have a folder with the name of the primary key, which holds documents (.doc, .xls) for that dataset (it’s an employees table) currently i have a button which opens an explorer window, but having it embedded would be really nice. any help, link, similar questi...

Internet explorer CSS FIX. Having trouble with floats in internet explorer

I have a simple problem but have not figured out what might be solution just yet. I used css reset to fix the issue with internet explorer but no dice. I also do not want to use relative - absolute positioning. If you go to s-e-c-u-r-i-t-y-c-a-m-e-r-a-s-f-l-o-r-i-d-a-.-n-e-t via firefox, chrome, or safari it looks the way i wanted which ...

Fade working on FF but not on IE

This is my site: http://noamsm.co.il It should fade-in some text when the search box gets focus. and fade-out on blur. But it isn't working. You can view source; I put the jquery code in the page. ...

Windows Explorer control for WPF?

Hi there, Is there a way to have a Windows Explorer on WPF? The closes I can get is the Web Browser, but it's not really what I need. Please assist. Thanks ...

Trace navigation in Windows Explorer instances ?

I would like to be notified of events such as folder changing in a window explorer windows. I looked into Windows Shell API, Shell extensions... I saw that we can hook with rename, copy, and paste events, and so on.. But i'am not sure we can trace the navigation. Thanks for your help ! ...

Flex application bookmarking problem/"#" at end of url

I work in an area where the business users heavily depend on bookmarks to access their work-related web applications. Our standard browser is Internet Explorer v6. We have a new Flex application - when you add the site to Internet Explorer Favorites, then later try to access the site with the Favorites link, we get the following error...

getElementById.contentDocument error in IE

<html> <script type="text/javascript"> function func() { alert(document.getElementById('iView').contentDocument); } </script> <body> <iframe id="iView" style="width:200px;height:200px;"></iframe> <a href="#" onclick="func();">click</a> </body> </html> After click, Firefox returns [object...

ie: why dissapears selection of some text, if i click in ajax window ?

i select text, open ajax window, click there, and selection of text in explorer disappears. if i do this in firefox, selected text will remain. any ideas how to do this in explorer ? thanks ...

sIFR <object> hides the link in IE --> not clickable

I tried lots of tricks but I can't manage to have them work ! In fact if I click just on the edges of the flash (in the margin of my replaced span), the links actually work. And when my mouse goes over the sIFR replaced, the good url shows in the status bar... It looks like the object is hiding the link... Note : I cannot remove wmod...

Javascript and Windows

Hello, I noticed that if I have a .js file in windows explorer (not Internet Explorer, I'm meaning the folder explorer...) I can actually click on it and it will execute, giving error messages, like say "window object is undefined". Is there more information about the environment where the .js script are run into and the objects availab...

Far Manager file view customization

Hello, maybe some of you use Far Manager as a file manager and could help me with this. I want to be able to call a custom command on viewing a file with a specific extension, i.e. when I press F3 (command for viewing the contents of a file), some custom command is executed on that file and the output is shown in Far Manager's view windo...

Folder Explorer in C#

Hi, I'm trying to create an easy money folder explorer in c# and, because I'm a noob, I don't have many ideas except using webbrowser, which works (if anyone has a better idea please let me know it). THE QUESTION: how do I make it start in "view - medium icons" instead of "view - details" ? Thanks a lot, Ionut ...

how to get handle of Internet explorer and get the textboxes value in VC++

Hi all.. I have a doubt regarding Internet explorer handling in VC++. I need to get the URL entered in address bar of Internet Explorer and the value of textboxes in the webpage. How is it possible? and how can i get them? I'm using FindWindow() to do this, but unable to get around this. Specifically in MFC. Any sort of help is grea...

Need a Windows exe file to launch a html page in local drive without ActiveX warning

I need to distribute a flash-based application to end users. I have a very simple index page to launch another window: <HTML> <HEAD> <SCRIPT LANGUAGE="JavaScript"> function popUp(URL, w, h) { win=window.open(URL,"window","menubar=no,width=" + w + ",height=" + h + ",toolbar=no,resizable=no;titlebar=no"); self.close(); } </script> <BODY o...

Javascript style.opacity undefined

I use Javascript and Mootools for creating a particular HTML page, which includes a javascript file that checks the opacity of an element for a certain operation. However, on IE, I face this issue of elem.style.opacity giving out a undefined value. Here is the operation I am doing, var elem = $('login'); alert(elem.style.opacity); i...

Internet Explorer Profiler

Is there any profiler sort of tool which can debug which javascript/object in the DOM is causing the Internet Explorer to hang/crash. The CPU usage is going to more than 60% and I want to know the reason behind it, which script/Flash Object is causing that. Thanks for the help. ...

Joomla poll not working with IE

On my joomla website the joomla poll extension (down,right) or any other joomla poll only works in Firefox,Safari and all the other browser but not in IE8 or lower versions. I need a poll on my site and 95% of my site visitors use IE8, its frustrating. How can i get any joomla poll to work in IE8 ? Its strange but IE8 displays the poll...