To display a range of photographs taken by photographer of each shop interior I have created a Gallery. These can be navigated to from 'Wild' and 'Wilder' pages.
Client: Gallery
Client: Activate/Disable Competition
Wild Clothing have decided to run a 'Design a T-shirt' competition aimed at students. This competition will not run all the time and so I have made it possible to activate and disable it.
To disable the competition the client can navigate to the comp page in the CMS and click the 'disable' button. This will change details in the database and prevent the callout being displayed on all pages.
Client:Content Management System
My new and improved Content Management System is now up and running.
- lists
- lists
- lists
- numbered lists
- numbered lists
- numbered lists
Client: Meeting #4: 10th March
At the fourth meeting with my client,I presented a functioning website following my newest design. This is currently accessible online along with my customised Content Management System.
Photo's of in and around the shop have been taken by a photographer and are now available. Robin is currently selecting a short list from the mass of images and I will collect these shortly. I have also suggested that by Robin inputting the content into the CMS soon, as this will allow me to make any alterations to make it easier for him to use.
To Do List
Link Website to CMSLink CMS to Analytics- Photoshop product logo's into wild shop front image
- Make interactive shop front (Javascript)
- Add upload image function to CMS
Develop CMS textfield to include formatting (tinymce??)- Look into using SifR text replacement for strap line.
Create grid of images with lightboxInput background imagesContact formCompetition formAllow Competition to be Activated and Disabled via CMSPhotoshop Competition Callout- Cross Browser Checks
- Validation
- Create CMS Help sheet
I have also given Robin an invoice for the Domain and Hosting costs, a copy of which will be included in my submission.
Client: TinyMCE Alternatives
TinyMCE is a Rich Text Editor that allows you to format text. e.g. bold, italic, strike through, bullet lists etc. It basically attaches itslelf to text fields.
I am thinking of using TinyMCE in my Content Management system so my client doesn't have to learn html tags inorder do simple formatting. The main functions i want him to be able to have are:
- Bold
- italic
- bullet points
- links
- underline
Some alternatives:
MooEditable
WMD Editor
YUI(Yahoo)
CKEditor
TinyRTE
Client: Page Designs
The background image of each page will fill the screen even when zooming in and out of the page. It will also be changeable by the user through links. e.g. the location of Wild Clothing "3-5 Broad Street" will change the background to Google Maps. Find example here
Similar to the competitions page (navigated to via home page), the sidebar will be scrollable to allow for future additions of text.
The homepage will look very similar to the 'Wild' page but the shop window will have hover states to allow for interactivity. Product information will be viewable from this page.
Client: Designs-Competition page
Robin has decided to run the competition so here are some page designs following my new template.
The side bar on the RHS will be scrollable while the rest of the page will stay fixed shown by the first two images.
I am currently undecided about using background images on this page. My current choice of images makes the page busy in comparison. To make text legible I have included transparent boxes behind, however this make it even busier. The images used in these screen shots are ones I have taken in Wild Clothing. A photographer is due to take more and so if these suit these page layouts then I may include them.
Client: Meeting-photo's
PRP: Creating a Facebook Application
For my next artefact I am thinking of clinking my pig website to facebook. This youtube tutorial provides the step by step process of creating a facebook application. I'm sure it sounds easier than it is!
Client Project: Menu bar
I have chosen this kind of 'bar style' navigation for wildandwilder.com and I wanted each bar to grow when the mouse hovers over the link.
CSS only allows the bar to be one size when the mouse is hovered over the link (a:hover) and another size when the mouse is off the link (a:link) so I have opted for a Javascript alternative that animates a div's size. I found an example of growing and shrinking a div and by changing a few values and altering the CSS I have managed to create an animated menu using javascript.