Archives: February 2015

Indent or Outdent Text

I often find myself needing to do indent text (for SQL or a bit of CSS) and may not have an editor handy so I created this simple tool!

 

Posted in Everything Else | Tagged | Leave a comment

Find Length of a String

Need to find the length of a string quickly? I often do so here is a simple form to do just that.

jQuery is used to calculate the length which means the form does not submit your input to our server – keeping your entry anonymous!

 

Posted in Programming | Tagged | Leave a comment