Automatically mute background tabs in Chrome

Automatically mute background tabs in Chrome

Back in January, Google Chrome added a feature that shows which tab is making noise by displaying a speaker icon on it. This is really helpful when you have many tabs open and suddenly a video starts playing on one of them. Unfortunately, the browser doesn't tell you which element on the page is making noise, so you may still have to look for it among the ads and text.
Instead of switching tabs and manually turning off the sound, Ghacks.net recommends using a Chrome extension called Mute Inactive Tabs. This extension takes the guesswork out of silencing tabs and does it for you automatically.
Step 1: Head to the Chrome Web Store entry for Mute Inactive Tabs.
Step 2: Click Add to Chrome. When you see the pop-up confirming the install, click Add.
Step 3: To test, open a YouTube video, and then open another tab next to it. The YouTube video should pause while that tab is inactive.
I found some YouTube videos went back to the beginning with Mute Inactive Tabs turned on, but this shouldn't be too much of a problem if you're working in another tab instead of watching the video.
Mute Inactive Tabs toggle featureNicole Cozma/CNET
Although the extension offers a convenient toggle button, it might be best to open streaming music services in another window. That way you can experience muted tabs in the main window without interrupting your tunes in the other.
SOURCE :Automatically mute background tabs in Chrome 



'via Blog this'

Create many folders from text File

I have Windows 7 (English) and I want to create many folders from a text with Greeks names (I'm Greek).
Do you know any program (especially freeware) or a command line trick to get my job done ? Thank you very much.
share|improve this question
You could do this with the FOR command in dos calling MD to create directories:
Example. Create a text file with a folder name on each line, and save as test.txt then on the command line run:
FOR /F %i in (test.txt) do md %i
Not sure if Greek names require unicode, and how the above would be affected by that though.
share|improve this answer
SOURCE: Scan image automaticaly - Google Search:



'via Blog this'

Rows to Repeat at Top in Print Setup Disables

When I want to print Excel sheet , the feature of Rows To Repeat at top of page is disabled.

I found the answer  in the following link.

Only open  Page Layout  then click Page setup  then choose tab of  Sheet   and continue....







SOURCE :Rows to Repeat at Top in Print Setup Disables:



'via Blog this'

Don’t buy power bank before you read this

1) What’s power bank?
Power bank serve as an ‘extra battery’ or external charger for your phone or other electronic devices.

2) Where is power bank made from?
Majority of the power banks in the market are actually made in China.

3) How do I charge the power bank?
You can charge your power bank via the charger that came with your phone, computer usb port or using other power bank

4) How long do I need to charge the power bank?
It’s depending on the REAL CAPACITY of the power bank. The larger REAL CAPACITY, the longer charging time may required. Different charging methods may result different charging time as well. Charging with the original charger will be faster than charging with computer usb port.

5) Why sometime I need longer time to charge the same power bank?
Even though using the same charging method, the charging time may be differ due to environment,temperature, power flow and etc

6) What is mAh?
mAh mean milli Ampere Hour, the capacity of the power bank is measure with mAh

7) A 12000mAh REAL CAPACITY power bank, able to charge a 1500mAh capacity phone for 8 times full?
This is a common mistake make by most of the people. For rough calculation of the total charge time, kindly use this formula
REAL CAPACITY * conversion rate * phone battery health / phone capacity = total charge times
EXAMPLE: 12000 x 0.8 x 0.8 / 1500 = 5.12 charge times (0.5-1 times plus minus)

8) What’s conversation rate?
Conversation rate is the remaining percentage of the battery after the battery lost in heat or PCB operation.

9) What’s phone battery health?
In simple, it’s mean how‘healthy’ your phone battery is. Phone battery storage capacity will be lower and lower. That’s also the reason why our phone can last longer when it’s newly bought than after 3-6 months we used it. Different mobile phone models also will affect the calculation as some phone drain battery faster than the other.

10) What’s PCB?
PCB means Printed Circuit Board,its control all the operation flow inside the power bank. A good quality PCB will allow the power bank to charge more and have better durability

11) What’s 18650 power bank and what’s Li-Polymer power bank?
The common type will be 18650 and a better type will be Li-Polymer

