C for Cookie!

One of my favorite movies of all time is V for Vendetta. I was browsing through YouTube last night and came across this video which I found pretty funny.


Spam, how much it changes and how it always stays the same.

I login to check a few things on the site trying to think of what I should talk about and I notice several pending comments. I’m immediately thinking to myself,  “All right! People actually do read my rants from time to time”. Eh, no. SPAM! Seriously?! Do they just not have any method to where they post? Anyways, I’m going through reading some of the posts that been made most just trying to sell some product of some kind or just trying to fish you into visiting their website but one in particular made me laugh. It opened up something like “I see you deleted my post again. I’m sure the information I gave was more useful than anything on this site.” Simply amazing, I thought. Trash talking spam, wonder who thought that up heh.

Change of subject…

It’s 6:30 A.M here and I still haven’t slept. I’m not really tired enough to sleep but not awake enough to actually do anything in depth. Drinking coffee probably doesn’t help, lol.

On a side note here is one of my favorite songs.


Image display

Testing image plugin. Here is a screenshot of my character on Final Fantasy XI.


Syntax Highlighting

Just testing out a syntax highlighting plugin.

        private string MakeStyle(string fontname, System.Windows.Media.Color fontcolor, bool bold, bool italic)
        {
            StringBuilder sb = new StringBuilder("[style ff:");
            sb.Append(fontname);
            sb.Append(";co:#");
            sb.Append(String.Format("{0:X2}", fontcolor.R));
            sb.Append(String.Format("{0:X2}", fontcolor.G));
            sb.Append(String.Format("{0:X2}", fontcolor.B));
            if (bold)
                sb.Append(";b");
            if (italic)
                sb.Append(";i");
            sb.Append(";]");
            return sb.ToString();
        }

The Change

So I caved and installed WordPress as you can see. I wanted to stay with ASP due to my interest in .Net but just couldn’t get myself motivated to work on a layout.

Anyways, this looks really good, though I’m not sure about which theme I want to use. It’s a work in progress and now that summer is ending I am going to sit back down and start working on catching up on C# 4.0

I’ve started toying around with my Buzzen IRC client again but I have been considering altering it for IRCd.

I’m doing some tweaking to my mIRC script since the new 7.1 release, I will post it sometime soon. I believe the old copy is still available on TechGear for download.

I’m gonna try to post as often as I can so check back later!


Copyright © 1996-2010 Tewlzbox. All rights reserved.
Jarrah theme by Templates Next | Powered by WordPress