Does anybody here know what the Javascript call is to get the width/height of the entire browser window (including nav, menu, etc?)
I know there is outerWidth, outerHeight in FF, Safari and other browsers.
...
During development testing of my app I'm running into a strange issue where new builds (Build 2.0) of the exact same code base suddenly default permissions (carrier internet, gps) to be Prompt rather than Allow on install.
Details -- Same code base
So there exists two builds, both with the same code base. Build 1.0 was made/signed last ...
Hi All,
I am using InternetGetConnectedState() to know, which connection is on.
I have both LAN and wireless modem connected on my system, but this function returns me that only LAN is connected.
why is this?
and how to solved this
...
Recently we have had a lot of issues with a particular user who has been posting a piles of provocative messages on our website using the public proxy IPs.
Can someone recommend a way to determine - is a specific IP a public proxy or not?
Thanks.
...
So here is the scenario:
I have a MOSS 2007 box and I want my clients to be able to access a SharePoint site via the internet. I am told that I will be using an IPA and AD for authentication. However I have a DB outside of SharePoint that holds various business data and I want to use Web Services to access the data, manipulate it, and s...
How would I go about streaming a webcam to a website? Всем хyяkaм посвещается.
...
HI all ,
i am asking a quite descriptve question , so if possible suggest me some useful links or related information on how i can proceed to develop a network compiler (compiler that runs on the internet or LAN )
thanks & regards
Shrey
...
Pre-dating the internet myself, I'm wondering how much of a reliance is placed on the Internet as a resource to find algorithms, code examples, ask questions, etc...
If the internet was not available, would you have the skills, knowledge and ability to code what you needed?
IOW - If you didn't have the internet, could you still write t...
Hi,
I have a PHP app that sends emails via the mail command (around 200) and would like to display them on the screen as they are sent, but IE only refreshes the screen at the end of the process. Is there a way to display the list as we go along?
Thanks!
...
It seems that throughout the Internet, different companies often take core ideas from one another and implement it on their own website. A good example is Facebook taking ideas from Twitter and Friendfeed and incorporating it into their news feed, although there are hundreds of other examples of products being "inspired" by other product...
I have a selection object where in IE, I run
range = selection.createRange();
I then try to get the startContainer but am unable to figure out how. All examples show me SETTING the startContainer, but I am basing this off highlighting text. How do I know which element to set it to without getting it first?
I know in FireFox it's as ...
Following this thread.
http://stackoverflow.com/questions/55709/streaming-large-files-in-a-java-servlet.
Is it possible to find the total internet bandwidth available in current machine thru java?
what i am trying to do is while streaming large files thru servlet, based on the number of parallel request and the total band width i am tr...
Subject says it all.
Is there a user-proof way for a user to press a button on their Windows machine which will cause them to be presented with their IE settings in a log file format (just plain text) which can then be emailed to me.
I'm doing a registration script that requires cookies and javascript to be turned on, and I have a cook...
Hi all,
I'm having some problems with a certain piece of code which sits in my site; this error only occurs in Internet Explorer 7.
Rather than post all my HTML/CSS markup here I have put up a version of the site here.
As you can see I have "Widgets" in columns, for some reason IE7 adds an extra space under the Widget Header while FF ...
Hello,
I have a javascript function that changes the css display ('block', 'none') of a large number of dom nodes (>5000). I am trying to make this as fast as possible.
Will IE interrupt javascript to reflow and paint the screen, or will it wait until the javascript engine returns control to the browser? I want to avoid any extra wor...
Hi guys, I have a website that has jQuery and SWFObject running on it. When the page loads, it sets a 2 second timeout then triggers an SWFObject instance to load a movie. When the movie finishes it's player callsback to JS to trigger another movie. The other movie loads fine and plays. When it's done playing, the second movie is also su...
Hi guys,
I've mentioned it on here before, but still have the problem, so have added some extra info :)
We have a local intranet site that everyone on the network uses, maybe 5% (or even less) of the users that use the site have problems where the session isn't stored properly.
I've tried defining a path manually and whereas most user...
Looked but cannot find answer. Not sure exactly what Title ought to be. Hoping for some suggestions from "outside the box". I don't think I can be the only one facing this.
"How can ASP.NET application best "accept" that user authorization has already been performed in a website"?
We have our own ASP.NET (2.0) application. It suppo...
phpwhois is a script for PHP that allows you to perform whois lookups on any domain:
http://sourceforge.net/projects/phpwhois/
Does anyone know of a comparable Java package that can accomplish the same thing?
Thanks!
...
The answer is probably no, but in IE6, jQuery is slow to apply the jQueryUI accordion control, meaning the unstyled links behind the accordion are visible for probably a quarter to a half of a second before the accordion styling applies.
This is highly distracting, so I went ahead and hid the div and had jQuery unhide it when it loads. ...