Craving
Fruit Brute
Since 1983.
NLogan's Retro Christmas

RETRORATING: 18

Rad Retro Ads

RETRORATING: 11

Timewarp: Toys R Us 1987

RETRORATING: 16

Click HERE to register.


 Forgot your info?
Remember me

Don't mess
with the bull.
JOIN!!!
1 COMMENTS
RETRORATING: 2
FAVORITED 0 TIMES

Favorite Halloween costumes from my childhood

I know this is late but I had writer's block around this time and my theory is better late than never. In this article I am going to give you a few stories about some of my favorite Halloween costumes I wore as a kid. I have always been weird with my costumes but the first costume I ever remember wearing is an Alf costume. I loved the show and immediately decided I wanted to be him. 


This is the costume I wore. I never understood with these type of costumes why they gave you the plastic suit. It was weird and I had to wear it over the clothes.

The next costume I remember wearing vividly was a Super Mario costume that was kind of the same as the Alf one, meaning it had a Super Mario mask and a plastic suit. I cannot find a picture of it but you get the idea.

Now this next one is one of my favorites as it was one of my heros, Alice Cooper. It was around the time the "Hey Stoopid" album had come out and I decided "screw it", I am doing this. 


That is me on the right with the microphone and makeup. My brother is on the left in a glow in the dark wolf mask. Never understood why the mask had to glow in the dark but that is besides my point. I loved my costume that year. But the next year I went over the top...

The next costume is the last in this article and the one I wish I had a picture of. The year after I went as Alice Cooper I had bought my second CD ever and it was Twisted Sister's "Big Hits And Nasty Cuts" and I loved that CD. I decided I had wanted to go as Dee Snider and I do not regret a thing, except for not getting a picture. That costume was the penultimate costume I had ever done and I am so proud of it. Years after I would go as horror movie slashers and I loved those too, but the costumes I described in this article are definitely my favorites.

So what were some of your favorite costumes as a kid? Let me know in the comments below. 
Digg Share
Looking for more from ozzyrulz777?
READ 105466 TIMES
Close

pikachulover Posted on Dec 12, 2015 at 02:41 AM

Dressing up as your favorite musicians for Halloween is so fun. Great article!

5 Fads of the 90's

Sometimes a fad hits so hard it becomes a part of our daily life, forever cementing it's place in that time and decade. There's no reason people can't...

Forever Living in Halloween

Forever Living in Halloween By Anthony J. Rapino Halloween is more t...

Hulkamaniacs

Long before his inevitable fall from grace, Hulk Hogan had captured the hearts of an entire nation. Well maybe not the entire nation, but he certainly...

The Principal's Office

There I was, heart pounding, palms sweating, with a slight headache creeping up underneath my Orlando Magic hat. As I looked back on the events of t...

5 Best Food Mascots of the 80's and 90's

Fast Food and snack companies have always known that the quickest way into our wallets is through a colorful mascot who can shill for their brand in 3...

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`=863

/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(1261): CActiveRecord->update()
1256                 $ifFavorited = $ifAction = 0;
1257             }
1258 
1259             $this->render('article', array('model' => $model, 'article' => $article, 'postedBy' => $postedBy, 'comments' => $comments, 'commentCount' => $commentCount, 'ifFavorited' => $ifFavorited, 'ifAction' => $ifAction, 'allArticles' => $allArticles, 'pages' => $pages));
1260             $article->reads += 1;
1261             $article->update();
1262         } else {
1263             $this->redirect(Yii::app()->createUrl('site/error', array('code' => 404, 'message' => 'This page was not found.')));
1264             exit();
1265         }
1266     }
#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-03-21 20:03:56 Apache Yii Framework/1.1.11