From 2d70a0e45d9aef986cb3049de01978b56d830272 Mon Sep 17 00:00:00 2001
From: "Adam T. Carpenter"
Date: Mon, 14 Dec 2020 17:30:00 -0500
Subject: updated drafts, added live to makefile
---
Makefile | 2 ++
drafts/avoiding null in csharp.html | 0
drafts/biz class internet is worth it.html | 0
drafts/clementine.html | 0
drafts/form-fields.html | 15 +++++++++++++++
drafts/html-for-docs-2020.html | 5 +++++
drafts/living with freebsd.html | 0
drafts/living with linux.html | 0
drafts/my first car is a 1953 hudson hornet.html | 0
.../oh sh*t (the case for better brakes and tires).html | 0
drafts/server closets in the summer.html | 0
drafts/used-refurb-2020.html | 7 +++++++
.../what happens when you remove js from your site.html | 0
drafts/what is a script no really.html | 0
includes/images/light_button.png | Bin 0 -> 2072 bytes
includes/images/power-button.gif | Bin 0 -> 999 bytes
includes/images/powerlogo.png | Bin 0 -> 4608 bytes
info.html | 4 ++++
18 files changed, 33 insertions(+)
create mode 100644 drafts/avoiding null in csharp.html
create mode 100644 drafts/biz class internet is worth it.html
create mode 100644 drafts/clementine.html
create mode 100644 drafts/form-fields.html
create mode 100644 drafts/html-for-docs-2020.html
create mode 100644 drafts/living with freebsd.html
create mode 100644 drafts/living with linux.html
create mode 100644 drafts/my first car is a 1953 hudson hornet.html
create mode 100644 drafts/oh sh*t (the case for better brakes and tires).html
create mode 100644 drafts/server closets in the summer.html
create mode 100644 drafts/used-refurb-2020.html
create mode 100644 drafts/what happens when you remove js from your site.html
create mode 100644 drafts/what is a script no really.html
create mode 100644 includes/images/light_button.png
create mode 100644 includes/images/power-button.gif
create mode 100644 includes/images/powerlogo.png
diff --git a/Makefile b/Makefile
index b8b9e14..d8458d6 100644
--- a/Makefile
+++ b/Makefile
@@ -23,3 +23,5 @@ post:
sed -i '' "s# #$$TITLE$$LONG_DATE https://www.53hor.net/$$FILENAME https://www.53hor.net/$$FILENAME\n #" rss.xml; \
sed -i '' "s#
#" index.html
+live:
+ rsync -r ./* adam@53hor.net:/srv/www/53hor.net/
diff --git a/drafts/avoiding null in csharp.html b/drafts/avoiding null in csharp.html
new file mode 100644
index 0000000..e69de29
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
diff --git a/drafts/clementine.html b/drafts/clementine.html
new file mode 100644
index 0000000..e69de29
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 @@
+
+ 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
+
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 @@
+
Document Writing: Markdown? Latex? WINWORD.EXE? Nope, just HTML
+
+
+
+
The year is 2020 and I write the majority of my documents in HTML.
diff --git a/drafts/living with freebsd.html b/drafts/living with freebsd.html
new file mode 100644
index 0000000..e69de29
diff --git a/drafts/living with linux.html b/drafts/living with linux.html
new file mode 100644
index 0000000..e69de29
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
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
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
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 @@
+
Used & Refurbished PCs in 2020? Yes, Please!
+
+
+
cost
+
availability
+
environment
+
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
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
diff --git a/includes/images/light_button.png b/includes/images/light_button.png
new file mode 100644
index 0000000..6f7a55b
Binary files /dev/null and b/includes/images/light_button.png differ
diff --git a/includes/images/power-button.gif b/includes/images/power-button.gif
new file mode 100644
index 0000000..cd41141
Binary files /dev/null and b/includes/images/power-button.gif differ
diff --git a/includes/images/powerlogo.png b/includes/images/powerlogo.png
new file mode 100644
index 0000000..9a89b37
Binary files /dev/null and b/includes/images/powerlogo.png differ
diff --git a/info.html b/info.html
index 6210a09..0ef4264 100644
--- a/info.html
+++ b/info.html
@@ -231,6 +231,10 @@
>Justin Wernick's about page.