✍️ Blog
Integrating Summernote in CodeIgniter: Easily Upload Images to Your Server
13 Sep 2024
Background Not long ago, I received a message from my dear friend Syofiyan, with whom I share many fond memories from our high school days. Syofiyan reached out to me with a pressing issue he’s facing while developing a Computer-Based Test system designed to assist teachers at his current school. […]
How To Add a Circle or a Small Dot Around The Date in The FullCalendar Plugins
19 May 2021
About a month ago, I got a small project about full calendar plugins. So at that time, my customer wanted the calendar to look tidy even though there were a lot of agenda piles on that date. Honestly, I’ve never tried this before so I’m not saying I can do it right away. […]
How To Show Values On Top Of Line Chart in Chart Js
12 Jan 2021
This afternoon, I just got a comment that made me write this post. By the way thanks to Basati Naveen for the inspiration today. As per the title of this post, I want to modify a little regarding the graphics that I made in the previous post. […]
PHP Upload File To Remote Server Using CURL
27 Sep 2020
In web-based system development, sometimes we need a feature to upload a file or document in addition to supporting the information processed on the system. This is inseparable from the file upload feature which is implemented into the system. […]
How to Make an Iframe With The Play Button
28 Apr 2020
Recently I got a simple project to create an iframe that contains a play button. So, when the user clicks the button, the elements in the iframe will run or reload. In my case, the element that is reloaded or executed is a game link. I got a similar code example from this link. […]
How To Implement Google Translate Into A CMS Website
25 Mar 2020
A few days ago, I got a project from my client. A project CMS Website which is has to feature multilanguage. Long story short when I developed this module. I’m having problems. Namely how to hide Google translate elements that are on top of the page. […]