An Introduction to Scope and necessity of software engineering

Scope and necessity of software engineering

Scope and necessity of software engineering

Software engineering is an engineering approach for software development. We can alternatively view it as a systematic collection of past experience. The experience is arranged in the form of methodologies and guidelines. A small program can be written without using software engineering principles. But if one wants to develop a large software product, then software engineering principles are indispensable to achieve a good quality software cost effectively. These definitions can be elaborated with the help of a building construction analogy. [Continue reading]

Create a color picker tool using html and javascript

html javascript color picker

Today we are going to learn how to create a hex color picker widget using HTML and javascript , using this widget you can also get hexadecimal code of choosen color.This is really a very useful tool For designing a web templete we often need color … [Continue reading]

HTML5 and javascript code for Form validation

Now a days HTMl5 and javascript is primary choice for web designer to design their website, you can't make good looking and responsive website without using HTML5, javascript and jquery Here i am going to show you how we can validate a form field … [Continue reading]

What Are the Special Characters in php You Need to Escape in Single-Quoted Strings?

php interview

There are two special characters you need to escape in a single-quote string: the single quote (') and the back slash (\). PHP script example of single-quoted strings: <?php echo 'Hello world!'; echo 'It\'s Friday!'; echo '\\ represents … [Continue reading]

Create a basic website templete using HTML and CSS from scratch

basic site templete

Today we will Create a basic website templete from scratch. This tutorial is divided into two parts HTML part and CSS part ---------Basic templete |________index.html |________style.css HTML part: Save the HTML code with index.html in Basic … [Continue reading]

You might also likeclose