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
...
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="...
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 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
...
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...
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 ...
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://...
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.
...
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
...
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 ...
is there anyway to know the origin(web browser) of a certain url/packet when programming with winpcap and c++?
...
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...
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
...
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...
How do you load a local html file into the browser on the HTC Hero mobile phone?
...
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 ...
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>
...
<!--[if IE 6]>
I am using IE6
<![endif]-->
That works.
How do I do "or" IE7?
...
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...
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
...