Need some beginner help…

Amaze, going through your forum here includes really overwhelmed my home. Seeing some in the websites people are usually making really produce me realize exactly how basic my internet sites are haha. Anyway can everyone give me many basic help as to where to begin learning to create better than basic websites We’ve said in the previous post i have been utilizing Dreamweaver and Photoshop but everything I realize is all self taught. Are there the proper job tutorials that may teach me the fundamentals to advanced of programs Or is this the way to go Help Please Help!!

With thanks
JohnnyFever

Below are a few links to begin ya off:

http: //www. w3schools. com/css/default. asp

http: //www. wpdfd. com/editorial/basics/

http: //www. webdesignfromscratch. com/css. cfm

All of these pertain to CSS, and I was assuming that acquiring designed websites for quite a while that you possess a basic knowledge involving HTML. There tend to be tutorials here at WDF, on each HTML and CSS, and all over the world wide web (Google is ones friend).

In case you still need help, then we are usually here!

At some point, you’ll want to obtain dynamic pages rather than static pages.
You might want to look into many PHP and/or PHP/MySQL course.

But learn your essentials… HTML, XHTML, CSS

Dreamweaver is definitely OK, but don’t be afraid to hammer out your own code
making use of Notepad. The WYSIWYG programs seem to add loads of unnecessary code,
making it difficult to troubleshoot troubles.

One good strategy to learn is to think about some nice, well-designed internet site and just message the code… change one or two things… see what of which does and play around using the whole thing.

Check out some CSS (and other) show off sites, a few web-site with some great tips and a few more using tutorials

Hope many of these help.. and even though you’re at that, you might wanna grab several good books (also see sig).

Thanks a lot all… i’m always looking for more advice! So basically css is definitely like working using layers right I went to one of the sites that Joe had a check out and it revealed what happened whenever you changed the signal. Thanks again all and hope to help hear from more of you.
JohnnyFever

Are you wanting to be an complete designer, a net developer or your purely design man or women (graphic designer)

You must start off by training what makes a fantastic site, i think this can be an excellent place to start.

From here i think you should focus on design. Start off with the basic appearance. Adding things like rollovers, perhaps a small amount of flash to enhance and not overwhelm your web site. This will give you a good cosmetic foundation, post what anyone make here and we can provide you with pointers on circumstances to improve.

Upon having mastered HTML/CSS after that you can choose what you wish to go into. If you possess head for coding then you should pick up javascript in addition to php. Personally i would recommend giving php your go first due to the fact then you have fun with with databases in addition to make cool powerful pages.

Either way once you know 1 you will be able to walk into the other as they may be pretty similar.

After that is practice, practice, practice

UPDATE

CSS permits you to manipulate the technique the page can be displayed. The best example of this is www. csszengarden. com/ Read more through. The source rule is identical women and men CSS is various. You can see with this what that can be done with some effectively structured HTML plus good CSS knowledge.

Don’t feel overwhelmed. Coding is much like writing: If you want to be a great writer, you get write, write then write some far more. When I first started out, I used http: //www. htmlgoodies. com plenty! Soon, you’ll view signal like Neo inside Matrix.

I must say that you will find there’s lot of great info here. I to here’s new and really just have my experience along with graphic design. This seems like a friendly flame free zone rather than other boards I’ve lurked. I look forward to participating wheneve I am able

Using CSS is nothing like layers in dreamweaver. Just what exactly dreamweaver calls levels are mutations of CSS with some Javascript thrown with. Think of CSS like this.. if there were a really thing as your tree and apple company tag in HTML that may be..

HTML:
< tree> This is my tree loaded with apples.
< apple> This is my first apple< /apple>
< apple company class=" rottenalapple" > This is my second apple< /apple>
< apple> This is my third apple< /apple>
< /tree>

Naturally your browser could have some preset foreclosures about what your apple will appear to be. It might ensure it is small and red-colored and enbed the apples as part of your tree. This is a default way just about all apples would react, but what in case you wanted to change that you may use CSS to be able to alter all or just some of the apples, and even your tree or everthing else you had as part of your document.

Code:
apple company
background: blue;
placement: absolute;
bottom: 0px;
national boundaries: red 2px dashed;

This would change tons about your apple mackintosh object. You will notice the fact that color of your current apples would will no longer be red although blue, and they might all be located on the ground insead of up inside tree since people altered its position when using the position and underside properties. you also defined a whole new property, national boundaries, that was not even part of the actual orgional object, in order that it will now have a very dashed border 2pixles large.

You could likewise allow your CSS to alter a specific part of your page by using the ‘class’ and ‘id’ attributes in the HTML. If you notice inside HTML above i gave on the list of apples a school of ‘rottenapple’. I will reap the benefits of that to change only that certain apple.

Code:
apple company. rottenapple
background: dark brown;
border: brown 0px solid;

You should see that the 2nd apple on the ground is already brown with simply no border, it still is within the ground because Used to do not alter it has the position from wherever I set it earlier for all aples. A full dialogue of selectors is far out of the scope of that post but i’d like to see to make people aware that there are others out presently there.

This entry was posted in Web Design and tagged , , , , , , , , , , , , . Bookmark the permalink.

Related Posts

Leave a Reply

Your email address will not be published. Required fields are marked *