Site Development Structure
Hello all,
Now I know in an ideal world creating a new website would involve a designer and a developer who work together to come up with a solution, but for (i'm guessing) most of us you have to do both jobs. My question is, what do you look at first? (other then the overall picture). For me I generally always start with a layout and design first before I fit the functionality around it, but often I find myself constantly changing my designs. When I do finally do the coding (normally in PHP) I can speed along quite quickly and the code is mostly re-usable (i.e. I can then redesign the site and dynamic bits will still work or I can use them in a new site). The hard part I often find is getting started on coding as I always want to get a clear picture of the site and design first even though I constantly change things. So where do you start? I'm beginning to think I may start coding first but just have a structure for class and id names, then I can change the design as much as I like. Ideally I think I should probably do the code without any classes and styles attached (I am beginning to lean more this way with OO) but this is not always possible with complex designs.
What's everyone elses thoughts?
btw when I say coding i mean the dynamic stuff in php etc. and not the css and html coding as I consider that part of the 'design' side.
TommyBs
Junior Poster in Training
61 posts since Mar 2008
Reputation Points: 11
Solved Threads: 11
Can Anyone help me out in creating aa new website. I can create using html but i need to learn how to use dynamic pages. Cna anyone let me know how can i get started??
You will need to decide what technology you wish to learn in order to get dynamic content PHP/ASP/JSP. I would recommend JPS but then you would need to know Java, but I expect you do not so this would long time shot. So you left either with ASP or PHP. I'm not realy "microsoft fanboy", I think many of they approaches are overkill so I would suggest to learn PHP. You can piick up basics at w3schools.com , there many other online resources also if you prefer hard copy there are many books to choose from
peter_budo
Code tags enforcer
15,436 posts since Dec 2004
Reputation Points: 2,806
Solved Threads: 902
I have sets of styles I use.
- A basic set that includes styles for centering text, images, and objects.
- A palette of colors for backgrounds.
- Styles for div columns.
- Table styles.
I start with the basic styles, and add others as I need them. I build the site top down, as one would build an outline in English class.
MidiMagic
Nearly a Senior Poster
3,319 posts since Jan 2007
Reputation Points: 730
Solved Threads: 182