Search Tech

'php'
10 results found. CSS CAPTCHA
Proof-of-concept of a CSS-generated CAPTCHA.
Source   Demo

Hacker Republic Login Interface
A simulation of the login interface from The Girl Who Kicked The Hornet's Nest.
Source   Demo

The Anti-CSRF Token
A basic demo of the Anti-CSRF token written in PHP.
Source   Demo

AngularJS Password Strength Validator
Password Strength Validator with API-based Dictionary Check.
Source   Demo

Nike Meme Generator
A PHP image file upload for generation of a Nike-style meme generator.
Source   Demo

Contact Us Page
PHP Contact Us Form with emailing action, basic security and validation, and a custom map.
Source   Demo

Encryptor/Decryptor
Simple encryptor wth key-based decryptor and email function.
Source   Demo

PKCE Generator
PHP and JavaScript based PKCE Generator
Source   Demo

The Random Christmas Card
A LESS Christmas Card website with A.I generated content.
Source   Demo

Singapore Bus Service App
Simple bus arrival app using LTA API.
Source   Demo

INFO
A collection of widgets and little programs I've compiled (and sometimes use) over the years. Some of it is obviously just for fun, and some of it can be used (and has been used) in various projects. Quite a few of them are Proofs of Concept. This is the stuff I get up to in my free time.

Please note that not all of them conform to accepted best practices. In fact, many of them don't. The key thing here is the idea behind, not so much the implementation.

I have made a point of indicating the technologies used (predominantly HTML, CSS and JavaScript) and the browsers I have tested the code on. If the code does not run on the browser indicated, check out the GitHub source; likely there is a branch within the repository that will work as advertised.
COMPLEXITY
Measures how many interconnected moving parts it took to produce this demo, and how complex these parts are.
Commercial or enterprise-level complexity.
Multiple moving parts, moderate complexity and properly abstracted.
Multiple moving parts with moderate complexity.
Multiple simple moving parts.
Student or hobbyist level. Minimal moving parts.
APPLICABILITY
Application in the real world.
Ubiquitious usage.
Widespread usage.
Useful functionality for general use cases.
Useful functionality for narrow use cases.
Theoretical only, or very simple functionality.