-- phpMyAdmin SQL Dump
-- version 4.0.10.14
-- http://www.phpmyadmin.net
--
-- Host: localhost:3306
-- Generation Time: Sep 19, 2016 at 12:30 PM
-- Server version: 5.6.31
-- PHP Version: 5.6.20

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET time_zone = "+00:00";


/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;

--
-- Database: `tmiva_tmiva`
--

-- --------------------------------------------------------

--
-- Table structure for table `projects`
--

CREATE TABLE IF NOT EXISTS `projects` (
  `id` smallint(5) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(50) NOT NULL DEFAULT '',
  `image` varchar(50) NOT NULL DEFAULT '',
  `features` text NOT NULL,
  `url` varchar(50) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=10 ;

--
-- Dumping data for table `projects`
--

INSERT INTO `projects` (`id`, `name`, `image`, `features`, `url`) VALUES
(1, 'Website for WWEMA', 'websites/wwema.jpg', 'Web Design\r\nSecure Login\r\nNews Feed\r\nSearchable database\r\nOnline Event Registration', 'http://www.wwema.org'),
(2, '2BAccessible''s Website', 'websites/2ba.jpg', 'Web Design &amp; Graphics\r\n508 Compliant\r\nSecure Login\r\nEvent Listings\r\nOnline Registration', 'http://www.2baccessible.com'),
(3, 'Heart of the Village', 'websites/hotv.jpg', 'Web Design\r\nWeb Development\r\nPayPal Donations', 'http://www.heartofthevillage.org/'),
(4, 'TMI File Browser', 'websites/filebrowser.jpg', 'Easily share files with clients or employees\r\nUpload multiple files at once\r\nOrganize files with Drag and Drop ease\r\nCan be customized to fit your website\r\nUser Friendly', '/web/filebrowser'),
(5, 'TMI Image Gallery', 'websites/gallery.jpg', 'Upload images yourself\r\nOrganize your photos with Drag-and-Drop ease\r\nCan be customized for your website\r\nClick on a photo for a large preview\r\nImages are automatically resized', 'http://www.foxcraft.com/gallery'),
(6, 'Always There Pet Care', 'websites/alwaysthere.jpg', 'Original Design\r\nPhotoshop Photo Effects\r\nDynamic Gallery', 'http://www.alwaystherepetcare.com/'),
(7, 'Website for Subway DCW', 'websites/subwaydcw.jpg', 'Severing over 1,000 Subway&reg; stores\r\nSecure login\r\nOnline file browser\r\nStore directory\r\nUser database\r\nPhoto galleries', 'http://www.subwaydcw.com/'),
(8, 'Fishman Allergy &amp; Asthma', 'websites/fishman.jpg', 'Original Website Design\r\nOnline Contact Form\r\nGoogle Map integration\r\nPDF Patient Forms', 'http://www.fishmanallergyandasthma.com/'),
(9, 'Foxcraft Design Build', 'websites/foxcraft.jpg', 'Original Website Design\r\nDynamic Drag-and-drop Photo Gallery\r\nOnline Contact Form\r\nGoogle Map integration', 'http://www.foxcraft.com/');

/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
