magnetminis.com


  Magnet Minis is a web retail site for table top gaming enthusiasts. It is an N-Tier Web Application built in ASP.Net with ADO.Net in VB 2008. I used a modified ASP.Net Membership structure in my Microsoft SQL Server database along with all of my product related tables. The design structure has a distinct separation between the presentation tier (web page), business tier (all appropriate business specific logic), and data access tier (database access and data manipulation). The information in the product page is dynamically generated by an object I built specificity for the task. The HTML Generation Object accepts the force and category selection and access the database through my Data Access Object, collecting the relevant product information and generating the appropriate HTML and Java scrip necessary to allow for that products selection options. Unfortunately, GoDaddy.com web hosting restricts the creation of the ASP.Net Get and Post objects, preventing me from interacting more fluently with PayPal, but the current incarnation of the site is fully functional.

  I am aware that the site is not the best looking thing on the web, and for that I will stress that I am a developer first, designer second.