Archive for Wordpress

Upgraded to Wordpress 2.1 Ella

Well, after recent events on here I went ahead and upgraded the blog to wordpress 2.1.

Everything looks great so far, no complaints. But I surely would appreciate a wide range of features that don’t exist in it yet. But thats alright.

I’m impressed on how much better the admin handles. Everything seems to run faster and more smooth, very cool!

Comments (2)

I’ve Been Attacked.

Well, this morning I checked out my site while looking for some old info I had saved here, and I noticed that my usual index of this site was set to a blank page displaying “haha you got owned”.

I immediately checked my database, which was also wiped clean. I wasn’t too concerned at this point because I had backed up everything just a week ago.

I wont detail my suspicions on how this occurred, for security purposes. But I have fixed the security hole and have retrieved the last IP that was able to successfully view my web page, and it was not mine. It was probably some silly script kiddies. Doesn’t hurt me much.

Backups, for the win!

Comments (6)

Catching up

Well, I’ve not posted much lately, but I really want to get back to it.

I was forced to tend to this blog because the amount of comments on one of my post’s has become really large, well large enough to make the page take a while to load, so I added this very nifty WP plugin called Paged Comments. I highly suggest this, very very handy.

I have been messing around here and there with Flex/AS3 and FisixEngine. But not nearly as much as I would like. I had a brother that passed away in October, and so I haven’t been very social, and haven’t been posted enough!

I promise to start posting more!! Honest!! :D

Comments (3)

A New Design

Well, if you have visited this blog before then you will know that I have just updated it with a redesign. I put it off for too long, but I’m really happy to have it back up now.

I have also finally posted, after a month! Hopefully this new design will help me kick off more blogging incentive for me :D

Now, I did just update this, so I am sure that there are at least a few things that are broken or something, but I will be making fixes to them over the next few days. Please feel free to let me know what you think of it!

Comments (7)

Awesome WP Plugin

A friend of mine has shown me a really neat wordpress plugin called iG:Syntax Hiliter.

For such a sofisticated plugin, I must say it was really plug and play, pretty simple. It is useful in the event that you often include snippets of code within your blog posts.

Here is an example of it in action, well actually in actionscript!

Actionscript:
  1. var message = "Hello World!";
  2. trace(message);

It supports about 20 other languages as well. The performance is outstanding!

( Thanks Kris! )

Comments