Be A Pepper.
Click HERE to register.


 Forgot your info?
Remember me

Don't mess
with the bull.
JOIN!!!
1 COMMENTS
RETRORATING: 6
FAVORITED 1 TIMES
Official Article

1991 New Years Resolutions

Whenever December 31st rolls around we start thinking about our mistakes of the past year and what we're going to do better during the next 365 days. In an attempt to delay any actual progress for myself in 2016, I decided to travel back 25 years and interview myself on New Years Eve of 1990 to find out what my 8 year old self had planned for the year 1991. Here's what I had to say:

Stop littering, because Captain Planet said so.

Write a letter to Tiffani Amber-Thiessen to tell her how hot she is and ask for an autographed photo.

Get a pair of Reebok Pumps because without them I am a social pariah.

Let the hair in the back of my head grow out into a rat tail and cut the rest really short like the New Kids On the Block.

Beat Contra without using the Konami code.

Learn how to do Long Division. (OK, maybe not)

Finally earn that autographed picture of Chuck Norris from my Karate Instructor.

Get a Bart Simpson t-shirt, that show is so funny.

Drink as much Barq’s Root Beer as possible.

Say NO to drugs.

Read at least 10 of The Babysitter’s Club books.

Memorize all the lyrics to The Fresh Prince of Bel-Air theme song.

Learn how to Roller Blade.

Memorize at least one “Yo’ Mama” joke, so I can get back at the guys on the playground.

Start using V05 in my hair so girls will notice how stylish I am.

See the movie Hook at least 5 times in theaters.

Tell my Dad it’s time to stop calling me “Smurf”, because I am a now a man.

If I can’t convince a girl to go out with me, at least annoy her enough so she punches me and consider that physical contact a sign of romantic interest.

Wow, I had a lot ambition in my pre-double digit years. I can say I accomplished about 50% of this list in one short year, which is a pretty good percentage, if you ask me. Well, HAPPY NEW YEAR to you all, hopefully we can learn from the past and make this an awesome year of growth and change, Or you know, keep talking about our favorite discontinued snack foods from 20 years ago. Whatever works for you.

So what were some of your life goals as a kid? Did you achieve any of them?

Digg Share
Looking for more from Hoju Koolander?
READ 132898 TIMES
Close

Vaporman87 Posted on Jan 05, 2016 at 11:38 PM

I can only say that, of all these resolutions, only the Reebok Pumps and defeating Contra without the infamous code would have been on my list. Even so, this great!

13 Things that I remembered from my childhood

Do you remember the things that you have done during your childhood?  Or do you remember what was considered to be extremely popular when you w...

Rabbit Ears Productions: A Retrospective

Hello Retro community! Rabbit Ears Productions (or Rabbit Ears Entertainment, as it is called now) was an animated company that specialized in tel...

Summer Bummers: The Worst Moments of Summer

The long awaited season of the year that's known for taking vacations can prove to have its ups and downs once the blazing heat starts to kick in. Sur...

Weirdest Ghostbusters 2 Merchandise

The 30th anniversary of Ghostbusters 2 flew under the radar this year, overshadowed once again by the hype over Tim Burton’s Batman, in a case of ...

Recreating the feel of Saturday mornings

The constant revisits of weekends from our childhood sometimes started out the same way, our parents either let us have the enjoyment of relaxing to a...

CDbException

CDbException

CDbCommand failed to execute the SQL statement: SQLSTATE[01000]: Warning: 1265 Data truncated for column 'rj_classics' at row 1. The SQL statement executed was: UPDATE `articles` SET `id`=:yp0, `posted_by`=:yp1, `title`=:yp2, `content`=:yp3, `icon`=:yp4, `column`=:yp5, `type`=:yp6, `featured`=:yp7, `contest_winner`=:yp8, `official`=:yp9, `smurf`=:yp10, `posted_on`=:yp11, `status`=:yp12, `category`=:yp13, `action_on`=:yp14, `edited`=:yp15, `reads`=:yp16, `retro_rating`=:yp17, `favorited`=:yp18, `theme`=:yp19, `colorcode`=:yp20, `show_in_header`=:yp21, `approved_on`=:yp22, `rj_classics`=:yp23, `reviews`=:yp24, `review`=:yp25 WHERE `articles`.`id`=882

/home/ghostofvapor/public_html/yii/framework/db/CDbCommand.php(354)

342             return $n;
343         }
344         catch(Exception $e)
345         {
346             if($this->_connection->enableProfiling)
347                 Yii::endProfile('system.db.CDbCommand.execute('.$this->getText().$par.')','system.db.CDbCommand.execute');
348             $errorInfo = $e instanceof PDOException ? $e->errorInfo : null;
349             $message = $e->getMessage();
350             Yii::log(Yii::t('yii','CDbCommand::execute() failed: {error}. The SQL statement executed was: {sql}.',
351                 array('{error}'=>$message, '{sql}'=>$this->getText().$par)),CLogger::LEVEL_ERROR,'system.db.CDbCommand');
352             if(YII_DEBUG)
353                 $message .= '. The SQL statement executed was: '.$this->getText().$par;
354             throw new CDbException(Yii::t('yii','CDbCommand failed to execute the SQL statement: {error}',
355                 array('{error}'=>$message)),(int)$e->getCode(),$errorInfo);
356         }
357     }
358 
359     /**
360      * Executes the SQL statement and returns query result.
361      * This method is for executing an SQL query that returns result set.
362      * @param array $params input parameters (name=>value) for the SQL execution. This is an alternative
363      * to {@link bindParam} and {@link bindValue}. If you have multiple input parameters, passing
364      * them in this way can improve the performance. Note that if you pass parameters in this way,
365      * you cannot bind parameters or values using {@link bindParam} or {@link bindValue}, and vice versa.
366      * binding methods and  the input parameters this way can improve the performance.

Stack Trace

#2
+
 /home/ghostofvapor/public_html/protected/controllers/SiteController.php(1262): CActiveRecord->update()
1257                 $ifFavorited = $ifAction = 0;
1258             }
1259 
1260             $this->render('article', array('model' => $model, 'article' => $article, 'postedBy' => $postedBy, 'comments' => $comments, 'commentCount' => $commentCount, 'ifFavorited' => $ifFavorited, 'ifAction' => $ifAction, 'allArticles' => $allArticles, 'pages' => $pages));
1261             $article->reads += 1;
1262             $article->update();
1263         } else {
1264             $this->redirect(Yii::app()->createUrl('site/error', array('code' => 404, 'message' => 'This page was not found.')));
1265             exit();
1266         }
1267     }
#15
+
 /home/ghostofvapor/public_html/index.php(16): CApplication->run()
11 defined('YII_DEBUG') or define('YII_DEBUG',true);
12 // specify how many levels of call stack should be shown in each log message
13 defined('YII_TRACE_LEVEL') or define('YII_TRACE_LEVEL',3);
14 
15 require_once($yii);
16 Yii::createWebApplication($config)->run();
2026-06-05 07:57:54 Apache Yii Framework/1.1.11