Latest Public Bookmarks
Getting car repaired in Konstanz
Linking to my article about Punto steering motor replacement
Saved by: Paul on 16 Aug 2016
PHP Month Number to Month Name the Easy Way
It's just... $monthNum = 5; $monthName = date("F", mktime(0, 0, 0, $monthNum, 10)); Which is neat. It doesn't use jdmonthname, which expects a day of the year, which is fine but more awkward when you just want to make the month name
Saved by: Paul on 16 Aug 2016
MEV Exocet Kit Car
UK seller of the Exocet kits for MX5. NOTE: the Exocet is left hand drive, would have to look in to whether people covert over to right hand drive and what that takes, given that a donor vehicle over here would be RHD.
Saved by: Paul on 29 Jul 2016
Turbocharged Exomotive Exocet (MX5 based kit car)
Interesting looking Mazda MX5 based kit car, sounds amazing.
Saved by: Paul on 29 Jul 2016
Image Cropping with Coldfusion and jQuery
May be what I've been looking for as part of admin area for various clients.
Saved by: Paul on 17 Jun 2016
Mailchimp API example - subscribe in PHP
An example of how to use the Mailchimp API to subscribe to a mailing list using PHP and C u r l
Saved by: Paul on 1 Jun 2016
GoodUI - Evidence
Examples of UI changes that have been A&B tested and their results.
Saved by: Paul on 27 May 2016
Supercharger vs. Turbo
Animations showing the differences between superchargers and turbos on engines.
Saved by: Paul on 26 May 2016
Lemmatizer PHP script for various languages
A lemmatizer does what I usually think of as stemming - offering the plurals and other alternatives of a word. i.e. "stem" becomes "stemming". Documentation in Russian, so need to use Google Translate for it. The example code is good and has comments in English.
Saved by: Paul on 24 May 2016
Stacking table cells in responsive HTML e-mails
Two methods for making content stack on mobiles and be next to each other on desktop when viewing e-mail newsletters. Links through to examples on http://codepen.io/actionrocket/pen/taqci
Saved by: Paul on 16 May 2016