Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Other Discussions
  3. Site Bugs / Suggestions
  4. CodeProject Secret Emoticons

CodeProject Secret Emoticons

Scheduled Pinned Locked Moved Site Bugs / Suggestions
question
11 Posts 6 Posters 1 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • I Immortal Genious

    There are some secret emoticons in CodeProject like :jig: :bob: what are the other secret emoticons?

    L Offline
    L Offline
    Lost User
    wrote on last edited by
    #2

    :beer: :badger: are two I know of.

    One of these days I'm going to think of a really clever signature.

    I 1 Reply Last reply
    0
    • L Lost User

      :beer: :badger: are two I know of.

      One of these days I'm going to think of a really clever signature.

      I Offline
      I Offline
      Immortal Genious
      wrote on last edited by
      #3

      Thanks for the two :badger: :beer: !!

      1 Reply Last reply
      0
      • I Immortal Genious

        There are some secret emoticons in CodeProject like :jig: :bob: what are the other secret emoticons?

        E Offline
        E Offline
        Estys
        wrote on last edited by
        #4

        : baaaa! : :baaaa!: : badger : :badger: : beer : :beer: : bob : :bob: : confused : :confused: : cool : :cool: : doh : :doh: : eek : :eek: : java : :java: : jig : :jig: : laugh : :laugh: : love : :love: : mad : :mad: : omg : :omg: : rolleyes : :rolleyes: : rose : :rose: : sigh : :sigh: : suss : :suss: : thumbsdown : :thumbsdown: : thumbsup : :thumbsup: : vegemite : :vegemite: : wtf : :wtf: : zzz : :zzz: Cheers

        L 1 Reply Last reply
        0
        • E Estys

          : baaaa! : :baaaa!: : badger : :badger: : beer : :beer: : bob : :bob: : confused : :confused: : cool : :cool: : doh : :doh: : eek : :eek: : java : :java: : jig : :jig: : laugh : :laugh: : love : :love: : mad : :mad: : omg : :omg: : rolleyes : :rolleyes: : rose : :rose: : sigh : :sigh: : suss : :suss: : thumbsdown : :thumbsdown: : thumbsup : :thumbsup: : vegemite : :vegemite: : wtf : :wtf: : zzz : :zzz: Cheers

          L Offline
          L Offline
          Lost User
          wrote on last edited by
          #5

          :cool:

          One of these days I'm going to think of a really clever signature.

          1 Reply Last reply
          0
          • I Immortal Genious

            There are some secret emoticons in CodeProject like :jig: :bob: what are the other secret emoticons?

            Richard DeemingR Offline
            Richard DeemingR Offline
            Richard Deeming
            wrote on last edited by
            #6

            There seem to be lots of surprises hidden in the site. For example: go to your profile page and hit up, up, down, down, left, right, left, right, b, a.


            "These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer

            "These people looked deep within my soul and assigned me a number based on the order in which I joined" - Homer

            L T N 3 Replies Last reply
            0
            • Richard DeemingR Richard Deeming

              There seem to be lots of surprises hidden in the site. For example: go to your profile page and hit up, up, down, down, left, right, left, right, b, a.


              "These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer

              L Offline
              L Offline
              Lost User
              wrote on last edited by
              #7

              Interesting; did you discover this by trying every combination of keystrokes you could think of?

              One of these days I'm going to think of a really clever signature.

              Richard DeemingR 2 Replies Last reply
              0
              • L Lost User

                Interesting; did you discover this by trying every combination of keystrokes you could think of?

                One of these days I'm going to think of a really clever signature.

                Richard DeemingR Offline
                Richard DeemingR Offline
                Richard Deeming
                wrote on last edited by
                #8

                No, I cheated and looked at the source of the page:

                <script type="text/javascript">

                function execKonami() {
                $(".member-rep-box > .medium-text > b").html("∞");
                $(".member-rep-box").addClass("platinum");
                $(".member-rep-total > .large-text").text("A squillion");
                }
                var kkeys = [], konami = "38,38,40,40,37,39,37,39,66,65";
                function kcallback(e) {
                kkeys.push(e.keyCode);
                if (kkeys.toString().indexOf(konami) >= 0) {
                kkeys = [];
                execKonami();
                }
                }

                $(document).ready(function (){
                $(window).bind("keydown", kcallback);
                });

                </script>


                "These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer

                "These people looked deep within my soul and assigned me a number based on the order in which I joined" - Homer

                1 Reply Last reply
                0
                • L Lost User

                  Interesting; did you discover this by trying every combination of keystrokes you could think of?

                  One of these days I'm going to think of a really clever signature.

                  Richard DeemingR Offline
                  Richard DeemingR Offline
                  Richard Deeming
                  wrote on last edited by
                  #9

                  It looks like Chris added it last January: http://www.codeproject.com/Messages/3731656/Re-Organizer-Points.aspx[^]


                  "These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer

                  "These people looked deep within my soul and assigned me a number based on the order in which I joined" - Homer

                  1 Reply Last reply
                  0
                  • Richard DeemingR Richard Deeming

                    There seem to be lots of surprises hidden in the site. For example: go to your profile page and hit up, up, down, down, left, right, left, right, b, a.


                    "These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer

                    T Offline
                    T Offline
                    Thomas Daniels
                    wrote on last edited by
                    #10

                    Really :laugh: that! If I do it at the profile of another member, than he/she has a squillion points, but my color in the upper-right-corner is platinum :laugh:

                    1 Reply Last reply
                    0
                    • Richard DeemingR Richard Deeming

                      There seem to be lots of surprises hidden in the site. For example: go to your profile page and hit up, up, down, down, left, right, left, right, b, a.


                      "These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer

                      N Offline
                      N Offline
                      Nelek
                      wrote on last edited by
                      #11

                      That was from double bubble, wasn't it?

                      Regards. -------- M.D.V. ;) If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about? Help me to understand what I'm saying, and I'll explain it better to you Rating helpfull answers is nice, but saying thanks can be even nicer.

                      1 Reply Last reply
                      0
                      • Richard DeemingR Richard Deeming referenced this topic
                      Reply
                      • Reply as topic
                      Log in to reply
                      • Oldest to Newest
                      • Newest to Oldest
                      • Most Votes


                      • Login

                      • Don't have an account? Register

                      • Login or register to search.
                      • First post
                        Last post
                      0
                      • Categories
                      • Recent
                      • Tags
                      • Popular
                      • World
                      • Users
                      • Groups