February 20th, 2010 by Joe Majewski
Without a doubt, Demon’s Souls is the most difficult game I’ve played in quite some time. I would expect for a game with this caliber of difficulty to aggravate me and cause me to punish my controller, but there’s something about this game that keeps me coming back for more.
The reason I can’t put this [...]
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 I [...]
January 5th, 2010 by Joe Majewski
If you’re a webmaster that is curious to know which of your site’s page have been indexed by Google, simply use the site operator and perform a search query such as:
site:www.joemajewski.com
The results you see upon executing that Google search will be a list of pages that Google has indexed on your site. Although that may [...]
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 [...]