PHP Demo: Using Google reCAPTCHA v2.0 + Sample PHP Code

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 […]