Wait'll
they get a load
of me.
Click HERE to register.


 Forgot your info?
Remember me

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

Halloween Memories

By: vkimo
Halloween has always been my favorite of the major holidays. Being born in October doesn't hurt either. For me it all started in class, we had these big poster calendars and when October hit, it always had the coolest designs of haunted houses, fall leaves, ghosts and just really set the tone early for me.


One of my favorite things was going into the supermarkets and seeing all the displays and decorations. My brother and I would grab the fake plastic scythes and axes and have at it right in the produce isle! And who could forget those bizarre hard pimply pumpkins they'd have out. Gross!

The TV programming was always very exciting to me. My mom never let me rent scary movies, but now they were easy to find on cable, and not only that I could watch a horror movie during the day, which was great for a wussy 8 year old like myself! I enjoyed all the staples like Friday The 13th, Halloween, Chucky, and so on. Of course when old mom walked in I'd switch it to It's The Great Pumpkin Charlie Brown...




I remember for school the last Friday before Halloween you could wear your costume to school. Then the entire student body would go on the field and there would be a parade. On a particularly bad year you could expect half the school to be princesses and the other half to be wolverine. One year I totally forgot my costume, it was horrible. The teacher let me call my mom but she wasn't answering. There were a few extra costumes but they were HORRID. My memory is hazy now, but I'm pretty sure I had the choice of a Barney like full body dinosaur costume, a Luchador mask (That was it, just the mask) or Jazmine from Aladdin. I just pulled my shirt over my head and walked around as Cornholio.


Finally, on the Eve of All Hallows my parent would take my brother and I out. We lived on a very quite street that subtly ran off the main road leading through town, you really wouldn't even notice it driving by. There were only like 4 kids on the entire block so we drove to the more affluent area in town. But we did have one neighbor, a kindly man who was an electrician by trade. He really went over the top, he set up his whole yard and would hide in a coffin and hand out candy. It was kind of sad though because no one trick or treated on our block, so I think the poor guy remained in the coffin most of the night. Really a shame too because kids would have loved his set up. Sadly I have no actual pictures, but it looked somewhat like this.



It was always a fun night. Me and brother were both awkwardly shy and would be too embarrassed to say "Trick or Treat" for whatever reason. Most of the time we'd just knock on the door and hold out our bags..silently. How's that for creepy? Then after we'd made the usual rounds the community center would have a cool party for the kids in the gym. I remember one year my bag of candy was stolen because we had to place it on a table to go into the gym.

Halloween is still a cool Holiday. Even though in High School it all just sort of transformed into girls dressing scantily which don't get me wrong was ok with me. But it just never felt the same. Maybe one day when I have kids it will again. This year I'll spend it watching movies and being on the lookout for hooligans. Thanks for reading!

 


Digg Share
Looking for more from vkimo?
READ 312128 TIMES
That Time Gavin Rossdale Cheated Death in the Rain

Back when the only reality show on MTV was The Real World, they actually featured things like music videos and concerts. It was a pretty neat time cal...

Memories of Olmec and Legends of the Hidden Temple

    As a kid, I was always aware of how great Legends of the Hidden Temple was. Even with “Double Dare,” “Wild and Crazy Kid...

Wolverine a Reader's Perspective Part 23

  The Wolverine! Art by Herbe Trimpe Wolverine a Reader's Perspective Part 23 Continuing our journey to understand the Wolverine cha...

The Nintendo Handheld Experience Part 1

The original Game Boy and its green screen with motion blur was something that I was jealous of my sister having for a few years, but when I achieved ...

Goodbye, Farewell, and Amen - M*A*S*H Memories

M*A*S*H aired for eleven years between 1972 and 1983. It was a show about war, bravery, absurdity, and kindness. It made audiences laugh one minute an...

Wolverine a Reader's Perspective Part 22

  Uncanny X-Men by Dave Cockrum Wolverine a Reader's Perspective Part 22 Continuing our journey to understand the Wolverine characte...

Wolverine a Reader's Perspective Part 21

The Uncanny X-Men art by Dave Cockrum   Wolverine a Reader's Perspective Part 21 Continuing our journey to understand the Wolverin...

Pok'emon Power Magazine

In September of 1998, Pok'emon was introduced to the U.S. and the staff at Nintendo Power did their part to help give it the impact it got when brough...

Action Figure Reclamation Project Phase 6

It’s been a while but I’m back again with the 6th installment of my ongoing Action Figure Reclamation Project series. For the uninitiated, through...

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

/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-04-02 16:30:36 Apache Yii Framework/1.1.11