| |
|
Welcome to KnowledgeSutra - Dear Guest | |
What Should I Start Learning?
#2
Posted 27 July 2005 - 12:18 PM
succes!!
iM SORRY. Im a little too fast with reading lately
#3
Posted 27 July 2005 - 12:22 PM
Static_Fury, on Jul 27 2005, 10:57 PM, said:
First, start learning about web design. Then depending on your interest, i mean either you can start using different scripting languages like PHP/Perl.
If you really want learn the programming then try Java/jsp. Here you will have jsp as scripting language but you will have power of JAVA. With Java you can do many things. There are many free development tools like Eclipse, Netbeans as IDE's. Free servers like Tomcare and free database like MySQL..
Or try ASP/.NET.....
Also, there are thousands of tutorials on web, so start digging and learning
Le me know if u want more info...
#4
Posted 27 July 2005 - 02:32 PM
From HTML you can then try to learn JavaScript and Cascading Style Sheet (CSS) since these two will help you in manipulating the HTML codes to make your site look and act like what you have planned.
JavaScript is a client-side scripting language only, meaning the script gets interpreted by the visitor's browser only. Dealing with server-side scripting language is the next logical step since its very probable that you'll deal with online databases. The scripting language I can recommend is PHP. I'm also a novice in PHP but I find it to be very useful and not that difficult if one has HTML background.
With a server-side scripting language, a database management system is also important. I recommend using MySQL since it works hand in hand with PHP. MySQL uses the basic sql statements in querying data in the databases.
Hope this helps!
Hope this helps.
#5
Posted 27 July 2005 - 02:56 PM
patelg, on Jul 27 2005, 09:22 AM, said:
Well, if you're planning to get hosting here, then I don't recommend ASP because ASP runs on a Windows, and trap17 servers run on Linux.I would recommend PHP because there are so many application, scripts, and tutorials available for it. It's also pretty easy, too. Link: http://www.w3schools...php/default.asp
#6
Posted 27 July 2005 - 03:09 PM
The next step you may want to try is CSS (Cascading Style Sheets), as this can give your website more consistency from page to page - from background colours to the font styles and more.
After that, try diving into some Javascript and/or PHP if you want to make your pages dynamic.
#7
Posted 27 July 2005 - 03:21 PM
Static_Fury, on Jul 27 2005, 07:57 AM, said:
#9
Posted 27 July 2005 - 06:38 PM
Second, download a trial of Dreamweaver from macromedia.com. This will give you time to sample the software before you make a big move and buy it (it's rather expensive :/). Dreamweaver is probably the easiest editor I've seen, although I do prefer hand writing the code myself. It comes with practice
Third, make a basic webpage with text, maybe a background color, and a few links. Then, build off of it every day. Add pictures one day, tables another, etc. Keep good design habits and don't choose too many images, too many links, or outlandish colors. Until you get the hang of it, you want your page to be accessible so simple is probably the way to go.
Fourth, I'd recommend learning CSS to get great control over your site. Through this, you can eliminate the need for having "font" tags, certain attribute tags, and you get to use div layers which will probably eliminate your dependency on tables.
Fifth, if you wish, learn PHP for a more advanced look at your webdesign. It may be hard to learn but it's worth it in the long run if you want to create scripts and sites that people can truly interact with. I also recomment trying MySQL at this point so you can learn how to use databases. It's really a simple process when you get the hang of it. If you want to learn Javascript, don't go overboard with it. A site full of Java is no fun.
Sixth, always validate your site at w3.org. This way, you can make sure that your code is correct. You can validate your CSS and perhaps upgrade to using XHTML (not much different than HTML, but you'll need to change around a few of your tags).
-------
Images:
I recommend using Adobe Photoshop (trial downloads at adobe.com) or Macromedia Fireworks (trial downloads at macromedia.com) for creating your images. I've heard Jasc Paint Shop Pro is also good but I haven't personally tried it. Don't make your files too big so you can save space for what counts - the pages
-------
There are so many things you can do through your cPanel. You can install a great number of scripts to help you create your site, like forums, formmail (should be built-in), and the random gallery softwares. Just explore, learn and enjoy! Hope I helped
#10
Posted 27 July 2005 - 06:49 PM
#11
Posted 27 July 2005 - 07:06 PM
#12
Posted 27 July 2005 - 08:08 PM
If you want to get a program to make a website I would start off with Microsoft Front Page or Macromedia Dreamweaver, they are both fairly easy to use if you want to create a basic webpage/site.
Build on that website and then maby learn some javascript or PHP. Both are very common on the net.
For graphics I would use Macromedia Fireworks if you have Dreamweaver, and if you have Front page just any graphic program will work.
Just remember, start off really basic.
-- Hope this helps.
#13
Posted 27 July 2005 - 11:51 PM
biscuitrat, on Jul 27 2005, 01:38 PM, said:
Second, download a trial of Dreamweaver from macromedia.com. This will give you time to sample the software before you make a big move and buy it (it's rather expensive :/). Dreamweaver is probably the easiest editor I've seen, although I do prefer hand writing the code myself. It comes with practice
Third, make a basic webpage with text, maybe a background color, and a few links. Then, build off of it every day. Add pictures one day, tables another, etc. Keep good design habits and don't choose too many images, too many links, or outlandish colors. Until you get the hang of it, you want your page to be accessible so simple is probably the way to go.
Fourth, I'd recommend learning CSS to get great control over your site. Through this, you can eliminate the need for having "font" tags, certain attribute tags, and you get to use div layers which will probably eliminate your dependency on tables.
Fifth, if you wish, learn PHP for a more advanced look at your webdesign. It may be hard to learn but it's worth it in the long run if you want to create scripts and sites that people can truly interact with. I also recomment trying MySQL at this point so you can learn how to use databases. It's really a simple process when you get the hang of it. If you want to learn Javascript, don't go overboard with it. A site full of Java is no fun.
Sixth, always validate your site at w3.org. This way, you can make sure that your code is correct. You can validate your CSS and perhaps upgrade to using XHTML (not much different than HTML, but you'll need to change around a few of your tags).
-------
Images:
I recommend using Adobe Photoshop (trial downloads at adobe.com) or Macromedia Fireworks (trial downloads at macromedia.com) for creating your images. I've heard Jasc Paint Shop Pro is also good but I haven't personally tried it. Don't make your files too big so you can save space for what counts - the pages
-------
There are so many things you can do through your cPanel. You can install a great number of scripts to help you create your site, like forums, formmail (should be built-in), and the random gallery softwares. Just explore, learn and enjoy! Hope I helped
Thank you this really helped out alot. I am learning html, i am designing on and really kinda pushing my skills; few as they may be. I was using frams, and desinging one using tables. Pretty basic stuff, i know. Then i was planning on learning CSS, but i was lost after that. And i have photoshop7 does it make a big difference if it is pro or not? And thank you for leading me the next way. I did not know HTML was the base of the rest of the lang. And i did have a question about the validation thing. I seen it on alot of site saying they were validated. Thank you that was a huge question for me. I am current ly using TEW webcoding to do my work on; its free and i dont really understan ALOT of the things on it. But i will try and get the other programs that are better.
Thank you ALL
#14
Posted 28 July 2005 - 05:51 AM
Static_Fury, on Jul 27 2005, 05:51 PM, said:
Thank you ALL
You're very welcome. Feel free to post your first few sites in the HTML forum (I think that's a good place to post them, if you want post credits). We'd love to see them.
I started out with tables too. I thought that was as far as I'd get. I did experiment with frames, but if you don't do them the right way, they can get annoying. It's nice to know at any rate.
If you want a basic site, I wouldn't really go beyond the CSS. Not many people really want to mess with PHP and MySQL, which is understandable. I was messing around with a template for my forum and I felt so insecure messing with the PHP because I didn't really know what I was doing.
It doesn't really make a difference about which version of Photoshop you're using as long as you're satisfied with the results. Photoshop CS is pretty nice, but Photoshop 7 will do the job rather swankily.
Validation is just a way of checking your steps. It just helps it to be viewed by certain types of browsers. It's pretty important for more visited sites because otherwise, you could have a really horrible page on one end and a perfect page on the other. It's not at all something customers would like to see
Whatever you're using is probably fine. I haven't heard of it but I can go look it up. You don't have to have Dreamweaver or Frontpage. You can just do your thing with simple old Notepad but sometimes, being able to see your work as you're doing it really helps you out.
Anyways, good luck with your learning
#15
Posted 28 July 2005 - 09:46 AM
I would forget by the moment any other things, specially if you are a noob
My advice, donīt desperate... sometimes it requires a lot of patience to understand why things happen when you write codes (even HTML which is realtively easy). Good luck!
#16
Posted 28 July 2005 - 11:52 AM
- HTML, CSS : htmldog.com
- A little bit of everything: wc3schools.com
- PHP: php.net -> Manual
- mysql: mysql.com ->Tutorial chapter of the manual
- selfhtml.org -> In german. No english version. :-(
but Deutsch, Spanish, japanische, french versions.
#18
Posted 28 July 2005 - 05:08 PM
ArMs, on Jul 28 2005, 10:38 AM, said:
Erm...Maybe you've been stuck in design view instead of code view the whole time but there's really no way you can make a webpage without some form of code going into it. You'll probably want to learn at least some code before you go straight into making the site - at least that way, you can learn ways to make your website better. Dreamweaver's only there to help you make an easy site but it's actually pretty powerful with all the extensions it has. Same as for any hard subject in school: You can't always take the easy way out. But it is true that you can learn a lot from it.
#19
Posted 28 July 2005 - 07:13 PM
#21
Posted 29 July 2005 - 01:15 AM
Trap17 supports Perl too. You can put your Perl scripts in your cgi-bin directory and call them by putting something in your browser like:
http://yoursite.trap...rperlscript.cgi
Happy programming!
Goldinero
#22
Posted 04 August 2005 - 12:13 AM
#23
Posted 13 December 2005 - 05:22 AM
#25
Posted 02 January 2006 - 12:22 PM
try download trails or buy original software as paintshop pro, freehand, fireworks all work but start the the easiest HTML i am now running a web with HTML as im a begginer and hosting a holiday web with 2 problems... links open new windows i dont want, page is correct but not found!!
if you need help contact our 24/7 service at
support@websitehelp.50webs.com
Thank you
Reply to this topic

1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users















