Do you still remember when you used a disk last time? Or do you even know what a floppy disk or zip disk is? I don’t recall when was the last time I used a floppy disk, though I have a box of floppy disks lying there. But I remember it was in 2002 when I used a zip disk to transfer some “large” amount of files. So what is the next in line to […]
Monthly Archives: March 2014
Are you experiencing high memory usage issue in Windows 8? Does you windows 8 use 90% of your memory and eventually crashes with the blue screen of death? This post will give your solution to fix it easily.
In my previous post regarding the high memory usage issue with my new HP Envy laptop, which runs on Windows 8.1 Pro with 8GB RAM, I disabled Ndu.sys which, according to some people’s experience, was said to be the culprit. However, Ndu.sys does not seem to be the root cause of my issue because the high memory usage issue came back again yesterday, and eventually my computer crashed with a blue screen shown below. […]
This tricks will teach you how to calculate in mind the square product of a two-digit number ending with 5, such as 15^2, 25^2, 35^2, etc.
Do you know how to multiply a number by 11 without using a piece of paper and a pen? This math trick will teach you a simple, easy, and fast way to do the multiplication.
This post will show you how to fix high memory usage issue in Windows 8.
When accepting credit card payment in your web application, the best practice is to validate customer’s credit card number before sending it to the payment gateway. This post will show you how to use ASP.NET CustomValidator to check if a credit card number is well-formatted or randomly generated by using Luhn algorithm.