internet

Getting the width/height of the entire browser in IE?

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. ...

Strange Blackberry Issue - New Build Suddenly Requesting Permission Access

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 ...

querries on InternetGetConnectedState

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 ...

How to check if IP is a public proxy

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. ...

Using a Web Service to access data outside MOSS using AD for authentication

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?

How would I go about streaming a webcam to a website? Всем хyяkaм посвещается. ...

Compiler running on a network

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 ...

If you didn't have the internet, could you still effectively write the code you need to write?

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...

Force IE draw screen while completing a PHP call

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! ...

How are intellectual property/patents enforced on the Internet?

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...

Selection StartContainer in IE

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 ...

Finding server internet bandwidth thru java for streaming.

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...

Internet Explorer -- way to have user dump current preferences into log file and send to me

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...

Weird IE7 Bug/Error

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 ...

IE, Javascript and Reflow

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...

JQuery (maybe SWFObject) not doing what it's supposed to in IE 7.0.5730.13 or 8.0.6001.18702 or 8.0.7100.0, but works in 7.0.5730.11

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...

PHP Session/Cookie problems with Windows XP, Vista, IE and certain users...

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...

ASP.NET "logon" from external website

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...

PHP's phpwhois in Java?

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! ...

jQuery - Scripts slow to apply in IE6: Can anything be done?

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. ...