Showing posts with label HOW TO. Show all posts
Showing posts with label HOW TO. Show all posts

Sunday, April 28, 2013

Nice Popup Pictures With Javascript

This post will teach you how to make a thumbnail picture pop up right in the middle of the screen with a darker background.

Saturday, February 9, 2013

Finding Your IP Address

What is and IP address?

IP ( Internet Protocol ) address is and identificator that each computer and network owns. Computers use IP address to communicate with eatch other.

Public and Private IP

There are actually 2 IP addresses. Public is the one your network (router) has, which is used on the internet. Private is the one that your computer has, which is used locally in your private network.

Friday, February 8, 2013

Restore Windows With Restore Points

In Windows there is a tool called "System Restore" and it can be a very valuable asset when having a problem such as driver or registry problems. Even sound and other system settings/options are fixed.

How does it work

Windows automatically creates restore points (before each installed program or driver) which can be later used to restore your system files and settings to that point in time. Your personal files (photos, documents, emails) will not be affected. Restore points can also be created manually.

You can also undo the changes done by system restore. Useful if it didn't fix the problem.


Monday, February 4, 2013

How To Check Your Computer Temperature

Checking your computer component temperatures once in a while is recommended. Knowing whether your coolers work efficently enough is important. The temperatures greatly depend on what CPU and GPU you have and under how big load your computer is. Your current environmental temperatures can also affect your hardware by ~5°.

Normal temperatures for your hardware ( CPU and GPU )

On Idle
Desktop   ~40°C   ( 104°F )
Laptop   ~50°C   ( 122°F )

Under Heavy Load
Desktop   ~60°C   ( 140°F )
Laptop   ~70°C   ( 158°F )

Thursday, January 17, 2013

How To Use Multiple Monitors

How does it work

You can display the same picture in all the monitors, but usually multiple monitors are used as extended displays, making the desktop larger. In extended mode, depending on how you position your displays, they act as one big desktop, it means that you move with your mouse from monitor to monitor the same way you normally move with your mouse, just by moving it around.

All the programs and windows act the same way as normally, you can drag them from one display to another or extend the size of your window over by multiple displays at the same time.

Change Date Format In Windows 7

Bored of having the old default date format in windows 7 ? Or just want a new look and a little bit of customization. Why not change it, here's how to do it.

Right-click on the clock or go through the control panel

Monday, January 14, 2013

JUnit Testing In Java

This is a little tutorial on how to use JUnit tesing ( JUnit 4.x ) in Eclipse. First you need to add the JUnit library to your project path and import it in order to use it. I'm also going to include an example in this post.

Why use JUnit test

The best reason for testing your code is that you can find your bugs and errors early and you don't have to burden your head later when you have already put it all together. It can save a lot of time in long-term. If you have a lot of code to cover and change it often, testing it is very recommended.

Monday, December 3, 2012

How To Google Effectively


Do you know how to use google search to get the best out of it?

Most people just type in words related to what they're looking for, but that might not give the result they were hoping for. Google got his name from the word "googol", which referes to a very large number ( number one and 100 zeros after that ) and google search gives you also a lot of results for one search case and it may not be very accurate because of your unprecise terms.

Today i will teach you how to make your google search more efficient. You can use many terms in one search, just separate them by empty space. Or if you want to use more than one word in a term, separate them by coma.

What To Think Of Cloud Computing

What cloud computing actually is?

Cloud Computing is basically using the computing resources of other machines that are connected with your computer through some kind of network ( usually the Internet ). It is very useful when you don't have capable enough machine to handle some sort of tasks.

Example: We need to sort a lot of data, we send it to the cloud, who then sorts it and sends it back to us.

Friday, November 16, 2012

Organizing Your Desktop


Why should I organize my desktop?

You will get better understanding and knowing where certain folders and files are located, meaning that you'll find them faster and that saves time. A clean desktop looks cool, especially if you have an awesome wallpaper, but if you just have all the stuff on the screen at random places, it doesn't look very good. Today i'm going to give you some tips on how to keep your desktop organized.

You don't want your desktop looking like this

Monday, November 5, 2012

Safekeeping Your Data


All of us have files that need to be securely somewhere, where the bad guys won't get them and it won't get lost. I'll give you some tips on this matter.

Tips on how to keep your data safe:


Thursday, November 1, 2012

How To Save Laptop Battery Life

A lot of people use laptops without knowing that their behavior with the machine can affect its battery life.

I'm going to give you some tips how to extend the lifespan of your laptops battery.

Sunday, October 28, 2012

How to save RAM from unwanted software

RAM ( random access memory ) is used by all of the programs that you run on your computer. Everything that a program loads up is stored in random access memory ( pictures, text, programming language data ). Nowadays, 4 GB or RAM is a very recommended minimum when buying a new computer, but older ones still have 1 or 2 gigabytes of it ( mostly win xp or vista ). Windows 7 eats more ram than vista and xp. I personally have 7 professional ( 64-bit )  and it takes about 1,3 GB-s.

Because the operating system already eats a lot of RAM, we dont want other unnecessary programs to waste it, do we?

Sunday, October 21, 2012

How to delete an undeletable file

Have you ever had a file that is undeletable ? ( windows )

I came across with such a problem myself a while ago and figured i'd show you guys how to deal with it.

Saturday, October 13, 2012

Laptop overheating ?

If you have a laptop and you use it for playing games or doing something else that eats up CPU or GPU resource, you almost certainly suffer from overheating computer.

It's mainly because laptop is very compactly designed and the machine itself can't drive the heat away from itself.
Too much heat shortens the lifespan of the components.

But don't worry, i got some tips that help you on this matter.