()->csrf()->setQueryString( array( 'do' => 'savedAction', 'action' => $action->_id ) ), ENT_QUOTES | ENT_DISALLOWED, 'UTF-8', FALSE ); $return .= << CONTENT; $return .= htmlspecialchars( $action->_title, ENT_QUOTES | ENT_DISALLOWED, 'UTF-8', FALSE ); $return .= << CONTENT; endforeach; $return .= <<modPermission('can_view_moderation_log') ): $return .= <<
  • 'modLog' ) ), ENT_QUOTES | ENT_DISALLOWED, 'UTF-8', FALSE ); $return .= << CONTENT; $return .= \IPS\Member::loggedIn()->language()->addToStack( htmlspecialchars( 'moderation_history', ENT_DISALLOWED, 'UTF-8', FALSE ), TRUE, array( ) ); $return .= <<
  • CONTENT; endif; $return .= << CONTENT; endif; $return .= << CONTENT; if ( $poll = $topic->getPoll() ): $return .= << CONTENT; endif; $return .= <<auto_polling_enabled ): $return .= <<isLastPage() ): $return .= << CONTENT; if ( $topic->isQuestion() && $question ): $return .= <<

    CONTENT; $return .= \IPS\Member::loggedIn()->language()->addToStack( htmlspecialchars( 'question_title', ENT_DISALLOWED, 'UTF-8', FALSE ), TRUE, array( ) ); $return .= << CONTENT; $return .= \IPS\Theme::i()->getTemplate( "topics", "forums" )->postContainer( $topic, $question, $votes, 'cPostQuestion' ); $return .= <<

    CONTENT; $pluralize = array( ( $topic->posts ) ? $topic->posts - 1 : 0 ); $return .= \IPS\Member::loggedIn()->language()->addToStack( htmlspecialchars( 'answer_count', ENT_DISALLOWED, 'UTF-8', FALSE ), FALSE, array( 'pluralize' => $pluralize ) ); $return .= <<
    CONTENT; if ( $pagination ): $return .= <<
    CONTENT; else: $return .= <<commentMultimodActions() ) && ( $topic->posts > 1 OR $topic->mapped('unapproved_comments') > 0 OR $topic->mapped('hidden_comments') > 0 ) ) || $pagination ): $return .= << CONTENT; if ( \count( $topic->commentMultimodActions() ) ): $return .= <<
  • 0
  • CONTENT; endif; $return .= << CONTENT; endif; $return .= <<getTemplate( "global", "core" )->featuredComments( $topic->featuredComments(), $topic->url()->setQueryString( 'recommended', 'comments' ), 'recommended_posts', 'post_lc' ); $return .= <<isQuestion() ): $return .= <<isQuestion() AND $topic->topic_answered_pid ): $return .= <<
    CONTENT; $postCount=0; $timeLastRead = $topic->timeLastRead(); $lined = FALSE; $return .= <<isQuestion() and !$lined and $timeLastRead and $timeLastRead->getTimestamp() < $comment->mapped('date') ): $return .= << CONTENT; endif; $return .= <<getTemplate( "topics", "forums" )->postContainer( $topic, $comment, $votes, ( $topic->isQuestion() ) ? 'cPostQuestion' : '' ); $return .= << CONTENT; if ( $postCount == 8 ): $return .= << CONTENT; endif; $return .= << CONTENT; if ( $postCount == 16 ): $return .= << CONTENT; endif; $return .= << CONTENT; if ( $postCount == 24 ): $return .= << CONTENT; endif; $return .= << CONTENT; if ( $postCount == 32 ): $return .= << CONTENT; endif; $return .= << CONTENT; endforeach; $return .= <<isQuestion() ): $return .= << CONTENT; $return .= \IPS\Member::loggedIn()->language()->addToStack( htmlspecialchars( 'no_answers', ENT_DISALLOWED, 'UTF-8', FALSE ), TRUE, array( ) ); $return .= << CONTENT; endif; $return .= <<getTemplate( "global", "core" )->commentMultimod( $topic ); $return .= <<

    CONTENT; if ( $pagination ): $return .= << {$pagination} CONTENT; endif; $return .= <<commentForm() || $topic->locked() || \IPS\Member::loggedIn()->restrict_post || \IPS\Member::loggedIn()->members_bitoptions['unacknowledged_warnings'] || !\IPS\Member::loggedIn()->checkPostsPerDay() ): $return .= <<
    CONTENT; if ( $topic->commentForm() ): $return .= <<locked() ): $return .= << CONTENT; $return .= \IPS\Member::loggedIn()->language()->addToStack( htmlspecialchars( 'topic_locked_can_comment', ENT_DISALLOWED, 'UTF-8', FALSE ), TRUE, array( ) ); $return .= << CONTENT; elseif ( ( $topic->getPoll() and $topic->getPoll()->poll_only ) ): $return .= << CONTENT; $return .= \IPS\Member::loggedIn()->language()->addToStack( htmlspecialchars( 'topic_poll_can_comment', ENT_DISALLOWED, 'UTF-8', FALSE ), TRUE, array( ) ); $return .= << CONTENT; endif; $return .= <<commentForm()} CONTENT; else: $return .= <<locked() ): $return .= <<getTemplate( "forms", "core", 'front' )->commentUnavailable( 'topic_locked_cannot_comment' ); $return .= <<restrict_post ): $return .= <<getTemplate( "forms", "core", 'front' )->commentUnavailable( 'restricted_cannot_comment', \IPS\Member::loggedIn()->warnings(5,NULL,'rpa'), \IPS\Member::loggedIn()->restrict_post ); $return .= <<members_bitoptions['unacknowledged_warnings'] ): $return .= <<getTemplate( "forms", "core", 'front' )->commentUnavailable( 'unacknowledged_warning_cannot_post', \IPS\Member::loggedIn()->warnings( 1, FALSE ) ); $return .= <<checkPostsPerDay() ): $return .= <<getTemplate( "forms", "core", 'front' )->commentUnavailable( 'member_exceeded_posts_per_day' ); $return .= << CONTENT; endif; $return .= <<isArchived() and !$topic->container()->password ): $return .= << CONTENT; $return .= \IPS\Theme::i()->getTemplate( "global", "core" )->follow( 'forums', 'topic', $topic->tid, $topic->followersCount() ); $return .= <<
    CONTENT; $return .= \IPS\Theme::i()->getTemplate( "global", "core" )->promote( $topic ); $return .= << CONTENT; endif; $return .= << CONTENT; if ( ( $topic->canPin() or $topic->canUnpin() or $topic->canFeature() or $topic->canUnfeature() or $topic->canHide() or $topic->canUnhide() or $topic->canMove() or $topic->canLock() or $topic->canUnlock() or $topic->canDelete() or $topic->availableSavedActions() or $topic->canMerge() or $topic->canUnarchive() or $topic->canRemoveArchiveExcludeFlag() or \IPS\Member::loggedIn()->modPermission('can_view_moderation_log') ) or ( $topic->hidden() == -2 AND \IPS\Member::loggedIn()->modPermission('can_manage_deleted_content') ) ): $return .= <<
  • CONTENT; $return .= \IPS\Member::loggedIn()->language()->addToStack( htmlspecialchars( 'moderator_actions', ENT_DISALLOWED, 'UTF-8', FALSE ), TRUE, array( ) ); $return .= << CONTENT; endif; $return .= << CONTENT; endif; $return .= << CONTENT; if ( !$topic->container()->disable_sharelinks ): $return .= << CONTENT; $return .= \IPS\Theme::i()->getTemplate( "global", "core" )->sharelinks( $topic ); $return .= <<container()->club() ): $return .= << CONTENT; endif; $return .= << Top marks Declan Rudd...... - Main Discussion - Norwich City - The Pinkun Forums Jump to content
    Sign in to follow this  
    Lessingham Canary

    Top marks Declan Rudd......

    Recommended Posts

    So pleased to see Declan Rudd have a much deserved clean sheet today, looking more confident every game, didn''t have a lot to do today, but made everything look comfortable, looking really good, and well done AN in having the balls to drop Ruddy.

    Share this post


    Link to post
    Share on other sites
    Said to my lad midway through the second half,"Rudd, awesome"! He is playing really well although his kicking could be improved. Agree, AN made the right choice!

    Share this post


    Link to post
    Share on other sites
    [quote user="Lessingham Canary"]Agree on the kicking Ron, but do love the way he gets out to clear things up around the edge of his box, very quick decision making, and getting right almost always.[/quote]

    Indeed. Looked confident and every inch a premier league goalkeeper.

    Share this post


    Link to post
    Share on other sites
    So this leaves the question of where and when will Ruddy be going? I''ve heard he hasn''t taken being dropped from the team very well and clearly isn''t going to hang around on the bench.

    Share this post


    Link to post
    Share on other sites

    [quote user="JF"]So this leaves the question of where and when will Ruddy be going? I''ve heard he hasn''t taken being dropped from the team very well and clearly isn''t going to hang around on the bench.[/quote]If that is true, that is his problem to deal with.  You would expect him to be disappointed, but you would also expect him to be professionl and fight to get his place back, not look to run away to another club.  Footballers are thick skinned - or should be.  He has to be patient, just like Rudd has had to be.

    Share this post


    Link to post
    Share on other sites
    [quote user="lake district canary"][quote user="JF"]So this leaves the question of where and when will Ruddy be going? I''ve heard he hasn''t taken being dropped from the team very well and clearly isn''t going to hang around on the bench.[/quote]If that is true, that is his problem to deal with.  You would expect him to be disappointed, but you would also expect him to be professionl and fight to get his place back, not look to run away to another club.  Footballers are thick skinned - or should be.  He has to be patient, just like Rudd has had to be.[/quote]I can only think Ruddy needs to drop down a division if he wants regular first team football. But his wages might mean that he''s here a while longer sitting on the bench.Rudd''s doing very well, better than many expected. When I saw him spring to his feet against Tottenham I could only think that Ruddy would have struggled to get up nearly as quick.

    Share this post


    Link to post
    Share on other sites
    Guest
    Another solid performance from Rudd today.  Earned his clean sheet with two good blocks in the first half when the defence were looking nervous and then a great save at the end.

    Share this post


    Link to post
    Share on other sites
    Had Rudd been brought in earlier we would be in the top 10 now.

    Nice to see him come for corners

    Share this post


    Link to post
    Share on other sites
    Pleased for Rudd. Seems to get better every game.

    But I''m a tad suprised that some aren''t impressed with his kicking.

    I think he kicks well. Even under pressure. The kicks are generally long. Don''t remember one going into touch today.

    Not sure what you expect ?. A bit of golfers backspin maybe. Or some Shane Warne leg spin ?.

    I''ve seen them all, from Ken Nethercott onwards. And we''ve not exactly covered ourselves in glory in that dept.

    Have you seen Ruddy''s kicking ? Robert Green ?

    Andy Marshall ?. Rudd looks pretty useful to me.

    Share this post


    Link to post
    Share on other sites
    Was really pleased for the lad today, his confidence is growing in every game.

    Share this post


    Link to post
    Share on other sites

    The point about Ruddy not taking his demotion well, makes wonder if anyone else has noticed that when the keepers come out to warm up, Ruddy didn''t seem to want to acknowledge the Norwich fans who applauded them on the pitch, i saw it first hand at Man Utd and Spurs, my wife reckons was same today (i was inside watching Bolton), anyone else seen that? not very professional if true, in fact hope reading too much into it.

    Share this post


    Link to post
    Share on other sites
    Rudd is doing alright, I don''t think we''re missing Ruddy.

    But I''m not convinced Rudd is the answer long term.

    Share this post


    Link to post
    Share on other sites
    Rudd has done well and today his kicking was actually pretty good.

    To say you''re not convinced he is a long term answer is a bit short sighted in my opinion. He has only had a few prem games and has generally improved upon his first game. We will see.

    Share this post


    Link to post
    Share on other sites
    Several times he passed to defenders so we could work the ball up the field, rather than hoof it 2/3. of the way and hope one of our guys got control, a strategy that has a 50% chance of working.

    Share this post


    Link to post
    Share on other sites
    Rudd has done ok - I don''t think he made any particularly amazing saves today, but did what was asked of him and his distribution was good. Can''t really say fairer than that.

    I don''t agree about Ruddy, he seemed fine at the half-time warm-up. I guess you see what you want to see in these things!

    Share this post


    Link to post
    Share on other sites
    [quote user="Mind the gap"]Pleased for Rudd. Seems to get better every game.

    But I''m a tad suprised that some aren''t impressed with his kicking.

    I think he kicks well. Even under pressure. The kicks are generally long. Don''t remember one going into touch today.

    Not sure what you expect ?. A bit of golfers backspin maybe. Or some Shane Warne leg spin ?.

    I''ve seen them all, from Ken Nethercott onwards.
    And we''ve not exactly covered ourselves in glory in that dept.

    Have you seen Ruddy''s kicking ? Robert Green ?

    Andy Marshall ?. Rudd looks pretty useful to me.[/quote]Keelan''s left-hook could send an opposing centre-forward flying further than Rudd can kick a ball. I blame the end of national service.

    Share this post


    Link to post
    Share on other sites
    Only slight criticism is that I''d like to see him catch the ball a bit more, instead of making "hollywood" turns round the post.Technically it matter not though really.

    Share this post


    Link to post
    Share on other sites
    [quote user="morty"]Only slight criticism is that I''d like to see him catch the ball a bit more, instead of making "hollywood" turns round the post.Technically it matter not though really.[/quote]
    Think it''s a case of him playing it safe at the moment. Which is understandable. I agree he needs to try and hold things more as he plays more.

    Share this post


    Link to post
    Share on other sites

    ruddy might not like it much but how can he complain rudd is playing better

    I am impressed how rudd quickly gets down then back up on his feet ,

    ruddy gets down like a felled oak tree

    Share this post


    Link to post
    Share on other sites
    DR is settling in nicely, but there is still a small amount of hesitation between him and the defence, this should improve with playing time. Like he''s quickness once he''s made a decision to come for a ball.

    He''s not the finished item yet but he''s certainly not letting anybody down whilst developing.

    Share this post


    Link to post
    Share on other sites
    Two different keepers but overall i prefer Rudd who is far more athletic,commands his area better and def distributes the ball quickly,in fact it was refreshing to see him throw the ball long for Brady to run onto,

    Share this post


    Link to post
    Share on other sites

    Create an account or sign in to comment

    You need to be a member in order to leave a comment

    Create an account

    Sign up for a new account in our community. It's easy!

    Register a new account

    Sign in

    Already have an account? Sign in here.

    Sign In Now
    Sign in to follow this  

    Copyright Archant Community Media Limited Powered by Invision Community

    ×
    • Create New...