Paul's Latest Public Bookmarks
Metro Work Pad, Chichester
Coworking and office space place in Chichester. Have told David about it, might be worth using if over that way.
Saved by: Paul on 1 Sep 2017
CSS3 Zebra Striping a Table | CSS-Tricks
Can use (even) instead... tbody tr:nth-child(odd) { background-color: #ccc; }
Saved by: Paul on 11 Aug 2017
Set up Laravel 5.4 with MAMP Pro on MacOS Sierra | Barry Sampson
Step by step instructions for getting Laravel 5 working with MAMP (Pro) rather than having to use Homestead etc.
Saved by: Paul on 4 Aug 2017
ColdFusion: cfdbinfo for database and table meta information
Handy ColdFusion command which will give you lists of tables and views in a database, and the table meta data - column names, column types, lengths, etc. Very useful if you need to replicate tables from one source by building schema for another, and building export scripts
Saved by: Paul on 27 Jul 2017
Example - fixed footer inside a div - JSFiddle
HTML example of a fixed footer div within another div
Saved by: Paul on 25 Jul 2017
CodeKit - THE Mac App for Web Developers
Standalone app that will compile SASS/SCSS files (and many other formats) in to CSS, and many other things. Recommended by Jim Endersby, who will give me a demo when needed.
Saved by: Paul on 12 Jul 2017
MJML - The Responsive Email Framework
As recommended by Dave Andrew, although warning: putting it in to Mailchimp can cause problems as Mailchimp likes to re-indent the code, which stops table tags being butted up together
Saved by: Paul on 29 Jun 2017