browser

redirect a user accoding to his browser

Hello, I have a customer that requires a flash intro in the index page, what I would like to check if the user accesses from a mobile phone, and if so to redirect the user to the main page without the intro. All help is welcome, Adnan ...

problem with image scaling in safari for fluid design

I'm trying to make a fluid website where you can see the website full screen on different size monitors, for images I'm using height:100% and Width:100%, everything looks ok in firefox,IE8 but in Safari and Google chrome the image gets distorted,does anyone know why this happens? thanks <div id="main_wrapper"> <img id="main_bg" src="...

Get all URLs accessed, with response times?

Can anyone help me how to get (or log) all URLs accessed by web browsers in a computer. Together with its response time? Note: visual C++ will be the Programming language to be use and this will run under windows platform. ...

Is the fact that parent collapses when child/children are floating a bug, or is it intentionally?

is the fact parent collapses when children are floating a bug? If so why are newer browsers not fixing it Is it intentionally? for what good reason? I know at least 6 solutions to get around this issue, I am only asking if this is a bug or not. Thanks ...

Flicker of unstyled content in Firefox

Hi, I built this site a couple of years back and but am now in the process of moving it to a new server. However. I've noticed there is a split second of unstyled content show on page load when viewed in Firefox (3.5.7)? And on checking in IE8, a less frequent and slightly more raggged effect also happens but only prior to caching? T...

When do browsers start to render partially transmitted HTML?

I have a long-running report and want to show a wait-spinner to the user while it's generating. I have made this work already but am not sure I'm doing it the best or right way. This is using ColdFusion but it could be any language I guess. At the top of the page, I have some Javascript (jQuery) that shows a wait-spinner plus there's a ...

redirect to a page if browser not supports javascript in asp.net MVC

How to check whether the browser supports javascript? I need to redirect the users to a Notification Page, if the user's browser don't support javascript. How can i do this in my asp.net mvc(C#) application? Whats the best way to handle this in asp.net mvc? The html i tested: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://...

Browser closing and server question

How does the server knows that i've closed the browser in a code like this? <?php $i = 0; while (1) { echo "a"; flush(); $fp = fopen("$i.txt", "w"); fclose($fp); sleep(1); $i++; } ?> If i close the browser, the script stops and no more files are created. ...

browser causing multiple button clicks

I have linkbutton that has the onclick event handler. The control is disabled as soon the user clicks but certain users are able to click multiple times. Not able to reproduce. Could it depend on the browser? Please help with any ideas ...

CSS generated via PHP ignored in Firefox but works in Chrome, IE8

Hello i have a weird problem where css generated via php (stuck with a weird cms from an even weider programmer) is ingored by firefox 3.X and probably earlier. But the page loads ok in other browsers like IE7/8 and chrome. Also firebug doesn't see the css either but when i point my browser to the php-css-generation script it show me a ...

URL browser origin in winpcap

is there anyway to know the origin(web browser) of a certain url/packet when programming with winpcap and c++? ...

Mobile Browser Web Page Solution

Hi all, I have a requirement to create a web page that is compatible on all mobile web browsers but I'm completely stuck on the design of the solution. I have been tasked with building a single web page that users complete and then at the bottom of the page, are given the option to save a draft (to return at a later date and complete...

Is it possible to do big size image process on applet on browser in java?

Hi, i want to run the applet on the browser in java.I have to load and manipulate big size images on the applet. whether is it possible or not? can any body give me the resolution for the same. Thanks, Mishal Shah ...

Running C# app inside browser as a plugin

I have a small 2D game engine written in C#, using DirectX. Is it possible to somehow run it in a browser as a plugin? Like for example Flash and others, where you go to a site with a game and it will ask you to install a certain plugin and then you can play the game in the browser, with mouse and keyboard input. I have searched around f...

loading a html file locally on the browser of a HTC HERO

How do you load a local html file into the browser on the HTC Hero mobile phone? ...

Upload large files with browsers without having it hanging (preferably with flash)

Hey. I am trying to upload a lot of files from a browser to a webserver that I have total control of. I've tried to use SWFUpload, but the problem is that my browser hangs when I am uploading a file. The files are supposed to be of any length (up to 2GB due to other restrictions, of course). While the upload is in progress the browser ...

In Firefox, how do I disable "Install Missing Plugin" when my custom plugin is not found?

I don't want users to see the "install missing plugin" on their firefox when a custom plugin isn't found. How do I disable this? <object height="0" width="0" id="mycustomPlugin" type="application/x-vnd-puppyt"></object> ...

HTML Comments to detect IE6 and IE7

<!--[if IE 6]> I am using IE6 <![endif]--> That works. How do I do "or" IE7? ...

Is it possible to send a user back a page after login?

I am a lazy programmer, i dont want to write dozens or hundreds of lines if i dont need to. Some actions such as posting a comment require login. It may timeout and the user may be redirected to a login page. With get data i can easily put the query in something like action=PrevPageUrlAndQuery. However with POST data i have to do someth...

How do i load or reload the same page on form post

I notice on some sites i can login wrong which brings me to a login page. log in incorrectly again which brings me to a wrong password page (where i can log in) and if i login wrong again i dont increase my page history count. It takes exactly 2 backs no matter how many times i get it wrong and i dont see any pages in my forward history ...