Tag Archive for 'Computer Science'

New Apple iPod Touch 4th Generation Announced Today | Breaking News

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

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

The World of Warcraft Information Database :: My First Content Management System

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

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