Hello, Im thinking of totally revamping my sites www.brianwisniewski.com : plain and simple site www.crisscrossmania.com : crossword www.playwordsearch.com : wordsearch Right now I use SHTML since it is so easy to update. With the crossword and wordsearch site what do you think would be best to revamp it in CSS? PHP? I was also looking into a content mangement system but I dont think i could fit the crossword and wordsearch puzzles in it nicely(or atleast i dont now how yet) Any ideas, suggestions would be wonderful.
I would second php, it is the most popular and there are a lot of programs already written in it, making integration into your web site much easier and faster.
While I wait for a few others since this is the begingng stages. I will explore the php angle. See what programs are out their and anything that might be able to integrate my crosswords and wordseach puzzles
Please don't talk on things you don't know. PHP is a server-side language, you can use it or ASP.net or ASP. I wouldn't recommend using ASP, use PHP or ASP.net, they both deliver the goods. Use xHTML as a markup language and CSS as a styling language, And if you need , use JS too. Good luck.