internet

Releasing your web application into the wild

Let's say you've written the next social networking phenomenon (or any other web app). You've chosen Java, Tomcat, Apache and Oracle (or whatever setup that you like). You know want to get it out there on the web and have people sign up and start using it. What is the next step for something that you have written at home and want to...

VBA - Check for active internet connection

Wrote a small app that accesses a bunch of search websites and puts the results in a word document, which gets run a few hundred times a day. It saves individual search results in a number of local folders so the next time those words are searched, it grabs them locally instead of loading the website again. This works fine - even thoug...

MPEG file not loading entirely the first viewing

I've got several MPEG files that I'm using on my site. The first time the user clicks on the link, it will open up and play about 3/4 of the video, while the second time it will play entirely. Was thinking it might be a proxy issue, but it is happening in both dev and prod. Any ideas? ...

InternetCheckConnection always return false

I want to use the wininet function InternetCheckConnection to check whenever the machine is connected to the internet and can access a specific host. The problem is that this function is always returning false, no matter the URL I put on it. MSDN link ...

Setting up internet printing from win2003

who can help me get this up and running. i already installed it through the control panel, add windows component, but i cant access my printers ...

How do I simulate a slow internet connection (Edge/3g) on a mac. Is there a Firefox plugin?

Exact Duplicate: http://stackoverflow.com/questions/473465/firefox-plugin-to-simulate-slow-internet-connection How do I simulate a slow internet connection (Edge/3g) on a Mac? Is there a Firefox plugin? ...

The webpage you are viewing is trying to close this window warning in Internet Explorer

Hi, i have a login page and if login is sucessfull,i open a homepage as popup.In IE 6.0,i dont come across a problem but IE.7.0 shows me an alert "The webpage you are viewing is trying to close this window.Do you want to close the window?".When i add the codes to hinder it,now IE 7.0 doesnt give me alert but IE 6.0 gives same problem.Ho...

Distinguish the between intranet and official IP addresses

How can I find out whether a given IP address is an official internet address or an internal intranet IP address? ...

Managing Duplicate Downloads

At my firm, we mostly self-administer software installations on our individual machines. Often several users download the same file. Is there a tool which can be used to cache downloads and queue new download requests? I am looking for a solution where the user is informed about a previously downloaded copy if one exists locally but stil...

How to build a distributed robust linked list on several computers on the net?

I was thinking about building a program that use a raid(disk) like algorithms. If one computer dies. The next will step in. In it's place. And it need to scale from 1 - 1000 computers. I need some advice. What the name of the algorithms I'm need to learn? At one point I thought it was possible to build it on top of git. ...

where to download cool animations for testing?

hello, I am looking for some sites where I can download some short clips (5-20seconds) for testing purposes of video import routines. Does anyone has some data sources for wmv, mpeg, mov, etc. ? Thanks! ...

DNS: Do the NS names set for a zone have to match the NS names reported by the upstream TLD servers?

I've noticed that several service providers are operating DNS services for their clients' domains with NS names set for the zone and returned by the authoritative name server (in authority section / NS & SOA records) that don't match the NS names returned by the upstream server (e.g. TLD servers) and which were used for the lookup. Exam...

How do I test the availability of the internet in Java?

I don't want to tell the hard way that the internet is unavailable when I catch an exception from url.openStream(). Is there a simple way to tell if the computer is connected to the internet in Java? In this scenario, "connected to the internet" means being able to download data from a specific url. If I try to download from it and i...

Windows authentication for Intranet/Internet

I am developing an ASP.net web application for my company. Some users use this site in internal network and some will use internet site. I am usin Windows Authentication mode. I no need to prompt windows authentication mode for intranet user and prompt windows authentication mode for internet user. How can I do this. ...

Hiding personal info from WhoIs

Is there a way to hide it legally? I really need an answer on this. So, Please enlighten me. WhoIs Info for stackoverflow.com Registrant: Jeff Atwood 410 Clayton Ave El Cerrito, California 94530, United States Registered through: GoDaddy.com, Inc. (http://www.godaddy.com) Domain Name: STACKOVERFLOW.COM Created on: 26-Dec-03 Expires on...

What component do I need to monitor my internet traffic on my PC?

I would like to be able to see and monitor my internet data (http/emule/email) on my own PC using Windows XP. I am thinking of something like WireShark but I would like to control it programmatically. I would be using C or C++. How can I do this? ...

What are the most active Ruby forums/blogs on the web?

I have just spent 2 days with Ruby, and my observation in last two days is that it is very difficult (as compared to say .NET/Java) to find an active forum/blogs which are helpful for Ruby (or maybe I don't know them since I am new). Which are the most common forums/blogs developers visit when they need help with Ruby (other than Stack ...

Java embedded applet page security, how to properly meet its recquirements?

If I have an applet embedded in a webpage and I want it to connect to server side software (also written in Java) how can I do this properly on a windows machine running local host? Would I have to run the java application from within the localhost directory and access the applet html from a browser (i.e. localhost/applet.html)? From wh...

Any Ideas for free API to post very small sound snippets to Web?

Twitter provides a free API to post small text messages to the Web. TwitPic provides a free API to post small pictures to the Web. Is there anything for sounds, these sounds would be small less than 12 seconds, and could be saved to needed format. It would be great if the API would work well with Twitter, but not required. If there is...

Monitoring internet activity

I'm looking into writing a small app (in Python) that monitors internet activity. The same idea as NetMeter except with a little more customisation (I need to be able to set off-peak time ranges). Anyway, I've been having a little trouble researching these questions: Does Python have an API to monitor this? As far as data collecting g...