User Name Password Register
DaniWeb IT Discussion Community
All
What is DaniWeb IT Discussion Community?
You're currently browsing the HTML and CSS section within the Web Development category of DaniWeb, a massive community of 456,496 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,695 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our HTML and CSS advertiser: Lunarpages Web Hosting
Views: 1097 | Replies: 7
Reply
Join Date: Sep 2007
Posts: 36
Reputation: bill.jeffs is an unknown quantity at this point 
Rep Power: 2
Solved Threads: 0
bill.jeffs bill.jeffs is offline Offline
Light Poster

Question HTML/ CSS Tutorials

  #1  
Sep 21st, 2007
Hi I am failry enw to web deisgn and want to build an online portfolio, kinda like an online C.V for my self to show prospectiove employers. Im looking for some tutorials to help get me started in using CSS/ HTML if possible in Macromedia 8 Suite and wondered if anyone had any good sites/resources to suggest... thanks
AddThis Social Bookmark Button
Reply With Quote  
Join Date: Oct 2006
Location: India
Posts: 1,289
Reputation: vishesh is on a distinguished road 
Rep Power: 5
Solved Threads: 32
vishesh's Avatar
vishesh vishesh is offline Offline
Nearly a Posting Virtuoso

Re: HTML/ CSS Tutorials

  #2  
Sep 21st, 2007
Dont try to learn web design in a WYSIWYG editor like DW. It spoils you.

Get a nice text based editor which could just highlight and indent your code.

Learn the language than a software suite, I mean emphasize more on the language, writing code yourself. The reason behind is that once you get used to it, you would prefer writing code yourself which is more robust.

Also remember that WYSIWYG editors wont give you exatly the same result what you see while designing everytime.

There are a number of nice tutorials over the web, try googling them, you will get loads of the. Some of them are

www.w3schoold.com
www.tutorialized.com
www.pagetutor.com
Reply With Quote  
Join Date: Feb 2005
Location: Braintree, UK
Posts: 1,166
Reputation: hollystyles will become famous soon enough hollystyles will become famous soon enough 
Rep Power: 7
Solved Threads: 59
hollystyles's Avatar
hollystyles hollystyles is offline Offline
Veteran Poster

Re: HTML/ CSS Tutorials

  #3  
Sep 21st, 2007
Whoops you got a link wrong. Should be:

www.w3schools.com
==========================================
Yadda yadda yadda...
Web junky, fevered monkey
Reply With Quote  
Join Date: Feb 2005
Posts: 427
Reputation: autocrat is on a distinguished road 
Rep Power: 4
Solved Threads: 12
autocrat autocrat is offline Offline
Posting Pro in Training

Re: HTML/ CSS Tutorials

  #4  
Sep 22nd, 2007
Yeah for ... vishesh ..., glad to see others think starting with a "do it all" tool is a bad move.

HTMLDog
AListApart
Mezzoblue

All good sources.

Best thing to do is learn by building simple bits.
Learn the ie bugs off by heart - look for IE + Bug + hasLayout ... will solve half your problems!

Also, learn the basics, make sure you get those right every time... you'd be amazed the results from one stupid little error!

Refer to this thread...
http://www.daniweb.com/forums/thread88871.html

That covers some of the basics, and gives you a head start on the right path (or atleast, what I see as the right path!).

Do not fall for flashy, clever or exagerated stuff - stick to the basics.
With multiple basics you get clever results any way (It's like building blocks).


Find an approach to layouts that suits you (positioned, floated, inline etc.).
I myself break the site into chunks/sections... header, main, footer. Then I code within those blocks... not 1 purists view, nor 100% semanticly perfect, but fairly clean and saves a whole world of positioning issues.


Basics to figure and play with.
You can position a container relatively, then position child items within it absolutely.

Try to use EM's as a font measurement, and gfor heights (no 20px boxes!... try 2 em), as when you increase text size, things shift with the text, rather than breaking out.

And Validate.
Oh, and Validate again!
Everytime you alter something, Validate!
Get it ?



And make your own notes - you will understand thigns and phrase them to suit yourself... you may see an example, read the details and it will make no sense... when you do it though, you will grasp it... so write it for your benefit!

For graphics... learn to make them bigger than needed if backgrrounds for links etc. if not repeating... .. so if the box gets bigger, the image does leave gaps

Well, good luck.
Sometimes life holds wonderful suprises - shame I sleep through them all.
http://www.choose-easyweb.com - Not my design, nor my idea :)
Reply With Quote  
Join Date: Jan 2007
Posts: 2,604
Reputation: MidiMagic is on a distinguished road 
Rep Power: 7
Solved Threads: 119
MidiMagic's Avatar
MidiMagic MidiMagic is offline Offline
Posting Maven

Re: HTML/ CSS Tutorials

  #5  
Sep 22nd, 2007
Use Notepad.
Daylight-saving time uses more gasoline
Reply With Quote  
Join Date: Sep 2007
Posts: 36
Reputation: bill.jeffs is an unknown quantity at this point 
Rep Power: 2
Solved Threads: 0
bill.jeffs bill.jeffs is offline Offline
Light Poster

Re: HTML/ CSS Tutorials

  #6  
Sep 23rd, 2007
ok thanks for the advice guys I'll bare this all in mind when i start. I'll try and stear clear of dreamweaver i suppose you are right about it spoiling you and i guess its something i can learn once ive got the fundamentals.
Reply With Quote  
Join Date: Sep 2007
Posts: 21
Reputation: mag00 is an unknown quantity at this point 
Rep Power: 2
Solved Threads: 0
mag00 mag00 is offline Offline
Newbie Poster

Re: HTML/ CSS Tutorials

  #7  
Sep 23rd, 2007
You could use the coffee cup "free" version. You can preview easily.

A few years ago when I bought my first domain for my first website, I knew absolutely nothing. I bought dreamweaver 3 so I could build a website. That didn't make any sense. I bought a host of other website builing softwares all of which made no sense.

I found w3schools and built my first webpage finally. I have learned much html, and now venturing into the php and java for dynamic sites. Learning to read and be familiar with the html help when looking for specific codes.

Now after many years and some schooling I can open and set up a site with dreamweaver, and still have to hand code some of it.

Try http://csszengarden.com at the very least you will see how versitile css is.
Reply With Quote  
Join Date: Feb 2005
Posts: 427
Reputation: autocrat is on a distinguished road 
Rep Power: 4
Solved Threads: 12
autocrat autocrat is offline Offline
Posting Pro in Training

Re: HTML/ CSS Tutorials

  #8  
Sep 24th, 2007
The basic principal is that there is nothing wrong with using software... so long as you know what the software is doing - which means you needto know what the codes are, what they do etc... as trust me, most of those programs leave junk code in or do things in a few funy ways.

Unless you know what you should, you'll never see it!
Sometimes life holds wonderful suprises - shame I sleep through them all.
http://www.choose-easyweb.com - Not my design, nor my idea :)
Reply With Quote  
Reply

Only community members can participate in forum threads. You must register or log in to contribute.

DaniWeb HTML and CSS Marketplace
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 

Thread Tools Display Modes

Similar Threads
Other Threads in the HTML and CSS Forum

All times are GMT -4. The time now is 3:26 am.
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC