Loading...
August 23, 2011#

The world’s niftiest JQuery slideshow

nifty-slideshow

This is a very tiny and simple horizontal html or image slider (though simple 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 in a slide
  • You want to easily integrate with a external thumbnail carousel for example
  • It is 1 small function so it is easy to extend to your needs

Continue Reading

July 12, 2011#

MinimalFolio – A free wordpress portfolio theme

minimalfolio

MinimalFolio combines clean, elegant typography and the visual impact only 16:9 images can deliver.

Continue Reading

July 5, 2011#

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.

March 31, 2011#

56+ programs to try before you die

programs-to-try-v2

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.

Continue Reading

March 29, 2011#

DetourXS: A x86/64 detours library

detour-xs

This is my C++ opensource library which you can use to intercept functions at assembly level. I believe it is the only one that supports detour chaining, which is useful for plugin architecture amongst other things (though as of present limitations apply to keep the code simple).

Continue Reading

February 8, 2011#

SecurePad v2 – a Notepad++ plugin

notepadplusplus

I have finally updated the once popular Notepad++ plugin to support unicode and the new versions of Notepad++. SecurePad can be used to securely encrypt your documents.

Continue Reading

February 2, 2011#

Using JQuery to animate our CSS dropdown menu

css-dropdown-animate

This tutorial continues on from the last and explains how to add menu animation for a slicker feel in just a few lines of code.

Continue Reading

January 31, 2011#

A very easy way to test earlier versions of IE

ie-testing

Recently I needed to test IE7 and realised it could no longer be installed on W7 (and possibly Vista). I ended up trying a few things and here is what I discovered..

Continue Reading

January 31, 2011#

Create a CSS dropdown with unlimited submenus

css-dropdown

Everywhere I look on the net I see copies of copies when it comes to CSS dropdown menus. They are messy, flawed, limited, illogical and require manually coding very deep nesting to achieve submenus. So if your tired of all this pishposh and want a menu with unlimited submenus with no extra code and that works on all modern browsers (including the not so modern IE7), read on.

Continue Reading