JavaScript Tools Updated
1 Jun 2010 @ 04:51PM
by
Satis
I've updated the JavaScript tools class to version 1.1. Changes are to add two more tools, getClassSelector(stylehseet, selector) and deselect(). Get the updated version now.
Comments (0)
JavaScript Tools Script
21 May 2010 @ 04:04PM
by
Satis
I put a JavaScript tools class online for everyone's benefit. This is a suite of tools wrapped in a class that I commonly use for various JavaScript tasks. In so doing, I went ahead and diversified the Program And Scripts section of the site by language. This should help keep things organized.
Comments (0)
Clankiller Games
11 May 2010 @ 02:06PM
by
Satis
I've added a section for games created by Clankiller. Currently this includes a javascript breakout clone I wrote as a proof of concept. There are issues with it, but it works well enough. I don't plan on developing this any further, though that's always an option. Adding more levels and block types would be simple enough.
Comments (0)
Programs And Scripts
23 Apr 2010 @ 03:33PM
by
Satis
I've added a programs and script section to Clankiller.com to hold programs and scripts that I've developed for public consumption. Currently it holds my phpMySqlDump script, currently version 0.3. This script can be used by anyone running php 5+ with a mysql database and access to mysqldump as a means of dumping your database for backup. Dumping is done asynchronously via ajax, one table at a time, so it should be fairly fast and less likely to time out due to db size.

This script is still actively in development. Any suggestions or bug reports are welcome..
Comments (0)
Website Upgrade
8 Apr 2010 @ 11:36AM
by
Satis
I spent the last few months rewriting the Clankiller website and have been slowly upgrading it over the last week. It's still not entirely transitioned, but it's getting close. If you notice any problems, please leave a comment on this new item, or, if that doesn't work, try posting on the forums. Overall, I have now transitioned from a mostly static site to one that's fully dynamic. I've also integrated PHPbb's authentication system into the website. If you create a user account on clankiller.com or in my forums, the same username/password will work in either, and your logged in session will transfer between the two.

There are still some minor bugs popping up from time to time. As mentioned above, if you run into something, please don't hesitate to let me know.

I'm investigating an issue with user logins from the website validating against the forums. The reverse works (logging into the forums, then carrying that login to the website), but currently logging into the website does not work to log you into the forums. Once I get that fixed, I'll post an update.
Comments (0)