Sunday 27 February 2011

Vector Beluga!

Yes, another semester, another year.

Time really is flying by. Well, only when I'm not thinking about it.

Anyway, motion graphics. Progress?

Is a Beluga. Took about an hour to finish.

That is all.

Now have some beluga goodness!

beluga.png

beluga.jpg
Read more »
Read more »

Wednesday 8 December 2010

So many of us were having problems centralising our websites for Web Design 2.

I feel kinda stupid now that I've found the solution to be so simple.

I kept telling people that I had no idea how to centralise the website using CSS, so I kept advising them to use the "margin-left" property.

After some research (looking at the source code of perfectly centralised sites) and other research (Googling key words), I found out that I was going about it in the wrong way.

We were heading in the right direction with the use of the "margin" property, but we sorta got it wrong when we assigned it values.

Ok, long story short, this is how it's done:

body
{
    text-align: center;
}

div#container
{
    margin-left: auto;
    margin-right: auto;
    width: 50em;
    text-align: left;
}


And that is that is all is all. Simple right? *facepalm*

I need to configure some awesome styling thing for code snippet posting. >_<
Read more »
Read more »

Monday 11 October 2010

So, yes.

Went to KL today for some photo-taking happy fun time.

I's still pretty n00b, so please don't say anything, lawl.

This is a short entry.

Now has some n00bshots, nyeh!

Random alleyway near Petaling Street, KL.







Colourful umbrella and shades, Petaling Street, KL.


A couple nice enough to let us take their picture, Kota Raya, KL.



Going up the stairs. Overhead bridge near Pudu, KL.
Read more »
Read more »

Monday 4 October 2010

I gotta stop taking shitty camera phone pictures.

Anyway, putting my hot glue gun to good use. Maybe

These are flowers.

The end.







Read more »
Read more »

Saturday 2 October 2010


Low shutter speed...etc.

This is a short post, the end.
Read more »
Read more »

Monday 20 September 2010

Web Design 2: Moodboard

Read more »
Read more »

Tuesday 14 September 2010

I scanned eggs. The end.




Read more »
Read more »

;;