jchan555s / COMP-1950-Final-Project-Unity1

Final Project
0 stars 0 forks source link

Lecture Code / Monday #10

Open SeanJStudio opened 10 years ago

SeanJStudio commented 10 years ago

So there are a few things I still need to do for this page: 1) drop down menus (Not totally sure how to do this but I'm sure google can help) 2) add the search bar (easy dummy item) 3) add an alternate style for the overhead 4) add a printer style

Also I wanted to know if you would like to meet tomorrow or if a phone call etc would suffice?

jchan555s commented 10 years ago

we should meet tomorrow to tie up the lose ends. Hopefully you will have started the HTML coding for the lecture page, homepage. The resource one shouldn't be too hard. You just take some content from his existing page and apply the same style. The quiz one needs to apply your style too. I will take care of the meta site. Will you be doing any designs for the homepage, resource or you going straight to the coding? I'm going to take screen grabs of either your designs or the actual page for my metasite. Thanks.

For the drop down menu, you can use the jquery to hide the list. The more difficult one is the Quiz page which would have 2 levels of menus. (See the metasite sitemap for the design).

SeanJStudio commented 10 years ago

lecture page is basically done an has been uploaded to the repo, the homepage and resource page should be super easy since i have the foundation down. I havent seen the quiz page so im not sure how long itll take to style, should be okay.

What time do you want to meet tomorrow and for how long?

jchan555s commented 10 years ago

sorry, the quiz menu should be easy. I was thinking of having a quiz menu item per quiz. But if it opens the quiz page, the quiz page should have a side bar with a hyperlink to each quiz. Stylize the quiz page first and then update the nav. (sorry for the confusion).

If you can update the checklist and mark your parts done, then we won't need to meet tomorrow. The lecture page looks really nice. Can't wait to see the homepage.

SeanJStudio commented 10 years ago

Sounds good, thanks a lot Jason! I've updated some parts on the checklist

jchan555s commented 10 years ago

Just list all the menu items out and I will hide them using the javascript/jquery.

http://bcitcomp.ca/comp1950/downloads/jquery_exercise_solution.zip check out the solution under heading 2. Click the icon, the menu items disappear.

SeanJStudio commented 10 years ago

Do you think you could try adding the dropdown menus? javascript in general still confuses me. I can style it after.

jchan555s commented 10 years ago

Sure, I'll give it a try. I'll take whatever is currently in the repos and work with that.

jchan555s commented 10 years ago

Currently, I'm looking at this page which has a nice collection of dropdown menus.
http://designscrazed.net/css3-jquery-dropdown-menus/ I'll continue to work on it and tell you when I stop. I'll try to find one that works with our page. It is probably better you work on the other pages.

jchan555s commented 10 years ago

I got something going... I'll upload when ready.

jchan555s commented 10 years ago

Done. Based on: http://codepen.io/felixw/pen/rExvk Yes, please stylize it the way you want. It wasn't intentional for any of the existing styles/layout. My changes is in a separate folder: https://github.com/jchan555s/COMP-1950-Final-Project-Unity1/tree/master/code/jason-work/AddingDropdownMenus in which you can merge to yours. Let me know if you need help with the merge. It should be pretty self-contained.

jchan555s commented 10 years ago

Fixed the menus so that no 2 menus have been dropped down at the same time. Please fetch the latest.