Tag Archives: web development

How to: Create A Social Network that isn’t fucked up…

Ello is this talk of the internet right now.  A new social network, that doesn’t ask for, nor collects personal information.  Every few months a new “Facebook-killer” pops up… but the ones that seem to get attention are the ones that specifically target all of the media published controversy surrounding facebook. Why Ello is Flawed?… Read More »

Install ISPConfig on Debian Quickly

I have a client who routinely deploys cloud servers and they like ISPConfig installed to serve as a hosting control panel. ISPConfig is great for your average customer to manage their server or even for a small hosting company to manage their servers. It is a cost effective alternative to commercial solutions like Plesk and… Read More »

Need A New Password

Need A new password? Here is a randomly generated one: Here is the PHP code to generate these passwords: function genRandomString($length) { $length = 10; $characters = ‘123456789ABCDEFGHIJKLMNPQRSTUVWXYZabcdefghijklmnopq3stuvwxyz!^+.?’; $string = “”; for ($p = 0; $p < $length; $p++) { $string .= $characters[mt_rand(0, strlen($characters))]; } return $string; }

Twitter Reacts To Facebook Upgrades.

This evening Facebook rolled out the latest in their upgrades.  Ever since Google Plus launched a few months ago Facebook has been rushing updates out the door, almost twice a week.  While we all know that people hate change and will complain about any change to anything they are used to, but CONSTANT change may… Read More »