• Stars
    star
    1
  • Language
    HTML
  • Created about 5 years ago
  • Updated about 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

In this tutorial we will create a Simple Populate Table With XML Data using JavaScript. This code will automatically import the xml data in the table when user click the button. The code use onclick() function to initiate a certain method that import the xml data using $.parseXML by providing the xml string format as an argument in order to display it in the html table. Feel free to modify and apply it in your system, this is a user-friendly kind of program We will be using JavaScript as a server-side scripting language because It gives a greater control of your web page and extend its capability in a modern way approach. It is written in HTML or as an external sourcing to add some necessary features in your website.

More Repositories

1

Rental-Management-System-

This an absolutely fantastic rental management system for house owners.It is suitable for any kind of houses for rent.Landlords will no longer have a cumbersome time searching through voluminous book records trying to update their tenants details but instead are presented with an intuitive management dashboard that gives them an insight about their tenants and houses. with this system you can; List all the houses you have Add tenants Generate monthly invoices for your tenants Collect rent from your tenants View payment statistics and easily tell which tenants have paid,not paid and have balances
PHP
4
star
2

Login-Sign-up-and-Forget-Password-Form-in-HTML-Bootstrap

In this source code we are going to see how to create login , sign up and forget password modal form in HTML using Bootstrap. This modal window allows user to login , sign up and reset password. user can easily move one form to other. This source code can be particular useful if you want to create the login , sign up and forget password forms available to your users in you website. the source code consist of front end code version of the modal window.
HTML
3
star
3

PHP---Multiple-Form-Inputs

In this tutorial we will create a Multiple Form Inputs using PHP. This code will allow the user to insert multiples form data to the database server when user click the submit button. The code use MySQLi INSERT query to store a data entry to the MySQLi server, after submitted the php script will compress the input array by using implode in order to store the data to the database in one submission. This a user-friendly program feel free to modify and use it to your system. We will be using PHP as a scripting language that interepret in the webserver such as xamp, wamp, etc. It is widely use by modern website application to handle and protect user confidential information.
PHP
2
star
4

PHP---Simple-Pagination-With-MySQLi-Using-AngularJS

In this tutorial we will create a Simple Pagination With MySQLi Using AngularJS. This code will paginate the data in the database by applying AngularJS directives. The AngularJS will process a request to fetch the data in the database server in order to display it in the html table. This is a user-friendly program you can apply and modify this program to your system. We will be using AngularJS as a comprehensive JavaScript framework that extend the browser capabilities. It handles the heavy lifting of DOM manipulation and AJAX request in a whole
Hack
2
star
5

eliasngumbi998

gggg
1
star
6

Website-Template-HTML-CSS

This simple website project. This is for the beginners in HTML and CSS. Hope this will help you in your project or activity.
HTML
1
star
7

attendancemanagementsystem

Attendance Management System is a web based developed for daily employee attendance in company. If facilitates to access the attendance information of a particular employee in a particular work place.
JavaScript
1
star
8

JavaScript---Detecting-Your-Location

In this tutorial we will create a Detecting Your Location using JavaScript. This code will display the information where the user is located when the button is clicked. The code use onclick() to initiate a method that use ajax call back to fetch a plugin from the internet, then use it to identify the user location. This program is a user-friendly. Feel free to use it in your system. We will use JavaScript to allow you to implement complex things on web pages. It enables you to create dynamically updating content and add some interactive visual for the user transactions.
HTML
1
star
9

PHP---Import-CSV-File-Into-MySQLi-Database

In this tutorial we will create a Import CSV File Into MySQLi Database using PHP. This code will upload csv file as an array data to the database server when user click the upload button. The code use MySQLi INSERT query to store csv array object to the database server by using fgetcsv() in order to break down the array element. This is a user-friendly kind of program feel free to modify it. We will be using PHP as a scripting language and interpreter that is used primarily on any webserver including xamp, wamp, etc. It is being use to any famous websites and it has a modern technology that can easily be use by the next generation.
PHP
1
star
10

PHP---Basic-Money-Converter

In this tutorial we will create a Basic Money Converter using PHP. This code will convert the given value to a specific currency value. The code use a PHP POST to convert the given value base on the currency options by doing the arithmetic formulas. This is a user-friendly kind of program feel free to modify it. We will be using PHP as a scripting language and interpreter that is used primarily on any webserver including xamp, wamp, etc. It is being use to any famous websites and it has a modern technology that can easily be use by the next generation.
PHP
1
star
11

PHP---Simple-User-Login-Using-AngularJS

In this tutorial we will create a Simple User Login Using AngularJS. This code will submit the MySQLi POST data to enable the user to login. The code use angular directives to submit the form data and login the data if the user account is valid by sending POST request to the MySQLi server. This a user-friendly program feel free to modify and use it to your system. We will be using AngularJS as a framework which has additional custom HTML attributes embedded into it. It can interprets those attributes as directives to bind inputted parts of the page to a model that represent as a standard JavaScript variables.
PHP
1
star