Tips for create your first android application
Before you start this creating your first android app, please ready with below details… Download the Android SDK. Install the ADT plugin for Eclipse (if you’ll use the Eclipse IDE). Download the latest SDK tools and platforms using the SDK Manager. Click…
The 10 Top Text Editors for OS X
Espresso Espresso turbo-charges your workflow with the perfect blend of features. Speed through day-to-day edits with extensive language support, contextual completions, powerful smart snippets, and Zen actions. Use the Navigator and code folding to…
Tips for beginner programming mistakes
Fear and lack of self-confidence The number one mistake you can make as a beginner programmer is to think you’re not good enough, not smart enough: that you have the wrong type of brain, and you’ll just never get it. I believe that anyone can learn to…
Tips to secure your smartphone
Secure with Password One of the most basic security tips, Having no access protection at all is just foolish. Swipe patterns are ok, but greasy finger-trails could reveal too much.A four-digit PIN is an improvement but using a strong passcode is the…
Tips to know your HTTP ERROR-CODES
There are two sorts of errors. Application errors and HTTP errors. The HTTP errors are just to know that things went fine and should not be used for anything else.Basically A-5xx stand for Server Error and B-2xx stands for Success. 1- HTTP Status…
Tips to keep your Computer Safe
Monitor your system’s unused disk space regularly. If you see a large unexplained drop in available space, investigate the cause promptly. Be Careful With Passwords. Use Strong password (don’t use your name,DOB etc) and protect passwords from…
Tips to keep your PC cool
Check air flow The easiest thing you can do to help keep your PC cool is to give it a little breathing room by removing any obstacles to air flow. Make sure there’s nothing sitting right against any side of the computer, especially the back. Most…
Tips to prevent data loss
Take Backup If you have never backed up your data, stop everything and do it now! External hard disks and NAS drives are cheap and easy to use.Try to automate your backup process or make it as easy as possible. There are several free Windows applications…
Tips for IIS performance tuning
IIS performance tuning Custom Error Pages Although this is quite simple to do, few people seem to take advantage of error page customization. Just select the “Custom Errors” tab in MMC and map each error, such as 404, to the appropriate HTML…
Tips for performance tuning of databases
Database statistics The most important resource to any SQL optimizer is the statistics collected for different tables within the catalog. Statistics is the information about indexes and their distribution with respect to each other. Optimizer uses this…