After looking back on the project, I believe there are two main reasons why it did not get finished; one was with the project itself and one was with me.
the first reason is that the beverage campaign and midterm were assigned at the same time. This essentially pared down the four weeks originally budgeted for this project into two. Perhaps if the specs for the midterm were posted on the class blog at the beginning of the semester or the beverage project had been posted later, I believe it would have assisted with the completion of the project.
The other reason the project did not get finished was that, during midterm break, my priorities got switched. I worked on this project instead of working on another project and getting it out of the way. This lead to the other project mentioned consuming the grand majority of the time after spring brake, and the incompletion of the project. in the future i will be much more carful in my assessment of my priorities so this does not happen again.
If both of these had been addressed, the project scheduling and my priority assessment, that the chances of the project being completed would have been vary high.
Monday, March 24, 2014
Wednesday, January 29, 2014
Finally!!!!! I'm in my element!!!!! This is what i've ben waiting for ever since that Into to Web Design class back in JWCC.
If anyone needs code help, leave a comment below or email me at:
sjb8876@truman.edu
or, if all else fails:
crossing24@gmail.com
I can meet you in the OP1224 Comp. Lab just about any time you like.
A little help for everyone. here is how a html doc starts.
<html>
<head>
<meta> </meta>
<title> </title>
</head>
<body>
</body>
</html>
The html tag simply states the markup language that is being used (html vs. xhtml, etc, etc, etc.)
The head tag WILL NOT DISPLAY ON THE PAGE!!!! it simply holds the title, meta tags, and were you will link any external CSS you may have to your html page.
The body tag is were all your visible content goes. banner, nav system, etc, etc, etc.
I hope these things help. Rusty probably covered this stuff already, but i thought i would put it out there just in case he did not.
If anyone needs code help, leave a comment below or email me at:
sjb8876@truman.edu
or, if all else fails:
crossing24@gmail.com
I can meet you in the OP1224 Comp. Lab just about any time you like.
A little help for everyone. here is how a html doc starts.
<html>
<head>
<meta> </meta>
<title> </title>
</head>
<body>
</body>
</html>
The html tag simply states the markup language that is being used (html vs. xhtml, etc, etc, etc.)
The head tag WILL NOT DISPLAY ON THE PAGE!!!! it simply holds the title, meta tags, and were you will link any external CSS you may have to your html page.
The body tag is were all your visible content goes. banner, nav system, etc, etc, etc.
I hope these things help. Rusty probably covered this stuff already, but i thought i would put it out there just in case he did not.
Subscribe to:
Comments (Atom)