If you are still using the old Google reCAPTCHA on your website written in PHP, update and use the latest version of the anti-bot and spam protection mechanism of Google. Using the new reCAPTCHA v2.0, your site will be protected against abusive spam bots without the trouble of typing a CAPTCHA but instead a simple […]
Recover Corrupted C# Form – Nulled .CS Issue
I’m developing a system the other night for a client and was working with a very critical part of the system. I’m using Microsoft Visual C# and while I was coding, my son suddenly turn off my computer. I thought there will be no issue after that but when I open the project again, I […]
C# Fixing Slow DataGridView and Stop Flickering DataGrid
I’m working on a certain project in C# and using DataGridView in the project but encounter flickering grid and slow refresh in the DataGridView as the data increases. I usually use SuspendLayout and ResumeLayout to deal with this issue but I’m not contented with the outcome. So I look for the solution for this issue […]
How to Install PHP7 Memcached in CentOS?
I’ve been using memcached since PHP 5.6 for my persistent object caching needs but when I upgraded to PHP 7, I stop using it since I wasn’t able to make the recent plugin to work with the said version of PHP. Compiling of the plugin from source always fails so I gave up the idea […]
WordPress Does Not Work After PHP 7 Update : Conflicts, Issues and Fixes
I have mentioned on my Facebook/Twitter post about the PHP 7 update and how I successfully compiled it after an error (see: Error Compiling PHP 7). After I restarted PHP-FPM, my site Bleuken.com does not load anymore and shows a 502 Bad Gateway error in the browser. What I did to fix this is I […]