Blog

Flourish JS – A touch responsive slider

I made flourish.js out of a need to satisfy conditions that no one slider plugin met for me. Features Mix static content, images, and ajax content in a single slideshow Only scaffolding css, you design your slider Responsive Create your own slide content animations using CSS3 Touch ready Load on demand or preload Fullscreen, full-width [...]

Stealthy OpenGL hooking

I have hooked OpenGL in a number of ways but haven’t encountered a more stealthy approach than hooking the TLS (Thread Local Storage) stack and re-pointing the local thread’s OpenGL function index addresses to new ones. Unfortunately the implementations I found were volatile as there was no automated way to find the offsets so they [...]

A command-line C++ DLL injector

This is a simple but fully functional DLL injector which works for Unicode and new versions of Windows. It follows along the lines of most injectors: Allocate memory in the remote process big enough to fit the DLL path using VirtualAllocEx Write the path to the allocated space with WriteProcessMemory Get the remote address of [...]

Responsive Image Maps

Responsive Image Maps

Yes you heard it. Image Maps. They have their uses. I was making a 3D carousel with people in it, each person needed a hover state – but how do you do that with overlapping boxes with images of people in it who change size at every position? Well one way could be to use [...]

How to dynamically generate menus in Wordpress

How to dynamically generate menus in WordPress

In this short tutorial/snippet I will demonstrate how you can dynamically create sub menus. In the example I have a menu parent of “Books” and I want to populate the sub nav with a list of book posts. Of course the idea can be adapted to any dynamic menu. The function hook we are interested [...]

How to Modernize Drupal's JS Rendering Engine

How to Modernize Drupal’s JS Rendering Engine

(Post removed, see notice)

A very minimal jQuery slideshow

A very minimal jQuery slideshow

This is a very tiny and simple horizontal html or image slider (though trivial to make vertical). It might be useful to you because: You can call a function to jump to any slide by index It will always seem like the slide just slid in from the nearest neighbour You can put any html [...]

MinimalFolio - A free wordpress portfolio theme

MinimalFolio – A free wordpress portfolio theme

MinimalFolio combines clean, elegant typography and the visual impact only 16:9 images can deliver. It is designed in opposition to the clutter seen in many designs and draws the user straight to the stuff that matters – namely your work. Features Note: Demo database was lost and I won’t have time for a while to [...]

SecurePad 2.1 – Major security fix

Please download the latest release for a major security fix. It is important that you first decrypt your documents using the old version before upgrading since this one isn’t compatible.

56+ programs to try before you die

56+ programs to try before you die

Over the years I have tried a huge number of programs in many different areas of computing and some have really stood out in their class. So here is my “great list” of the best.

Goto Top