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

Whirlpool - The Galaxy Inspired Hash Function

I’ve been trying to make my own hashing function for this blog, with no luck at all. So, I try to find the latest hashing function which known to be super secure, and I encounter “whirlpool”....

August 19, 2011 · 2 min · 249 words

Timezone Management with JavaScript and PHP

In the old days, synchronizing php and javascript date and time functionality is a real pain. You need to detect the client timezone offset with javascript, and then convert it to a format which is php friendly, and transform it as a cookie, and so on....

April 13, 2011 · 2 min · 244 words