Aug 18 2007

Countries and Time zones

Well, I’ve been working on the registration backend some more.  This time adding much better support for Countries and for Time zones.

The new support I’m working on now will allow a user to select their country and then select from time zones in that country.

This will allow the website to show the appropriate time for the user viewing the website, without the user needing to mess around with Daylight Savings settings or anything else.

This is harder for us in the backend, but will be better for the user.


Aug 14 2007

Labs Quick Fix

Quickly changing:

body { }

to:

html,body { }

Solved our problem!

We’ve also put in some nifty JavaScript that allows Light Boxes to work if JavaScript is enabled, and the normal pages to work if its disabled!

If you don’t know what Light Boxes are; then you’ll find out soon enough ^.~


Aug 14 2007

Labs Layout

We’ve been making some real progress with the layout for the new PoKéQuesT Website.

The new layout will leave the navigation, header, and footer in place while the actual page content scrolls.

This of course; currently has one possible “problem”.  The layout is fixed-with at 788 pixels.

This won’t really be a problem for most people; seeing as how most of what will be viewed is text and small images.  If CSS3 was out though; I’d be able to make it a bit more flexible (minimum width of 800 pixels with a maximum width at 90%).  But, its not, so, we’re not doing that.

The layout has shown problems in Mozilla FireFox and WebKit’s Safari when the Content-Type header is set to “application/xhtml+xml;charset=utf-8″.  The background image/color for the <body> tag does not show up.  I’m not sure whether to attribute this to XHTML specifications or if its a rendering error for Mozilla and Safari.  Either way; the layout works for Opera and IE7.  (IE7 has text/html transmitted to it automatically because it does not accept application/xhtml+xml).

If anyone knows any more about this; please let me know.  I’m not exactly sure what to attribute to this.. so.. yeah.

I never thought I’d see the day where FireFox was hindering my development.


Aug 13 2007

The World Around us

Well, it seems that there has been a steady decline of activity for all Pokémon MMOs, not just ours, making me feel a heck of a lot better if I may say so myself.

The main programmer of Pokémon Online has lost his computer to a storm (poor dude) and I’ve been (unofficially) told by a team member that they are not releasing updates often because people get upset for the lack of things in the updates.

Shame, they really should write a blog or something to keep those who care up to date constantly.

PlasmaFox has not been working on the client for awhile; all work there is constantly on hold as we try to get a good Windows Development Environment so that he can work on the client for Windows and not just Linux/Macintosh (that way we don’t need to work all the way back from the beginning of the client).

As for the website; I have most definitely not been working on it lately.  I’m sorry; but school is coming up soon for me as well, and there is currently a lot on my plate (family stuff).

We are still no closer to getting a dedicated server (other than the $5 that are thanks to that very special person.), but we hope to continue to raise up enough possibly with the advertisements, and a possible job (that I may or may not get) to pay for a server.

As for users; we are losing the amount of members that are paying attention constantly.  Probably a large amount saw the website set up by our old domain name’s owner and said “screw it” without even googling PoKéQuesT to double check.

So, this is where we currently are.  Maybe we will be able to get some more work done soon.  I’ll try to work on the website as soon as I can.


Aug 7 2007

Windows Problems

We’re having serious trouble attempting to build PoKéQuesT for Windows.  So far; our developer has told me that it builds fine on Linux, and Macintosh OSX.  However, the Windows version is having troubles building (probably because of my very horrible development environment.)

 We hope to have this fixed soon.


Aug 5 2007

Windows Vista Games Explorer

Good News to anyone out there that is using the OS, Windows Vista.  PoKéQuesT has a full size 256×256 PNG High-Resolution Icon, as well as its own place in the Windows Vista Games Explorer.

The client (when its finished) should be 100% compatible with Windows Vista.  It will have a very lovely High Resolution Icon; Its own spot in the games explorer; its place in the start-up menu.  Upgrades to the system should prompt for Admin Privileges to install the updates to its folder (using either a custom piece built right into it (like FlyFF) or possibly a system where it downloads an NSIS installer for upgrades (like IMVU), and it can be uninstalled using the Uninstall Programs part of the Control Panel.

The client is being programmed using the SDL Library (the same library Armagetron uses) so it will work on Windows Vista, as well as Windows XP, Macintosh OS X, and Linux, Unix, and possibly older versions of Windows.