ToolProgramming Tools
Programming Tools
Latest Questions
HtmlPurifier Adding nofollow to ALL links Not Just External
I am using HTMLPurifier for PHP to ensure that all external links in a piece of HTML that the user provides have the nofollow...
PHP – How Do You Load all PHP files in a directory?
Rather than having to use an include a statement to include every new PHP file I add to a directory, is there a way...
Latest Posts
JavaScript Multi-line String Builder
Javascript did not always support multi-line strings. If you attempted to create a string variable using quotes, putting a line break into the source...
GUID Generator
GUID generation is relatively simple. It is a system that is used to generate unique values without having to keep track of the IDs...
GUID Validator
The tool below is a GUID validator. Paste your value into the box and it will check to see whether this is a valid...
Convert Json To C# Class
JSON is a popular alternative to XML where an object is stored in a string that can be deserialised and loaded into a class...
Replace Extended ASCII Characters With Standard Characters
The standard ASCII table of characters will support the standard a-z with upper and lower case variations supported. There will be other characters that...
Base 64 Decode
Content that has been base 64 encoded is not permanently changed. The process of converting it back to the standard text it was originally...
Base 64 Encode
Base 64 encoding is common across the internet as a means to encode data for safer transmission in requests. Data that has been base...
Related Questions
Latest Tools
Memory Converter
Converting values between various metric measurements is usually quite simple as there will be 1000 of the smaller unit in the next larger unit....
Bitrate Converter
Below you will find a bitrate converter. This tool will allow you to enter a bitrate value, in one of many different formats and...
Aesthetic Text Generator
There are various ways to make your social media profile seem more unique, some of which are not as easy to implement as others....
Aspect Ratio Calculator For Images
Aspect ratio is the ratio between the height and width of an image. If you want to resize an image by 100 pixels, you...
Add Text To Image
Use this free tool to add text to an image. Simply select the image file that you want to overlay text onto and you...
JavaScript Multi-line String Builder
Javascript did not always support multi-line strings. If you attempted to create a string variable using quotes, putting a line break into the source...