Monthly Archives: May 2010

google search returns cialus or viagara

Google Search Returns Cialus or Viagara

We hear various terms thrown around whenever a popular web site gets hacked. SQL Injection, session hi-jacking, cross site scripting, etc. Web site hacks may be performed by malicious users and in more cases than not, just to prove they can do it.

As web site developers, we had to recently deal with a web site hack with the sole motivation to steal web site traffic from the targeted web site.

Continue reading

Allocate Version Numbers With Bash

Allocate Version Numbers With Bash

Bash at it&squo;s simplest form is a program that runs other programs for you based on input. Bash also has some other features than this such as the ability to store and retrieve variables stored in the Environment for a shell. If you invoke bash and then exit, you will loose the Environment that was set inside the script unless some special things are done.
Continue reading