1970s McDonalds ads
targeting African-American consumers

1970s McDonalds ads targeting African-American consumers

No comments · Written by Nathan at 9:08 am · Tags


To be honest, they aren’t really that
useful, but are still impressive nonetheless.

Some cool-looking Dojo (Javascript toolkit) effects

No comments · Written by Nathan at 12:32 pm · Tags


Tutorial: Use gcc/g++ with Cygwin

One of the problems that I always faced as a developer was what compiler to use on the Windows platform. While Linux-based operating systems come with their own compilers, Windows users are kinda screwed… I think the last tool that came with DOS/Windows and allowed you to make programs was QBasic. So the question is, what’re some free tools I can use to make Windows binaries?

Enter Cygwin, a Linux-like interface for Windows. It has the bash shell, as well as lots of popular tools, such as C/C++ compilers. This is pretty much just what we want, eh?

Let’s download and set up Cygwin. Hit up the website and click the “get Cygwin” link on the right. Run the installer, and make sure to have the ‘developer tools’ option checked during setup. When you’re done with that, this readme has all the information you need regarding installing the SDL library. OpenGL libraries will be installed with Cygwin by default.

That’s it! You’re ready to rock. Just compile your SDL/OpenGL program using a command similar to this:

gcc -o test.exe main.c `sdl-config --cflags --libs` -lglu32 -lopengl32

If you’re using SDL, make sure to have a copy of SDL.dll in the directory your program is in.

No comments · Written by Nathan at 6:18 pm · Tags ,


Secret thing from Japan

Secret thing from Japan

No comments · Written by Nathan at 11:41 am · Tags


Video about the importance of
HTML headers for accessibility

Video about the importance of HTML headers for accessibility

No comments · Written by Nathan at 4:47 pm · Tags


Older Posts →