Finally solved the problem I was having with my site. For the life of me I couldn't figure out how to make a category and subcategory system so I'm kind of cheating in a way. I decided I'm going to use the URL to help me using the 'GET' method in PHP. Only thing is though SQL injections are possible so I'll have to find a way to fix that. Maybe an if statement like:
if($cat == necklace || $cat == bracelet){
do code;
}
I'll think of something I suppose. It's all falling together slowly should be done in a few weeks.
Friday, 5 October 2012
Solution
Tuesday, 2 October 2012
Interactive Web History Piece
My idea for the interactive web history piece is not to have a time line per say but make the piece like a website. It'll have maybe a Facebook layout and where the news feed should be about uploads, status updates etc. I want to have all the history of the Worldwide Web. I'll post all my workings here when I work on it.

Another idea that I came up with is having a spiral effect timeline maybe like the picture below. I will put prominent points on the spiral of the timeline, then when someone has put the mouse over the point it will show the year and a little box of information about what happened. You can also click on the box to take you to a new page to read more information. Image Location

Monday, 1 October 2012
PayPal For My Website
It's 2:20am and I have college in about 6 and a half hours and I should probably sleep but ehhh, I'll live. Well anyway tonight I've been looking at different payment methods that I can have for my website. At first I was thinking about storing users bank details in one of my databases and then taking the money out manually but then I realised how risky that would be. I may know how to develop a system like that but no-where near to the security standards that would I'd need.
So I decided I would use PayPal to sort out all my problems only I didn't realise how complicated it actually is to set the functionality up on my site. Well saying that all the functionality will be there when I have to add it anyway so it'll just fit into place. But tonight I've been learning how I would set up the IPN payment method and I'm quite looking forward to it. It's going to be a challenge. In a few weeks I get to go and get my business bank account and then I'll be able to set up PayPal.
The good thing about PayPal is that when I create a business account it will automatically set up a book system which will measure all my incomings and outgoings which can make things a lot easier.
Architectual Design
The world is full of people who think outside the box. If it wasn't for these people we would probably still be sat in caves without any technology. Probably not even fire. This is what makes us humans different from many other animals.
Amazing examples of this is some of the architecture that humans come up with. Click Here. In my opinion these buildings are some of the best buildings in the world for what they are. Yet unfortunately they're not very suitable for the population this planet has. If every building looked like one of these building the ammount of time and effort we would have to spend on these buildings would be just too much although then we would be astonished by what we have at the moment as we wouldn't see it much.
My favourite building on this list is the Soundforms shell in London Docklands. The building looks truly amazing and so much time, effort and money has gone into it for the function of enhances classical and orchestral performances.
Sunday, 30 September 2012
Game Development
I have been researching how a video game is developed and found this video about how it's all done. This video that I have found shows the theory of what a video game actually is and how to create a game from scratch. It doesn't exactly show the initial ideas of how a game is thought up of but it shows the process of what you can do after you have the initial idea, concept arts, music etc.