ayu wrote:Hi all,
I'm a newbie in web design. I want to make a design from scratch not download template.
Maybe for sample for this :
http://carbonmade.com/
Anyone would give me an tutorial for that or have the tutorial?
Thank you
Ayu,

As others have said, web design is a very complex set of skills. You will not learn it from one, or even several, tutorials. But they can get you started.
To learn how to design web pages from scratch, you need to learn the fundamental skills. My advice is for you to take several HTML tutorials. Learn as much as you can about HTML. At first, don't worry about the fine details of color, fonts, "open space", etc. Just learn ALL the HTML element
tags and the structure of a web page. Then take several CSS tutorials. Learn everything you can about CSS. Create sample pages with lots of variations in CSS styling, until you can easily re-style a page just by changing the CSS styles. Then take several Javascript tutorials. Learn the document object model of a web page and how to write Javascript functions and use Javascript objects to interact with the user. Then take several AJAX tutorials. Learn how to request data asynchronously from a web server, and how to use that data to modify your web page. Then take several PHP tutorials. Learn what you can (and can't) do
on the web server before sending the web page to the browser. Then take several (
many!) MySQL and relational database tutorials. Learn how data is stored and retrieved.
When you have finished that, you will be ready to begin learning about user interaction, the aesthetics of visual design, fonts, colors, etc.
Don't expect to view a few tutorials, read a few books, or even take a few classes and suddenly become a web designer.