Categories

Category Uncategorised

Online Readability Test

I’ve just released the first version of The Readability Testing Tool.   It takes either a supplied URI, or directly inputted text.
Indices measured

Flesch Kincaid Reading Ease
Flesch Kincaid Grade Level
Gunning Fog Score
Coleman Liau Index
Automated Readability Index.

Flesch Kincaid Reading Ease is a scale of 0-100. A high score means the text is easier to read. Low scores suggest [...]

Find nearest store page using PHP, mySQL and Google Maps

This is a step by step guide for building a find nearest/store locator for free in PHP just like Postcode Anywhere.
It requires PHP and a mySQL database. That’s all.
You don’t need Google Maps, but it helped me populating the database, so I’ve included it for completeness. The example I’m using is UK based, but [...]