Tag: Tools

Compare Text

It’s not always easy to see if two separate blocks of text are the same (especially when the are really long).

Enter two values to compare below and find out if they are equal to each other or not.
Read More »

Posted in Programming | Tagged | Leave a comment

Ratio Calculator

Simplify your ratio quickly without having to find the greatest common factor!

 

:

 

:

Posted in Programming | Tagged | Leave a comment

CSV to Tab Delimited

When dealing with exported data I find myself needing to convert CSV data to tab delimited. To save me time I created this little tool to do simply that.

Read More »

Posted in Programming | Tagged | Leave a comment

Colour Swatch

Enter a base colour to create a colour swatch of lighter and darker colours.

Posted in Everything Else, Programming | Also tagged | Leave a comment

Go to Line Number

Use this tool to go to a specific line number or display the current line number of the input text.

 

Posted in Programming | Tagged | Leave a comment

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

Find and Replace

Using ‘find and replace’ when programming or working with text files can save a lot of time – especially when you get creative. For me, Dreamweaver has the most effective find and replace feature and these days it’s one of the only reasons I open the program. The ability to find and replace using line breaks and other white space characters is something that seems to have been over looked by others, for example Visual Studio.

Read More »

Posted in Programming | Tagged | Leave a comment