How To Disable KMPlayer 4 Update Notification on Start Up

KMPlayer is my current favorite media player on my PC. It offers great features and seems very lightweight to me. However, I noticed that in the latest version, it will check for update on start up and shows a notification message if there is any update available.

The message which I referring to as follows:

kmplayer

The update notification is good but for some reason, I was forced to download the full installer all over again and it is not very convenient. So I only update my KMPlayer once in a while.

So, how to disable KMPlayer 4 update notification on start up? I just simply edit the registry in my Windows 7. Do this on your own risk. Continue reading “How To Disable KMPlayer 4 Update Notification on Start Up”

How to Notify Users on Replies to Their WordPress Comments

wordpress logo

Today I will share on how to enable email notification function to wordpress comment’s authors when their comments has a new reply. To my knowledge, this feature is not available on wordpress natively.

So you need to install a third party plugin or write a custom code yourself to add the email notification feature. You may find many plugins available on the wordpress plugin directory such as Send email only on Reply to My Comment and Comment Reply Email Notification.

I only need this simple feature and I could not found any plugins previously. Hence I wrote a custom functions and decided to share with you guys. 🙂 Continue reading “How to Notify Users on Replies to Their WordPress Comments”

Cara Tetapkan Jam Demak Skyline 200

Dah hampir 3 bulan sejak aku pakai Demak Skyline 200 ni. Bagi yang tak tahu, motor Demak Skyline 200 ni didatangkan dengan skrin paparan meter digital. Selain daripada odometer, penunjuk aras minyak dan lain-lain, ada jugak jam digital.

Jadi macam mana nak tetapkan jam dalam skrin motor Demak Skyline 200 korang kalau jam tu salah? Butang dekat menu ada dua je, butang MODE dan butang SET.

Cara-caranya adalah mudah sahaja. Continue reading “Cara Tetapkan Jam Demak Skyline 200”

Create a room booking system with Laravel and FullCalendar – Part 2

laravel 8

For the second part on how to create a room booking system with Laravel and FullCalendar tutorial, we will be focusing on the front-end. You may refer to the part 1 on how to install and configure Laravel for this project.

I’m suggesting that you download the code first so that you can refer the details in the php files, line by line. Then we need to integrate Bootstrap, FullCalendar and Date Range Picker library into our project. You may view the demo here.

Step 1: Create a folder to store all CSS and JS.

I created an “_asset” folder and put the Bootstrap, FullCalendar and Date Range Picker. I also created a style.css for custom CSS styling for the website. You may also use the CDN version of the libraries instead of hosting the scripts in your server. Continue reading “Create a room booking system with Laravel and FullCalendar – Part 2”

Create a room booking system with Laravel and FullCalendar

laravel 8

Today I decided to publish a tutorial on how to create a simple room booking system using Laravel 5 and FullCalendar. As you may know, Laravel is one of the hottest PHP framework nowadays and FullCalendar is a JavaScript event calendar that is looks like Outlook (IMO).

It has been a while since my last tutorial. I hope you enjoy this tutorial as much as I wrote it. #lol This tutorial is suitable for the beginner as I tried to explain as much as possible in each step. You may look at the demo first or download the script at the end of the tutorial for free.

I’m assuming that you already have setup a local server on your PC either using WAMP, MAMP, LAMP or others which ever suits you. On my PC, I have installed WAMP 2.5 on Win7 64-bit.

The steps to create a simple room booking system with Laravel 5 and FullCalendar as follows: Continue reading “Create a room booking system with Laravel and FullCalendar”