Craving
Fruit Brute
Since 1983.
Click HERE to register.


 Forgot your info?
Remember me

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

Long Lost 90s: Nick in the Afternoon


It's that time of the year again, yes I'll be talking about Nickelodeon. This time we'll be looking into both Nick in the Afternoon as well as its mascot and host Stick Stickly with co stars such as Stick's mother, his brother Woodknot and co-host/ news caster Holly who is a wooden spoon. This block was my go to as a kid before the likes of Toonami and Kids WB. I can remember watching it in the summer and seeing it after school later on. It brought a smile to my face whenever I saw it.


Beginning on June 1995 and ending on December 1998, Nick in the Afternoon was originally an afternoon block in the summer that played after the Nick Jr. block. The host was a popsicle stick named Stick Stickly voiced by Paul Christie and puppeteered by Rick Lyon. The regular segments within the block were U-Pick where viewers picked what episode to watch and U-Dip where viewers picked a substance to dip the host in and on occasion kids dip their feet in the substance. Others were Stump Stick where Stick Stickly had to be stumped on a joke or a riddle, countdown lists that go by a theme and celebrity news and interviews with Holly, He had starred in three specials during his Nick in the Afternoon run. There was also a jingle to mail him which, in his comeback in "The 90s Are All That" block, became a hashtag. What I enjoyed about this block was the interactivity it offered and it was lighthearted fun with a catchy mailing jingle. However this only lasted until December of 1998.




The reason why it was changed to it being on for just the summer to all of summer, fall and early winter is unknown. After the end of Nick in the Afternoon, Stick Stickly appeared in many bumpers and specials on Nickelodeon like the Kid's Choice Awards, New Years and a computer game.


In 2011 Stick Stickly returned for a retro block on TeenNick called "The 90's Are All That" during which he hosted U-Pick Fridays as well as having adventures and hosting events for the block that had a special theme like game shows, celebrating a show's anniversary or specials on and around holidays like Christmas, Halloween and New Years.




Overall, I feel that Nick in the Afternoon was one of the trademark blocks of the nineties and Stick Stickly has become an icon of the channel and the decade as more people remember him. While not completely forgotten, the block was a fixture in summers during the mid to late nineties and is slowly getting the recognition that it deserves


Remember to Live Life and Live Nostalgic

Digg Share
Looking for more from ThatDudeintheHoodie?
READ 151204 TIMES
Close

SockofFleagulls Posted on Dec 08, 2016 at 04:37 PM

I watched alot of Nickelodeon through the early 90s and can't remember Stick Stickly for the life of me. I loved watching the kids game shows at that time like Make the Grade, Nick Arcade, and Legends of the Hidden Temple.

Hoju Koolander Posted on Apr 07, 2016 at 06:53 PM

Stick Sticky made my 90's summers memorable as well. I always wanted the spinner to land on Salute Your Shorts.

Rick Ace Rhodes Posted on Apr 01, 2016 at 02:25 PM

I vaguely remember this block. I love watching the old Nickelodeon commercials from the era.

Failed 90's Video Game Console Wars

Video game enthusiasts know that the main event of the “Console Wars” in the 80’s and 90’s was fought between Nintendo and Sega. Insults were ...

The First Snowman I Ever Built

One of my favorite things about Christmas when I was a kid, besides getting presents, was watching the Christmas specials that aired every year. Rudol...

Saturday Morning Cereals

A NLogan Retro*Junk Retrospective. Originally published at Retro*Junk. I am now coalescing all my childhood memories to one place. This is the new a...

Bugs Bunny 50th Anniversary Magazine

In 1990, Bugs Bunny turned 50 years old and was on the verge of a major marketing push that had begun with Tim Burton’s blockbuster Batman film the ...

The History of Christmas

THE HISTORY OF CHRISTMASFor many of us, we believe that we solved the mystery long ago.My own childhood realization has been retold here. But that was...

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

/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 19:55:00 Apache Yii Framework/1.1.11