Posts Tagged ‘Personal’
Simple Login, Logout & Sessions in PHP
Tuesday, June 8, 2010 1:34 No CommentsI am going to provide an overview of how I got the login system on my website to work. I will start by mentioning this should not be used to protect sensitive information (ie: health records) because it uses a table you add to your database. The table I used is: User table stored in database. [...]
Phone System Database: The Beginnings
Saturday, May 29, 2010 17:05 No CommentsOverview Starting last summer I have been assisting with the VoIP roll-out. I am now back for another summer and have obtained a project that has the potential to be exciting and a learning experience, which enhances the working experience. Learning does not stop when you leave the classroom, but picks up and becomes more [...]
Card Deck Version 0.5
Monday, December 28, 2009 16:50 No CommentsI got the urge to do some programming over the holidays and since one of my ideas was for a card game I thought I would create a deck of regular playing cards that could be used for playing any card game which uses a regular deck. Basically the deck includes all 52 cards plus [...]
Card Game(s)
Sunday, October 11, 2009 22:41 No CommentsThis idea came to me one day while I was sitting in my math class waiting for it to start. I had arrived quite early so I cracked out my PDA and started playing solitaire. Then I got to thinking, wouldn’t it be neat to create my own card game in which I could make [...]
Remote File Modifier / FTP
Thursday, August 13, 2009 21:48 3 CommentsI read somewhere once that for ideas you should look to what monotonous tasks you can automate, which is how this idea started to formulate. A co-worker, Bill, and I are putting in multiple trixbox based phone systems and are coming across allot of tweaks as we go that need to be pushed across multiple servers. By [...]
SOS Version 1.0
Friday, July 10, 2009 16:59 No CommentsI am proud to announce the release of my SOS Game version 1.0. This is the first “major” application I have done from start to finish on my own following some sort of software design. Typically I would just dive in and started coding my applications, but this time I started by coming up with [...]
Pre-release fixes & UML Diagram
Wednesday, July 8, 2009 20:42 No CommentsThe following is a summary of the glitches I found and thus fixed along with a little background on how I enhanced the look and feel of the GUI. Pre 1.0 release testing Fixes: WinnerView was not clearing the winner of previous game when new game was created Board: added variable boardSize, which stores SMALL, [...]
Logo + Final UML Diagram
Saturday, July 4, 2009 22:29 No CommentsI am pretty much ready to release v1.0 of my SOS game, however, I was hoping that I would have come up with a logo that I could use to represent both my website and my software. The following is a summary of my progress this week leading up to the release of version 1.0 [...]
Feature Set: SOS v1.0
Friday, July 3, 2009 14:46 No CommentsVersion 1.0 contains these features from the original feature set: Playing area (grid) Two player Three difficulty settings (ie: board sizes) Scoreboard to keep track of the SOS’s for each player Undo Player 1 goes first Assign own name Help/Instructions On top of initial feature set I added: Games won: the ability to keep track [...]
SOS Version 0.5
Sunday, June 28, 2009 15:16 No CommentsI now have a production version of my SOS program, with mainly just essential functionality. That is I only have one board size to use, the ability to change the player names, start a new game with the same board size, exit, display instructions and about information, and of course play an entire game from start [...]