SavedMarks

Latest Public Bookmarks

  1. Screenshot of Getting car repaired in Konstanz

    Getting car repaired in Konstanz

    Linking to my article about Punto steering motor replacement

    Saved by: Paul on 16 Aug 2016

  2. Screenshot of PHP Month Number to Month Name the Easy Way

    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

  3. Screenshot of MEV Exocet Kit Car

    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

  4. Screenshot of Turbocharged Exomotive Exocet (MX5 based kit car)

    Turbocharged Exomotive Exocet (MX5 based kit car)

    Interesting looking Mazda MX5 based kit car, sounds amazing.

    Saved by: Paul on 29 Jul 2016

  5. Screenshot of Image Cropping with Coldfusion and jQuery

    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

  6. Screenshot of Mailchimp API example - subscribe in PHP

    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

  7. Screenshot of GoodUI - Evidence

    GoodUI - Evidence

    Examples of UI changes that have been A&B tested and their results.

    Saved by: Paul on 27 May 2016

  8. Screenshot of Supercharger vs. Turbo

    Supercharger vs. Turbo

    Animations showing the differences between superchargers and turbos on engines.

    Saved by: Paul on 26 May 2016

  9. Screenshot of Lemmatizer PHP script for various languages

    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

  10. Screenshot of Stacking table cells in responsive HTML e-mails

    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