Note: This site is currently "Under construction". I'm migrating to a new version of my site building software. Lots of things are in a state of disrepair as a result (for example, footnote links aren't working). It's all part of the process of building in public. Most things should still be readable though.

Online Toolkit

### TODO:

https://www.webbloatscore.com https://www.base64decode.org https://pythex.org https://timqian.com/chart.xkcd/ https://themarkup.org/blacklight?url=www.pgatour.com https://www.html2pdf.guru

### Searches

Code

- <form id="search" action="https://stackoverflow.com/search" method="get">
    <input id="StackOverflowSearchBox" name="q" type="search" placeholder="StackOverflow" value="" maxlength="240">
	</form>
- <form action="https://en.wikiquote.org//w/index.php" id="searchform">
    <input type="search" name="search" placeholder="Wikiquote" id="searchInputWikiQuote">
    <input type="hidden" name="title" value="Special:Search">
	</form>
- <form action="https://www.etymonline.com/search">
	<input type="search" value="" placeholder="Etymonline" name="q">
	</form>
- <form action="https://www.thesaurus.com/browse/test" method="get">
	<input type="search" value="" placeholder="thesaurus" name="s">
    </form>
- <form action="https://www.dictionary.com/browse/test" method="get">
	<input type="search" value="" placeholder="dictionary" name="s">
    </form>

### Connection

- What is my IP address - Speed test from the Google search results page - Fast.com - Quick test from Netflis to show your speed. Click the "More Info" button to see upload speeds

### CSS

- :nth Tested - Examples of how to select different parts of a DOM with `nth` selectors

### Design

### JSON

- JSON Path Evaluator - Test expressions against JSONs to target specific elements

### Optimization

- Web.dev - A site analyzer from Google Developers that checks performance, accessibility, best practices, and seo - WebPageTest - Gives a good report of your website including images of page load timing