We are building this project becasue we want to learn web development. This project is our first real website project, and we hpe that it will allow us to have a better grasp on the field of web development.
As such, we are constantly learning. Below is a lisst of some useful websites and documentation we came accross while building TurboMail.
As such, we are constantly learning. Below is a list of some useful websites and documentation we came accross while building TurboMail.
- MDN : Lots of well written documentation on various web development topics and technologies
- W3 Schools : Useful website for various techonologies with examples and a live console.
- GeekForGeeks : Often times the quick answer to any given simple computer science question
- Ajax : Great documentation for the AJAX approach
- XMLHttpRequest : Guide for using the XMLHttpRequest JavaScript object
- Example website with xampp : Simple example which displays an approch similar to ours
- Xhr spec : Full documentation for the XMLHttpRequest JavaScript Object
- setRequestHeader() method : Documentation for the setRequestHeader method
- Overview of MIME types : Explaination of MIME types by mozilla
- MIME types : Full up-to-date list of MIME types
- Connect to database : Code to connect to a local database
- Create a database : Code to create a database using PHP instructions
- MIME types : Full up-to-date list of MIME type
- Browser Local Storage : Browser local storage, can be used to pass in information between htmlPages