A
Winner
is you!
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!

Top five indie games that rely on nostalgia

Since the 1990s, the internet has grown as a browsing tool for many forms of media, and past the millenium indie games slowly began to surface. In the...

My 90s Bedroom

If a kid is lucky enough to have their own room growing up, it quickly becomes their sanctuary. In my case, I had 2 siblings that were out of the hous...

Retro Magazine RoundUp: Sports Illustrated 1994

It's time once again to explore the pages of old magazines to find the little bits of nostalgia sprinkled throughout, in a series I call Retro Magazin...

Action Figure Reclamation Phase 3

Greetings retro toy fans, I'm back with Phase 3 of my Action Figure Reclamation Project. As you know from my previous articles, I have been gradually ...

Mockbusters: 6 Retro Movie Ripoffs!

As long as there have been smash hit blockbuster movies, you can count on a competing studio standing by, ready to make a quick buck by copying the be...

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(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-04-22 08:32:53 Apache Yii Framework/1.1.11