A simple program like Microsoft Excel 2010 can be used as a powerful tool by manipulating the software. Microsoft has published several “how to” guides such as this one Getting Started with VBA in Excel 2010. They are very good articles, and I am not trying to beat them. After all, they wrote the software anyway. I just want to introduce Excel as a powerful programing tool for home users Continue reading Excel Visual Basic Scripts
Tag Archives: tutorials
Multiple Google accounts on Android Gmail
There are two independent email applications (apps) per-loaded by Google Inc. on Android devices running 4.0.x to 4.2.x (may be even before 4.0); Gmail and Email. The Gmail app is used for Google push service while the other is for non-Google email accounts. During initial setup of the phone, the user will prompt to add a Continue reading Multiple Google accounts on Android Gmail
Multiple operations using a single input
Last time we talked about the basics of Python 3 programing language. Using the basic principles we learned about variables, we will create a unit conversion program for weight.
The first step Continue reading Multiple operations using a single input
Introduction to programming using Python
Python is a powerful high level programming language that is relatively easy to learn. It is used in several different industries from network based gaming(eg. WOW) to database management (payroll). This is why most high educational institutions offer Python 3 (the most recent version as of 2012) as an introductory course. Continue reading Introduction to programming using Python
How to setup auto update for Bginfo.exe
Warning!
The instructions are provided “as is” and “with all faults”. No warranties or guarantees are provided. Editing the Registry Files may harm your computer, if it is done incorrectly.The bginfo is an “unofficial” program published by Microsoft that will display basic information about the Windows workstation or server on background image. It is somewhat unofficial because Microsoft does not promote the program as official software. So why do you care Continue reading How to setup auto update for Bginfo.exe