Useful Links

Useful Links

General dumping group for things I find useful or want to read up on later.

Things To Read

https://www.awwwards.com/books/

https://www.ibenic.com/using-composer-for-libraries-in-wordpress-plugins-or-themes/

https://www.smashingmagazine.com/2019/03/composer-wordpress/

https://roots.io/using-composer-with-wordpress/

https://addyosmani.com/blog/lazy-loading/

https://www.danielmorell.com/guides/htaccess-seo/redirects/introduction-to-redirects

Fonts

Open Dyslexia : This Font can make it easier for Dyslexic users to read large amounts of text. I use it while coding as I find it easier on my eyes even though I’m not Dyslexic.

If you are using this font in terminal use the mono version and change the character spacing to 0.9 as the spacing is weirdly wide for Open Dyslexia 2 and 3

If you are using this font in your coding environment e.g. Coda 2, Notepad ++, Kate I recommend Open Dyslexia 3 over 2 as they’ve improved the space between two single quotes in version 3.

Coding Environments

On windows machines I use notepad++ however this does not run on Mac. On the Mac at home I use Coda 2 however this is not free. The best free one I know is Kate, which I use at work.

For my colour theme in all coding environments and in Terminal I use Dracula which I then modify to use the Open Dyslexia 3 font.

I use Koala for compiling SCSS

PHP Libraries

https://mpdf.github.io/

https://github.com/smalot/pdfparser

https://github.com/phpfui/icalendar

https://icalendar.org/RFC-Specifications/iCalendar-RFC-5545/

Git

https://help.github.com/en/github/importing-your-projects-to-github/adding-an-existing-project-to-github-using-the-command-line

Switching Git Hub Accounts in BASH

Basic Git Commands

Testing Areas

Regex Tester