Tag: javascript
-
Main reason behind moduleNotFoundError on Vercel but working on Local
Recently, i have been tapping into nextJS by Vercel and damn i love how this works flawlessly. Saying that, it does still come with issues that makes you scratch your head. To be honest, i am from a PHP workflow and working with PHP debugging issue is not so hard because the debug messages are…
-
WP Inactive Logout
BUY PRO Version and unlock more features WP Inactive Logout makes your WP account secure from snoopers, friends to protect your data by assuring auto log out system within a certain defined time. This will help you keep safe from any users using same machine to access your account in case you are away and…
-
Using Gulp in WordPress
Gulp for WordPress themes and Plugins can boost your development speed. One word AUTOMATION in basic terminology that defines gulp. Web developers often find themselves doing repetition in small and tedious work on daily basis which can be simplified by implementing gulp and automation. Without gulp assumption -> repetitive tasks = time consuming = loss in productivity. With…
-
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…
-
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…
-
Gulp and Grunt. Ah! The Two Task Runners
Gulp.js is a new Node based automated task runner that has been causing lots of buzz. Although automation and task runners are not a new idea, they have become very popular in the front-end community after the introduction of Grunt.js. Grunt was built by Ben Alman to help simplify the process of automating repetitive tasks.…