Quote:
Originally Posted by VetTechJess would anyone be able to help me with that? I know nothing of how to write any HTML, and know nothing of making my own template. can anyone help on this as well?? |
W3Schools Online Web Tutorials is good place to learn web development. (best I've found for html and css, never used it for anything else)
useit.com: Jakob Nielsen on Usability and Web Design is good for learning to make good websites, lots of artices.
But you'll need a bit of experience with computers in general to program or make html, since you're going to have to work with the filesystem a lot.
phpdev from firepages - php , mysql , apache preconfigured for windows has an installer that will install PHP and Apache locally for php development. Has Perl, I think, GD, and GTK.
You should learn CSS to make templates.
For php software with templates, I think the templates are php files, so you'll need to learn to code a little in PHP to make those(which shouldn't be too hard if it's a template).