September 1st, 2010 by Joe Majewski
I heard the news right away, but didn’t get around to making a blog article until now. Steve Jobs announced today the release information for the new fourth generation of the Apple iPod Touch, along with some new details about the device. A week from today, on September 8, 2010, the iPod Touch 4th Generation [...]
February 12th, 2010 by Joe Majewski
MySQL has an easy command that places a list of all tables found within the active database into the result set. I have recently been working on a project for my job which requires me to use MsSQL as the database. I find MySQL and MsSQL to be very similar in terms of syntax, but [...]
December 12th, 2009 by Joe Majewski
I finally finished up my very first PHP and MySQL-based content management system known as the World of Warcraft Information Database, which can be found here. I started this project over the summer this past July, and today I wrapped it up by finishing the leaderboard page, category page, and the right sidebar, as well [...]
December 8th, 2009 by Joe Majewski
Back in the day when I was first learning how to use PHP and MySQL, I decided that I wanted to use these skills to create a browser-based RPG much like Kings of Chaos, X-Kings, or the countless other games of similar nature. My installment was titled The Arena, and it was the single most [...]
November 24th, 2009 by Joe Majewski
Organization is of the utmost importance when creating your Flash project. Keeping your project clean and easy to access will make it much easier in the long run; especially when creating games or animations that are heavy on the ActionScript. While it may seem possible to put everything on one layer while using a single [...]