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.

Quote #2, #3

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

We hate some persons because we do not know them; and we will not know them because we hate them. – Charles Caleb Colton

It’s ironic. Women suck blood out of men every day. But at the end of every month, it leaks out. – The Photographer, Murder-Set-Pieces

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.

Quote #1

Posted by Skizelli on Tuesday, July 17th, 2007 @ 12:17 AM
(No Ratings Yet)
Loading ... Loading ...

You cannot make a man by standing a sheep on its hind legs. But by standing a flock of sheep in that position you can make a crowd of men. – Max Beerbohm

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.

Lost and Found: MK Trilogy (N64) Ultimate Kombat Kode

Posted by Skizelli on Thursday, July 12th, 2007 @ 3:32 AM
(No Ratings Yet)
Loading ... Loading ...

Thought to be one of the most elusive cheats in Mortal Kombat history, even Ed Boon thought it didn’t exist. Finally, 11 years after the game’s release, someone by the name of Proto K has proven everyone wrong by posting the long lost code on a forum back in April. It has since trickled its way down to other MK-related forums. Though it doesn’t unlock anything new that can’t already be enabled via the cheat menu (merely Smoke and Khameleon), it does put the mystery to rest.

The code is: 113840

Once entered, you will be presented with this message:

FROM THIS POINT ON… SMOKE AND KHAMELEON ARE AT YOUR CONTROL

Note that the changes are not permanent, so you’re better off using the cheat menu.

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.

CPS3 Emulated!

Posted by Skizelli on Wednesday, July 4th, 2007 @ 9:41 AM
(No Ratings Yet)
Loading ... Loading ...

Holy shit, I just stumbled across an emulator that runs some CPS3 games, including SFIII! My wet dream just came true.

Street Fighter III 3rd Strike: Fight for the Future

Edit: It seems MAME has added early CPS3 drivers just recently, including CHD support, and from it a CPS3-only emulator has also surfaced, called CPS3-32.

Happy 4th.