Bootstrap Mobile

Bootstrap is a front-end framework use to make responsive mobile-first websites. For mobile-first approach, its grid function force designers to create websites for small screen devices like mobile phones. Our bootstrap responsive templates will provide you a better solution.   Below are the examples which will give you a basic idea about the structure of the …

Bootstrap Calendar

Hello, folks! We’re going to learn how we can add bootstrap calendar in our web page, that exhibits Year, Month, Dates, Events and additional features of previous and next month buttons. You can refer to our attractive bootstrap templates for a quick solution.   Let’s take a look at the files we’re going to use in this …

10+ Best Autoresponder Email Marketing Softwares 2022

Autoresponder is one of the most efficient features of an email marketing service. It saves a lot of time and manual efforts by automating the process of communicating with your customers. Autoresponder email marketing is used by many customers in their business for purposes like – Welcoming new subscribers to your list and appreciating their …

CodeIgniter Template : Adding Header, Footer and Dynamic Content

CodeIgniter MVC work on a separate layer, applying MVC pattern, it is recommended that header, footer, side menu bar should be separate. Benefits of using these architectures are. If your website contains multiple pages and all have a header, footer and menu bar and if you want to make some changes on header so you …

Login With Google CodeIgniter : OAuth API PHP Client

Google’s OAuth 2.0 APIs can be used for open authentication. By this we can access user’s data from server after authorizing user via Google account. In this tutorial, we are going to explain how you can implement Google open authentication to connect with your website using CodeIgniter. You can achieve this login mechanism using Google API php …

CodeIgniter – Getting Started With MVC

CodeIgniter is a simple web application development framework for PHP . By its modular approach we can use its inbuilt libraries and helpers. It has a three-tier architecture i.e. Model-View-Controller (MVC) which is easy to use by which the functional process logic, data access, data storage and user interface can be developed. You can also refer our previous tutorial For CodeIgniter installation and configuration. …

jQuery Dialog Box Form Example

jQuery has a collection of various user interface interactions, effects and animation in its library. Dialog Box is one of them to interact with user.
It consists of a button, some contents or message for user. It may be a draggable window which appears on screen when any event is triggered.