Icon Font Sets for the Web Below is a list of my favorite Icon Fonts from around the web. There is a couple Icon Font tools as well that allow you to mix and...
The JavaScript language automatically adds semicolons to the end of lines, so creating multi-line strings like this will fail and generally result in...
I was tasked at my current job to build a Time Clock system for employees to clock in and out of work everyday. To make it a little more unique and cool one of...
I recently found this little gem of a tool built in my favorite language (PHP of course) that allows you to deploy files through FTP to a server. It makes...
Below is a list of 13 Code Schools or Online Course/Video sites that you can use for anything from learning to write code and become a programmer/web developer...
Browserify allows you to Require JavaScript files into other JavaScript files usingrequire('./testmodule')just like NodeJS does, but in a Web Browser...
If you are a Developer/Programmer, you LOVE <3 GitHub. Its just the way it is. But wait, what if I told you, you could self host a free open source PHP...
Many websites will show Social Share buttons for Facebook, Twitter, Google+, LinkedIn, Pinterest, to name a few among many other social networks . These...
This simple script is great for backing up a WordPress site. It can really be modified easily to work with any site though! What does this backup script...