-
as seen on Internet.com
- Search for 'Internet.com'
Java SE7 "Dolphin" release is nearing and we're chomping at the bit. So let's dig in and review non-blocking IO, a feature of java.nio (New I/O) package that is a part of Java v1.4, v1.5 and v1.6 and we'll also take a peek at the java.nio.file (NIO.2) package.
>>> More
-
as seen on Internet.com
- Search for 'Internet.com'
Java SE7 "Dolphin" release is nearing and we're chomping at the bit. So let's dig in and review non-blocking IO, a feature of java.nio (New I/O) package that is a part of Java v1.4, v1.5 and v1.6 and we'll also take a peek at the java.nio.file (NIO.2) package.
>>> More
-
as seen on Ask Ubuntu
- Search for 'Ask Ubuntu'
I have blocked some websites by editing /etc/hosts and adding several newline-entries in the following manner:
0.0.0.0 www.domain.com
And it works. The only thing is: when a website is visited which is blocked, the browser is redirected to my http://localhost, resulting in a directory listing or…
>>> More
-
as seen on Programmers
- Search for 'Programmers'
I would like to block some websites on their HTTPS version and allow them on HTTP. The main websites involved are Youtube and Google Images/Videos. This is because on the HTTP version, I can enforce the Safesearch filter on those platforms, whereas I cannot on the HTTPS version. For me, this is a…
>>> More
-
as seen on Programmers
- Search for 'Programmers'
In the upcoming version of our web app, we've broken IE6, and we don't intend to fix it. We've had a clear warning posted for IE6 users for some months; we've decided it's time not to support it.
My question is: how should we communicate this to our users?
Some people here feel that we should block…
>>> More