Skip to main content

Posts

Web Application Development

    Two things require for a web app development. That is front-end and back-end development. Front-end development      The Front end of a web application is a process get and display information and interact with user. Its main focus is how to design well, so that the page looks good and which helps to interact with user.     The front-end uses markup language to display information. Markup Language      Markup language that display text and formatting it in some order so the user can read it easily. It does not do any logic or calculation here only displaying text. Markup language have tags like keywords which can be used for formatting and we can also use any-word to form a tag and give definition for formatting. Tag always start with less-than symbol and grater-than symbol. eg: <html>,<xml>, <table>,<user>, etc... The three mainly using markup language are HTML,XML and XHTML. When we develop a web application, we mainly uses HTML, CSS a
Recent posts

What is a Web Application?

A web application is a program designed to perform some task for the user by getting information from a remote computer/server and delivered over internet through a browser or other apps. A Web app can be accessed from different mediums. Browser Based A browser based application is a web site which has some logical functionality for the user that is done on browser and or server and display results.   These types of applications need not to install. The only thing need is browser, which will display the data or information by a web page with the help of HTML, CSS and JavaScript using internet. Data can be retrieved from the server or locally. Sometimes we confuse all website is a web application. This is wrong, all websites is not a web application. A website which has some logical functionality will consider as a web application. We cannot tell static pages of the web site as a web application. Client Based A web application can run without browser help. These type