Category: PHP

  • Twitter Plugin

    Twitter Plugin

    Ahoy hoy! I am currently developing a new plugin for WordPress which connects with Twitter using the Twitter REST API. Since, i did not find any helpful plugins that is highly customizable or free, i decided to make it myself. I will be releasing this plugin soon. The code will soon be available in Github…

  • Zoom Video Conferencing WordPress Plugin

    Zoom Video Conferencing WordPress Plugin

    Zoom Video Conferencing WordPress Plugin was Edited on: January 30th, 2017 Over the month zoom is being updated and this plugin has been updated as well. Please refer to this post for latest discussions and documentation. From version 2.0 this plugin has changed drastically. Today i launched a new version with better refined codebase of the…

  • Hooks: Actions and Filters in WordPress

    Hooks: Actions and Filters in WordPress

    Hooks in WordPress plays a vital role in the development cycle of any application in WordPress. Hooks allows the users to simply tie your custom code to the rest of the WordPress core base. In this article we will be looking onto what exactly are the Hooks in WordPress and some examples on using them.…

  • 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…

  • Creating a WordPress theme

    Creating a WordPress theme

    This article is related with the theme development in WordPress. This article is intended for beginners in WordPress. In this article we will look onto the basics of theme development in WordPress. Pre-requisites – Basic Idea in core PHP – Basic Idea of what WordPress Is – Knowledge on Basic HTML – WordPress Installed How…

  • 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…