User banner image
User avatar
  • johnk

Posts

1966 Denial of a Conditional Use for 11339 Dronfield, Pacoima, for Yoshito R. and Michiko Matsuda

I’m clearing out my father’s hoard, and sometimes you find something interesting. This was a denial of a zoning variance for a church. Given that…

Workstyles and Productivity

Inspired by this HubSpot article: How do I like to send and receive information? Brief emails.  Verbal communication backed by brief emails. Verbal information alone…

Responsive Design + Mobile First = Automated Layouts

I’m shocked at how many businesses still have websites that don’t work in mobile. For the average person, reading web pages on a smartphone is…

Creating Email Messages with Clickable Links that Add Events to Your Calendar

This article was originally written in 2013, and is basically obsolete. The email landscape is basically Google Workspace, Office 365, the Mac OS Mail and…

w32tm reports the computer did not resync because no time data was available

I got the message “the computer did not resync because no time data was available” after running “w32tm /resync /force”. I had followed the various…

Debian and Ubuntu Networking Configuration /etc/network/interfaces with a Static IP Address

This is easy to find anywhere, and it’s here too. This one includes the dns-* lines that will be read by resolvconf(8). root@server:/etc/network# cat interfaces…

MS Access: VBA CRC32 Function

Here’s a CRC32 function based on the work at: cCRC32. The main difference is that this is a function, and the crc32 table is not…

Make Meme/LOLCats Text with the GIMP

This tutorial explains how to make the “LOLCats” or “Meme” font so popular with the kids today. You can see a lot of these on…

Magic Folder to Convert DOC and OpenOffice to PDF

Most of the information in this post is derived from http://www.tech-faq.com/convert-word-to-pdf.html. The code’s reposted here as a service, because the code there needs some editing….