12) What’s the different between 18650 and Li-Polymer?
- 18650 size and dimension are fix. Li-Polymer size and dimension are flexible.
- 18650 produce more heat. Li-Polymer are much more safer
- 18650 are cheaper. Li-Polymer are more expensive
- 18650 have higher self discharge rate.Li-Polymer have a very low self discharge rate
- 18650 battery durability will drop faster.  Li-Polymer battery capacity are more durable

13) What’s the common mAh use in 18650?
Common mAh use in 18650 is around 1300mAh to 2200mAh.

14) What’s the common REAL CAPACITY in 18650 power bank in the market?
- Power bank using 1pcs 18650 is 1200mAh – 2600mAh
- Power bank using 2pcs 18650 is 2500mAh – 4400mAh
- Power bank using 3pcs 18650 is 3750mAh – 6600mAh
- Power bank using 4pcs 18650 is 5200mAh – 8800mAh
- Power bank using 5pcs 18650 is 6500mAh –11000mAh
- Power bank using 6pcs 18650 is 7800mAh –13200mAh
- Power bank using 7pcs 18650 (no info)
- Power bank using 8pcs 18650 is 10400mAh –14400mAh

15) Is there any power bank use higher than 2200mAh per 18650?
Yes. There are, but it’s not common due to the expensive pricing.

16) What’s the different between branded power bank and generic power bank?
Branded power bank mostly sell in REAL CAPACITY. Generic power bank mostly sell in MARKING CAPACITY. That’s the reason why you will never see any branded power bank (standard size) have anything as high as 30000mAh – 50000mAh. That’s also the reason why a good 12000-13000mAh power bank are able to charge more or about the same like the market 30000-50000mAh power bank

17)  Is it true branded power bank won’t explode and generic power bank will explode?
Anything to do with battery, will have chance to explode. No matter it’s branded power bank or generic power bank.But chances for both branded and generic power bank to explode are near to 0%.If power bank is easy to explode, everyone will use power bank in war instead of bomb


Source : Don’t buy power bank before you read this



'via Blog this'

Reducing the Size of a Workbook Using a Single Formula

Sometimes large Microsoft® Excel® workbooks can be slow which can cause frustration.  To reduce the size of a workbook, consider replacing several formulas with a single array formula.  Array formulas can perform multiple calculations and they also ensure consistency which can lead to greater accuracy.  Furthermore array formulas provide security since a cell within an array formula data range cannot be deleted.
Note: Download the sample workbook to practice this exercise.
Applies To: Microsoft Excel 2003, 2007, 2010 and 2013
1. Select the data range D2:D21.
2. Type the formula =B2:B21*C2:C21 in the formula bar.
Note: The data range D2:D21 should remain highlighted as you enter the formula in the formula bar.
Refer to the screen shot below:
tip-1










3. Press CTRL + SHIFT + ENTER.
The result will be as below:
tip-2










4. When you select any cell within the data range D2:D21, you will see the same formula {=B2:B21*C2:C21}.
  • There is only a single formula in the entire data range instead of 19 different formulas; which would have been the case had we multiplied B2*C2 and copied the formula down.
  • The file size is thus reduced and data processing in the workbook will be faster.
5. Select any cell within the data range D2:D21.
6. Press Delete.A message dialog like the below will be displayed:
tip-3



7. For normal formulas any cells within the data range D2:D21 can be deleted.
8. To delete an array formula, the entire data range will have to be selected and then you press the ‘Delete’ key.
9. To edit the formula, select the data range D2:D21. Edit from the formula bar then press CTRL + SHIFT + ENTER.

nable Hidden Secret “Profile Manager” Feature in Google Chrome

To enable this hidden feature simply follow these simple steps:
1. Open Google Chrome and type chrome://flags/ in the addressbar and press Enter. It'll open advanced configuration page.
2. Now press "Ctrl+F" keys together to launch find box and type following in the find box:
#enable-new-profile-management
It'll directly go to following option:
Enable new profile management system Windows
Enables the new profile management system, including profile sign-out and the new avatar menu UI.
#enable-new-profile-management
Enable_Profile_Manager_Google_Chrome.png
3. Click on the "Enable" link given below the option.
4. At the end click on "Relaunch Now" button and once Google Chrome opens, you'll have the new profile manager feature enabled in the web browser.

 Enable Hidden Secret “Profile Manager” Feature in Google Chrome -



'via Blog this'