How do I get more traffic to my blog?

There are many ways to do this, most are free but the best way would be to sign-up with AdWords from google.

Free methods:
Invite your friends
Give help in the Blog help group and ask the bloggers to visit your blog if you managed to help them with their problems.
Go to various chat rooms and invite people to check out your blog.
If you're a member of any posting forums, you could add the URL of your blog to your posting signature.

Non-free methods:
Sign-up with AdWords from google.
Submit your blog to
BloggingFusion.

Easy step-by-step guide - 3 column blog

How to convert your starter 2 column blog into a 3 column blog
I decided to make this guide because I noticed that the guides available weren't very clear.

  1. Click the "Template" tab, then the "Edit HTML" tab.
  2. Make sure that the "Expand Widget Templates" checkbox is unchecked. Very important step!
  3. In the template editor, find the following piece of code:
    #main-wrapper {
    width: 410px;
    float: left;
    word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
    overflow: hidden; /* fix for long non-text content breaking IE sidebar float */
    }

    Then add the following code after it:
    #mainLeft-wrapper {
    width: 170px;
    float: left;
    word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
    overflow: hidden; /* fix for long non-text content breaking IE sidebar float */
    }

    #mainRight-wrapper {
    width: 560px;
    float: right;
    word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
    overflow: hidden; /* fix for long non-text content breaking IE sidebar float */
    }
  4. Find this next piece of code(near the end):
    <div id="main-wrapper">
    <b:section class="main" id="main" showaddelement="no">
    <b:widget id="Blog1" locked="true" title="Blog" type="Blog/">
    </b:section>
    </div>

    And replace it with:
    <div id="main-wrapper">
    <div id="mainLeft-wrapper">
    <b:section class="main" id="mainLeft" showaddelement="yes">
    </b:section>
    </div>
    <div id="mainRight-wrapper">
    <b:section class="main" id="mainRight" showaddelement="no">
    <b:widget id="Blog1" locked="true" title="Blog" type="Blog/">
    </b:section>
    </div>
    </div>
  5. Click on "Save Template"
All done, it's that easy!
Now you can click on the "Page Elements" tab to begin editing your brand new column.

Montblanc


An animated GIF of Montblanc from Final Fantasy XII - my favourite character from the game. It doesn't seem to animate on here, you can see the animated version on my deviantart account.

Raccoons!

Pictures of my favourite animals in the whole Universe!
The picture below was used as my spray logo when I used to play "Counter-strike".




Soldiers' Defense



Here you can see the awesome new graphics I've produced. The game has seven different enemies - much more than just the one in the prequel =D

There are six different weapons. One of them, a missile launcher, is bought as a support weapon which locks onto targets that the player selects with the mouse. Another is a guided LASER weapon which attacks independent of the player; it can't be seen in the preview though.

Also there's a "Jukebox" option at the main menu to allow the gamers to chill and listen to the game music - there are twelve tracks in total, ten of which are used as background music. Thanks to Kevin MacLeod at incompetech.com for the royalty-free music =)

There's a full load/save function too. This lets you load the game later if you see your boss or teacher coming towards you =P

You can play the full version here.

New Game!


I uploaded my first retail game, Turret Defense.

Hello!

At the moment I'm developing a flash game based on the popular theme of "Turret Defense". I've already made a beta and uploaded it to a few web-sites such as newgrounds.com.