So I wanted to just have a quick little rant about a complication I ran into while working on my game’s engine and networking code this morning. I ran into this slight complication when trying code the packets that allow the server to close a client’s connection gracefully with an error message instead of just…
Coding
WordPress: Sync Media Dates Plugin
While designing and trying to create the gallery section of the website for my gaming screenshots and other images I ran into a tiny problem with how WordPress handles files uploads. The problem was that when you upload a file to the database with the media library it sets the “post_date” and “post_modified” fields in…