browser

Is there any good way to get microphone audio input to server using just a web browser?

I need to get audio input from users having just browsers (and not only IE). Is there any good way to get audio stream with a brouser to server. If it possible to avoid Java, flash etc? Thanks. ...

contentEditable on nodes in a XML/compound document?

I have an XML document that I'm displaying in a web browser, with a stylesheet attached: <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <?xml-stylesheet type="text/css" href="abc.css"?> <myxml xmlns:xhtml="http://www.w3.org/1999/xhtml"&gt; <para>I wish i was editable</para> <xhtml:script type="text/javascript" src="abc....

How to launch a browser and later direct it to a page?

Hi, I need to launch a browser, do some work and then make the browser navigate to a URL (in that order). The first part is of course simple and I have a Process object. I am at a loss as to how to later direct it to the target page? How do I treat the Process as a browser and make it navigate to the desired page? Any help, pointers,...

How do I stop Visual Studio from launching a new browser window every single time I hit the Start Debugging button?

Hi, I'm frustrated. I already have a window open with the web site I'm debugging. I don't need VS to launch another one for me every time I need to debug. Is there a way to stop this behavior? Thank you. ...

How to check if a visitor is using the latest version of his/her browser?

Is there a simple and automatic way of checking if a visitor to my website (written in asp.net) is using the latest version of his browser? This would allow me to display a message to inform them that they're running an old version and that they might want to upgrade. My website is tested on most broswers but I don't test old versions (s...

Advance JavaScript Book Recommendation

Are there good and advance books on DOM, the Browser , JavaScript techniques? I loved Pro JavaScript Techniques by John Resig and JavaScript: The Good Parts. Are there more? ...

Chinese characters in an InfoPath browser form submitted to a web service appear as question marks

I have a web service that submits InfoPath forms to a workflow. When I submit a form from the browser, Chinese characters entered into text boxes or rich text boxes are passed to the service as question marks. The service exposes two methods: one that takes the form as an XML string and another that takes it as an XML document. The probl...

is there any way to block the possibility to resize the text in a webpage using ctrl + scroller of the mouse

i guess maybe using javascript im gonna do it.... but if anybody knows a better and faster way to do it .. easily im gonna appreciate any ideas... thanks!... this is to make impossible for a user to view badly the page increasing the text or doing something like a zoom in the browsers ... ive got some QA engineers asking me that .......

Can you do complex editing of Word Documents in a browser?

A friend of mine wants to have an application where people can upload documents in Word (or text) format, and then allow people to make edits to those documents within a browser. Is there any mechanism that would support adding text "bubbles" for adding comments? Either floating, or off to the side. Being able to save back to Word for...

How can I make my browser unique?

I just made a browser using c# as one of my first projects of programming and it works pretty good but its pretty generic. I tried adding different tools on it but it still ends up pretty bare and I'm better off using Firefox. Is there a way to add useful apps and color on your browser. I want to make it more personal and add things that...

Filling Browser Window with Silverlight Application

I want my Silverlight app to fill the entire browser window. I've set the plugin object width and height to 100%, and set my LayoutRoot container's height and width to Auto, but still no luck. Any suggestions? <form id="form1" runat="server"> <asp:ScriptManager ID="ScriptManager1" runat="server" /> <asp:Silverlight ID="Silverlig...

Browser download file prompt using javascript

hi, I was wondering if there was any method to implement browser's download file prompt using javascript. My reason - well users will be uploading files to a local fileserver which cannot be accessed from the webserver. In other words, both will be on different domains! e.g. let’s say websites hosted on www.xyz.com, but files would resi...

I have a linux box. How do I see how my html pages look as rendered in IE?

I have a linux box. How do I see how my html pages look as rendered in Microsoft Internet Explorer? How do I test javascript functionality in IE? I don't want to install a VM and a copy of the Windows OS. ...

How do I test the visual accessibility of web pages under development?

When developing websites, I'd like to be able to quickly switch to "what does this look like to a person with certain types of color blindness?" I've found Visicheck, which will show you approximations of what an image or a public web page will look like. Is there something I could use on my local development before a site goes live? ...

Control-F5 Browser Refresh (Flash object not refreshing)

Under the hood, I was wondering what Control-F5 for a browser does. To me, it clears the cache and refreshes images/text/controls/etc. I get that. Question: What about Flash objects? I've been trying to refresh a page with a Flash control and it doesn't seem to refresh to the latest. It would only refresh after I manually clear the ca...

javascript cross domain document.getElementById

I'm trying to open the zip code lookup page on the usps website and fill out the form using javascript, and I get the following error: 'Permission denied to get property Window.document' Here's my script: function lookupZipCode(line1, line2, city, state, zip) { var usps = window.open('http://zip4.usps.com/zip4/welcome.jsp'); us...

Internet Browsers

I have internet explorer and Firefox and i am setting firefox as my default browser. If i open a .html or .mht file in which browser will that file open Where in the registry the changes regarding the default browser will be made ...

Getting Default browser

How can i which is the default browser in my system programatically. the codes must be developed using vc++ Is there any API for this Where in the registry is the default browser value changed can somebody help me out. ...

detect browser font size

Hi, Is it possible to detect browser font size? Also is it possible to dedect new font size when user changes the font size from menu selection? Many thanks for everybody help. Best regards. ...

How can I call openDatabase within WebKit in a Windows based application?

After creating a C# application for Windows that builds on top of the WebKit project I can successfully render HTML and make AJAX calls. My application uses the window.openDatabase call. This method seems to exist in that a call to if(window.openDatabase) will evaluate to true. When the method is actually called to open the data...