The MVC pattern separates an application in 3 modules: Model, View, and Controller. CodeIgniter is one of the most popular PHP frameworks and it follows the MVC pattern. Web Developer can be able to build full-featured web applications with CodeIgniter. Th...

By: CodexWorld Oct 16, 2017

CRUD operations are the most required functionality for every CodeIgniter application. CRUD operations are commonly used to manipulate data in the database. It helps to implement Add, Edit, Update and Delete functionality in CodeIgniter framework. This tut...

By: CodexWorld Oct 13, 2017

LinkedIn provides various API to enhance the sign-in experience on the web application. LinkedIn Login is the easiest way to integrate login system on your website. Sign in with LinkedIn feature allow users to log in with their LinkedIn account without cre...

By: CodexWorld Sep 25, 2017

If your web application uses Twitter Bootstrap framework, modal popup integration is very easy. Bootstrap helps you to add a popup to button or link without using additional JavaScript code. Also, using Bootstrap, you can build a well-designed HTML form in...

By: CodexWorld Sep 13, 2017

Location search box helps to find the exact location that the user wants to provide. Generally, HTML input box is used to get the address from the user, where the user needs to enter their address manually. But if you want to make location input box more u...

By: CodexWorld Aug 29, 2017

Google Maps API provides an easy way to display maps on the website. You can point the location using a marker on Google Map and be show the details info on info window. The map functionality can be extended in a various way and you can implement the Googl...

By: CodexWorld Aug 29, 2017

AngularJS is a great JavaScript framework with some captivating features for not only developers but designers as well! AngularJS structural framework helps develop dynamic web applications. Google and their group of experts officially maintain it to make ...

By: Sirisha Paladhi Aug 23, 2017

If you are looking for a jQuery plugin to add date-time picker to input field, this article will help you lot for that. DateTimePicker jQuery plugin is very simple and easy to implement. Also, this plugin provides various options to customize your Date-Tim...

By: CodexWorld Aug 23, 2017

Are you concerned about the security of your WordPress site? and want to secure the WP Administrative panel? Restrict admin access by IP Address is an effective way to secure your WordPress admin panel. Using HTACCESS you can allow or block IP to access WP...

By: CodexWorld Jul 27, 2017

If you try to change your WordPress username, you will see the notification like this - Usernames cannot be changed. But many times we need to change the WordPress admin username for security purposes. You will find many plugins to change the username in W...

By: CodexWorld Jul 20, 2017
keyboard_double_arrow_up