Let me explain the bare minimum concepts behind getting your first 2D game engine up and running in Nokia’s Qt envirnoment. (more…)
Posts Tagged ‘step by step’
Jun 12, 2011
How to make a feature film for less than $200
Originally published on May 29, 2011 at Facebook, the lucky bastards.
1. Acquire USD$200
2. Acquire a quality camcorder that costs less than $200
3. Write a script
4. Distribute the script to prospective collaborators (more…)
Dec 30, 2009
Customizing The WordPress Layout
Here’s a picture of a pretty lady to distract youse:
Photo caption goes here.
So upon further inspection of the WordPress default template layout, I found it to be incredibly object-oriented in design, which is a good thing. The people behind this content management system (CMS) blog are programmers but at the same time have proven their software can produce very beautiful presentation without looking too mechanical. But that’s not to say mechanical, or minimalistic, is necessarily undesirable (I don’t want to deal with the complexities of the guts).
Basically, the default components of a WordPress blog are:
- header
- content
- sidebar
- footer
And there’s a high probability that most web pages are designed like this, especially when there is navigation. A WordPress blog then becomes like a library card catalog (yikes, youngin’s won’t remember those) and visitors can easily access entries from past dates. Before CMS existed, most HTML designers were linking pages manually. I’ve found myself doing that to this day and it’s still a pain, especially when I want to post all sorts of junk simultaneously without having to worry about organization.
So far, I’ve been trying to really minimize the layout.