Log In


sidebar 1

WoozWorld

Coming up! Stay Tuned!

sidebar 2

Coming Up! Stay Tuned!

sidebar 3

REGISTRATION FOR TECHNOLOGY STUDENTS!

Do you like quality posts? We are looking for authors who are interested in this website because we want different quality posts. You have something that we could be missing so why not give it a try now!

sidebar 4

WHAT IS CACHE? HOW TO REMOVE CACHE?

Do you want to know what is Computer Cache? Do you want to know how it effects your computer? Do you want to know why is it good or why is it bad? Do you want to clean them? Click Here!.

sidebar 5

CYBER SAFETY - TEENS AND PRE-TEENS

Do you want to know our right on the Internet? Do you want to keep yourself safe on the Internet? Click Here!

Monday, February 28, 2011

Cyber Safety - Teens & Pre-Teens

Here are some safety rules that you should DO:

Teens

1) I will never give out personal details that would identify who I am, such as my name, address, phone number,school or photographs.


2) I will tell a parent or teacher if I see any bad language or pictures on the Internet, or if anyone writes me anything I don’t like.


3) I will not reply to any messages or bulletin board items that are suggestive, obscene, aggressive, or distressing.


4) I will not use bad language online, neither will I take part in arguments or fights online.


5) I will not accept any offers of money or presents, even free offers.


6) I will never order anything online or give out credit card details.


7) I will not enter chat rooms and websites that I have agreed with my parents are off-limits.


8) I will not arrange any face-to-face meetings with anyone I have met on the 
Internet unless my parents consent and they accompany me.


Pre - Teens


1) I will never give out personal details that would identify who I am, such as my name, address, phone number, school or photographs.

2) I will tell a parent or teacher if I see any bad language or pictures on the Internet, or if anyone writes me anything I don’t like.


3) I will not reply to any messages or bulletin board items that are suggestive, obscene, aggressive, or distressing.


4) I will not use bad language online, neither will I take part in arguments or fights online.


5) I will not accept any offers of money or presents, even free offers.


6) I will never order anything online or give out credit card details.


7) I will not enter chat rooms and websites that I have agreed with my parents are off-limits.

8) I will not arrange any face-to-face meetings with anyone I have met on the Internet unless my parents consent and they accompany me.


- CYBER SAFETY


Any further questions can be either discussed in comments or feel free to contact us!

What is Cache? How to remove Cache?

What is Cache?

First of all, cache is pronounced as "Cash". Cache memory is extremely fast memory that is built into a computer’s central processing unit which is also known as (CPU). The CPU uses cache memory to store instructions that are repeatedly required to run programs. In other words, Cache is nothing more then a mechanism that allows you to surf faster.  The reason it allows you to surf faster is because the resources the page needs are already available on the computer you are working on.

Why is it important to delete cache?

It is important because sometimes you get things that are known to be wacky I believe. So in that case, its important to clear the cache and get a fresh new start.

How to Clear my computer Cache?

















Do you have any questions or any thoughts that you would like to share? Then feel free to leave a comment!

How to delete Cookie!

Is cookies harmful for my computer?

Cookies does not harm your computer. Cookies are just small .txt file which contains several records and information about the websites that you have visited. Basically, when ever you log in to a website, a new txt file is created in your computer so the next time you come to that website, you would not need to enter that information again. It specifically a file which contains that log in information of that website that you have logged in to. Although there is one scary thing that could happen, if you did not close the website without logging out then it can be HARMFUL for you because anyone will be able to see your password and email. With the use of cookies, one can easily login to account without username and password. So make sure you log out before closing the browser.

Internet Explorer 8 Users

  • Click "Safety" on the Command bar
  • Select "Delete Browsing History"
  • Select the option for cookies and click Delete
  • Alternatively, Internet Explorer 8's new InPrivate browsing feature allows users to browse the internet without recording information from visited sites (including cookies). To use InPrivate mode:
  • Click "Safety" on the Command bar
  • Select "InPrivate Browsing"

Mozilla Firefox

  • Click on Tools, then Options (or Edit | Preferences on Linux)
  • Select Privacy
  • In the Cookies panel, click on Show Cookies
  • To remove a single cookie click on the entry in the list and click on the Remove Cookie button
  • To remove all cookies click on the Remove All Cookies button

Google Chrome



  • Click on the "Tools" menu and select "Options".
  • Click the "Under the Bonnet" tab, locate the "Privacy" section and click the "Clear browsing data" button.
  • Select "Delete cookies and other site data" to delete all cookies from the list (alternatively, you can remove all cookies created within a specific time period by selecting the period you want from the dropdown list).
  • Select "Clear browsing history" to delete traces of which websites you've visited.
  • Select "Clear download history" to delete records of which files and programs you've downloaded.
  • Select "Empty the cache" to delete cached website pages.
  • You can also delete saved passwords (which log you into websites) and saved form data (such as your name and address).
  • Then click on the "Clear browsing data" button.
  • Click on the Close button when you've finished.
If you have any questions then feel free to leave a comment and we will respond as soon as possible!

Thursday, February 24, 2011

How to make Email Form in HTML!

So you wanna know how to make email form in HTML right? Well, lets get started on that! First of all, the text in red means that you can change that text to your own email address. So here is our Code:


Code:
<form action="mailto:you@youremailaddress.com"
method="POST" 
enctype="multipart/form-data"
name="Email Form">


Name:<br>
<input type="text" name="Name" size="20">


Email:<br>
<input type="email" name="Email" size="20">


Subject:<br>
<input type="text" name="Subject" size="20">


Message:<br>
<textarea name="Visitor Message" cols="20" rows="10"></textarea>


<input type="submit" value="Submit">
</form>

Here is an Example:


Name:



Email:



Subject:



Message:



Well, that's all you have to do. Copy and paste the code in html website. If you wanna try it but do not have anything to try it on then here is what you do:
  • Open NotePad:
  • Insert the Following Code:


<html>
<head>
<title>Testing!</title>
<body>


<form action="mailto:you@youremailaddress.com"
method="POST" 
enctype="multipart/form-data"
name="Email Form">

Name:<br>
<input type="text" name="Name" size="20">

Email:<br>
<input type="email" name="Email" size="20">

Subject:<br>
<input type="text" name="Subject" size="20">

Message:<br>
<textarea name="Visitor Message" cols="20" rows="10"></textarea>

<input type="submit" value="Submit">
</form>
</body>
</head>
</html>

  • After that, save it on desktop as "Contact Form.htm".
  • Now Double Click on that file and you should see the form!
That's It. If you have any questions then feel free to use our contact form or leave your question in a comment.

Share

Twitter Delicious Facebook Digg Stumbleupon Favorites More