Latest Public Bookmarks
BrightonCRO and MeasureCamp: Some thoughts and some slides
Slides from the talks at Brighton CRO in early 2015
Saved by: Paul on 23 May 2015
10 Lessons Learned From Recovering Over $85 Million In Failed Payments for Stripe Customers
Good advice on payments in software as a service products.
Saved by: Paul on 23 May 2015
The definitive oral history of 1980s digital icon Max Headroom
Interesting write up of how the character Max Headroom came to be, how it was different in the UK and America, and the surprise popularity in the '80s. Great piece.
Saved by: Paul on 4 May 2015
Laravel Form validation tutorial
Good examples of how to use validation with forms in Laravel 4, including how to re-show old input when you need to bounce someone back to a form.
Saved by: Paul on 28 Apr 2015
Font Awesome - Icons
Icons that you can use on web pages by including the font for them, then referencing the icons as if they were letters / codes. A very good selection in here.
Saved by: Paul on 13 Apr 2015
Nested Wordpress installs on IIS need a 'clear' in web.config
On IIS if you have a Wordpress install in the root directory, and want another in a sub-directory, you need to change the web.config to add a '
' after , this stops URL rewrite rules from higher up the directory tree from rewriting the URLs in this directory and lower. Saved by: Paul on 25 Mar 2015