I am making a big static website having 4 sub-websites having many categories. So whats the best method to make such type of websites and also its easy to modify it according to the needs?? It also have 2 blogs so can anyone suggest which cms or script to use for this type of website?? _______________________________________________________ Download Free Desktop Wallpapers From PICSNWALLPAPERS.COM
Well im affraid any static site is going to require more work to modify. Just code the HTML in such a way that its clear to you which part is which, comments and proper indents etc. Also using CSS properly will get rid of any style elements within the code to make it easier to determine whats what. As for the blogs I would recommend wordpress, lots of functionality and features!
Thanks AdamLC, You are right it require a lot of to modify. I completed my website more than 50% then i had to change something and it required lot of word so thats why i asked this ques here is there any easy way for this. Well wordpress is for making blogs i think content will be displayed as posts. ______________________________________________________________ Download Free Desktop Wallpapers From PICSNWALLPAPERS.COM
Well there is software which will find and replace all files in a folder, so you could use something like that to save time.
editpad pro will do it But why do you want a static site. With the amazing things you can do with a CMS there is no need. I'd even just use cakephp to serve up content from a database - anything but do it all as static. If it's the page extension you are worried about then there are ways around that ... not that it really matters.
I want a static website as i dont have much to update it regularly and secondly php website(dynamic) dont produce much income as static websites by adsense. how to change .php page extension to .html for better ads?? Thanks.
I can not praise enough program named "Search and Replace", by Funduc. With it, managing mega-sites is simple, you just have to be careful with coding - make it uniform so replacer can do its job. Using php tricks could be good solution also?