ARTICLES

GIT Exhibition

Sun, 05/07/2017 - 18:20

 "Versioning" is a pretty neat idea. I am not sure of the history of Subversion or Mercurial. But I know that GIT came about because Linus Torvalds..."needed" a version tool. So he wrote one. I find myself doing that all the time.I have a ton of little tools I write for this and that. I don't post even a portion of them. Certainly not the one I use regularly. I enjoy Open Source, but there is something to be said about security.

Line Drawings For Installation Manual of Process Control Equipment

Thu, 05/04/2017 - 06:47
bezel mounting screw location BeeHive replacement industrial lcd monitor

Way back in the late 1990's or early 2000's I created some installation manuals for a line of industrial monitors called the BeeHive series.  I also created a logo, some other graphics and Flash animations. The worst thing about this early work is that I have lost so much of it. I would especially like to still have some of the Flash animations. 

I am pretty sure I still have the installation manuals in PDF form somewhere one of my old machines. I will simply have to dig.

TWIG Sub-Template Experiment

Mon, 04/24/2017 - 16:20

I wanted to be able to easily create a Content Type on the fly that would export photos using Lightbox.

Initially I just used a Module as a block. But that really seeming both impractical and overkill. So Instead I modified the templates in TWIG and the theme file. Now, I just need to create the Photo Library Content Type in 'Contents' and add the images I want to display.

Southern California Mountains Foundation

Sun, 04/23/2017 - 14:29

This website was designed by Nicole Beale. I built the markup, the SASS and wrote various modules and modified the Core PHP as was necessary. The CMS was Symfony Apostrophe 1.5. It was sort of an experiment in a way. The previous website was built in Symfony Apostrophe 1.5 and we didn't want to have to migrate the content and re-teach the employees on a whole new CMS. The problem was that Apostrophe was never designed for mobile websites.

Programming for the Riverside County Transportation Commission (RCTC)

Sat, 04/22/2017 - 23:19

I have performed several tasks for RCTC over the last two years updating and creating content, not only for their main website, but for the various construction and project proposal websites as well. This article only highlights a few.

NOTE: Geographics company did not create the latest version of the RCTC main website. They still do a great deal of work for them, but for the website, they decided to go another way.

Alleviating Some of the Crap Thats Slowing Down Your Server at the Source

Wed, 04/19/2017 - 13:38
Several months ago I started receiving the occasional alert email in the middle of the night warning that my server was hitting a threshold. Reviewing the server logs I found the usual suspects. Hits to Wordpress; admin-ajax, wp-login.php, xmlrpc.php... But also, there were a ton of hits from a web crawler that was hitting the same content over and over and over. There are plugins available to cache websites and throttle repeat content, but a hit to the CMS is still a hit and will require PHP, several image requests, file requests and more than a few hits to the database.
Subscribe to