Tagged Questions

17
votes
17answers
2k views

Is there some way to PUSH data from web server to browser?

Of course I am aware of Ajax, but the problem with Ajax is that the browser should poll the server frequently to find whether there is new data. This increases server load. Is the …
16
votes
2answers
972 views

How do you get the ethernet address using Java?

I would like to retrieve the ethernet address of the network interface that is used to access a particular website. How can this be done in Java? Solution Note that the accepted …
15
votes
19answers
698 views

Have you also become memory-lazy as a programmer? How do you overcome it?

In the last few years I've become very bad at memorizing API functions, how to use them, etc b/c I can get a reminder very easily using search engines (or StackOverflow), and do co …
13
votes
16answers
877 views

Why haven’t torrents replaced HTTP downloads?

It seems to me that many sites are wasting a lot of bandwidth by providing file downloads over HTTP. If 10,000 users download a 20MB file, the website uses 200,000MB of bandwidth, …
10
votes
9answers
1k views

When should one use a ‘www’ subdomain?

When browsing through the internet for the last few years, I'm seeing more and more pages getting rid of the 'www' subdomain. Are there any good reasons to use or not to use the ' …
9
votes
3answers
324 views

Large File (30Mb+) Uploads over the Internet, what are the better options?

A friend and I have been discussing what's the best way to send large file over the Internet. FTP, single Web services, Chunking Bytes To multiple Web Services, HTTP File Post (m …
7
votes
23answers
1k views

Should we support IE6 anymore?

Are we supposed to find workarounds in our web applications so that they will work in every situation? Is it time to do away with IE6 programming?
6
votes
9answers
351 views

Internet and Intellisense bad for your memory?

Having programmed for a while now I have noticed that I am becoming more and more reliant on the internet and intellisense to do my job. But I was wondering how much that has effec …
6
votes
4answers
276 views

How to most efficently handle large numbers of file descriptors?

There appear to be several options available to programs that handle large numbers of socket connections (such as web services, p2p systems, etc). Spawn a separate thread to hand …
5
votes
7answers
211 views

what is the difference between web servers and application servers?

what is the difference between web servers and application servers? I have googled but couldnt get clear...
5
votes
3answers
180 views

How to avoid building a walled garden?

Some friends and I have had an idea for a website and have started working on it. It will rely on people contributing to a shared knowledgebase, and people will also be able to cre …
5
votes
6answers
1k views

“Silent” Printing in a Web Application

I'm working on a web application that needs to prints silently -- that is without user involvement. What's the best way to accomplish this? It doesn't like it can be done with st …
4
votes
4answers
100 views

how do web crawlers handle javascript

Today a lot of content on Internet is generated using JavaScript (specifically by background AJAX calls). I was wondering how web crawlers like Google handle them. Are they aware o …
4
votes
8answers
259 views

What is a Good Response to “Best Viewed in x”?

Is there a good response to the statement "Best viewed in x"? Specifically, I was trying to access a site and the site was horribly broken on Webkit browsers. I sent an email to t …
4
votes
6answers
683 views

What’s the easiest to remember publicly pingable IP address?

For frequent network troubleshooting purposes, do you know a publicly pingable host with an easy to remember IP address (such as 1.2.3.4)?

1 2 3 4 5 13 next
15 30 50 per page