Hello again,
I would like some assistance in designing a Javascript based image gallery application. I would prefer Javascript over jQuery simply because it would give me more hands-on experience in how it works. That way I can figure out how to go about it next time around.
However, I don’t know which direction to go about first, and don’t have extensive knowledge of how to put together the HTML, CSS, and JavaScript to make something functional.
I do know that I will have to do the following:
[ul][li]Construct the HTML markup that structures the application. ( I can probably do this on my own )[/li]
[li]Style the HTML markup with CSS that Javascript will later hook into and manipulate for the application. ( Probably will need assistance on this )[/li]
[li]Code the scripts necessary to manipulate the HTML elements of the application via CSS and the DOM, BOM, etc. ( Have only dabbled in; will need assistance on )[/li][/ul]
To help myself get started, I’ve made two diagrams to guide myself and hopefully explain to you what I hope to achieve as the finished product.
General Layout:
The headers and footers can be ignored, since I’ve already made them…
Structural Layout: