GET PAID TO BLOG!

Author: Chris Morris  //  Category: Cool Finds, World Wide Web

That’s right folks!

YOU can get paid to BLOG! Macbros’ Recommended this program to me, I’m trying it out now.

Anyway, they look like a GREAT company so I can’t wait to really get started and cover my bandwidth costs.

Try them out here: get paid to blog

or use my affiliate link :D

Affiliates, Place Your Own Advertising Text Here. (ie) Click Here To Enter Merchant Website And View Products.

They have a very catchy name - Smorty, so don’t forget that :)

Sick AGAIN!

Author: Chris Morris  //  Category: Personal

Gosh, I have caught anther cold, not a VERY bad one but yeah….

I am planning to get the next GTC up soon :)

Chris

Chaser DVD’s

Author: Chris Morris  //  Category: Personal

We ordered some chasers DVD’s the other day… For those not familiar with The Chaser War on Everything, it is a MUST SEE TV show! You can download episodes from www.abc.net/chaser and click the link vodcast.

It’s been about 5 days and they still haven’t arrived but I can’t wait to get them as they are 26 episodes I haven’t seen yet, I only started watching Chasers this year.

I CERTAINLY recommend you watch a few episodes from the site and see if you like them - they are free.

Chris

I’M BACK!

Author: Chris Morris  //  Category: Personal

Yep, I’m back! I had a good run with that bug, I was VERY sick, I actually recovered a few days ago but haven’t been up to jumping on the computer.

Anyway, expect many more updates and posts from now on!

Chris

I’ve Been Sick

Author: Chris Morris  //  Category: Uncategorized

Hey,

Just to let you know, I am still alive I just haven’t updated the site because I’m sick!

Good news though, the new AF is moving along quickly, if you look in the top left you can see that it has jumped another 5%

Chris

I’ve Moved the Blog Over Here!

Author: Chris Morris  //  Category: World Wide Web

Yes, well, AussieFeral.com is loosing a load of visits, so I’ve put back V4 and moved the blog over here, I may move the blog back to AussieFeral.com AFTER the new site is up and running!

Chris

N95’s Only problem

Author: Chris Morris  //  Category: Gadgets

Yes, well I got my N95 and I have read a lot of the reviews, people said that ti had a short battery life, well by short I thought they meant about 4 or 5 hours of continuous use, but actually it is about 2 1/2, but if you use it as just a phone and music it seems to last about 5 hours, also keep in mind I’m on 3G which also sucks about 40% more battery up (I think about 40%)

Anyway, love this new multimedia device - I hate it when people say, why did you buy it, the old one made calls, people can’t seem to get it through their head it’s not classed as a phone, it’s a multimedia device, multimedia pretty much means entertainment in my language, second of all I’m paying for the device - I can spend my money on what I want to spend it on, and last off, it is CHEAPER than my old phone, so I am happy that I have my N95!

Here are a couple of sample pictures from the phone.. Click the image to enlarge

PHN1PHN2

Guess the Crop #2 - Solved

Author: Chris Morris  //  Category: Guess the Crop

Congratulations Hazard Rush you won! You answered one of the two answers, AV plugs/cables, the other answer was the box it’s a TV Tuner

GTC 2 Answered

Basic : Debugging PHP Scripts

Author: Chris Morris  //  Category: PHP Tutorials

<?php
ini_set(‘display_errors’, 1);
#temp. config your php.ini file for displaying errors
#you may also edit your PHP.ini file and change this manually

error_reporting (E_ALL & ~E_NOTICE);
#display errors
?>

Using error_reporting(); you can limit what errors are reported. Here’s a list of reporting levels you can use, just type error_reporting(E_YOUR CHOICE); or if you want to use more than one use error_reporting(E_YOUR CHOICE & E_YOUR SECOND CHOICE);
etc, make sure you keep intact ini_set();

E_ALL —- All errors
E_STRICT —- Recommendations and E_ALL
E_ERROR —- Run-time errors (stops the execution of a script)
E_WARNING —- Run-time warnings (does not stop the execution)
E_PRASE —- Prase Errors
E_NOTICE —- Notices (things that may or may not be problems with your script(s))
E_USER_ERROR —- User-generated errors, used by the trigger_error(); function
E_USER_WARNINGS —- Same as above, just warnings
E_USER_NOTICE —- Same again, just notices

If you are using E_ALL and don’t want to report errors from other types of error reporting you can set it out like this
error_reporting(E_ALL & ~E_THE CHOICE THAT IS NOT WANTED);
~ means discard.

Hope this helps you out a bit, comments welcome, by the way, I usually use E_ALL and if there are no errors but still issues I use E_STRICT.

Goodbye N73, HELLO N95!

Author: Chris Morris  //  Category: Gadgets

Tomorrow morning I am picking up my plum N95 via 3, the phone company, their rates are much cheaper than optus, so I can use the phone for what I want to now.

Goodbye N73, HELLO N95!