search for: photoblog

Displaying 4 results from an estimated 4 matches for "photoblog".

2006 Apr 17
1
database design Q
I am in the middle of setting up mysql database for my RoR application. and here is some questions in my mind hope you can help. 1. this is a photoblog story telling like system, where people can creat their own groups the database tables are: people, groups, articls, pictures People to Groups are many-to-many relationships People to Articles are one-to-many Group to Articles are one-to-many Articles to Pictures are one-to-many My question is: w...
2010 Nov 18
1
Help with lmer, nested data and repeated measures
...Best, Simon. -- -------------------------------------------------------------------------------- Dr. Simon Garnier Department of Ecology & Evolutionary Biology Princeton University Guyot Hall e-mail: sgarnier at princeton.edu / simon.garnier at gmail.com website: http://www.simongarnier.com photoblog: http://www.simongarnier.org --------------------------------------------------------------------------------
2006 Feb 23
7
How to set a relationship with a value from a selection list
I realize this is probably a very basic problem but I''m developing my first rails app and running into this problem. I''m trying to write a photoblog application. I have a photo table and an album table. Photo has a to-one relationship to Album. Photo.album_id => Album.id In my view for photo I have a selection list that''s populated with all the available albums. <%= select("post", "album_id", Album.find_al...
2005 Mar 09
15
SQL "editor"
Hello all, I am curious about what tools you guys use to make your databases. I know David uses CocoaMySQL. Are there other tools for other platforms and for other databases? I''m not very good with the SQL language, so I would like being able to do all my database setup with an easy-to-use tool (defining tables, fields, primary keys, foreign keys, indexes, etc.) Big kisses, Vincent.