Saturday, September 28, 2013

Making Timer Using Notepad

You can make a timer using Notepad with simple code. Paste the code below to your Notepad, save as a bat file, open the Run Command and execute the bat file. Timer is ready.

here is the code :

@echo off
color 0a
:1
pause
timeout 60
goto 1


Timer unit is in seconds, change the red number you want

Read more »

Thursday, September 26, 2013

How To Solve Outlook Can't Open or Save The Mail Attachment

This post how to solve a problem with Microsoft Outlook, where user cannot open or save the mail attachment.

When you click to open the attachment file, the file can not be opened and there is a warning like this :
Can not create file ... Right - click the folder you want to create the file in , and then click Properties on the shortcut menu to check your permissions for the folder.

When  you try to save-as the attachment file, files can not be saved, and there is a warning as below :
Can not save the attachment . Can not create file : ... Right - click the folder you want to create the file in , and then click Properties on the shortcut menu to check your permissions for the folder .



Read more »

Thursday, September 19, 2013

How to Delete Chat Conversation On Blackberry WhatsApp

Deleting archieves or chat history on Blackberry  is one of the ways to keep good performance of your Blackberry device, including chat conversations or history on WhatsApp application.

To remove or delete  the Blackberry WhatsApp chat conversations or history/archive, there are two ways :
1. Directly  by deleting on every line of chat
2. From setting menu and delete all chat conversations / history.

Read more »

Saturday, September 7, 2013

How to Disable Widget / Gadget In Blogger Particular page or Post

Currently there is no special menu in Blogger to disable or deactivate a gadget / widget in the particular page or blog post, but you can do a little trick, edit the html code with easy.

• Give a name/title  of the gadget which you want to set, ( to make easy searching)
• Go to the Template menu, then select Edit HTML
• Click on the html area, press Ctrl + F to display the search column, then type/write the title, hit Enter key to start searching.
• Find the code below. The codes write in color (red and blue)  are the code that you have to add
Read more »

Monday, September 2, 2013

How to Change Default Program to Open Picture File In Windows 8

By default in Windows 8 when we explorer image files (jpg, png, bmp, etc) then we open / double click, the image file will be opened by the default program called  Photos.

I think using photos take a longer time when loading, and can't click next or back to others picture directly from viewer, so I decide to change this default program, from photos to Windows Photo Viewer.

You also can change this default program  using other picture viewer you may have, or  use Windows Photo Viewer.

To change the default program for opening pictures/images from Photos to other photo viewer or to Windows Photo Viewer :

• Right-click on one of the image file
• Then select Open with

Read more »