Posts Tagged “Tools”
For basically as long as I can remember, I have been a staunch defender of permissive licenses over the more copyleft variety. I want you to use things I've written. On top of that I don't believe it's my place to force you to then open source things you have written that expand upon my source code…
Read More / Comment »
It would seem that very similar but non-identical colors seem to pop up often in CSS files of any reasonable age, and I became sick of them. This started as a little script to help me find them in a stylesheet, and grew into this full-fledged tool.
This tool will scan CSS and CSS-like files like Sa…
Read More / Comment »
While doing code reviews on GitHub I find myself profiling a lot of SQL queries, getting EXPLAIN output into a markdown format for GitHub became very important, and was a huge pain to do by hand.
While there were tools out there, nothing I could easily copy and paste tab seperated query results int…
Read More / Comment »
This is just a small collection of Bookmarklets I personally find useful. To use them simply click and drag them into your Bookmarks bar.
Disable HTML 5 Validation
Clicking this will disable html5 validation for all form elements on the page. Useful for testing server side validation while leav…
Read More / Comment »
I switched from Windows to Mac for work a little over a year ago (I've been using Macs at home for years) and there is one program I still could not live without - Scooter Software's wonderful Beyond Compare. I've tried every single diff tool available and none have lived up to Beyond Compare. It t…
Read More / Comment »
Playing Minecraft, I like making circular things. I used a chart while I was building, but wanted to be able to make variable size ovals which is something I couldn't find a decent chart of or generator capable of, so I created this…
Read More / Comment »
All in one function to parse User Agent strings into their important bits.
Read More / Comment »