Hello, I'm Mike

I create engaging user experiences for the web. I’m friendly and easy to work with, I pride myself in my rapport with my clients.

I invite you to view my LinkedIn profile, and please feel free to contact me.

About Me

I have an excellent work ethic and strive for success in each task I undertake. I am a very dedicated programmer, I have been coding since the early days of DOS. At Conestoga College my GPA for the Web Design and Development program was 3.98. I’m a great people person, and I’m confident that I can be an asset to your team.

I'm friendly, creative, and focused.

I develop, test and debug online computer solutions in a variety of programming languages and database management systems, including: ASP.NET, C#.NET, PHP, XML, HTML/CSS, MySQL, Java, Javascript (JQuery, ajax), and Flash Action Script 3.

Contact Me

Send Me a Message

Please enter your name and email address:

My Blog

Drop all tables, MySQL

published: Fri, 13 May 2022

Drop all tables, MySQL. SELECT concat('DROP TABLE IF EXISTS `', table_name, '`;') FROM information_schema.tables WHERE table_schema = 'MyDatabaseName'; Copy and paste the result and run it....

Noob Creating a Shell Script

published: Sat, 23 Apr 2022

Using the terminal can be a pain in the ass. So let's make a shell script, so we can avoid typing in the same commands over and over again. Connect to your terminal and log in, then type this... cd ~ ...or wherever you want, "~" is the users home directory... mkdir shel...

Internet Exploder

published: Tue, 13 Dec 2011

Notes on weird IE things: IMAGES Images saved in CKMY mode cannot be displayed in IE. TRANSPARENCYS img { opacity:0.4; filter:alpha(opacity=40); /* For IE8 and earlier */ } POSITION ABSOLUTE: IE7 BUG Beware of the "hasLayout bug" of IE. The r...

Other Work

My Work

  • TKO Fighting Arts Website

    Website of TKO Fighting Arts, Muay Thai kickboxing gym.

    TKO Fighting Arts
  • Stigmata Body Art Website

    Website of Stigmata Body Art. Developed with the team at Aholattafun.

    Stigmata Body Art
  • Online Ticket Sales App. Demo

    Demo of an online ticket sales app. Login as a music promoter to publish concert listings online. Automatically sets up a sales page, and allows customers to purchase tickets.

    Concertninja
  • Time Tracker Demo

    Web based time tracking software created during my workterm. The majority of this program is coded in Javascript, using JQuery.

    Click the time to start/stop the timers.

    Click the notebook to leave notes with the time.

    Time Tracker
  • Online T-Shirt Store Demo

    Mock up for a T-Shirt website. Connects to a MySQL database.

    T-Shirts
  • GodStone Online RPG

    This new version of the game! Improved graphics and interface, for a more arcade sort of feel. An adventure builder module will be ready for use soon! Build your own adventures for your friends to play.

    GodStone Online RPG
  • Planescape Online Battlemap

    The previous version of the GodStone RPG. The Planescape Online battle map, developed using flash. You can click on the characters and move them using your keyboards arrow keys!

    Planescape Online Battlemap