Category Archives: Code

How to Prevent Employees from writing or copying to a USB Drive

One of the biggest security challenges we see today is people with USB flash drives walking in, pluggin into a computer and walking out with data. See how a simple hack can prevent people from having write access to a USB drive without the need for any expensive solutions

Wordpress and Google Summer of Code

Looking for something fun to do this summer? All college and university students around the world are invited to apply to get paid $4,500 USD to work on your favorite open source project this summer.  This Blog is powered by WordPress and looks like it is only about to get even better.  WordPress is among [...]

Google Mature Adsense Policy workaround for a Wordpress Blog

I am also a Security Editor at a very popular student portal AskStudent. Like most other portals, our operations are supported by Advertising and we use Google Adsense to take care of advertising on AskStudent. At AskStudent, we cover a lot of topics such as Security, Health, Career, Jobs, Coding, Money matters, Shopping etc. We [...]

How to edit any Webpage on the fly using JavaScript

OurPicks have an interesting piece of code snippet on their forums. A simple JavaScript code that lets you edit any webpage, static or dynamic on the fly
Let us try this:
Step # 1: Go to any website. Let us go to Slashdot.org
Step # 2: Delete everything in the address bar
Step # 3: Paste the following JavaScript [...]