New Blog Engine: NGINX & Node.js

I’ve been relying on Apache and PHP for a very long time, and they have served me well. However, they do have disadvantages, and I feel that I need to keep up with new technologies in order to further my knowledge....

January 10, 2017 · 2 min · 331 words

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

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