The 3D effect makes image gallery more attractive and provides a better user interface. There are many jQuery plugins are available for creating a 3D image gallery. But the 3rd party plugin increases the web page size which affects your website load time. ...

By: CodexWorld Jul 19, 2017
PHP

When we upload an image file in PHP, the uploaded image is stored in a directory of the server and the respective image name is stored in the database. At the time of display, the file is retrieved from the server and the image is rendered on the web page....

By: CodexWorld Aug 16, 2023

Generally, one database is used for a single web application. But sometimes we need to use two or more database in a single site. If your application built with CodeIgniter framework, it's very easy to use multiple databases. CodeIgniter provides an easy w...

By: CodexWorld Jul 12, 2017
PHP

Mail sending feature is the most used functionality in the web application. When we sending email from our website, an email template is used to make email content attractive and user-friendly. Dynamic Email Template makes it easy to manage templates for d...

By: CodexWorld Jul 10, 2017

The top navigation menu bar can be created easily with Bootstrap. Generally, the menu is aligned to the left or right side of the top navigation bar. Bootstrap provides an easy way to control the menu alignment. To align the text or menu links in Bootstrap...

By: CodexWorld Jul 6, 2017

SEO friendly URL structure is a common technique for search engine optimization. The SEO friendly URL holds the keywords which help to improve the search engine ranking. It always a good idea to make website's URL SEO friendly for getting more traffic from...

By: CodexWorld Jul 18, 2017

When sending email from the script, it always a good idea to send using SMTP server. Send email via SMTP server prevents many issues such as your email being marked as spam. Basically, the wp_mail() function is used to send email in WordPress. If you want ...

By: CodexWorld Jun 28, 2017
PHP

List YouTube videos on the web application helps the user to find relevant video content easily. The user can access YouTube videos directly from your website. If you want to list videos from your YouTube channel or create a YouTube video gallery, it can b...

By: CodexWorld Jun 2, 2021

The YouTube Data API provides the easiest way to access YouTube data, such as channels, playlists, and videos from the web application. To get started with YouTube Data API, you need to create API key and use it in the API request. This tutorial will provi...

By: CodexWorld Jun 26, 2017

The HTML tables are the most used element in the web application. Basically, the HTML table is used to present the data in row and columns on the web page. It most preferable to make tables responsive for better user experience. If your web application use...

By: CodexWorld Apr 16, 2021

Login with LinkedIn feature provides an easy and quick way to sign in to the web application without creating an account on that web application. The LinkedIn login can be easily integrated using PHP OAuth client on the website. If your web application bui...

By: CodexWorld Apr 30, 2019
keyboard_double_arrow_up