Tag Archive for 'How To'

Demon’s Souls Leveling Tips

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 [...]

MsSQL Version of “Show Tables”

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 [...]

How to Find Pages that Google has Indexed

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 [...]

How to Increase Member Activity and Community Size on a Website

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 [...]

How to Use Layers to Organize a Flash Project

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 [...]