Search This Blog

Saturday, October 2, 2010

Team Meeting-5

Since I am unable to attend the labs because of a time conflict with one of my classes. So, I have informed this to William and took his permission to skip the labs and compensate for them by working for the amount of time I missed the lab. So, I used to take frequent inputs from my friend Dharmil , so as to know what happened in the lab. In this way at least I have an idea of where the project is.

As usual the lab meeting was held in EPICS lab. I usually attend the team meeting on Fridays because I will be busy on other days. Apart from me John and Dharmil attended the meeting.

The following is the code for the sitemaster page


            <div id="menu-box">
                <ul id="web">
                    <li><a href="#">Extra</a></li>
                    <li><a href="#">Contact</a></li>
                    <li><a href="#">Single User</a></li>
                    <li><a href="#">Family</a></li>
                    <li><a href="#">Calender</a></li>
                    <li><a class="active" id="first" href="">Home</a></li></ul>
            </div>
        </div>
        <!-- Header end -->
        <hr class="noscreen" />
        <div id="skip-menu">
        </div>
        <div class="page">
            <div class="col-r">
                <div class="col-r-in">
                    <div class="bodyContent">
                        <asp:ContentPlaceHolder ID="body" runat="server">
                        </asp:ContentPlaceHolder>
                    </div>
                </div>
            </div>
            <div class="cleaner">
                &nbsp;</div>
        </div>
    <!-- Page end -->
    <div id="footer">
        <ul>
            <li><a href="">Home</a>|</li>
            <li><a href="#">Calender</a>|</li>
            <li><a href="#">Family</a>|</li>
            <li><a href="#">Single User</a>|</li>
            <li><a href="#">Contact</a>|</li>
            <li><a href="#">Extra</a>|</li>
            <li><a href="#" onclick="print();" title="Javascript needed for a Print">Print</a></li>
        </ul>



I have coded the sitemaster page layput as per discussed in the previous lab. We had some good ideas on the lay out of the website. Finally we chose one and then I coded for the chosen layout. After I was done with the coding part, we had a problem with the page.Suppose we want to put some information on the site, the information was getting overlapped with the footer and at time header as well. So we figured out we were missing a "content Place Holder". So we included the content place holder . We also made some necessary changes to the CSS file in the Styles folder. Later we tested it several time to make sure we have the information in the appropriate place.

John worked on the skeleton classes. He wrote the skeleton classed in the App_code folder so that other team members can work on the logic of that. It was a one hour meeting and we have made a decent progress in one hour time.

No comments:

Post a Comment