Fun Stuff > CLIKC

Help with web design coursework

(1/2) > >>

catflea:
ok,  I have to make a website for one of my course units,    whilst I would have no problem doing this normally I want to add a means of updating it all dynamically (the links, content etc) from one location or supposedly be able to do this should I upload it (It has to run off CD)


the requirements are here:
http://www.mtllive.com/fit/labs/WebAssignment03.pdf

whats the best type of code to use, considering it has to run off the CD (so no PHP enabled servers!) where I can get a tutorial for the code and which programs to use to write it (I'm planning on dreamweaver MX

Cheers Guys

Trinary:
So...you want to be able to dynamically update a page statically loaded off read-only media with no web server?

I kinda don't think that can happen.  Do I misunderstand?

catflea:
Lets rephrase this.

I want to create a site that I can put online and update dynamically (go onto an 'admin' area and do it from there)

I also need to hand this same website in on a CD.  The website must run on a  bog standard computer in IE 5.5   I do not need to update on the CD,  but write the content into the site stored on the HDD and then copy it over.

is that any clearer?

catflea:
oh, and I think frames tend to suck

Trinary:
So what you need to do then is set up and use a web server and PHP (or one of the zillion other backend scripting systems, all of which can do something like this somewhat easily, depending on how complicated you want to make it...I tend to recommend PHP because it's somewhat easier to get working and learn, as well as being free, cross-platform, etc) to make your admin/update and content display pages, then just dump the source of the resulting pages to make your CD.

Can you use third-party content management systems?  If so, redesigning something like MoveableType would be the easiest way to go, since it has all the code done for you.

Navigation

[0] Message Index

[#] Next page

Go to full version