Bootstrap

Populating Table From JSON File using jQuery and Ajax Tutorial

Submitted by oretnom23 on

In this tutorial, we will tackle about how to Populate HTML Table from JSON File using jQuery and Ajax. This tutorial will teach to populate tables from JSON data using asynchronous HTTP (Ajax) requests. This technique can optimize your application page load by loading the data only when the page or document is ready. You can also refresh or reload the table row items without leaving the page.

Printing a Specific HTML Element using jQuery Tutorial

Submitted by oretnom23 on

In this tutorial, we will tackle about how to create a javascript function that Prints a Specific HTML Element using jQuery. This can help you to lessen your work as a programmer in writing and the lines of your codes. This technique can also prevent code duplication.

The Print function that we will be creating is the cloned data from the HTML. Our goal for this tutorial is to duplicate the HTML Element using jQuery along the elements that contains the codes for styling the element to preserve the design of the element.

Engineers Online Portal in PHP with Free Source Code

Submitted by janobe on
This Engineers’ online portal has the capability of exchanging messages with each other. It can upload a file and at the same time can also download a file. In this system, you will be able to know if an engineer is online or offline at that time and can receive notifications. It contains Entities such as the admin to manage the system, Engineers who can create an account and view their profile and office. To know more about the system check out the following features below.

Handling Dynamic Data Fields using Database Vertical Table Design in PHP Tutorial

Submitted by oretnom23 on

In this tutorial, we will tackle Handing Dynamic Data Fileds using Database Vertical Table Design. This idea is very useful for such web applications that handling multiple data. This will prevent multiple columns in your database table. Also, this will help you to store new data fields without making changes in your database table structure.

Local Offices Contact Directory Site using PHP and SQLite Free Source Code

Submitted by oretnom23 on
Introduction This is a PHP Project entitled Local Offices Contact Directories Site. This is a simple PHP and SQLite mini-project that serves as an online contact directory of offices for a state or city. The main goal of this web application is to provide information to the public about the local offices including their contact details. The application has only a minimum scope but enough to learn

Company's Recruitment Management System in PHP and SQLite Free Source Code

Submitted by oretnom23 on
Introduction This is a PHP Project entitled Company's Recruitment Management System. This project is a web-based application that is a sort of job portal website for a certain company. This system provides the company's possible employees an online platform to explore the careers/employment vacancies of the company. It has a pleasant user interface and user-friendly functionalities I developed

Resizing the Uploaded Image in PHP using GD extension Tutorial

Submitted by oretnom23 on

In this tutorial, you will learn how to resize the image file before saving it into a directory using PHP and GD Library. This process is really useful when you are developing a web application using PHP Language which has some features that include uploading Image files such as system users avatar, image/gallery thumbnails, and etc.

PHP GD extension/library offers Graphics Drawing toos to manage image data such as cropping, compressing, filtering, and etc.