Everyone needs to get into the habit of branching when they use GIT. Whether it's a new feature, a bug fix, or a small improvement to some existing code, every ticket should get its own branch. Do some work on this branch, committing early...
I'm often tasked with building a twitter user's following. This script is for the console of your web browser and it will click all of the Follow Buttons for you automatically.
var FOLLOW_PAUSE = 1250;
var FOLLOW_RAND = 250;
var PAGE_WAIT...
After much trial and error we've selected our future framework for all projects: Laravel!
It has great documentation, a good community, lots of plugs and a steady update path. Plus it's fun to code!
NOTE: This only applies to Summernote 0.6.* and not to newer versions.
$('#summernote').summernote({
height: 850,
toolbar: [
['style', ['fontsize','fontname','bold', 'italic', 'underline', 'clear']],
['color', ['c...
I manage a bunch of internal servers and for those that aren't part of the wider web I like to use key pairs to speed up my sign ins and maintenance.
Key-Based SSH Logins
Key-based authentication is the most secure mode of authentication us...
It's with a heavy heart that we must begin to phase out Kohana Framework from our projects. We will be migrating all current project and all future projects to a newer, more supported framework: Laravel.
That is all.
A
About Kohana
Koseve...
Keep Updated
You should update your linux settings no less than once a month. This will ensure that you are not running vulnerable technology.
Remove Header Details / Disable Tokens
When Apache web server generates any web pages or error pa...