So what’s happened to ThirdStyle?

A few months ago, FlashFlashRevolution went offline without a peep from James (Synthlight). As a result, the community at Tasselfoot.com came together and started planning a revival of the game. The decided name of the new site was ThirdStyle. If you don’t know, ThirdStyle is really an inside joke from FlashFlashRevolution; a game that would never be released.

Summerschool, NSane, LD, and myself set out on creating the new site. Summerschool and I used to work together on FFR back when, well, we were actually paid employees. Development went strong, traffic was amazing. Eventually Summerschool took over of ThirdStyle game development, while I handled backend development. We even got our own dedicated server just for it.

About two weeks ago Mike (Tasselfoot) made contact with me in regards to merging ThirdStyle into FFR. Now at first I thought “Why the hell would I do all this work to just hand it over?” But I decided to humor the idea and meet with Mike to see what he said. We met last Tuesday during my lunch break.

So without rambling on, let me get to the point. TS will be no more. It will eventually be merged into FFR. It is unlikely that I will have anything to do with FFR from this point on. I don’t want anything to do with it.

UPDATE: I should have been more clear. TS in its current form will be no more. I am not giving up on it. FFR though, I will have no involvement with.

UPDATE 2: TS is coming back in a different way. It will not be replacing FFR, only complementing it. The game will be hosted on TS, not FFR. If FFR decides they want a new engine, they can talk to Isak or myself and we can setup a deal.

Posted on: June 5th, 2010

Please stop asking me why FFR is down

Yes, I know FlashFlashRevolution.com is down. I can only guess why. Just please stop asking me; there’s nothing I can do. Synth probably ran out of money and decided to not put himself into more debt. I really don’t blame him.

Thanks for not bugging me.

Posted on: January 29th, 2010

Making Internet Explorer HTML 5 Ready

I’m going to come right out and say that it’s likely to take IE years before we see native HTML 5 support. However, that doesn’t mean we should ignore HTML 5 until IE gets with the program.

If you’ve tried to mess around with HTML 5 in IE, you may have noticed that the new elements do not work correctly with css. Luckily for us, we can use a tiny bit of Javascript to trick IE into rending the HTML 5 elements correctly.

Read the rest of this entry »

Open Source jQuery Plugin – AjaxPages

AjaxPages allows you to serve up full pages completely with ajax. This is very useful if you want to build a site that has a music player running across page loads, but don’t want to use frames. This technique can be found at TheSixtyOne.

All internal links should be in hash format. Example: instead of linking to filename.html, you would link to #/filename.html.

If you have clean urls on, the hash is almost not noticeable. Example: domain.com/#/profile/username

To get started with AjaxPages, get the files from the Google Code trunk. Example files are included. That should be enough to get you started. The plugin is very lightweight and fairly simple so it should not give you any problems.

If you need help, please leave a comment and I will personally help you out.