An introduction to databases with web applications
โ Scribed by Martyn Prigmore
- Publisher
- Pearson Education Limited
- Year
- 2008
- Tongue
- English
- Leaves
- 713
- Category
- Library
No coin nor oath required. For personal study only.
๐ SIMILAR VOLUMES
What do eBay, Amazon.com, and CNN.com have in common? They're all applications that integrate large databases with web interfaces. The popularity (and power) of these applications stem from their accessibility and usability: thousands of users can access the same data at the same time without the ne
There are many reasons for serving up dynamic content from a web site:to offer an online shopping site, create customized information pages for users, or just manage a large volume of content through a database. Anyone with a modest knowledge of HTML and web site management can learn to create
I'm writing this on May 17th 2010 after purchasing this book a few days ago. I have made it through the first 4 chapters but on reaching chapter 5 that's when the real problems began. The book features a case study: a fictional wine store with it's own PHP code and mySQL database. One of the problem
Discusses how to use the Tornado server to create powerful web applications, covering how to modify templates, use persistent storage, secure applications from vulnerabilities, and authenticate applications with external services.