Posts

Showing posts from July, 2020

conclusion

CONCLUSION This module gave a fundamental understanding of the models that were introduced in the first course of this series,  Web Site Planning Models . You will see both models applied throughout this course, as a way of making the complex concepts of Web development concrete. In addition, it is hoped that WebTeam continues to put a human face on the Web development process.    THANK YOU 

Advantages

BENEFITS OF WEB DEVELOPMENT Faster mobile development at lower costs. Lower maintenance needs. Faster pages. Lower bounce rate. Higher conversion rate. Easier analytics reporting. Improved SEO.                          and much more.

PHP

Image
PHP PHP is a popular general-purpose scripting language that is especially suited to web development. It was originally created by Danish-Canadian programmer Rasmus Lerdorf in 1994; the PHP reference implementation is now produced by The PHP Group. PHP  stands for Hypertext pre-processor , that earlier stood for Personal Home Pages.  PHP  scripts can only be interpreted on a server that has  PHP  installed. HTML  is that  HTML  is a front-end language that runs on the browser, while  PHP  is back-end and runs on the server.  PHP  handles the way your website works.You create and style it using a combination of  HTML  and CSS, sometimes with the Bootstrap framework as well. A good benefit of using  PHP  is that it can interact with many different database languages including MySQL. We work with MySQL at Bluelinemedia since this is also a free language so it makes sense to use  PHP . To know more clic...

Bootstrap

Image
BOOTSTRAP Bootstrap is a free and open-source CSS framework directed at responsive, mobile-first front-end web development . It contains CSS- and JavaScript-based design templates for typography, forms, buttons, navigation, and other interface components. Bootstrap  is a framework to help you design websites faster and easier. It includes HTML and CSS based design templates for typography, forms, buttons, tables, navigation, modals, image carousels, etc. It also gives you support for JavaScript plugins. Bootstrap  supports far too many anti-patterns. An anti-pattern is a design idea that seem good, is reproduced often, but generally are bad ideas for a website.  To know more click below 

JavaScript

Image
JAVASCRIPT JavaScript, often abbreviated as JS , is a programming language that conforms to the ECMAScript specification. JavaScript is high-level , often just-in- time compiled , and multi-paradigm . It has curly-bracket syntax, dynamic typing, prototype-based object-orientation, and first-class functions. JavaScript  is a client scripting language which is used for creating web pages. It is a standalone language developed in Netscape. It is used when a web page is to be made dynamic and add special effects on pages like rollover, roll out and many types of graphics. The  JavaScript  language itself, as a format, is  free , and  use  of  JavaScript  in a web site is not necessarily bad. "The language's name is the result of a co-marketing deal between Netscape and Sun , in exchange for Netscape bundling Sun's Java runtime with their then-dominant browser." It was originally  called   Mocha , renamed to Live Script , and then renamed ...

CSS

Image
CSS Cascading Style Sheets is a style sheet language used for describing the presentation of a document written in a markup language like HTML. CSS is a cornerstone technology of the World Wide Web, alongside HTML and JavaScript.  CSS describes how HTML elements are to be displayed on screen , paper , or in other media.  CSS   saves a lot of work. It can control the layout of multiple web pages all at once. External style sheet are stored in  CSS  files. CSS  is the language for describing the presentation of Web pages, including colors , layout , and fonts . It allows one to adapt the presentation to different types of devices, such as large screens, small screens, or printers.  CSS  is independent of  HTML  and can be used with any XML-based markup language. To know more click below 

HTML

Image
HTML HTML stands for Hyper Text Markup Language , it is the standard markup language for documents designed to be displayed in a web browser. It can be assisted by technologies such as Cascading style sheets and scripting language such as JavaScript. It is used to create electronic documents called pages that displayed on the world wide web. Each page contains a series of connections to other pages called hyperlinks .  SOME BASIC HTML TAGS  <html>......</html> ___ Opening and closing elements. <head>......</head>____The document head. <title>......</title>_____The page title. <body>.......</body>____The page's content. <h1>......</h1>____The section heading. <p>.....</p>___ A paragraph. <a>....</a>___A link. <img> An image. and much more.   To know more click below     

Types of web developer

Image
TYPES OF WEB DEVELOPER Basically there are three different types of Web Developer and they are _____ Front - End web developer,  Back - End web developer and Full - Stack web developer .  FRONT - END WEB DEVELOPER  Front - End web development is the practice of converting data to a graphical interface , through the use of HTML , CSS and JavaScript , so that users can view and interact with that data.  BACK - END WEB DEVELOPER  Back - End web developer is a type of programmer who creates the logical and back-end and core computational logic of a website, software or information system . The developers create components and features that are directly accessed by a user through a front - end application or system. FULL - STACK WEB DEVELOPER  A Full - Stack web developer is a web developer or engineer who works with both the front-end as well as back-end of  a website or application meaning that they can tackle projects that involve databases , build...

Role of Web developers

Image
ROLE OF WEB DEVELOPERS  Web Developers are programmers who specialize in the development of applications relating to the World Wide Web or distributed network applications. These network applications typically an  protocols like HTTP from a web server to a client browser using associated programming languages like HTML, CSS, JavaScript, Bootstrap, PHP and much more.  In simple words web developers are programmers who use programming tools and write codes to "tell" a website what to do and how to function. They are like the directors and scriptwriters behind every movie. 

Introduction

Image
INTRODUCTION   Web development is the work involved in developing a website for the Internet or an intranet. Web development can range from developing a simple single static page of plain text to complex web-based internet applications, electronic businesses, and social network service.  It is the work that happens behind the scenes to make a website look great, work fast and perform well with a seamless user experience. Web developers or 'devs' , do this by using a variety of coding languages . For larger Organizations and Business, web development teams can consists of hundreds of people or web developers and follow standard methods like Agile Methodology  while developing websites. The Basic programming languages used for web development are like JavaScript, PHP, HTML, CSS , Python, Java, Ruby, Bootstrap, C++, C etc.  To know more click below