Just a few things Ian would like to share with you.
RSS icon Email icon Home icon
  • Sick

    Posted on October 6th, 2009 Ian No comments

    Since about September 21st, I’ve been battling a nasty case of Bronchitis. I’m just about over it now and have returned to my classes, but right now I still have a bit of a cough. I’m able to get back to working Thursday, and boy do I need to.

    In other news, I’ve been playing a bit of AION Online, but like every other MMORPG, I’ve never been completely attatched to it. I guess I’ve got some sort of immunity to the “WoWcrack” or “Evercrack” that many have gotten addicted to. That does not mean I don’t enjoy the games; I just can’t find myself playing them constantly.

    Project-wise, I’ve been messing around with LightBox, vBulletin, and CSS. CSS has been giving me hell lately, mainly with cross-browser support. IE and Firefox like to fight and process CSS differently when I use a style code such as:

    .midBox a:link { color: #000000; text-decoration: none;} <-- This wanted to work fine in IE8, but was ineffective in Firefox for some reason. I had to rewrite it to be:

    .midBox > a:link { color: #000000; text-decoration: none;}, which really didn’t make sense to me why the first didn’t want to work. They should both target the link inside the <div> tags.

    It could be just me, but I am not sure why that really is happening differently/incorrectly… if you know differently, please comment. I am still a learner! :)

    A friend of mine suggested that I use YUI (Yahoo! UI) “reset.css” which should be able to minimize the differences between Firefox and IE (as well as other mainstream browsers). Unfortunately, with all the CSS I had written, it only made things worse.

    In Blackshot news, I had made an attemt to work some new information out of the staff, but there really is no news. Sadly, this game entered Closed Beta testing 1 full year ago. Suprising, isn’t it? Luckily, I have patience and could wait even another year before I give up on the game. I have Counter-Strike: Source to keep me happy. :)

    I also recently uploaded my recording of the Blackshot CBT event: “GMs vs. All” to Youtube, so you can watch it in fairly high quality.

    Leave a reply