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....
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....
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....
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....
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....
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....
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....
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....
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....
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....
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....