| | |||||
| ||||||||
| Web Design Discussion Discussion of web design techniques, advice, browser issues, software, design firms. |
![]() | NamePros Design Contests | Forum Sponsorship |
| Join in on the FUN! You can start an affordable design contest and pick from entries talented members submit or you can enter a design contest for a chance to win CASH PRIZES! What are you waiting for? Get started in the fun TODAY! - Banners, Logos, Mascots, and MORE! (Please READ the design Contest section rules Prior to starting or entering a contest) | ||
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) |
| New Member Join Date: Feb 2003
Posts: 4
![]() | help for another newcomer please Hello I'm asking for any help at all with creating Templates from scratch. I know some basic HTML and find that cumbersome enough. I had a look at some sites with pointers to Designing Templates, but they seemed so advanced for me. Am I running too far ahead of myself? Does there exist a 'for Dummies' tutorial on the whole subject of Templates. Thank you for any help or pointers. |
| |
| | #2 (permalink) |
| NamePros Member Join Date: Jan 2003
Posts: 117
![]() | welcome. this isn't really the section for this, but i'll give you some tips anyways. 1) any trouble you have with html is more due to fear than it being hard. it's really a simple language. think of it as typing but instead of using the trusty tab button for each paragraph, you use <p> All you really need to know is how to post images and text and maybe a few other things, the rest can mostly be done with CSS and scripting. ????: NamePros.com http://www.namepros.com/web-design-discussion/14600-help-for-another-newcomer-please.html 2) learn in steps. don't overstep yourself. first start out with a tutorial on html, master it, then move on to css, master that, and maybe then move onto scripting, xml, and all that fun stuff. 3)there's some great tutorials at www.w3schools.com. i've learned alot of what i know there. they take it easy and have examples you can personally edit to see how the code works.. 4) when it comes down to it, the best supplement to tutorials and messing around yourself is to look at the source code of web pages, edit the source code and see what happens. remember that 90% of web pages use invalid and outdated code, though, so don't try to emulate the pages, merely learn from them. 5) learn visual basic and they will come. most scripting languages are similar. if you know one, you can learn the rest relatively easy. 6) be patient. that's the key to mastering the web. now, i, your digital swami, must rest. good luck in future endeavors. if you need any help with something in specific, post at the related sections of the forum. deadserious and darkdevil know most everything, so i don't even bother giving tips anymore heh |
| |
| | #3 (permalink) |
| NamePros Regular Join Date: Sep 2002 Location: Canada
Posts: 481
![]() | Well, its kind of hard to make templates if you don't know html... so like pistol said, you have to learn this stuff. It really isn't that hard at all. I learned html by making webpages in FrontPage, looking at the code and changing the code, then fixing the code because frontpage sucks. And thats all you need to know, but ofcorse, theres one big problem with that. You start picking up code that you shouldn't use. Like <body background="image.jpg"> sucks. You should use i believe... css for that... i dunno.. theres a way to do it... I would think its easiest to make templates in php. Controling the content with variables, and even running the site with an admin panel... this way you can sell whole sites in one zip. ????: NamePros.com http://www.namepros.com/showthread.php?t=14600 a great place to look for tutorials on html and php is www.webmonkey.com and specially for php real the php manual at php.net
__________________ Sometimes I lay awake at night and I ask "Where have I gone wrong?" Then a little voice says "This is going to take more than one night" |
| |
| | #5 (permalink) |
| Senior Member Join Date: Aug 2002
Posts: 1,255
![]() ![]() | Hello Veritas ![]() Welcome to Web Design Talk! I think pistol and darkdevil summed it up pretty good .......... HTML is a must know for ... well I would say anyone that wants to make thier own webpage or templates or scripts or anything else that has to do with a web page. |
| |
| | #6 (permalink) | ||||
| Senior Member Join Date: Aug 2002
Posts: 1,255
![]() ![]() |
I 'm lost when it comes to css beyond the basics. Keep them tips coming!. ![]() ????: NamePros.com http://www.namepros.com/showthread.php?t=14600 :beer: | ||||
| |
| | #7 (permalink) |
| NamePros Regular Join Date: Sep 2002 Location: Canada
Posts: 481
![]() | i cheat when it comes to CSS, i shared my secret to knowing all once before... i will never repeat those words again.
__________________ Sometimes I lay awake at night and I ask "Where have I gone wrong?" Then a little voice says "This is going to take more than one night" |
| |