Posts

Showing posts from May, 2014

Google Ads

How to add line break in Ms Excel cell using formula

Image
This is how you can add a line break into Ms Excel cell using formula. Using keyboard while typing into the cell, to insert a line break just hit "at+enter". But what about using formula?

How to open 2 Excel files and separately show them in 2 computer monitors.

Image
By default if you try double clicking and open 2 Excel files, they will open up and stack into 1 instance of Excel program. What if you are cross referencing 2 Excel files using 2 monitors? You definitely want them to show each in one monitor (if you have 2 computer monitors). This is how simple you can workaround it:

How to automate your CPU crypto currency mining whenever your Windows PC is idle

Image
This post is to show you how to use Windows scheduler and batch script to setup an automation to automate the mining of your favorite crypto currency (Bitcoin, Litecoin, Dodgecoin, etc…) whenever the Windows PC screen is locked, AC power plugged in and idle. The following steps are based on Pooler CPU miner program . You will also need to have a pool mining account. I assume that you already know how to setup the CPU miner to mine from a mining pool and you already know how to setup the JSON configuration file.

How to place or insert Adsense ads between blog post and comment in Blogger

Image
This is how to place or insert Google Adsense units or any other online ads right in between the blog post and comments section. This will also make the ad units appear in between posts in archive or label pages. This is a strategic location to enable visitor to spot the ads right after finish reading a blog post.

How to add breadcrumbs to Google Blogger blog template

Image
This is how to add breadcrumbs to your Google Blogger blog template. The breadcrumbs will enable you to better inform your visitors on navigating around your Blogger blog. The method here involves editing your Blogger template HTML code so make sure you have backup your template first before you proceed with the edits. Got to edit HTML mode of your Blogger blog and follow the instructions below for the edits to add the breadcrumbs into your Blogger blog template.

How to auto run a VBA macro whenever Ms Excel or Ms Project starts

This is how you can set the VB macro to auto run whenever Ms Excel or Ms Project starts.