How can I cause Firefox to ignore the Content-Disposition: attachment header?
I find it absolutely annoying that I can't view an image in the browser, because it asks me to download it.
I don't want to download the file, I just want to view it in the browser. If the browser doesn't have a plugin to handle it, then it should ask to downl...
I wonder what would be the best way to catch the font size visible to user in IE. I cannot depend on size related html tags, because they are not inside the html page source code. Somehow I need a way to capture the font visually on browser and determine the font size.
What would you suggest for this?
...
The (short) question:
Are there currently an API's for manually creating images from the DOM using Javascript? If not are there any plans for browser to expose API's for this?
The (longer) explanation:
I've partially implemented the drag & drop support for rows and columns in the Cappuccino tableview. Currently we have to re-create th...
If a repository (or collection of repositories) is served by Apache, so that the HTTP scheme is used, then an ordinary web browser may be used to view the directories and files. In addition, there are offerings such as ViewVC available to facilitate enhanced browsing.
So, for example,
http://svn.apache.org/repos/asf/subversion/trunk/
m...
For the web site I'm building (targeted at mobile users) I'm thinking of using some Ajax controls. I'd like to know which mobile browsers do and don't support Javascript and Ajax, so I can know whether I've at least covered the majority of my target market (i.e. iPhone, Droid, Nokia, Opera). If not, I'll have to find an alternative way...
Hello,
since i don't really have a good idea for word to search with myself i'd like to ask you:
Is there some project, technology, w/e that enables you to build a 'browser' with a very slim ui. Just some CI and a customised "starting page".
I'm thinking of something like the Webkit engine (and interface) Valve/Steam uses for it's cl...
I do some work on on old tables based site. It is being replaced but I would like it to work for now.
One of the pages in question is http://www.gdsofusa.com/marantec_garage_door_openers.html. When this page (and some others) is viewed in Safari 5.0 (7533.16) and probably others, the page content is off to the right.
I just need to fix...
What technologies are used to power Quake Live?
Specifically, how do you create a web application that makes such extensive use of 3D in the browser? The service requires you to download and install a plug-in in order to play. How do you create such a plug-in, and how does it interact with the web site?
...
When is it acceptable to make clicking a hyperlink open a new browser window?
Does there need to be an indication on the link or image that makes this occur?
What are the guidelines - and why?
...
Hey,
Nowadays I am creating browser game, using ASPX, CSS and AJAX.
I need to know when the user close the browser or exit from website,
because of these cases for example:
if a player opens a game room and than close the browser or exit from the website,
this room need to be deleted immediately.
2 players are playing in a room, and ...
Hello !
I just want to ask how to encode URL or hide confidential information to be displayed on browser
for e.g
<a href="path/profileId/<?php echo $this->data['profile_id'];?>Edit</a>
I dont want profileid to be displayed on Browser..
is there any function or method in zend or php ... to accomplish this task... And how can i use th...
I need user to select file on his computer and get only location of that file (not to upload). Any suggestions?
Thanks,
Ile
...
I tried this, but without sucess:
File temp = File.createTempFile("document", ".htm");
BufferedWriter out = new BufferedWriter(new FileWriter(temp));
out.write("hi !!!");
out.close();
System.out.println(temp.toURI().toString());
java.awt.Desktop.getDesktop().browse(temp.toURI())...
Possible Duplicate:
Disabling Back button on the browser
How to do this in asp.net friends?
...
Its possible access local resources, like serial ports, open a socket, write a file, etc, using a activex dll in c#?
I already have a applicaton that works in this scenario, but i had to configurate the framework to fulltrust access. Now i would like to do without this configuration? It possible? There is a type of sign to certificate ...
I'm writing an ASP.NET web site targeted at cellphones.
The pages appear fine on a Nokia browser, but on the iPhone, the text is all squashed up into the top left hand corner of the page.
Is there some way of making the mobile browser automatically zoom in to fit the text on the page?
...
Possible Duplicate:
Make Browser Window Blink in Task Bar
Hello
I want to notify that something interesting has happened in a web page which is in a browser window or a tab.
Eg. In Gmail chat, if you are in a different tab/window and if some one pings you in the chat the tab glows and shows some description running.
How to...
I used to be pretty ontop of the latest plugins but it's lost my attention recently (probably due to so many itentical blog articles called 'the best {num here} addons for firefox').
Last time i looked i found:
firequery and firepicker which are now indespensible,
so what's new?
any hot new extensions that have found their way into y...
I'm working on a web site that has some minor internationalization needs (English, French and German), and I want to figure out where the user is coming from so I know which to display. I think the right way to do this is to check the "HTTP_ACCEPT_LANGUAGE" header to find out the #1 language the user is requesting (and it's safe to assum...
For validation purposes, is there a way to detect a user's mac address as they're signing up on a webpage, for example? I'd prefer a LAMP approach, but also open to ASP.NET possibilities.
...