Everything is happy when you are running around with functions like mysql_query() and mysql_fetch_array() – but what if you ever have to change from MySQL to another database software? You could just do a str_replace() on the contents of your scripts, but that’s not the point. There’s an easier way.
Continue reading
Monthly Archives: April 2009
Mixx Reveals Their Business Model
Twitter is still trying to decide on how it is going to profit . Mixx, on the other hand, has made up its mind. Mixx introduced the Mixx Sifter earlier today and revealed their plans for profit.
Compiz, Gnome, and Multiple Workspaces
I just upgraded to Ubuntu 9.04. :) There was a slight problem though. This problem involves Compiz, Gnome, and multiple workspaces, hence the title. Click ‘Learn more…’ for more information. ;)
Comparing WordPress Related Posts Plugins
After a user reads a post on your blog, you want them to read another, right? Make sure that a list of similar posts is around with a related posts plugin.
Protecting Yourself From MD5 Decryption
MD5 is a popular hash that is used to store vital information, such as passwords. It’s very possible to ‘decrypt’ an MD5 hash. Here’s a few ways to protect yourself (and your users) from decryption.
Rewrites without mod_rewrite
Sometimes mod_rewrite isn’t the best option. Sometimes it’s unavailable, and sometimes it just doesn’t do the job. Here’s a work around that I used when I faced problems with mod_rewrite.