New Forum Online

Posted by Skizelli on Friday, October 10th, 2008 @ 4:02 AM
(No Ratings Yet)
Loading ... Loading ...

Just a quick mention about the new forum. I’ll add a link to it somewhere when I feel like it. It looks like garbage for the time being, but I hope to change that in the future.

Blog Changes (A Note To Self)

Posted by Skizelli on Wednesday, August 27th, 2008 @ 7:59 AM
(No Ratings Yet)
Loading ... Loading ...

Call it boredom, perfectionism, a need for having something to do, or whatever, but I’ve been pretty eager to make some changes to the blog. So I’ve decided on making the following changes/additions (consider it a note to self):

  • Combine Guild Wars, Halo, Mortal Kombat and World of Warcraft pages into a single Games page.
  • Add an Applications page consisting of my software of choice (shareware/freeware/open source).
  • Add a Television page with a listing of my favorite TV shows with descriptions and IMDB/tv.com links.
  • Maybe a Bookmarks and About page.

MK Wiki Update

Posted by Skizelli on Tuesday, February 19th, 2008 @ 8:22 AM
(No Ratings Yet)
Loading ... Loading ...

It would seem that the anti-spam measures have proven successful and I have re-enabled page editing and creation for registered users. In addition, I have also implemented reCAPTCHA for additional security.

MK Wiki Spam Attacks

Posted by Skizelli on Friday, January 25th, 2008 @ 11:30 PM
(No Ratings Yet)
Loading ... Loading ...

Recently, some spammers took it upon themselves to spam the hell out of my wiki project. It’s my fault for not looking into security measures before opening the wiki to the public. It’s a lesson learned and after reading up on how to secure a wiki, I now have the following currently in affect:

  • Page editing temporarily disabled for anonymous users and registered users.
  • Page creation temporarily disabled for anonymous users and registered users.
  • Installed Bad Behavior – a set of PHP scripts which prevents spambots from accessing the site by analyzing their actual HTTP requests and comparing them to profiles from known spambots.
  • Only users with accounts four days old or older can create pages (subject to change).

Once I’m confident about the way things are going, I’ll re-enable permissions for registered users.

W3C Markup Validator Updated

Posted by Skizelli on Thursday, July 26th, 2007 @ 3:57 PM
(No Ratings Yet)
Loading ... Loading ...

W3.org has updated their Markup Validator to v0.8.0. The check referer link has also changed to: http://validator.w3.org/check?uri=referer

The direct link is http://validator.w3.org.

Image Alignment Test

Posted by Skizelli on Saturday, July 21st, 2007 @ 2:23 AM
(No Ratings Yet)
Loading ... Loading ...
Mileena
Mileena

I’ve been trying to fix an issue with image alignment for the past several hours. If I aligned an image to the right, it would break through the entry box. I finally managed to fix it and it now displays properly in Firefox and Opera, with the exception of IE7. So now I have to spend even more time figuring out a hack to make it work in IE7. I hate you, Microsoft.

Shang Tsung
Shang Tsung

Edit: Add Safari (recently ported to Windows) to the list of browsers it displays properly in.

Edit #2: It didn’t need a hack after all. It was just missing a float:right in the class. It seems to be working in the fore mentioned browsers now. I’m not going to bother with IE6 compatibility, except for maybe a PNG alpha transparency hack. Otherwise, if you’re not with the times, tough luck. After all, it’s just a blog that nobody reads.

If you’re interested in the fix, here’s what I did. This is all done with CSS:

.imgright {
        margin-left: 10px;
        margin-bottom: 10px;
        float: right;
}

This will align it right with a margin of 10 pixels to the left so that the image and text won’t be touching. I also added 10px to the bottom for the same reason. I made an imgleft class as well by just changing the float to float:left and the margin to margin-right. This next bit is what really fixes the image from breaking through the entry box:

div .imgpost {
        clear: right;
        line-height: 0;
        height: 0;
}

Whenever I have an image in a post that hasn’t enough text to size the entry box beyond the height of the image, causing the break, all I need to do now is add a div with the imgpost class to the very end of my post, like so:

<div class="imgpost"></div>

I called it imgpost because it’s easy to remember. Now whenever I add an image to my post, I simply add a class to my img tag using either imgleft or imgright, adding the imgpost bit at the very bottom if necessary.

I didn’t create the Street Fighter-style Shang Tsung and Mileena images above that I used for testing, obviously, but I’d really like to know who did.

MK Gallery

Posted by Skizelli on Saturday, July 14th, 2007 @ 1:32 PM
(No Ratings Yet)
Loading ... Loading ...

I started another project, called the Mortal Kombat Gallery. I’m hoping that it will help me in organizing my collection of MK images. Plus, I’ve never really seen any MK site offer images that weren’t watermarked *cough*TMK*fart*. That’s what I aim to do with this one. It pisses me off how MK sites watermark everything, as if they own it. If it’s exclusive, I can understand, but not when every other site has the image too. What’s the point? Along with hard to find images, I also plan on having everything from bios and endings, to off the wall stuff, like Hentai. My obsession knows no bounds.

MortalKombatWiki.com

Posted by Skizelli on Tuesday, July 10th, 2007 @ 8:42 PM
(No Ratings Yet)
Loading ... Loading ...

I registered MortalKombatWiki.com tonight. I’d really like to get this MK Bible/Wiki thing off the ground – maybe even become one of the bigger MK sites. I would’ve preferred MortalKombatBible.com, but it’s currently registered by the MKO guys from back when I was going to do the project with them. Maybe they’d be kind enough to sell it to me at some point, as I don’t think they plan on doing anything with it since it was my project and it’s already been a few years past.

It was pretty unfair of me to abandon it like I did, but things got in the way and the fun was being sucked out of it. Joe wanted to code a whole CMS for it, and the job of deciding how the contents would be displayed was left to me. It was too much pressure. Even now I’m having trouble coming up with a solid TOC. It’s a lot of information to sort out. I don’t think anyone has any idea how massive this project really is.

The Hunt For A CMS

Posted by Skizelli on Thursday, June 28th, 2007 @ 9:31 AM
(No Ratings Yet)
Loading ... Loading ...

So I recently got bored with e107 and decided to hunt for something else. As with most things in my life, I can’t find anything I’m completely happy with. I’m totally stumped. I stumbled upon a cool site that lets you try out all kinds of CMS’s, blogs, forums, wikis, etc. — both frontends and backends — and not a single CMS really impressed me. I’m leaning towards Joomla, but like James says, you can tell when it’s a Joomla site. I’m waiting for v1.5 to go final, as it’s supposed to expand a lot of things. The main site is down for now, but the WebCalendar, MK wiki and forum are all still functional.