PHP Spintax Class

A while back I had published a simple code snippet for a PHP Spintax Function on CodeDevelopr. This post is the new improved version 2 as the old version did not perform well on large strings. We are now using a nice PHP class as well but it can be wrapped into a simple spintax function if you prefer. What
Read More →

Export a Git Branch to Zip File with Alias

When using you may want to sometimes add the files from a Git Branch to a Zip file. Luckily Git has this feature built in so it’s very simple to do. Git Command The Git command to Zip a Git branch is like this… $ git archive –format zip –output /path/to/outputflie.zip branchName Git Alias Shortcut Install Now we can simplify
Read More →

How to Make Money on Elance as a Freelancer

About a few months ago I made the decision to start doing Freelance work. I have been a Web Developer for over 12 years now but I have never done any kind of Freelance work on a regular basis. So I read hundreds of Articles, Books, and all sorts of tips and tricks. Covering everything from the best Contract to
Read More →

Throttle User Login Attempts in PHP

The Problem: Brute Force Attack If you have ever ran a successful user based website where user’s have Accounts with a username and password, you may have been the target of a Brute Force Attack. Where some one, usually with the aide of a bot tries to crack user passwords and gain access to there account. Preventing large numbers of
Read More →

209 CSS Gallery & Award Sites

CSS galleries are a great way to gain additional traffic and backlinks to a well designed website, but it can often be difficult to remember all the good galleries that our out there. Here is a list of 209 of these sites you can submit your site to…
Read More →