Renewing my SSL Certificate
Its that time of year again! Time to update my SSL Certificate using Let’s Encrypt!
…Its that time of year again! Time to update my SSL Certificate using Let’s Encrypt!
…Right now I have my old Drupal blog on digitaldeveloper.ca, and this WordPress blog on blog.digitaldeveloper.ca. My goal is to make this WordPress blog my main blog, and nuke the old drupal one. But before I nuke the old drupal blog, I want to migrate all of my old posts to here. After I’ve nuked…
For the record, I’ll be migrating my old blog posts to my new site once per week. Eventually I will catch back up and new content will be mixed in with the old stuff. That way I don’t bombard anyone’s inbox / phone with notifications saying a new post has come out.
Between the Activity, Attendance, and Attendee; there are a few pivots to help keep track of the data that is found within the relation between the main models. attendance_attendee The attendance_attendee pivot stores if the attendee was present or not for that attendance. activity_attendee The activity_attendee stores the status we normally associate with attendances –…
The Attendance Tracker I’ve been working on is currently primarily focused on the relation between an Attendee, Activity, and Attendance records. The main input of the program, the data that fuels everything, is the attendance tracking. This is how I take attendance and store it. Attendance Process During an activity, attendance will usually be taken…
Over the past little while I’ve been working on a tool to help me with tracking attendance. The idea is that it would take in attendances, and give me statistics and alerts that I should be aware of.
…One page I had on my old site was a wishlist. In Drupal, I was able to create a new content type, which was then used as the source data for the wishlist view. In Drupal it was easy and straight forward, especially when handling additional parameters such as cost, where to buy links, want…