[Ubuntu] Guide to Disable magnifier at login
guide on how to disable the magnifier in login screen in ubuntu.
guide on how to disable the magnifier in login screen in ubuntu.
This post is continuation of http://www.samundra.com.np/sms-banking-sourcecode-will-be-released-soon/314/ SMS Banking source-code has been released and now you can modify it or use it for your personal use. If you want to use it for commercial purpose bear it in mind that the codes are not so much optimized and no security task been made for sending and … Continue reading “SMS Banking source-code available in github” →
ImageJ is a public domain Java image processing program inspired by NIH Image for the Macintosh. It runs, either as an online applet or as a downloadable application, on any computer with a Java 1.1 or later virtual machine. Downloadable distributions are available for Windows, Mac OS, Mac OS X and Linux. It can display, … Continue reading “Image Preprocessing with ImageJ” →
Here is how I managed to get the custom checkbox using jQuery. See the screenshot below The simple idea is to put class where we want to display checkbox. Here I have used two classes .clear and .checked. The name are very obvious. .clear holds the unchecked state of checkbox. .checked holds the checked state … Continue reading “[How To] Custom Checkbox using jQuery” →