Helpful Information

Blog Series by Stewart
Informative articles that may prove useful to some.

I recently released a quiz called Random Category Elimination - Countries and some have asked how it was made, and the complexities behind its algorithms.

On JetPunk, we have what's called type-ins. These use regular expressions to pattern-match what the user has entered into the text box against set expressions. For example, the expression might simply mean "type DOG exactly", so the user would have to type in the word "dog". This blog post will hopefully provide all the tools and knowledge to use these to their fullest capabilities.