emmamamula / Yugoslav-Folklore

Gender analysis of Yugoslav folk songs and poetry.
1 stars 0 forks source link

March 8 Meeting Notes #20

Open MLuckman opened 5 years ago

MLuckman commented 5 years ago

March 8 meeting

Updates on Progress

Emma

Mitchell

Daniel

Midterm Goals

Mitchell

Emma

Daniel

In General

ddaud02 commented 5 years ago

I'm trying to figure out how to proceed with "Server side include" format. It is a little confusing because the tutorial explained that I have to create a new HTML file with no XML declaration which I did. However, the format to describe the menu is completely different from the one I have on my other HTML files. Please see the first menu picture below to see what I mean. The second picture is how I wrote the code for the menu. The Third picture is what I have done so far to adapt OUR menu to the same format that appears in the tutorial.

Screen Shot 2019-03-14 at 7 27 23 PM Screen Shot 2019-03-14 at 7 20 56 PM Screen Shot 2019-03-14 at 7 25 42 PM
djbpitt commented 5 years ago

@ddaud02 The included menu can use whatever combination of HTML and CSS you want to get the formatting and functionality you need. The example in the tutorial is very simple, while yours is much richer and more attractive. They are equally acceptable to SSI architecture—but since yours depends heavily on CSS, you will need to add the relevant CSS to the stylesheet that’s associated with your page. You don’t have to change your menu HTML into the HTML in the tutorial; your original HTML will be fine as is. You can then save the HTML that corresponds to your menu as a separate HTML file without an XML declaration and include it into your pages with an SSI.

Don’t forget that SSIs work only on the server, that is, when you are loading your pages from your site on Obdurodon. When you load the pages locally from your file system, the SSIs will not be processed.