Monday, December 17, 2007

Database Skills: Complete Contents

This posting will be updated each week to contain a complete table of contents for the Database Skills series.

Superseded

This table of contents has been superseded by our new Comprehensive Table of Contents. The new table includes slots for future topics. Please update your bookmarks.

Subseries 1: Table Design Basics

The first group of posts introduces the must-know terms and techniques for table design.


Subseries 2: Table Design Patterns

The second subseries details commonly occurring patterns in table design, how to recognize them and when to use them.

There is a complete List of Table Design Patterns. The rest of the entries are:


Subseries 3: Development Tools and Procedures


Subseries 4: Queries


Subseries 5: System Architecture


Subseries 6: Security


Subseries 7: Server-Side Code

Subseries 8: Performance

Subseries 9: The Browser


Other Postings

6 comments:

Anonymous said...

I'm trying to keep up, I think your articles are great, they are helping me learn the big picture.

Do you have a zip file of your commands that I could do rather than the code being interspersed within the blog?

Maybe you could provide a link.

Thx!

KenDowns said...

Anonymous: at present I have no combined code file because the examples are fairly independent. Each example is meant to teach only one topic, so they do not necessarily fit together as a whole. This is why a source file would not be useful.

Mediador said...

Yesterday I was looking at http://www.andromeda-project.org/ and today it's content changed drastically, it seems that the site was hacked !

Or have you changed it for some reason !

Thanks for your attention !

KenDowns said...

Mediator: thanks for the heads-up. The site was moved to a new server yesterday afternoon and the virtual host setting was fouled up. I went in and fixed it. Thanks again for letting me know.

Mediador said...

I've just installed Andromeda and all went well but now I have the login screen but the database is empty and there are no users on the database table users.

How it's supposed to start using Andromeda ?

Command line, inserting users through pgadmin3 ?

Also I've tryed send an email with this to andromeda@secdat.com but it's rejected, probably still a problem with the setup of your new hosting.

KenDowns said...

Mediador: I am glad you are trying out Andromeda, and I'd like to help. Community support is available on the sourceforge mailing lists at https://lists.sourceforge.net/lists/listinfo/andro-general

Generally I look at stuff there in the afternoon (US Eastern Time).