Protected: Hahah this isn’t a real post, but i am still alive

October 15th, 2008

This post is password protected. To view it please enter your password below:


Couldn’t Sleep

July 18th, 2008

So I thought I would post some.

Firstly, my fine from the train…they let me off, like they should, jerks. Got a letter today saying, OH YOU’RE AMAZING WE’RE SORRY FOR BEING ABSOLUTE JERKS THAT EVERYONE HATES WE’LL GO KILL OURSELVES NOW OKAY?

So I’m happy about that.

Also I passed my supplementary exam. And I thought that now that it is the middle of my degree I would review my marks.

so yeah, pretty average maverage. Notice how I never really get the high 50, it is either put in  a decent amount of effort, or none at all.

I’m hoping to add 3 D’s to this list this semester.

Also selling car

http://www.carsales.com.au/pls/carsales/!cs_content.private_vehicle?vehicle_id=5840124

You should buy it so I can get my company car quicker.

Move

June 29th, 2008

Kristie made a video of me getting my tattoo.

I got it

June 27th, 2008

It wasn’t that horrible an experience, it didn’t even hurt too badly.

Think of it more as a stinging sensation, which now isn’t painful (unless someone makes contact with it).

Anyway, you probably just want a picture.

Read the rest of this entry »

BRB

June 27th, 2008

getting tattoo

Beta Testers Are Attractive

June 22nd, 2008

I need Beta testers, 3 of them.
What you will get (everyone wants to know this so I’m putting it first)

or (if you don’t want awesome hosting vOv)

  • A hug or something, I don’t know..take the hosting..

What for

  • Chimera Technologies new shit hot website

When

  • Starting Wednesday 25th, until as long as it takes you

How

  • email us with your intent, we’ll let you know

What will it involve

  • 1 hour of your time
  • spell checking
  • usability checking
  • being awesome

I really appreciate anybodies help,

THANKS

FF 3

June 18th, 2008

Get Firefox 3…Go, before like I think 12am tonight

http://www.spreadfirefox.com/en-US/worldrecord/

http://www.spreadfirefox.com/en-US/worldrecord/

http://www.spreadfirefox.com/en-US/worldrecord/

Changed?

June 15th, 2008

On Change event for CI and Mootools (1.2)

<? $change = ‘onchange=”console.log($(document.body).getElement(\’select\’).getSelected()[0].value);”‘; ?>
<? echo form_dropdown(’plans’, $plans, ”, $change); ?>

You know, because you can’t pass through more than 1 ‘fourth’ option to the ci form_dropdown, and getting the, maybe there is an easier way (I swear, there should be) but right now it is 2:30am..so vOv

Edit: How stupid, just pass an ID and add the onchange event to your document load definition in whatever script tag you’re using.
GOING TO SLEEP NOW MAN …

CodeIgniter -> LastFM

June 14th, 2008

I’m totally awesome.

So I wrote a last.fm library to get all the awesome XML feeds and pass the data as awesome arrays.

Usage:

Controller:

$this->load->library(‘lastfm’);
$config = array(‘user’ => ‘lastFMName’, ‘feed’ => ‘topalbums’, ’start’ => 0, ‘amount’ => 6);
$this->lastfm->init($config);
$data['lastfm'] = $this->lastfm->getData();

View:
You can then do whatever you want with that data. For example, my top albums output looks like.

foreach ($lastfm as $album)
{
?>
<li>
<
span>
<
a href=“<?=$album['url']?>” title=“#<?=$album['rank']?> . <?=$album['artist']?> - <?=$album['name']?>”>
<
img src=“<?=$album['image']['medium']?>”/>
</
a>
</
span>
</
li>
<?
}

Um, script. and thread.

Begin New?

June 14th, 2008

Exams over, I didn’t end up killing myself, but I don’t believe I went awesomely, especially in the C++ unit.

So finally changed out of Computer Science and into some useful degrees, I have a se7en week break until uni gets back, so I’ll do some work, get some sleep, maybe sort some personal things out or whatever.

Thanks for the awesome tattoo response, oh well. I’m getting it on the 27th. All planned, going to be cheap, like $200, which I guess relatively isn’t cheap, but cheaper than I expected.

June 27th 1100

Oh yes, also I change DirkKelly.Com so there is actually a home page.