diff options
Diffstat (limited to 'drafts')
-rw-r--r-- | drafts/avoiding null in csharp.html | 0 | ||||
-rw-r--r-- | drafts/biz class internet is worth it.html | 0 | ||||
-rw-r--r-- | drafts/clementine.html | 0 | ||||
-rw-r--r-- | drafts/form-fields.html | 15 | ||||
-rw-r--r-- | drafts/html-for-docs-2020.html | 5 | ||||
-rw-r--r-- | drafts/living with freebsd.html | 0 | ||||
-rw-r--r-- | drafts/living with linux.html | 0 | ||||
-rw-r--r-- | drafts/my first car is a 1953 hudson hornet.html | 0 | ||||
-rw-r--r-- | drafts/oh sh*t (the case for better brakes and tires).html | 0 | ||||
-rw-r--r-- | drafts/server closets in the summer.html | 0 | ||||
-rw-r--r-- | drafts/used-refurb-2020.html | 7 | ||||
-rw-r--r-- | drafts/what happens when you remove js from your site.html | 0 | ||||
-rw-r--r-- | drafts/what is a script no really.html | 0 |
13 files changed, 27 insertions, 0 deletions
diff --git a/drafts/avoiding null in csharp.html b/drafts/avoiding null in csharp.html new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/drafts/avoiding null in csharp.html diff --git a/drafts/biz class internet is worth it.html b/drafts/biz class internet is worth it.html new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/drafts/biz class internet is worth it.html diff --git a/drafts/clementine.html b/drafts/clementine.html new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/drafts/clementine.html diff --git a/drafts/form-fields.html b/drafts/form-fields.html new file mode 100644 index 0000000..0aed689 --- /dev/null +++ b/drafts/form-fields.html @@ -0,0 +1,15 @@ +<p> + I've been trying to increase my knowledge and ability with designing user + interfaces better. I've been reading and watching learning materials by + experts to try to build better interfaces. One of the things I've been trying + to get better at is web form design. I want my forms to be clear, accessible, + and understandable. There's one piece of advice that I've gotten that has left + both me and some other users confused in pursuit of cleaner, slicker looking + web apps. Form input placeholders Form input placeholders seem great in theory + but they're confusing, inaccessible, and less clean in my opinion insert video + by great web designer and author about cleaning up a form users can't see what + they inserted data form validation hints are gone once text is inserted leaves + fields looking pre-populated as optional, unimportant, not a mental TODO +</p> + +<p>https://www.nngroup.com/articles/form-design-placeholders/</p> diff --git a/drafts/html-for-docs-2020.html b/drafts/html-for-docs-2020.html new file mode 100644 index 0000000..be56281 --- /dev/null +++ b/drafts/html-for-docs-2020.html @@ -0,0 +1,5 @@ +<h1>Document Writing: Markdown? Latex? WINWORD.EXE? Nope, just HTML</h1> + +<p><img src="https://nextcloud.53hor.net/s/4e4YLXQqEs8iwCa/preview" /></p> + +<p>The year is 2020 and I write the majority of my documents in HTML.</p> diff --git a/drafts/living with freebsd.html b/drafts/living with freebsd.html new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/drafts/living with freebsd.html diff --git a/drafts/living with linux.html b/drafts/living with linux.html new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/drafts/living with linux.html diff --git a/drafts/my first car is a 1953 hudson hornet.html b/drafts/my first car is a 1953 hudson hornet.html new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/drafts/my first car is a 1953 hudson hornet.html diff --git a/drafts/oh sh*t (the case for better brakes and tires).html b/drafts/oh sh*t (the case for better brakes and tires).html new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/drafts/oh sh*t (the case for better brakes and tires).html diff --git a/drafts/server closets in the summer.html b/drafts/server closets in the summer.html new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/drafts/server closets in the summer.html diff --git a/drafts/used-refurb-2020.html b/drafts/used-refurb-2020.html new file mode 100644 index 0000000..87bd641 --- /dev/null +++ b/drafts/used-refurb-2020.html @@ -0,0 +1,7 @@ +<h1>Used & Refurbished PCs in 2020? Yes, Please!</h1> + +<ul> + <li>cost</li> + <li>availability</li> + <li>environment</li> +</ul> diff --git a/drafts/what happens when you remove js from your site.html b/drafts/what happens when you remove js from your site.html new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/drafts/what happens when you remove js from your site.html diff --git a/drafts/what is a script no really.html b/drafts/what is a script no really.html new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/drafts/what is a script no really.html |