Online Privacy does not exist
Everyone that thinks that online privacy exists, raise your hand.
Regardless of whether or not you raised your hand, you are partially right and partially wrong....
continue reading...Everyone that thinks that online privacy exists, raise your hand.
Regardless of whether or not you raised your hand, you are partially right and partially wrong....
continue reading...As some of you may or may not know, popular torrent site The Pirate Bay went on trial in February. After a week-long trial in which it seemed like the prosecution had made complete fools of themselves, the trial ended.
The official verdict has come out: TPB has lost the trial, and all “members” of the non-existent “team” have each been sentenced to one year in jail and and a fine of $905,000 in damages. The four defendants are, of course, appealing....
continue reading...I have a problem with JavaScript libraries. My problem is this: I feel that, in a way, they begin to replace actual JavaScript for new web developers. Let’s say I teach a person to use jQuery. I teach him to use the various functions, and how to use plugins. Then, I see him working on a project one day and see this code:
<script type="text/javascript">
$(function() {
$("#hide").hide();
$("#show").show();
}
</script>
That’s right, he’s importing 20kb of pure JavaScript awesomeness for… two lines of code that could have just as easily been done using raw JavaScript:...
continue reading...Sometimes, when I browse the internet, I get the feeling that some people still think it’s the late ’90s or early ’00s. I often come across new websites still using ugly markup and table-based layouts instead of CSS-based layouts.
Then there are those times that I find a site that, for some reason, finds it necessary to prevent me from right-clicking. When I come across one of those, I simply disable JavaScript for the remainder of the time I spend on the site. Of course, if the site also finds it also necessary to pop up a little box that ...
continue reading...I’m just throwing these on as they come to me, meaning I’m not separating them into amusements or annoyances. Figure it out yourself :P