Party
like it's
1989.
Bah Humbug!

RETRORATING: 11

Halloween Hallelujah!

RETRORATING: 11

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!

Joe Lieberman VS Scorpion

Not sure how many of you were around (or developmentally far enough along) to remember the 1993 Senate hearings on video game violence, but ...

Classic Games: Karateka for the Commdore 64

Note: This article has been reprinted from an original article that I wrote in early 2004 for the website "Lemon - Commodore 64."  I am the autho...

Classic Games: The Great American Cross Country Road Race

Of all the games I owned for the Commodore 64, very few managed to addict me as much as Activision's Great American Cross-Country Road Race. While ...

Article Classic: The Pok'emon Fad

The year of 1998 is remembered fondly to me only for one thing. The impact from the beginning of the Pok'emon franchise. It was also my first year of ...

I totally missed out!

I don't know what any of you are talking about...I was such a nerd.  Definitely not one of the cool kids:I didn't get new video games, see cool m...

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-10 18:38:06 Apache Yii Framework/1.1.11