Jump to content
xisto Community
TypoMage

Making A Site Please help me

Recommended Posts

Nowadays, server side scripting is more popular and more flexible than client side scripting... Therefore, normal html and javascript wouldnt be much found on webpages anymore(javascript is still use in some part of the website though)... Now usually people build their website using php or .NET platform... php is a more popular ones as they're usually free and together with mysql they works like wonder! So its better to learn php scripting after you have master html, it does really make your website looks nicer! <_<

Share this post


Link to post
Share on other sites

There are way to many ways to make a site <_< It is kinda confusing. I mean are all of them the same as html? Accept easier to use? Could someon explain it better.

Share this post


Link to post
Share on other sites

Not really... html is just the code to provide the interface of website between borwser, where html code only display images, tables, alignment, most of the time something you see... Others like java, php, my sql usually arent seen by the user when it works and process what they're suppose to do... usually, html works with css to produce the layout design, while php, javascript, mysql works like how the website runs, and they power it...

Share this post


Link to post
Share on other sites

Well thanks for all of that help but umm I did not understand most of it? Well I think I do ok so you mean like Html is the base for it and the other stuff fuels it like makes it a better and more interesting site? Yes I think that is what you mean. Right?

Share this post


Link to post
Share on other sites

Html cannot handle somthing like a forum becasue you need a database, with php it can access your databases (mysql) and then take that information and display it on the site. Eg this forum, each post is a database entry being shown to you in a php based environment. Html makes a static site which to have anything changed, eg having a new post, would require you to add it in the code, however with php you can have a form (the add reply form) which will enter your post into the database (,mysql) and will be shown on the forum.What i would reccomend is downloading some free web templates which are basicaly websites ready made which you can change to your liking and look at the code, you will get the hang of it through that, if you dont understand somthing check on w3schools

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.