Global system of interconnected computer networks serving billions of users worldwide.

learn more… | top users | synonyms

0
votes
0answers
6 views

Problems reading XML from Internet Explorer (9)

I have the following code: var Xhr, Message; if(typeof window.XMLHttpRequest != 'undefined') Xhr = new XMLHttpRequest(); else Xhr = new ActiveXObject('Microsoft.XMLHTTP'); Xhr.open('GET', ...
-2
votes
0answers
30 views

connect two PCs over internet using TCP/IP

I am trying to connect two PCs using Scoket programming in java. I have made connection by using IP address and port no in LAN but i am not sure how to connect two PCs over internet or how can i give ...
0
votes
1answer
23 views

Check for internet connection gives error in windows 8

I Have a vb6 code which is used to test whether internet connection is there or not for a PC.I make use of checking google DNS for it.It works fine in Windows XP.But in Windows 8 if internet is ...
0
votes
0answers
14 views

Youtube API Olders Browsers Internet Explorer 10 Browser

my problem is jquery object build doesn't work ie7, ie8 and ie9. Only ie10 success. My jquery code is, var VR = { init :function() { VR.Video.init(); }, Video : { player ...
1
vote
0answers
26 views

RMI seen from Internet but not from LAN

this is my first post in stackoverflow, i'm trying to implement a chat using RMI but i'm stuck, i am avoiding the use of rmiregistry, everything was binding well on localhost, but i need it to be ...
-2
votes
0answers
12 views

Landline Over IP [closed]

Hello I need to use a POS terminal that uses landline. I don't have landline there, only can have a PC with internet access and dial up modem. On the other place I have also a PC with internet access ...
0
votes
1answer
10 views

How can I explain Cloud Computing without technical jargon?

I need to explain Cloud Computing to someone without technical training or experience. Can you suggest any way that have worked well? Also, some Internet Services are not strict Cloud Computing, but ...
-1
votes
1answer
18 views

Online updateable WP7 app

I'm currently making an app that lets you stream videos and music. Everytime I get a new file or video added I have to update it on my computer and then upload it to my site, so people can update it. ...
-1
votes
0answers
11 views

DNS Errors server 2012 [closed]

We have a server running 2012 essentials as Domain controller and DNS and a few other bits. But over the last few days suddenly all the client computers on the network have lost Internet connection. ...
0
votes
1answer
18 views

CSS isn't containing dximagetransform slideshow in IE

I just transferred hosts and am having trouble with the slideshow on my website containing itself in I.E. It shows correctly in Firefox and Chrome and I looked at past questions and I couldn't figure ...
-2
votes
0answers
13 views

Isp blocks all local ports [closed]

my isp is blocking any local ports. I would like to unblock thus limitation. I cant access servers while ports are blocked . I have done a thorough checkup, yes my Isp service provider is blocking ...
1
vote
1answer
16 views

How unplug and replug make internet work [closed]

I wonder how the internet connection starts working once we replug the cable or restart the router. What is the technical reason behind it ? When we unplug the cable the router gets power supply, so ...
0
votes
1answer
13 views

Syntactical Errors in my Android media player

These are my Syntactical Errors, and i don't know how to figure out, current_song cannot be resolved to a variable Multiple markers at this line, song_url cannot be resolved to a variable How do i ...
0
votes
1answer
30 views

Why do I get these 3 crazy errors in Android Media Player

This is crazy, I get 3 errors when i click the play button once (the song doesn't play), But when i click the same play button again it starts playing. (On 2 click the songs play, after giving these 3 ...
-1
votes
1answer
15 views

Domain DNS : A vs CNAME [closed]

My cloud host doesnt provide a static IP so I changed my CNAME 'www' to my preferred address, but my A was pointing to the static address of the domain manager. When I type www.mydomain.com, I am ...
0
votes
0answers
15 views

jquery scrollto jumps to wrong position in internet explorer [closed]

i am really struggling with a internet explorer problem (7,8,9). i use the jquery scrollto-plugin and internet explorer jumps to the wrong position for the defined anchors. the site has a fixed div on ...
0
votes
2answers
21 views

HTTP POST instead of CRUD REST paradigm

I have an question: how can I use POST HTTP method to simulate CRUD paradigm. I know that I can use POST to update and create but how can I delete and retrieve a resource using POST?
0
votes
4answers
46 views

Why does my media player stops unfortunately?

This is the complete code of my media-player, what it does is, it reads the file from the URL, stores them to an array and then starts playing from location ZERO of the array (song_url). I guess there ...
-1
votes
0answers
3 views

how to automatically check and restart internet applescript [closed]

Hi new to the site and completely new to applescript and programming didn't know it existed till I decided to do something about the problem I'm having. Basically my Wifi connection will keep going ...
-2
votes
0answers
24 views

real time notification service doesn't work through wifi [closed]

In my web application, there is a real time notification service takes place through node.js. In testing machines(QA), the real time notification service works perfectly fine. In 1 testing PC, when ...
0
votes
1answer
30 views

Test Internet Connection Android

anyone of you can help me?, Wish I could do a test to verify internet connection, I dont want check network state, because it only detects if I have activated internet on my device, y yo quiero ...
-1
votes
1answer
29 views

what happens in android if you lose connection in mid download?

Please do not down vote, this is a sincere question, and I have searched online and not found anything. I seem to be getting corrupt files, and I need to know if this is a possibility, and make sure I ...
0
votes
0answers
9 views

Flexget RSS for torrent

presets: Preset_name: regexp: accept: - DVDRip download: ~/torrent/watch tasks: Task_name: rss: http:// preset: - Preset_name Hello I'm using this config in ...
0
votes
0answers
75 views

nivo slider not working in internet explorer 8

I am relatively new to web design. Nivo Slider works on Chrome, FF, Safari, but it does not work on Internet Explorer 8 and below. I have been looking around google and stackoverflow for quite some ...
0
votes
0answers
10 views

How do I use BSNL wirless modem to other internet connection [closed]

Hi all I have a BSNL wifi Router I was using that for BSNL Connection, Now I changed the connection to a local Internet provider(wired Internet). They have given an Ethernet cable that directly ...
-2
votes
0answers
29 views

Unable to visit any website, but Skype works [closed]

I am unable to visit any website using any browser. But Skype is working, so that means im connected to the internet. But when I ping google.com at the terminal, it returns to me unknown host. But ...
0
votes
0answers
31 views

WCF Client cant Connect To Internet

i have a server with static IP and a windows service On It.my client Application Work With That service.(wshttpbinding with Custom user and password work with port 80) the problem is about half of ...
1
vote
1answer
27 views

How can I make a Internet audio streaming server?

I need to make a internet radio server, how can I do that on top of apache. Want to understand the architecture of the whole system. Are there some good reads ?
0
votes
3answers
63 views

How to programmatically check if PC has internet connectivity using Python and/or Ruby?

I have scripts in both Python and Ruby that run for days at a time and rely on the internet to go to certain domains and collect data. Is there a way to implement a network connectivity check into my ...
0
votes
0answers
15 views

Check internet connection on firewall android

I'm testing this code I've found to check the connection to interent but for example in my country, when it comes to data usage limit (eg the download is about 100MB passed) the internet is still ...
0
votes
0answers
50 views

Android check internet connection when 3g is available but not accessible

I've been looking for help on the other questions, but can not find something, while in a review activity need internet connection, even with activated 3G but can not connect (have exceeded data use ...
0
votes
0answers
53 views

Android : Check internet sharing via Bluetooth “is connected?”

I always use the standard way to check internet connection but to day i have small problem when i try to test my app on mobile connected via bluetooth internet sharing the app can't detect the ...
-1
votes
2answers
110 views

Getting a youtube download URL from existing url? [closed]

If you have http://www.youtube.com/watch?v=J6vIS8jb6Fs how do I get to this: ...
-1
votes
1answer
20 views

tried every browser,none will open a dating site called fling.com [closed]

I have a HP 2000 notebook pc. It has win 8 and IE 10.I uninstalled Norton I am using win defender. Today I reset windows back to factory settings. My problem has been asked before but with no true ...
-1
votes
0answers
21 views

Connecting to SQL Server 2008 Instance through Internet in Windows XP SP2 [closed]

Hello Friends I have come across a small problem. I want to connect to an Instance of SQL Server 2008 through a static IP. I am new to databases and so I want to know what all settings would be ...
0
votes
0answers
6 views

Is a hit from a Netscape browser really possible?

Apologies in advance if this is not the correct SE site to post this under, I'm not really sure where it should go! So, earlier today I was looking through some stats for my website and I came ...
0
votes
1answer
51 views

Internet Explorer “CSS was ignored due to mime type mismatch” on local files (no server)

I'm developing an application which creates a HTML report at the end, it outputs the js and css files separately then loads the files normally. But Internet Explorer 8-10+ refuses to load the CSS ...
0
votes
0answers
24 views

How can I decrease the packet size that I send throguh internet to as minimum as possible, maybe as size of an icmp packet [closed]

I live in Iran and as a matter of fact we have some problem with internet, the problem is ping is fine, but for example opening a website takes long time, or you can't play wow or dota2 in internet ...
-1
votes
1answer
20 views

How to check range of network connection in android

I am working on eCommerce android project where I need to check the network connection. If network is slow then I need to show messages accordingly. So if any one know then please tell me how I can ...
1
vote
4answers
52 views

How to check internet access?

So, my question is how to check if I am receiving any data or not. The scenario is that I am connected to a wifi network such as Starbucks wifi (which user should first connect to the network and then ...
0
votes
0answers
15 views

IE9 and Google Maps

I'm working on the development of this site: website And in IE9 my google map (at the bottom) is replaced with a # and I see this popup: internet explorer has modified this page to help prevent ...
0
votes
0answers
40 views

Android Set System Proxy

All, I would like to have all internet data go through a proxy that is external to the android device. I am currently able to read the proxy settings using the following void getProxySettings() { ...
0
votes
1answer
23 views

background not changing internet explorer

I have some radio buttons on my webpage which are supposed to change the background on a div that's placed next to them, it's done correctly in FF, chrome, opera and safari, but not in IE here's the ...
0
votes
1answer
27 views

Need help finding SSO for joomla with LDAP

we are making a site, nothing major its just like an intranet for employees and its using the integrated D LAP extension to employees so sing-on, it creates the account and everything its fine finding ...
1
vote
0answers
71 views

using javascript to check internet connection

What I am trying to do is check for internet connectivity, and if it cannot connect it tries again a few times. The code I am using currently to check is found https://gist.github.com/fryn/943537, as ...
-1
votes
1answer
56 views

I am unable to connect to internet on windows 8 [closed]

I am unable to connect to the Internet on windows 8. These are the hardware ID's which are giving me some problems. Please get a driver. (The Hardware ID) System Information report written at: ...
0
votes
0answers
12 views

My XP PC discriminate common web sites like Google and Wikipedia

My XP PC discriminates common web sites like Google and Wikipedia, and can not accesss these websites, while other computers in the same LAN could access these web sites. I have a simple home ...
0
votes
0answers
11 views

Checking Whether Application will need internet

Is there any way to check whether an application is requesting internet aceess ? Eg. If am opening a browser as it requires internet . How to check that application( Browser ) needs internet?
-1
votes
0answers
60 views

Can't access internet in my ubislate 7c+ after google apps downloading [closed]

I was downloading a google app from my computer to my Ubislate 7C+ tab. Then after, a down loading signal is shows in my tab's task bar. I can't access inter net connection.(GPRS is not working). ...
-5
votes
1answer
51 views

How to create new thread [closed]

i want to create new thread for call my internet access method Setbutton.setOnClickListener(new OnClickListener() { @Override public void onClick(View v) { // ...

1 2 3 4 5 33