Color Generation Color Picking PHP and MySQL

Slides:



Advertisements
Similar presentations
MICHAEL MARINO CSC 101 Whats New in Office Office Live Workspace 3 new things about Office Live Workspace are: Anywhere Access Store Microsoft.
Advertisements

M2 – Explain the tools and techniques used in the creation of an interactive website. By Arturas Vitkovskij.
Color Pickr Ben Atkins. Why? Many webmasters and other people struggle with picking colors for projects and designs. Many webmasters and other people.
Make your choice from more than 70 templates to get a quick start online!70 templates.
By Alex Loescher Robert Partch and Robert Pimentel 1.
Fairfield Public Library 12 October 2011 Merry Uk
Joomla and Wordpress Tyler Phillips. Joomla Joomla is an award-winning content management system (CMS), which enables you to build Web sites and powerful.
Computer Science (CS) Department Website Revision Final Report Alfredo Tigolo III.
Adobe Photoshop 6 Advanced Level Course. Easy Fixes Photoshop is the best tool to fix old, torn and faded photographs, and can fix almost all flaws in.
1 of 5 This document is for informational purposes only. MICROSOFT MAKES NO WARRANTIES, EXPRESS OR IMPLIED, IN THIS DOCUMENT. © 2007 Microsoft Corporation.
There is a certain way that an HTML file should be set up. The HTML section declares a beginning and an ending. Within the HTML, there should be a HEAD.
PowerPoint: Tables Computer Information Technology Section 5-11 Some text and examples used with permission from: Note: We are.
InfoPath and SharePoint WCM So Happy Together. Overview Although we frequently think of data collection sites as being internal or intranet sites, and.
Parent Night Nicole Hanley & Casey Rozzell. Handouts: 1.Compass Learning at a Glance 2. Pathway to check your child’s progress.
Mood Painting giving life to emotions through A Nonrepresentational painting giving life to emotions through A Nonrepresentational painting.
Anthony Atkins Digital Library and Archives VirginiaTech ETD Technology for Implementers Presented March 22, 2001 at the 4th International.
WordPress Web. WordPress Blogging system with full content management Personal publishing system Built on PHP scripting language and MySQL relational.
Networking Overview Your OUNet ID ("4 plus 4") OUNet Password Changing Your OUNet Password Your Official OU Forwarding Your Mail Getting Help Overview.
What is a Learnist Board? Learnist ( is free media and resource sharing site that is an extremely useful tool for teachers and students.
TABLE OF CONTENTS LEARNING POWERPOINT
Click Create. Select Presentation The next slides will investigate the Menu Bar.
WordPress ® in simple terms WordPress is a free and open source blogging tool and a content-management system (CMS) based on PHP and MySQL, which runs.
Moodle (Course Management Systems). Blogs In this Lecture, we’ll cover how to use blogs, blog capablilities and efficive blog practices.
Aviary and Scribblar Sam Hoff, Brandon Hollis, & Becky Lenz.
Book-Link A Textbook Marketplace Andrew McCabe Senior Project 2003 Advisor: Professor Almstead.
16 Ways To Take To Work. How Would You Use PBwiki At Work? Over 1,000 non-business users were surveyed How would you use PBwiki at work? All responses.
Senior Project, 2015, Spring Senior Project Web Site –Version 5 Student: Jacek Kopczynski, Florida International University Mentor: Masoud Sadjadi, Florida.
Findability Starts Inside Your Site Making your content findable inside your site.
Setting Up your Hosting Account and Installing WordPress and Omeka CCC America Advanced Omeka Training.
MS PowerPoint 2007 Creating and Editing a Presentation.
DeShawn Senior Design III Presentation March 13, 2005 Raimey’s L.
Microsoft Power Point ® Facilitation Training Computer-enabled Instructional Possibilities Composing Presentations Picking a Style Adding Multimedia Content.
Advanced Topics Lecture 8 Rachel A Ober
By Group 3. Let us introduce ourselves! Hi my name is Sayra Foust! Hello my name is Tara Trefren! Hi I’m Eva Williams! We’re Group 3 and Rate it or Hate.
Unit #7 Charts Questions? Comments?. MS PPT 2007: Presentations Made Easy; Planning and Preparing PowerPoint allows you to create a professional presentation.
Color and Color for the Web First, discuss idea of color (some overlap with lecture on HVS) First, discuss idea of color (some overlap with lecture on.
Desktop Publishing Lesson 5 — Enhancing Publications.
Adobe Products Introduction. Menu Within this PowerPoint I plan to give small introduction to some of the applications provided by adobe. These are the.
Study Aids and Tools Bell Work. - Organize as a group, by table. -As a group, identify the BEST study aid or study tool you have used to learn or prepare.
Pasco County Schools will be utilizing myPascoConnect as a Single Sign On (SSO) solution which will provide a way for all district students and employees.
( Etnok ) September 5 th 2011 Social Activities Management S.A.M.
Section 8.1 Section 8.2 Create a custom theme Design a color scheme
Add Your Logo As logo of a particular brand or company plays an important role to distinguish from other brands. This has better impacts on your viewers.
Objective % Select and utilize tools to design and develop websites.
How to do Themes and Color Schemes.
Chapter 3 Program Design
Transitions through higher education:
Creative Tools General Instructions/Rubric Ch. 3 Project 52
Template and Style Guides
Build Power-full Solutions in Office 365 …without Code!
Build Power-full Solutions in Office 365 …without Code!
Create your Benner - intro
Objective % Select and utilize tools to design and develop websites.
Joocial Community Social Auto-Posting for Joomla
Cookies BIS1523 – Lecture 23.
Zhi Liu Dec.7th IA and Design
eTapestry Workshop Session 3: Queries and Reports
EXTENSION AND INTEGRATION
Heading Here (Different Font)
So you were told to make a website
Sheryl Barnes Senior Educational Technology Specialist
Customizing your charts in less time
Wordpress test.cs.edinboro.edu.
GET STARTED WITH ACADEMIC WRITER
EXXAT SYSTEMS COMPANY PROFILE
Colored Pencils and Colorless Blender
Groups of colors that work well together.
Navigating NEIU Blackboard 417 – 418a
T-shirt Design Software For Magento - SetuBridge
Presentation transcript:

Color Generation Color Picking PHP and MySQL Senior Project – ID: Computer Science/Visual Arts - 2008 Color Pickr Benjamin Atkins Advisors – Professor Almstead & Professor Orellana Problem: Many people struggle with picking colors for designs and projects. People often have an idea of one color they want to base their theme around, but do not always have a great sense of what colors go well together. Color Generation Although there are currently already several sites on the web that allow users to submit and post their favorite color schemes most of them do not have tools that help you to generate your own. Most of the tools on the web that are geared to help people generate their own color schemes, are hard to find and underdeveloped. My program gives users the option to start by picking their own generation scheme from an assortment of styles (tint, shade, complimentary, my own algorithm, and possibly a few more to be integrated soon), and then customize it by changing some of the individual colors that make up the palette. Color generation formulas take a user selected color and use it to generate the rest of the palette according to the scheme. To the right is an example of a palette generated using the shade method. Below is a picture of the advanced color picker in action which allows users to select almost all colors. Color Picking PHP and MySQL My project uses a full series of MySQL tables in order to allow users to store their favorite color palettes and share them with other users/ give other people feedback. Users will also be able to view the color palettes made by other users and give feedback (comments) as well as vote on them.