Posts

Showing posts from September, 2012

Google Ads

How to make Blogger widget title invisible from the blog

Image
Sometimes i don't need my custom widget title to appear in my blog but i need the title in the template code in order for me to search it and make some edits when i need to.

How to make my custom AdSense Ads appear in my Blogger mobile view site

Image
I have added my custom AdSense ad as a widget using the Blogger layout editor but some how the AdSense ad appears only in dekstop view of my blog. It does not appears at all in my mobile view. I know i can enable the Blogger built-in AdSense widget and it will automatically appears in the mobile site, but i wanted to have more control over my ads and monitor them.

How to define different Blogger CSS properties for desktop and mobile view

Image
You can control how your Blogger site's CSS properties apply between desktop and mobile view. This can be achieved by conditionally giving different CSS properties to a same class between desktop and mobile view.

How to make Blogger widgets to show different content between desktop and mobile view

Image
Content of widgets can be customized between desktop and mobile view. This can be achieved by using a boolean variable of " data:blog.isMobile ".

How to make Blogger widgets to appear in mobile view

Image
Blogger widgets can be controlled to be available in mobile view (<blogger site url>?m=1) by using attribute " mobile " in " <b:widget> " tag. The value of the attribute can be:

How to run Sysinternals tools directly from the web

Image
Instead of downloading the whole Windows Sysinternals tools suite, you can actually access the sysinternals tools directly from the web.

How to create a large dummy file for testing purposes in Windows

Sometimes i just need a huge sized file to test Windows PC performance. Most often i would use any ISO image of a DVD. This command seems to make things easier for me to just simply generate a large file out of thin air!