I’ve gotten back into playing Diablo 2, and I accidentally hit the Windows key every now and then, which minimizes the game. Here’s the code to disable that key via AutoHotkey while Diablo 2 is open and active: #IfWinActive Diablo II { ~LWin Up::Return ~RWin Up::Return }
Filed under: Gaming, Software | Comment (0)
I’m going to illustrate a use of the previously posted Steam YQL Open Table. We’re going to create an RSS feed that has the content of this page about Braid. Here’s the result: Braid news. YQL First, we get the appid of Braid, which from the url is 26800. Then, we put the following query […]
Filed under: Gaming, Web | Comment (0)
On a whim, I decided to make a YQL Open Table for the Steam Web API. It was fairly simple given my previous experience with creating YQL tables. This means you can pull data from Steam using YQL, and combine it with all of the other functionality in YQL. I’ve put them on github and […]
Filed under: Gaming, Web | Comment (0)
This is a sequel to my article introducing feed43. I decided that I wanted to make an RSS feed that showed sales on Steam, as some of them are amazing and I can’t be bothered to go checking the Steam store every weekend. If you want to skip the explanation, here’s the feed: Steam Sales.
Filed under: Gaming, Web | Comment (0)
Kotaku is one of my favorite blogs. As an avid gamer, I find they have generally relevant content on a daily basis. I wasn’t expecting this gem, though: Wii Games Hit The Bargain Bin Faster Than PS3, 360 Ones. While the summary of the article is fairly obvious, as anyone that has been to a […]
Filed under: Gaming | Comment (1)