
How to make lecturers management system using PHP CodeIgniter and AJAX is a video tutorial for beginners intermediate and advanced users to learn the basic and advanced concepts of PHP CodeIgniter. In this video of developing lecturers management system we have covered many functionalities which will give you complete grip and confidence to start developing your own applications. In this series we will covering interesting functionalities which are the needs of modern technology.
Developing the functionality of user registration using Codeigniter AJAX and jQuery is a video tutorial for beginners and intermediate users to learn about developing the a user authentication system, where users with multiple roles as admin and normal user can register themselves. In this video we will learn developing various functionalities such as user authentication, password hash technique, designing registration form using Bootstrap framework and many more.
In this lecture we will discuss about setting up our lecturer management system project to start the application. Here we will learn setting up configuration details like loading database, loading libraries and helpers.
How to set a navigation menu and its links using PHP CodeIgniter, AJAX & jQuery is a video tutorial for beginners and intermediate users to learn about developing the functionality of designing a navigation menu and displaying menu items in it. We also learn about creating drop down in header with different set of options for admin and normal user.
You need to put these links in head tag.
http://127.0.0.1/lecturers/assets/js/jquery-3.1.0.js
http://127.0.0.1/lecturers/assets/js/jquery-ui.js
http://127.0.0.1/lecturers/assets/js/bootstrap.js
http://127.0.0.1/lecturers/assets/css/bootstrap.css
http://127.0.0.1/lecturers/assets/css/jquery-ui.css
http://127.0.0.1/lecturers/assets/fontawesome/css/all.css
How to set a navigation menu and its links using PHP codeigniter, AJAX & jQuery is a video tutorial for beginners and intermediate users to learn about developing the functionality of designing a navigation menu and displaying menu items in it. We also learn about creating drop down in header with different set of options for admin and normal user.
Designing registration form using Bootstrap framework is a video tutorial for beginners and intermediate users to learn about the designing a registration form using Bootstrap framework for both admin and normal users.
Developing the functionality of user registration is a video tutorial for beginners to learn about the basics of CodeIgniter framework and in this video we will discuss about developing the functionality of allowing both admin and normal user to register into the system using Codeigniter AJAX and jQuery.
Designing login form using Bootstrap framework is a video tutorial for beginners to learn about the basics of CodeIgniter framework and in this video we will discuss about designing login form of allowing both admin and normal user to authenticate into the system using Codeigniter AJAX and jQuery.
Developing the functionality of user login is a video tutorial for beginners to learn about the basics of CodeIgniter framework and in this video we will discuss about developing the functionality of allowing both admin and normal user to authenticate into the system using Codeigniter AJAX and jQuery.
Developing the functionality of displaying appropriate links on header based on user type is a video tutorial for beginners to learn about the basics of CodeIgniter AJAX and jQuery. In this lecture we will discuss displaying different types of links when admin and normal user gets logged in.
In this lecture we will discuss about restricting unauthorized users to access both admin and users dashboard. This functionality will prohibit unauthorized users to access the data of admin and normal user.
This lecture is about designing profile card for both admin and normal user on the left of side of admin dashboard and user dashboard which contains information such as user profile image, username, department, designation and college address along with the count of followers and following.
This lecture is about designing a fully functional tan based menu system to choose different options. We have created four tabs to allow the user to enter the information. We will create tabs such as personal, professional, qualification and skill details to ask these information from the user.
This video deals about designing personal form using bootstrap framework for allowing the user to enter personal details into MySQL database.
Developing the functionality of adding user personal details is a video tutorial for beginners and intermediate users
to learn about developing the functionality of adding user record into MySQL database. In this video we will discuss about
inserting both text and image data into MySQL database using PHP code-igniter, Ajax and jquery. We will also learn about
uploading user profile image inside uploads folder and get the data back from MySQL table and display it to the user
using PHP code-igniter, Ajax and jquery.
This video will provide complete information on fetching personal details from MySQL database and display it on the each and every text box of personal details form. In this video we are going to read data from MySQL database the moment we save the record into MySQL database.
Developing the functionality of updating user professional data using PHP Code-igniter AJAX & jQuery is a video tutorial for beginners
and intermediate users to learn about the basics of code-igniter framework. In this video we will discuss everything about
editing or updating the professional details of any user by making an AJAX call to the server MySQL database with PHP
Code-igniter.
This video deals about designing qualification form using PHP code-igniter framework and bootstrap framework. This form is used for uploading qualification details on MySQL server.
How to upload the the qualification details of user using Code-igniter AJAX & jQuery is a video tutorial for beginners and
intermediate users to learn about developing the functionality of uploading users qualification details. In this video we will
learn about making an AJAX call to server for uploading user details.
This video will provide complete information on fetching qualification details from MySQL database and display it on the each and every text box of qualification details form. In this video we are going to read data from MySQL database the moment we save the record into MySQL database.
Developing the functionality of updating user qualification details using PHP Code-igniter & AJAX is a video tutorial for beginners
and intermediate users to learn about writing PHP code-igniter and AJAX code for data update. In this video we will discuss
everything about updating users qualification details using PHP code-igniter and AJAX.
This video deals about designing professional form using PHP code-igniter framework and bootstrap framework. This form is used for uploading professional details on MySQL server.
How to upload the the professional details of user using Code-igniter AJAX & jQuery is a video tutorial for beginners and
intermediate users to learn about developing the functionality of uploading users professional details. In this video we will
learn about making an AJAX call to server for uploading user details.
This video will provide complete information on fetching professional details from MySQL database and display it on the each and every text box of professional details form. In this video we are going to read data from MySQL database the moment we save the record into MySQL database.
Developing the functionality of updating user professional data using PHP Code-igniter AJAX & jQuery is a video tutorial for beginners
and intermediate users to learn about the basics of code-igniter framework. In this video we will discuss everything about
editing or updating the professional details of any user by making an AJAX call to the server MySQL database with PHP
Code-igniter.
Developing the functionality of designing user skill pop up dialog box using PHP Code-igniter AJAX& jQuery is a video tutorial for beginners and intermediate users to learn about the basics of code-igniter framework. In this video we will discuss everything about
developing the functionality of designing pop up modal dialog box to allow the users to select skill and percentage of skill expertise.
Displaying the list of users skills on users profile using PGP Code-igniter AJAX and jQuery is a video tutorial for beginners
and intermediate users to learn about the basics of code-igniter framework. In this video we will discuss everything about displaying
users skills list with percentage to give users a better idea about their skills.
Developing the functionality of adding user skills using PHP Code-igniter AJAX& jQuery is a video tutorial for beginners
and intermediate users to learn about the basics of code-igniter framework. In this video we will discuss everything about
developing the functionality of adding various skills into user profile using code-igniter Ajax and jquery.
Displaying the list of users skills on users profile using PHP Code-igniter AJAX and jQuery is a video tutorial for beginners
and intermediate users to learn about the basics of code-igniter framework. In this video we will discuss everything about displaying
users skills list with percentage to give users a better idea about their skills.
Developing the functionality of updating user skill using PHP Code-igniter AJAX and jQuery is a video tutorial for beginners
and intermediate users to learn about the basics of code-igniter framework. In this video we will discuss about making an
AJAX call to server for updating users skill record whenever focus comes out from editable section.
Developing the functionality of editing user skills using CodeIgniter and Ajax is a video tutorial for beginner to learn about the basics and intermediate concepts of CodeIgniter and AJAx. In this video we will discuss about updating user skills using pop up modal dialog box.
Developing the functionality of deleting user skill using PHP CodeIgniter AJAX & jQuery is a video tutorial for beginners
and intermediate users to learn about the basics of codeigniter framework. In this video we will discuss about deleting
user skill from their profile by making an AJAX call to the server and reloading the page once the record gets deleted
successfully.
This video deal with designing home view to display all registered users in the form of a card using PHP code-igniter and Bootstrap framework. Profile card provides information to users such as profile image, username, department, designation, college name and followers, following count.
Developing the functionality of displaying users profile on home page is a video tutorial for beginners and intermediate
users to learn about the basics of code-igniter framework. In this video we will discuss about fetching the details of all the users from
MySQL database and display it in the form of cards on home page using PHP Code-igniter, AJAX and jQuery.
Designing profile card and add post using Code-igniter AJAX and jQuery is a video tutorial for beginners to learn about creating an add post form using Bootstrap framework.
Developing the functionality of adding post using Code-igniter AJAX and jQuery is a video tutorial for beginners to learn about making
an Ajax post request for adding a post int MySQL database. In this video we will discuss about inserting a post with user id and post date inside MySQL table.
Developing the functionality of displaying all posts on dashboard using CodeIgniter Ajax and jQuery is a video tutorial for beginners to learn about making an ajax post request for adding a post int mysql database. in this video we will discuss about fetching all the posts from MySQL database and display on users dashboard in descending order using CodeIgniter, AJAX and jQuery.
Developing the functionality of searching users using Code-igniter AJAX and jQuery is a video tutorial for beginners and intermediate
users to learn about the basics of code-igniter framework. In this video we will discuss about developing the functionality of
searching various registered users using a search text box at the top on header. We develop this functionality by making an Ajax post
call to MySQL server using jQuery.
Developing the functionality of viewing users complete profile using PHP Code-igniter AJAX and jQuery is a video tutorial for beginners and intermediate users to learn about the basics of code-igniter framework. in this video we will discuss about developing the functionality of viewing professional, personal, qualification and skill details of a user using PHP Code-igniter AJAX and jQuery.
Developing the functionality of displaying all posts on dashboard using Code-igniter Ajax and jQuery is a video tutorial for beginners to learn about making an ajax post request for adding a post int MySQL database. in this video we will discuss about fetching all the posts from MySQL database and display on users dashboard in descending order using Code-igniter, AJAX and jQuery.
Developing the functionality of updating post using CodeIgniter AJAX and jQuery is a video tutorial for beginners to learn the basic concepts of codeigniter framework. In this video we will discuss about fetching the data from mysql table to update it. For updating the data we need to send an ajax post request first to get the data from mysql table and then we need to again make an ajax post request to update the data from the server.
Developing the functionality of updating post using Code-igniter AJAX and jQuery is a video tutorial for beginners
to learn the basic concepts of codeigniter framework. For updating the data we need to send an ajax post request first to get the data from mysql table and then we need to again make an ajax post request to update the data from the server.
Developing the functionality of delete post using Code-igniter AJAX & jQuery is a video tutorial for beginners to learn the basic
concepts of code-igniter framework. In this video we will discuss about how to make an Ajax post request to MySQL database using
PHP Code-igniter AJAX and jQuery.
Displaying profile image and username on header when user logged in using PHP Code-igniter is a video tutorial for beginners to learn
about the basic intermediate and advanced concepts of Code-igniter framework. In this video we will discuss about getting the logged users profile image and username from the session and display it on the header of our application. For developing this feature we need to first check whether user has already uploaded their profile details on the database or not. If yes then we will fetch those details from
the database when user logged in and store it inside session.
Developing the functionality of updating password using CodeIgniter AJAX & jQuery is a video tutorial for beginners to learn the basic concepts of CodeIgniter framework. In this video we will discuss about changing user password after logged in. To update user password we are making an ajax post request to MySQL server and responses will be shown to the user in the form of alert box.
Developing the functionality of updating password using Code-igniter AJAX & jQuery is a video tutorial for beginners to learn
the basic concepts of Code-igniter framework. In this video we will discuss about changing user password after logged in.
To update user password we are making an Ajax post request to MySQL server and responses will be shown to the user in the
form of alert box.
Developing the functionality of displaying all registered users on left side of Dashboard using Code-igniter AJAX and jQuery is a video tutorial for beginners to learn the basic concepts of code-igniter framework. In this video we will discuss about fetching details of registered users from MySQL database using CodeIgniter, AJAX and jQuery.
How to make follow and unfollow system using PHP CodeIgniter is a video tutorial for beginners to learn about the basic concepts of
PHP CodeIgniter framework. In this video we will discuss about developing the functionality of twitter like follow and unfollow system
using PHP CodeIgniter.
How to make follow and unfollow system using PHP CodeIgniter is a video tutorial for beginners to learn about the basic concepts of
PHP CodeIgniter framework. In this video we will discuss about developing the functionality of twitter like follow and unfollow system
using PHP CodeIgniter.
In this video we will discuss about developing the functionality of displaying following and followers count below user profile card using codeigniter and Bootstrap framework.
How to make lecturers management system using PHP Codeigniter and AJAX is a video tutorial for beginners intermediate and
advanced users to learn the basic and advanced concepts of php codeigniter. In this video of developing lecturers management
system we have covered many functionalities which will give you complete grip and confidence to start developing your own
applications.In this series we will covering interesting functionalities which are the needs of modern technology, we will
be covering the functionalities such as,
- This course will cover all basic and advanced concepts of PHP CodeIgniter AJAX and jQuery.
- Clear understanding of MVC framework.
- A thorough knowledge of using AJAX and jQuery with PHP CodeIgniter.
- Learning everything about performing basic operations on MySQL database such as CREATE, READ, UPDATE and DELETE.
- Making post and get request using AJAX and jQuery.
- Developing follow and unfollow system.
- Designing pending and approval post functionality for admin.
- Designing multi-user authentication system.
- Developing multiple dashboards for users and admin.
- Designing profile card of normal user and admin.
- Uploading personal, professional, qualification and skill details into MySQL server.
- Developing image uploading functionality and replacing the existing image with new profile image.
- Developing advanced search user feature with auto complete functionality using CodeIgniter AJAX and jQuery.
- Developing adding post, updating post, viewing post and deleting post functionality.
- Displaying user skills in an attractive manner using progress bar.
- Showing all registered lecturers in the form of cards on home page.
- Multi-authentication registration and login system.
- Developing the functionality of showing followers and following count on profile card.
- Blocking unapproved posts to show on the users dashboard.
- Developing password change feature for both normal user and admin.
- Viewing only their own posts in a separate tab.
- Designing multiple tab based system using jQuery.
- Handling multiple sessions for both admin and normal user.
- Developing admin dashboard of showing count of total, pending and approved posts on admin panel.
- Admin can view all the registered users in the form of a table in its dashboard.
- Displaying pending approved post count on navigation menu beside profile image.