Cloud Based Customer Satisfaction Survey Application INTRODUCTION As cited in the website of (www.umsl.edu), for the past three decades Decision Support System (DSS) have evolved from simple model-oriented systems to advanced multi-function entities. During the 1960’s, most Decision Support Systems…
HTML/CSS
Lesson and Tutorials on HTML
Elearning System for Filipino using PHP and MySQL
Elearning System for Filipino using PHP and MySQL Requirements of this phase include system functionalities to define what functions are to be included in the developed system to satisfy the needs of the teachers and students in teaching and…
Translator App for K-12 Mother Tongue Subject using JQuery Mobile and Phonegap Build
Translator App for K-12 Mother Tongue subject using JQuery Mobile and Phonegap Build INTRODUCTION In recent years, there is a rapid development of technology. One of the notable technologies which is gaining a fast pace popularity in the global consumer…
Android Based Translator App Jquery Mobile and Apache Cordova
Android Based Translator App Jquery Mobile and Apache Cordova INTRODUCTION In recent years, there is a rapid development of technology. One of the notable technologies which is gaining a fast pace popularity in the global consumer market is the mobile…
Creating a form in HTML
Hi there! This next lesson will be on HTML Form A HTML form or a web form is primarily used to collect data from the input of the user or visitor of your website, example of those data are (name,…
Creating a List in HTML
In this lesson, we’re going to learn how to create a list in html. There are three different types of lists in HTML, we have unordered list, ordered and description/definition lists. unordered list — a set or a list of related…
How to insert images in html
Hi everyone, this tutorial will be on HTML images. We will learn how to insert images on your webpage A website without an image is somewhat boring; it makes your website more appealing to your visitors and it adds beauty…
HTML Hyperlinks
This lesson will guide us on how to create hyperlinks in HTML Hyperlinks or also known as links is a text or image that can send or move you to a different webpage by clicking the hyperlink or link. You…
HTML Comments
This lesson is about HTML Comments, how to add comments to your webpage and the importance of comments to your site Comments in HTML First let’s define what is a comment? A comment is a piece or string of code…
HTML Attribute
HTML Attribute In this lesson, we’re going to learn about HTML attributes An attribute is the one that provides information about HTML elements. HTML attributes are always found in the opening tags. It starts after the keyword of your opening…