Free Code / Free Software

Every so often, here at Invent Partners, we share useful little tools and utilities which we have created whilst developing software.

  • Free PHP Class: Friendly Relative Time

    10/05/2010

    One of the really lovely features that social sites like Twitter and Facebook give to users is a nice friendly way of displaying relative dates and times. Here's a free PHP class to help you do that in your application.

  • jQuery Concertina Menu Plugin with Cookies

    12/11/2009

    This jQuery plugin not only provides concertina effect nested menus, it also "maintains state" between pages using cookies to remember which menu items are open and which ones are closed. This mean that the user can happily continue browsing around the site and the menus will always stay in the state that the user previously set them to.

  • Javascript Replace Function

    31/10/2009

    How to replace strings with javascript. A little demo

  • Free PHP Form Processor

    13/10/2009

    Don't say we're never good to you! Today's free treat is a nice simple to use form processor with server AND client side required field validation. Sweet.

  • How to test if a number is an integer with Javascript

    14/01/2009

    There's lots of websites doing this wrong. Here's how to do it right.