13th
What should the home page be. Well, if it’s being seen by a new user, it should be an introduction and explanation of what the site is all about. But if the user is logged in, the home page would likely be a great place to show the latest recommendations for each category type.
I also need to include a ‘not interested’ button that will let the web site know that the user isn’t interested in that particular item. Ideally, a window will popup asking the user if they are not interested in that particular item only, or if they are not interested in anything created by the creator of that item.
I should keep this in mind when my web app goes live!!!
So, if this is the case, apparently the php page to connect to mysql will be kept seperate from the pages that the public has access to. If this is true, it remains to be seen how we are gonna connect to the mysql db within pages that the public has access to. I have a feeling this question will be answered as I delve further into the issue.
When you work with floats, the source order (the order in which you add HTML to a file) is important. The HTML for the floated element must appear before the HTML for the element that wraps around it.
Leo recommends for learning ruby on rails:
(1) programming ruby & (2) agile web development with rails
He recommends this in combination with each other, but he says to learn ruby before you learn rails.