Wednesday, October 29, 2008

Age Limits In the UK/USA/CND

Recently, i was talking with a friend on Microsoft Messenger (MSN) Live, and I was amazed to find out about the United Kingdom(UK)'s age laws. the first thing that came to head was, how unfair, and then how appalling. Therefore, i decided to look this up a bit, and found this little bit, http://www.ubersite.com/m/28580(Warning: discriminatory language).

Although I'm not in the United States of America(USA), our age limits are similar, so i hope you can get the idea.
How ever, according to the website the following age limits are; and including Canada(CND) from myself.
UK - USA - CND
SEX 16 - 18 - 18
Driving 17 -16/18- 16
Alcohol 18 -18/21- 18
Smoking 16 - 18 - 18
Marriage 16 -12-21- 18

Now I personally agree mostly with Canada's age limits, the US, i can deal with, and the UK is just appalling.

First I'm going to rant about the UK, then the USA, and finally CND.
Although i have only been to Holland in the UK, I'd suspect that its a bit screwed up, but does work to a certain degree.

The Sex Age Limit(UK)
In the UK it is 16, and even though i am 17, i find it quite disturbing, especially after reading a great book that was for a novel studies in grade 11, "A Brave New World." You can find more about it here: http://en.wikipedia.org/wiki/Brave_New_World, it is a definite MUST READ. Anyway, people all over the world are complaining about how grotesque underage(18) sex is, which should be enough. However, it isn't, and i believe that a better explanation is needed. During that age, people are still growing mentally and physically; from my experience, i only recently began to mentally stabilize once i hit 16, and am still getting my barrings at the age of 17. So think of it this way, people will make many mistakes in deciding who or why they want to have sex. Not to mention, the lower limit promotes sex at ages such as 14, because people think that it is only a 2 year difference, so what wrong with that? Another reason is that it is disrupting age laws in CND and the USA, simply because teenagers are learning about the age limit in the UK. Teens in America are most likely thinking that, because it is 16 they can do it here as well. further more, because 16 is the limit, they should be able to have sex at the age of 14! Do you really want to have to take care of a kid when your 14, or do you want your children to bare babies?

Saturday, September 20, 2008

Muscle & Strength - Work out information

When people first begin to body build, or even attempt to get into shape, they might think, how do i do this? or will this help?

well, i'd say that the best website to get all of your body building needs, and even dieting, or anything related to your body's health, is http://www.muscleandstrength.com

Now, at first you might think, "wow, this looks like shit," but if you look deeper into it, you'll find out about a moderate sized database with everything that you will ever need. On top of that, if you cant seem to find what your looking for, you could always check out the forums. Surprisingly the community is great! rather than being stereotypically aggressive, because of the extra aggressive hormones, and/or vanity.

Illegal Movies - Online

Quite recently i had sent an e-mail to megavideo.com and have requested them to remove some video clips. the disturbing thing is that after a month, there had been no reply.

In my personal opinion, megavideo.com should be brought down by justice, because they are one of the worlds TOP illegal movie hosts, even though they state that it is against the Terms of Agreements. However, what exactly have they done to prevent this? practically nothing!

From my understanding, most of megavideo.com's traffic comes from these illegal movies, but they wouldn't want to admit to that, so they most likely have an extremely small amount of people working to get rid of them. here is the sad part! megavideo.com could simply create a script, like Google recently has, to remove their videos, and automatically delete illegal copies.

Some people might claim this to be impossible, and indeed they are completely incorrect. using google can be an extremely powerful site, for example, if megavideo.com were really attempting to fix things, they'd use a simple script to remove the results provided by google.
Try searching, "megavideo site:alluc.org"
or, "megavideo site:nabolister.com"
essentially, megavideo could have removed every illegal copy from their servers in less than an hour!

So whats your opinion? should megavideo.com be caught for willingly hosting illegal content?

Please note that these are only my observations.

Friday, September 19, 2008

Underage Drinking!

Have you ever wondered how many people do underage drinking? or weather their are more females or males? well here is your chance.

Today while surfing on facebook through some random photographs, i realized that they were drinking, and were obviously too young, because they were my age! So this got me on a train-of-thought, and all of a sudden, poof! Underage drinking was entered in the google search bar.

The first thing i found was actually quite disturbing;
from :http://www.cdc.gov/alcohol/quickstats/underage_drinking.htm
I discovered that in the year 2007, a survey of students from high schools was taken, and here are the results:

* 45% drank some amount of alcohol.
* 26% binge drank.
* 11% drove after drinking alcohol.
* 29% rode with a driver who had been drinking alcohol.

Essentially 45% of high school students who were underage drank! To me that is quite surprising, considering most of my friends do not, but on the other hand, on the other portion of people, they are always drinking, doing drugs and what ever you can think of.

If you click here, you can find the survey taken, and other links to different statistics including a 2006 drug usage analysis.

Another wonderful page that provides information on this topic is: http://alcoholnews.org/underage_drink.html
This page includes not only some statistics, but a bit of history. if you quite interested in this topic, you may want to go grab yourself a cup of coffee, and check it out.

After visiting : http://www.niaaa.nih.gov/AboutNIAAA/NIAAASponsoredProgra
ms/underage.htm

I found the content extremely interesting, and i quote from them, "Each year, approximately 5,000 young people under the age of 21 die as a result of underage drinking; this includes about 1,900 deaths from motor vehicle crashes, 1,600 as a result of homicides, 300 from suicide, as well as hundreds from other injuries such as falls, burns, and drownings (For references, see NIAAA’s publication Alcohol Alert No. 67, Underage Drinking." Even though statistically the numbers are quite small, they are still surprising and interesting.

Now after being engulfed by a pile of information, what do you think about "underage drinking?"

Friday, July 25, 2008

IMusic

Link
IMusic

Comming soon.

Thursday, July 24, 2008

Redirecting Using PHP

Tutorial name: Redirecting using PHP
You're experience: Advanced
Difficulty: Anyone
Time Taken: 5-30 seconds
Plug-ins needed: none

Creating a redirecting script is quite easy, however keep in mind that some primitive hosts are not able to do this with any other code, I found it very disappointing.
On the server I use this works no matter what, but I have found that on very few servers, it only works if nothing has been written on the page.
Code:
header("Location: http://anoobsworld.info"); // your URL goes in there.
?>

Basic PHP Functions

Tutorial name: Functions with PHP
You're experience: Advanced
Difficulty: Average
Time Taken: 1-2 minutes
Plug-ins needed: none.


Functions with php are fairly simple.

First of all what is a function? it is a small tid bit of code that is ran each time it is called, and it allows for information to be returned, outputted, and inputted. In away, you can replace classes with functions, it ain't to hard, but it is possible. I use functions rather than classes because i feel more comfortable with them.

i will show you two things, how to use a function, and how to replace classes with them for developed coders, another time.

This will show you the basics to functions.
Code:
function repeatString($string, $times) // you can use what ever variables you want, and however many you want.
{
$count = 0;
while($count < $times)
{
echo"\n $string";
$count += 1;
}
}
?>
Blah blah blah...
repeatString("Hello!", 10); // this will echo "Hello!" 10 times
?>


returning variables
Code:
function 50Chance()
{
$rand = rand(0, 1);

return $rand;
]
?>
blah blah blah...
50Chance();
?>


//conditional functions
function ifGreaterThan0($num);
{
if($num > 0)
{
return 1;
}
else
{
return 0;
}
}