An error occured while updating Dota 2

Have you encountered an error like “An error occured while updating Dota 2 (disk read error)“? I have not been playing Dota 2 for quite sometime and today, when I try to play Dota 2, I got this error message.

My Dota 2 was downloading the update files but the installation keep failing.

How to Fix disc read error in Dota 2

After some “Google-ing” and “youtube-ing”, the quick fix as follow: Continue reading “An error occured while updating Dota 2”

How to Fix Unsupported AC3 in KMPlayer

I just updated my KMPlayer to version 3.9.138. The bad news is i just got a new codec error. My KMPlayer cannot process Dolby AC3 audio. I’m using Windows 7 by the way.

For those who not familiar with KMPlayer, it is a lightweight audio and video player for Windows that supports a wide range of different file formats, including AVI, ASF, WMV, AVS, FLV, MKV, and many more.

So how did I solved unsupported Dolby AC3 audio? Continue reading “How to Fix Unsupported AC3 in KMPlayer”

Create Todo App with CodeIgniter 3 + AngularJs – Part 2

CodeIgniter Logo

Welcome to the second part of the tutorial on how to create simple Todo App with CodeIgniter 3 and AngularJS. In the first part of the tutorial, we focused on creating the API. In this tutorial, we will configure the AngularJS to interact with our API.

Please note that I’m using AngularJS version 1.3.15 in this tutorial. AngularJS is a framework which really helpful if you are developing single-page application which support AJAX out of the box.

You may download the full source code here.
Continue reading “Create Todo App with CodeIgniter 3 + AngularJs – Part 2”

Create Todo App with CodeIgniter 3 + AngularJs

CodeIgniter Logo

For this tutorial, I would like to demonstrate on how to create simple Todo App with CodeIgniter 3 and AngularJS. We also use CodeIgniter Rest Server library for restful API creation.

Although Laravel is the most popular PHP framework nowadays, creating web application using CodeIgniter is still relevant (for me). It is actively support and has very good documentation.

You may download the full source code here.

Below is step by step on how to create simple Todo App with CodeIgniter 3 and AngularJS. Click here to view the demo. Continue reading “Create Todo App with CodeIgniter 3 + AngularJs”

Create a simple blog using CodeIgniter 2 – Part 3

CodeIgniter Logo

For this CodeIgniter tutorial, I will demonstrate how to add category to our post in the blog and how to use Ion_Auth as our authentication library. This is a continuation from the past tutorials which are Part 1 and Part 2. However, I do recommend to you to download and look at the full source code of this tutorial because my explanation here maybe too short/simple. You may view the demo for final product here: CodeIgniter Blog

I would like to remind you guys to use the latest CodeIgniter version for better functionalities and security. You can look at the CodeIgniter user guide on how to update your CodeIgniter framework. You also can download the latest stable Ion_Auth library at github.

The steps for Part 3 as follows: Continue reading “Create a simple blog using CodeIgniter 2 – Part 3”