Archive for the ‘Web Application’ Category:
Tarot Card Game
0 Comments | This entry was posted on Apr 23 2009
Objective:
Create an application that will allow a user to pick a set number of cards (yet to be defined) that will show a user what the future could hold for them…. using the mystic powers of a random number when all possible cards a put into an array with the random number used to pluck out the card once clicked…..
Technology’s Used:
- PHP
- Server Side Script used to generate the required output.
- XHTML
- Used to structure the raw data.
- CSS
- Presentation layer.
- Javascript
- Will be used for DOM manipulation and even Asynchronous Javascript and XHTML!
Meta Tag Generator
0 Comments | This entry was posted on Apr 23 2009
Objective:
Create an application that will allow a user to enter the required information to their website and the application will then output the required meta tags ready for the user to copy and paste into his or her own web page!
Technology’s Used:
- PHP
- Server Side Script used to generate the required output
- XHTML
- Used to structure the raw data
- CSS
- purely for presentation of forms etc…
- Javascript
- Client side validation of forms
