PHP to HTML Text Field Printing Problem

Since forever I’ve been looking for a way to easily print my blog content from php inside a html text input field or textarea. The results has always been awful or awkward at best....

December 31, 2016 · 1 min · 198 words

Let's Encrypt

Let’s encrypt is a free, automated, and open Certification Authority. That’s what’s said on the main page of their website. I’ve been looking into this thing for so long, but just now that I have learned that they provide a way to manually generate certificates for shared web hosting with no root shell access like the one I use....

December 26, 2016 · 1 min · 210 words

Back To The Old Blog!

After giving it some thought, I declare that from now on, I will be using the old blog again, since I actually want to be able to fully control every aspect of it....

June 17, 2016 · 1 min · 33 words

Google Account Unpar

This content is written in Bahasa Indonesia. Sudahkah teman-teman UNPAR tahu, tiap mahasiswa di UNPAR sekarang mendapatkan satu google account sesuai dengan email student.unpar.ac.id masing-masing? Google account ini dapat diakses di http://gmail....

September 4, 2013 · 2 min · 295 words

SQL Escape Characters

From the first time I deal with web programming, I have been searching for the best SQL input sanitation possible. I have tried to eliminate unwanted characters from the string, and then I try to use Separate Room SQL validation Method (SRS-VM) for absolute security with a little performance drawback....

August 14, 2012 · 1 min · 197 words

OOCMS is Online!

Finally, I have the time and the will to upload my OOCMS work to this host! This will ensure easy maintenance and development, while making sure that I wont have to transfer all of the content from one database to another every time I change a version....

August 14, 2012 · 1 min · 134 words

Separate Room SQL Validation Method

Up until now, web designers (or web programmers) are trying to make their httpGET or httpPOST input more secure by filtering it. This has a side-effect which limits the number of characters allowed for a password or username....

November 3, 2011 · 2 min · 337 words

OOCMS: The New Beginning

The OOCMS (Object Oriented Content Management System) has been out in the wild for several days now. You can view it here. It is now half finished, still need an Admin panel though....

October 14, 2011 · 1 min · 160 words

MVC Versus PAC

When I’m learning about the application of OOP in web programming, I come across something called MVC (Model-View-Controller). It’s an architecture for an application which allows the application to be easily configurable for different UI....

October 1, 2011 · 2 min · 335 words

Shifting to Object Oriented Programming

Just recently, I studied OOP (Object Oriented Programming) based on java, and am facing my first exam on this subject. It has been an exciting journey to shift from procedural programming to object oriented programming....

September 28, 2011 · 1 min · 209 words