browser

highlight words in a page with an extension to the URL

I have written a php script that generates a list of links that match certain criteria. I want the links to open in a new browser windows with selected words highlighted in the page. Is there an easy way to do this? Note that this is for personal use only, so it can be a browser specific solution. ...

Add Custom Green BAR MSG with EV SSL

Hello, I am interested in purchasing a SSL/TSL certificate for my website and I would like to know which retailer allows me to add my custom message in the green address bar like in this image : http://tinyurl.com/33yug4y You can see there : "COMPANIA NATIONALA DE TRANSPORTURI AERIENE ..." I want something like that too. ...

How can try python working in WPF?

Try Python is An interactive Python tutorial running in the browser. http://www.trypython.org/ But, I want to run it in my Winform or WPF application. How can I do that? I konw WPF support WebBrowser, could I use try python by it? I want to add a iteractive window in my application, not only run ironpython in it. ...

Enable longClick in WebView

In the browser, you can longClick on URLs. In my WebView, you cannot. How can I make it so you can? ...

Browser history via JS or CSS

For many years now, it has been known that a website can use CSS/JS to determine websites that have been visited by a user, e.g. http://news.softpedia.com/news/Mozilla-to-Fix-8-Year-Old-Browser-History-Leak-Issue-139015.shtml http://yro.slashdot.org/story/09/07/02/1317205/Your-Browser-History-Is-Showing There are sites that will use th...

"Run project" opens an "Index of /..." tab - NetBeans

Ok, I've searched high and low. Last chance. Specs: win7, netbeans php 6.9.1, php works fine (it's all fine; ide's the problem) Problem: when I run (F6) a file from netbeans, it opens Firefox with "Index of /..." tab. Your everyday FTP-style tab. It doesn't point to the actual php file. He's drowning at seashore. Instead of "http://loc...

How to create ScrollBar for SWF file..

Hi guys.. I am trying to build a AS3 only project and I ran into a problem that when I turn some MC's visible on...they are out of my browser window and there is no scrollBar for browser to scroll down.....Are there anyways around this?? Thanks for the reply... ...

Open a new browser window WITHOUT using target="_blank"

Every solution I've seen so far for opening a new browser window uses the target property in to set it to "_blank". This is frustrating because in some browsers it only opens a new tab AND combine that with the auto-resizing behvaiour at http://www.facebook.com/connect/prompt_feed.php?&message=test, it basically mangles my browser w...

How to enable custom URLs in Google Chrome?

Hello, for local development I'm running a local webserver with virtual hosts to manage multiple webprojects requiring their own URL. Normally I use URLs like myproject.com.local and the real project will be located at myproject.com. Everything works fine in Safari, IE or Firefox. But Google Chrome throws a 404. As far as I know they ha...

Silverlight 4: F5 / refresh

Hi, I want to determine how to filter F5 or the refresh button in browser in silverlight 4.0. thank you ...

Silverlight - Opera 10 - JavaScript invoke

Hi, I have problems with invoking javaScript code on page with Opera 10 browser. JavaScript code on page: function CallMe(){ alert("It works!"); } And I am invoking this code with: HtmlPage.Window.Invoke("CallMe"); In all browsers except Opera this works great. In Opera I get error: "failed to invoke: CallMe" What am I doing ...

Resizing an IE's window given dimensions of renderable space

Hello! I'm looking to write a function which resizes an IE {7,8,9} window using javascript. The input to the function is the desired size of the rendered webpage (so IE's window without status bar, borders, scrollbars, etc. Calling foo(120, 100) should result in a rendered web page which is exactly 120px by 100px. This was my first e...

Layout differences between Firefox and Chrome

I'm laying out a tabbed UI on the side of a webpage, and I've done the whole thing using percentage values for height/width of tables, divs, and trs. In Chrome the page looks correct, but in firefox, a certain table seems unaffected by the setting for its height and extends off of the page. What could be happening here? Update: I ...

Name of JavaScript in-browser editor.

Hi, I remember using a JavaScript in-browser editor a while back but cant remember the website despite doing numerous Google searches. The website in question has two large grey buttons at the top left named on the lines of "code" and "preview" and the rest of the page is used to write/view code. ...

When will xslt 2.0 be finished

I really want to start developing in xslt 2.0 but I have been hearing that xslt 2.0 is not supported in browsers yet. Is there an expected date that xslt 2.0 will be done and when will it be supported in browsers? ...

Get <div> to resize when users resizes browser

I want a div's width and height to change with the browser as the browser's width and height are changed when a user changes their browses dimensions. Code added based on the answers suggestion <!doctype html> <html> <head> <link rel="shortcut icon" href="/favicon.ico"> <meta charset='UTF-8'> <%= stylesheet_link_tag 'a...

Android: Browser back button will not fire $getJSON event

I have a test project that uses $getJSON to pull data from web services like Geonames and our own proprietary services. The index page uses two $getJSON calls, and they load fine both when you first load the page or press the refresh. However, if you navigate to another page and then hit the back button to go back to the index page, th...

Access images used in browser themes?

Is it possible for a website to call images that are used in browser themes or plugins? ...

Jquery, how to test for a mobile browser?

Hi, How do you test for, for example, and android browser in Jquery? Cheers. ...

Automated file upload from browser

After all what I've read on this topic, I know that there is no way to do automated file upload from browser without some kind of "elevated permissions". But, elevated permissions is something what I have, bacause the application runs on intranet and user currently enables access to ActiveX control that makes it possible to do some docu...