Become a Web Developer // Part 1 – Introduction
With the Advance Technology nowadays supporting studys increased too. Program development is an important one of them. There are few types in it yet the most important once are web develop sites and apps development. programs used from C to Python for various reasons. some of them are way more flexible like can use java for developing app and webpages. Nowadays website based applications increased significantly too with the help of JavaScript and JQuery. Like app develop there are multiple type of languages like CSS, PHP, SQL and so on to code websites and lots tools like Dreamweaver, Notepad++ and so on used to do so. Although it doesn’t matter what tool used its necessory to learn the code completely will give the result. even a single space or a letter or a colon prevent us from getting the result we require. creating code for 10 lines wont be a problem to find an error but 1000 line will definitly be an issue. so learn with care. Websites Created with HTML and CSS Called static websites. once added javascript it becomes dynamic websites.as the name says static websites shows as it is coded.while Dynamic Pages changes it content and how the look as the way the user interact like click a link, hover over certain part of the page and so on. HTML – Backbone of Webpage. all the rest codes Build from it. its like dividing our webpages into multiple parts(we calls it tags) and assign a value to itCSS – use the tags to change its part as the way we wishes by changing its properties. its safe to say without css there wont be a beautiful websitesJavaScript – Changes the pages and its content with the users usage.Jquery – a framework based on JavaScript. but work well mainly in animating.PHP – Works like a bridge between the user and the server.SQL – Manage the files in Server.
Become a Web Developer // Part 1 – Introduction Read More »