web design beginer

filipmkd

New Member
Hi,I am beginner with the web design.I want to ask you where can i find a place where i can test my skills and my talent.So before i start to learning of a web design,i want to check my creativity?thank you...
 

mediacontour

New Member
You can start testing your web design skills by first creating sample websites using Photoshop, Dreamweaver, or another editor. You can also use http://www.aviary.com as an online solution for creating website designs. Post your designs on forums like this one to get reviews and to see if you have the creativity necessary to become a professional web designer.
 

filipmkd

New Member
Can u explain me what is the meaning of these language :

HTML, XHTML and XML
CSS and XSs
JavaScript and VBScript
PHP and ASP
MySQL and PostgreSQL
Flash and Silverlight
 

pratishtha

New Member
testing your web design skills by first creating sample websites using Photoshop, Dreamweaver, or another editor.
 

mrandrei

New Member
Start by reading this site: virtuallyignorant.com. The entire site is specifically created to teach web design for beginners, including HTML tutorials, registering a domain name, and finding web hosting.
 

codeguardian

New Member
The best ways

the best way is to build sites on your computer and view them using any web browser. Just think of things to create and build them. You can use software like dream weaver or just use notepad.

HTML, XHTML and XML
CSS and XSs
JavaScript and VBScript
PHP and ASP
MySQL and PostgreSQL
Flash and Silverlight

These are all ways to repersent instructions or data.

- HTML is code used to display web pages. They are made up of tags
Like: <A></A> <FROM></FROM>
They all display diffrent things.

- XHTML is just rules to using HTML and they call it XHTML
- XML is just a way to repersent data. It uses HTML like tags to store data
-CSS is ways to contol the look and feel of HTML elements
- Javascript is code that can do things on the page. It goes between <SCRIPT></SCRIPT> Tags and has function, data, instructions and objects. Much like real computer languages.
-PHP is run on the server and can creat dynamic content.
-ASP like PHP is run on the server and can creat dynamic content.
-MySQL is a database a way to store and get data
- Flash is a plugin that can be run in a wab browser.

Best Wishes,
Jeff
Liquid Communication Tech
 

filipmkd

New Member
I started to learn HTML through web,and i have done the exemples,but i want to ask u,if i need to know exactly all details and formulas?What i need to do to know html good?
 

besteast

New Member
Creativity is hard to test, I think there is no tools can do this test. Creativity is a thing which you can not control
 

zach

Member
I started to learn HTML through web,and i have done the exemples,but i want to ask u,if i need to know exactly all details and formulas?What i need to do to know html good?

The best way to start learning any type of coding is get a good foundation of basic principles and functions, then you attempt to create something simple with the knowledge you have gain. As you build more web pages you will begin to test out different attributes and you will learn more as you go along.
 

filipmkd

New Member
<html>
<embed src="file.mp3..." width=145 height=55 autostart=true loop=true>
<noembed>
<bgsound src="file.mp3..." loop=infinite>
</noembed>
</html>

I tried to work this out but it doesnt work.I tried with dreamweaver but its the same.What should i do?tnks
 

filipmkd

New Member
I work this out but in my dreamweaver only,it doesnt work on my browser:S.I have quick time player too but it doesnt work again.Whats the problem ?
 

nimmysnv

New Member
Well,

For testing creativity it is important to test it by creating some new designs, with some unique concepts, as this will allow you to find out something better from what you created.


Thanks!!:)
 
benivolent

Hey u can try out this url for learning html and javascript codings.

w3schools.com and echoecho.com is a informative tutorials to learn for designers at initial stages.
 

sultan

New Member
creativity test is nothing possible but if you have some ideas design it to paper then in adobe then export it like html for web for testing.
 

tizziano80

New Member
Like others said the best start is to test yourself on your home pc using some of free hostings. Also, it is very important to read about web design, it is not enough to learn a couple of things and think that u know everithing. read, read, read!
 
Top