Userscript for Removing IMDB Sidebar
I wrote a very quick userscript to remove the sidebar from IMDB pages.
Visualizing String Hashes
Curiosity has led me once again down the road of the weekend project… I was doing some reading on different string hashing algorithms and felt the urge to see if I could visualize the grouping and collision tendencies of them,…
Custom Home: Implementing Drag and Drop
I had decided to try implementing functionality into CustomHome to allow the user to drop things into (parts of) the page, in an effort to help simplify the GUI. It was a nice idea, but a little difficult to implement…
Custom Home: History, Iterations, and the Evolution of Custom Button
I started with a toolbar, using a custom class for data, XML for storage, and visually displaying buttons on a panel on the user’s screen. The custom buttons were each able to display their own button toolbar, containing its own…
Custom Home: The Need I Saw
In this post, I’m going to describe the conceptual evolution of the project: how I originally came about the idea, and what guided it to its current conceptualization. The primary element in the Custom Home application is the Custom Button….
A Short PHP Function to Post to Any URL
I recently released a small C# library to assist in the creation of small APIs. Shortly after I found need to interact with it through PHP. So i quickly coded up this short function that allows for posting variables to…
A Simple Web API Builder in C#
What I wanted was a way to quickly prototype my web projects that need some C# interaction. What I came up with was a small library that allows me to quickly deploy a self hosted C# based web API.
