I'm not sure how that slideshow fits in but it's very old. You'd be better off using a more modern, robust script like this
http://www.dynamicdrive.com/dynamici...nslideshow.htm
As for the layout, again we can't really comment or make suggestion on something we can't see. You would need to give us something to look at (HTML, CSS) to base our assessments on.
If you're asking how to approach the project build, here are some tips;
- use a div-based layout - preferably new HTML5 elements like, nav, header, aside, article, etc. - rather than frames or tables. If you don't know what HTML5 elements you can work with, hit Google.
- apps and websites are different things so make sure you know which one you want to create from the start. Assuming you mean a device-agnostic website, it's usually easier to build from a "mobile first" approach, so there's your next topic to research.
- building for a multitude of devices means that you should also have a solid understanding of "media queries", so look into those and how you can use them to manipulate layout.
- later you can tackle the JavaScript layer, but it might interest you to know that there are native media (<audio> and <video>) elements in HTML5 so you might not need it as much as you think. It depends what you want to do though.
In any case, we can't really advise you further until you give us *your code* so feel free to post back at various stages of your project with your code so far and we can make further suggestions.
Good luck with your project.
Bookmarks