Purify and filter HTML, XHTML or XML in PHP with htmLawed

9 years ago

htmLawed is a PHP lib that: makes HTML markup in text secure and standard-compliant processes text for use in HTML,… Read More

WordPress Plugins, lets split them into modules

9 years ago

While building plugins for WordPress is fun, it often means repeating tasks over and over again. I love clean and organized… Read More

Include WebP images in WordPress

9 years ago

"WebP is an image format employing both lossy and lossless compression. It is currently developed by Google, based on technology… Read More

scrollReveal

10 years ago

Easily reveal elements as they enter the viewport. No dependancies. Usage examples: [crayon-66eddb0c69c7f916427252/] [crayon-66eddb0c69c82381486656/] Github: scrollReveal  Read More

Go 100% SVG, with a PNG fallback

10 years ago

Pure CSS [crayon-66eddb0c69ccf119075927/] Using Modernizer + jQuery [crayon-66eddb0c69cd1357297268/] Modernizer  Custom detection of SVG [crayon-66eddb0c69cd2596918951/]     Read More

Allow SVG files in WordPress Upload

10 years ago

[crayon-66eddb0c69d1f259946386/] Just add that to your themes functions.php. Read More

Verlet – physics engine written in javascript

10 years ago

Very impressive javascript physics engine. Github Spiderweb Example Read More

Animate SVGs with the lazy line converter

10 years ago

The SVG converter is a web frontend to a jQuery Plugin, that allows you to include those line drawings on… Read More

Clean up your toolbox with PHP traits …

10 years ago

Single inheritance has often been the limitation for PHP. This means that a class can only inherit from one other… Read More

Register classes and traits for autoloading

10 years ago

When projects are getting bigger, its always nice to split things up and prepare parts of your code for general… Read More