I moved to a new URL! Check it out!

posts tagged with: webdev

Screenshot Saturday: Web Stuff

Image

This week I took a short break from video game coding to crank out some web tools for a table top RPG that I play with some local friends. The screenshot above is part of a combat manager application that I wrote in php. It's main purpose is to manage all of the NPCs in a fight so that the game master doesn't have to keep flipping through a binder full of different pages of enemies to keep track of what's going on during the battle. It should make our games go along a lot quicker, although some people really like to have physical dice make all the decisions. When you have a battle involving 15+ characters though, dice rolling can get tedious pretty rapidly.

Now back to game development!

Twitter API 1.1: User Timeline to PHP

Twitter API 1.1: User Timeline to PHP
Sometime in the past few months Twitter updated their API to make super simple tasks like fetching a user timeline pretty difficult. I started looking into the changes to see how to fix my code on my various sites but every time I started to get into I would just get frustrated and give up. So finally I attacked the new API again and this time I was able to get all the way to the finish line.

In order to fully remember what I did, and maybe even help some people out, here's a (relatively) quick guide on how to fetch a user timeline and get the data into a php script in order to spit out on your website however you want.

Here we go!

Here we go!
YEAH! After a million years of not having an active website, I finally got a new one up. It only took months of working on it to get it going this time. Now you can find all my games, websites, and artwork in one place, yay! I ended up writing a whole 'nother back end system from scratch for this website since I'm too stubborn to use Wordpress or anything like that.

Aside from the basic php, mySQL, html, css, etc, here are some nifty things that I used on this site that are super cool!

jQuery


A super awesome light weight javascript framework or something like that. It makes a lot of stuff a lot easier to do, and a lot easier to understand. Most of the other effects on the site rely on jQuery as a foundation.

Colorbox


A pretty rad light box type thing. I always have a hard time getting light boxes to work on my sites but this one actually worked right out of the zip file on the first try. It looks nice and loads pretty fast too.

Slides


An image slider that makes cycling images really easy for most of the entries on my "stuff" page. Very simple and easy to understand, with lots of options to modify it. It's also really easy to style with css, which is a big plus for me.

960.gs


A css framework that I live by these days. It makes arranging websites into a clean grid super easy to do and takes a lot of the stress off of figuring out css voodoo to get stuff aligned in columns. This site obviously uses a custom size, which comes from the css generator on 960.gs.

Smarty


A php template engine from beyond the stars. If you work with any sort of php code for makin' websites, then you need to be using Smarty.

Alright, that should do it for the grand opening post. And yes, I know that the background illustration is too big for your monitor. I like to think of it as a bonus if you stretch it out across two monitors, or if you just have a really huge wide screen single monitor. DEAL WITH IT. ;D