The competitive analysis comprised of me looking at 3 different websites and evaluating them on different criteria. The three websites I looked at are:
- http://www.analysedreams.co.uk/
- http://dreamcrowd.com/
- http://twitter.com/
- Homepage
- Navigation
- Site Organization
- Links and Labels
- Search and Search Results
- Readability
- Performance
- Content
I have created two other tables in the database. These are dreams_tagged and dreams_tags. The dreams_tagged table contains 3 fields; tagged_id, tag_id and dream_id. The The dreams_tags table also contains 3 fields; tag_id, tag_name and num_dreams. The idea of these two tables is to give each tag it's own unique ID and then count how many times the same tag has been submitted into the database. It will then increase the num_dreams amount by every time the tag with the same tag_name has been counted.
This is where I have struggled. I understand the concept of what I need to do, but I now need to try and implement it. I need to run a query to count the number of tags that have been entered. Also to make the tag cloud, I need a CSS file that changes the size of the font depending on the number in the num_dreams field. So the higer the number in this field the bigger the font will be in the tag cloud.
I feel I will be able to get this function to work, but it may take some time, and alot of trial and error. However, this is the only way I am going to learn, so it is very beneficial to me.
