Latest Public Bookmarks
How to merge CSV files and ignore their first line
Merge all the CSVs in a directory and ignore their first lines to remove the headings: awk 'FNR > 1' *.csv > consolidated.csv
Saved by: Paul on 10 Sep 2025
Master WordPress Admin Customization: Tips and Tricks - ACF guide
A guide from Advanced Custom Fields (ACF) for changing the Wordpress admin to be the way you want.
Saved by: Paul on 4 Jun 2025
Make a responsive carousel with just CSS | Blog | Niek Nijland
Easy to understand guide for making a responsive carousel using CSS with a very minimal amount of Javascript for buttons
Saved by: Paul on 31 Mar 2025
Taming your PHP app's memory footprint
Useful tips and example code for reducing the memory used by common tasks in PHP scripts
Saved by: Paul on 5 Feb 2025
Early | brighton gigs music culture listings what's on
The mailing list Peter uses to find out about music in Brighton. Seems to be a really good curated list based on their past issues
Saved by: Paul on 4 Nov 2024
Creating the brand story for Global Chartering - Manasian&Co
Tom's latest project that I should have a look at
Saved by: Paul on 18 Oct 2024
Knepp - Rewilding Pioneers
Interesting looking rewilding project in Sussex, best got to by car
Saved by: Paul on 18 Oct 2024
jamestomasino/cookieconsent: A totally free implementation of a Consent Mode V2 Cookie Banner
Good cookie consent banner that supports Google Consent Mode v2 and is fully self hosted
Saved by: Paul on 15 Oct 2024