johnwilso007 0 Posted February 16, 2007 anybody know of any good .doc or .pdf tutorials on how to start creating a website? hoping to create a website on which i can host my armed assault addons and missions and such. im hoping that some people who use these forums from various mods extra can help me. thanks in advance for any help. Share this post Link to post Share on other sites
wex-q 0 Posted February 16, 2007 Depends on what you're doing. If your thinking of having alot of stuff hosted, perhaps divided into categories, you should search for tutorials on dynamic pages connected to databases (probably most common: PHP and mySQL). If you are just doing a small page, you could give the design a bigger thought. Then just search for good CSS (Cascading Style Sheets) tutorials, wich gives you the opportunity to create a smart layout with DIVs and alot of other stuff. That's all I've got to say. Oh, one more thing: Google is your friend Share this post Link to post Share on other sites
Ranger Bob 0 Posted February 19, 2007 That's a bit advanced... I'd learn HTML first, if it is just for hosting your own files, you don't really need a database driven website. HTML: http://www.w3schools.com/html/default.asp CSS: http://www.w3schools.com/css/default.asp I hope that helps. Share this post Link to post Share on other sites
wex-q 0 Posted February 20, 2007 That's a bit advanced... I'd learn HTML first, if it is just for hosting your own files, you don't really need a database driven website. I was refering to such as aloooooooooot of files (OFP.info etc). It's a pain to do a new page for each addon Share this post Link to post Share on other sites
JdB 151 Posted February 20, 2007 He's looking to host his own addons, not those of the entire community I had alot of simple tutorials bookmarked, but apperantly the site they were on went offline Share this post Link to post Share on other sites
Rhodite 3 Posted February 20, 2007 I would recommend you give This Site a visit That covers the basics and in the same site you can look up more advanced material Share this post Link to post Share on other sites
abs 2 Posted February 21, 2007 When you're ready for something more advanced, I'd look into some content management systems (CMS)...the only one I've worked with is Joomla. It saves you from having to program from the ground up, but still requires some programming if you want to customize it. Abs Share this post Link to post Share on other sites
Chris Young 3 Posted February 24, 2007 A very good website to learn web programming is Newbies Paradise : http://www.newbiesparadise.com At the moment they only have an XHTML and CSS tutorial, but they are translating from French some very good tutorials about PHP and SQL databases (OpenGL and C programming are also coming, but it's not the same purpose). For those who speak French, the French version of the site is here : http://www.siteduzero.com , with all the tutorials. Chris. Share this post Link to post Share on other sites
wex-q 0 Posted February 25, 2007 A pleasant What-You-See-Is-What-You-Get program is Coffeecup. Check the Products & Downloads page. Perhaps not the best tool, but it comes at a pretty good price, and I've heard people being satisfied with it. wex Share this post Link to post Share on other sites
crassus 0 Posted February 28, 2007 anybody know of any good .doc or .pdf tutorials on how to start creating a website? I know you stated that you're looking for .doc or .pdf, but let me chime in with a couple other sources, should you decide to go that route: HTML Goodies In the menu at the left is the Primers section. Start with HTML. A more "traditional" option would be Head First HTML with CSS & XHTML This is an incredible book. I wish all technical books were written in this format. (Avoid like the plague: Foundation Web Design. So badly written...I wouldn't use it for toilet paper) Share this post Link to post Share on other sites