Tag: cms

  • Making AJAX Requests in WordPress

    Making AJAX Requests in WordPress

    This article will guide you on the basics of using AJAX request in WordPress. Before reading this article you should already know the following things: Basic Guidelines on how ajax works. Basics on Actions hooks Basics on Jquery Ajax can be used in multiple ways  but in WordPress it is a bit different and might…

  • Making Admin Panel using Codeigniter 3.0+

    Making Admin Panel using Codeigniter 3.0+

    This tutorial will teach on how to create the Back-end and Front-end by creating two Controllers. The frontend controller is the Controller that will control the actions and logic seen in the Public whereas, the backend will be mainly used by the site author, administrator etc . The idea of this is to reduce too…