author profile image

Matt Reid

Solo Entrepreneur | Lead Software Architect

Animation can be a bit of a hassle with jQuery, especially when you want to chain an animation and another action (such as removing the element from the DOM). The animation can often get missed out in the sequence of events. The key to solving this is to use jQuery’s...

I have been wanting to create a showcase site for my android apps for a while. This weekend I decided to bite the bullet and produce an entire site in 48 hours. Here is the result, an html5/css3 responsive site. The site is hosted on heroku, making it super quick...

When using postgres, we sometimes need to find fields that match multiple like queries.  In this situation we can use like any. Making use of the any expression. Example: select * from some_table where some_field like any ( select '%'||some_other_field||'%' from some_other_table );  

A lot of websites are after your money to subscribe to their service. A lot of their traffic comes from marketing emails. Most people read their emails on their phone, leading to a problem. Price tables are designed for full screen PC browsing… Enter the responsive pricing tables. Demo: Enjoy...