Newbiemania - Solutions for newbies

How can I help my children stay safe online?

This item was filled under [ Internet, Security ]

bewareThe Kaspersky team has written this very helpful article. If you are a concern parent, you may want to read it.

The article reads:

The internet is indeed a worldwide web where almost anything we should need or want can be found, but remember – it’s also a web in which children could find themselves in danger

How can I help my children stay safe online?

First think about the possible dangers they face. These include the following:

  • So-called ‘drive-by downloads’ (i.e. malicious programs that install on your computer automatically when you view a web page);
  • The risk of infection through peer-to-peer (P2P) file-sharing programs that give others access to your computer;
  • Unwanted advertising, including pop-ups and adware programs: these are sometimes installed automatically with freeware programs that are available for download on the Internet;
  • Sexually explicit (or other inappropriate) content;
  • Being tricked into disclosing personal information (about them or you);
  • Downloading pirated material (e.g. music or video files);
  • Being targeted by online bullies;
  • Being approached (in Internet chat rooms, for example) by pedophiles.

Continue reading…

How to configure Parental Controls in Windows 7

This item was filled under [ Security, Windows, Windows 7 ]

This tutorial is highly recommended for parents with under age kids because they will learn how to control and keep track of what their kids are doing when they are using their PCs.

If you do not want your kid playing mature content games, running programs that they are not supposed to, or playing in your computer during times they should be doing homework, then this tutorial is for you.

Lets proceed…

First of all, you need to turn parental controls on to an account.

If you want to create a new user account, click here to see how, and then, read how to turn parental controls on in an existent account.

Once you have the account with parental controls on, follow the next steps.

1. Make sure to be logged in as administrator.

2. Open the control panel.

3. Under User Accounts and Family Safety, click Set up parental parental controls for any user

Continue reading…

How to Turn Parental Controls On in Windows 7

This item was filled under [ Security, Windows, Windows 7, Windows Vista ]

Setting up a user account with parental controls is the best way to have a total control over what users can or cannot do with your computer.

By setting a user account with parental controls, you will be able to:

  • Restrict the access to websites with content that you may considerer inappropriate for your children.
  • Restrict the access to games.
  • Restrict the installation of programs (So can you can prevent virus infections)
  • And more.

Now, in order to setup an account with parental controls follow the next steps:

1. Make sure you are logged in as administrator

2. Open the control panel

3. Here you can whether create a new user account, or just put parental controls to an existent account.

Continue reading…

How to Setup a User Account in Windows 7

This item was filled under [ Windows 7 ]

1. Make sure you are logged in as administrator

2. Open the control panel

3. Under User Accounts and Family Safety, click Add or remove user accounts

image

4. Click create a new account.

Continue reading…

PHP lesson 1 – The classic “hello world” script

This item was filled under [ PHP ]

Every programmer knows that the first piece of code that they have to write is the very known “hello world” script. This is mandatory for all who are trying to learn programming. No matter if you are learning PHP, C++, Visual Basic, etc., the result is always the same. Your first script “has” to be the “Hello world” script.

So, we are not going to make an exception. This is a rule for everyone, and therefore, it is going to be our first PHP lesson.

Now, I will not teach or mention any theory at all. I will not lose my time trying to explain what PHP is. You can find thousand, or millions of websites talking about the PHP history.

So, lets go to write our first PHP script.

To start coding we need to have access to a PHP server. You have 2 choices. buy, or get a free PHP hosting online, or setup one in your computer (recommended).

I have written a tutorial about how to setup a PHP server. If you have not read it, do it now!

Continue reading…