May 6, 2017, 3 min read
If you need to add beautifull carousel with easy to configure, I think you want Slick. Slick is very useful plugin that use for adding carousel to our website. If you don’t know what is carousel, it’s image, animations, video or html markup slider located in website headers. It’s not also at headers, we can add sliders anywhere we […]
May 5, 2017, 4 min read
If we would like print some report on CodeIgniter, we can use view like tabels, and then print or export the report using pdf, word, or excel document. Looking for table in the report page is fine, but if you use chart to present your data, it’s look better and come alive. Many charts plugin are available to download. Highcharts, is […]
May 4, 2017, 2 min read
Hii there, now I walk out from programming case, and just share about how I use English for this blog, although my english is very ugly,and not so good, or you can say it’s bad. I don’t care guys. I use blog to improve my ability, to build up my skills, and English is one of them. […]
May 3, 2017, 2 min read
Assalamu’alaikum warahmatullah wabarakatuh.. How many peoples are working as programmers, they have different way to learn something to improve and build up their skills. I’ve cluster it to “Two Types of How Programmers Learn Something“. Whats is it? Here is, I’ll describe and I’m sorry if you’ll not find this theory from another resources, its just in my […]
May 2, 2017, 2 min read
Assalamu’alaikum warahmatullah… Today I’ll share about something simplicity but sometimes it’s make newbies slowdown the project. If we work with multiple website where its have some corelation, sometimes we need to parse news feed from another site. We have RSS and Atom. RSS read an xml document and today I’ll not show you how to build […]
April 15, 2017, 1 min read
To be a profesional programmer we must learn and learn without standing outside from project. We also need to know newest technology that we need to build some good project. As we know, we can’t stay away from other IT geeks because will make we like a blind programmer. We can join at online or offline […]
March 7, 2017, 2 min read
Sometimes we need to insert multiple checkbox value to our database. We also need to combine our input values with our ID to get some table relations. For example, we will auto cluster students to class A and B. So, we need to have an input form there show students username, and optional value for class A […]
January 17, 2017, 2 min read
If you start to learn programming and you will set up apps with login systems, you need username and password to log into your system. Username and password, is very extremly need protection more than any data in your database. So, we need hashing algorythm to save your password safely. First, you must know HASH is […]
January 16, 2017, 1 min read
Are you confused with this problem? You think notthing error code, but when you submit the image form upload it did not work, and you get 500 internal server error or the server not responding. So, how to fix upload file problem in CodeIgniter uploading class? I have same problem when use CodeIgniter 3.1.2, I think it […]
January 15, 2017, 2 min read
This page is backup to my old logs tutorial about ” Tutorial Membuat Website dengan CodeIgniter dan Bootstrap Lengkap“. This is video screencast tutorial series, and after chapter 5, I have lost my data and this series discontinued. But don’t worry, I always share anything I know. Before begin, I assumed you know a little […]