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

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

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

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

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 LinkedIn application needs to be created for working with LinkedIn API. The Client ID and Client Secret are required to authenticate with LinkedIn API. By creating a LinkedIn App, you can generate the API Key or Consumer Key or Client ID and API Secret...

By: CodexWorld Jun 16, 2017

The jQuery ajax is very useful when you want to post or get data from PHP script without page refresh. Generally, you return the string to Ajax call for updating a part of the web page. But sometimes requires getting the object or array data from PHP file ...

By: CodexWorld Jun 12, 2017
PHP

Many times we need store the data as a XML into the database or into the file for later use. For fulfil this need, we will need to convert the data to XML and save

By: CodexWorld Jun 2, 2017
keyboard_double_arrow_up