Archive | September 30th, 2009

Django 1.0 Web Site Development

September 30, 2009

0 Comments

Django 1.0 Web Site Development Django is a high-level Python web application framework designed to support the development of dynamic web sites, web applications, and web services. It is designed to promote rapid development and clean, pragmatic design. Therefore, it lets you build high-performing and elegant web applications quickly. In this book you will learn [...]

email

Creating your MySQL Database

September 30, 2009

0 Comments

Creating your MySQL Database MySQL, launched in 1995, has become the most popular open source database system. The popularity of MySQL and phpMyAdmin has allowed many non-IT specialists to build dynamic websites with a MySQL backend. This book is a short but complete guide showing beginners how to design good data structures for MySQL. It [...]