Skidoosh

Skidoosh – PHP, Python, Django, Ruby on Rails Web Developer in North Wales

Create Twitter like date formatted strings with PHP

A small function to produce Twitter like dates from various date formats. Just feed it a date, it converts it to a time (a unix timestamp), works out the difference and returns a “nice” formatted date i.e. About 1 week ago. Hope this helps.

SQL Injection in Action

Have you ever heard of an SQL injection attack? Ever wondered how it’s actually done? Well take a look at the video in this post to see one in action!

jQuery selectors and attribute selectors reference and examples V2

At the start of the year I wrote an article over on another site detailing the different methods you could use to select elements using the powerful jQuery attribute selectors. Because I no longer work for that company any more and the article is no longer being maintained, I’ve decided to create a second version of the article so I can update it and extend it’s usefulness.