CodeProject Secret Emoticons
-
There are some secret emoticons in CodeProject like :jig: :bob: what are the other secret emoticons?
-
There are some secret emoticons in CodeProject like :jig: :bob: what are the other secret emoticons?
-
:beer: :badger: are two I know of.
One of these days I'm going to think of a really clever signature.
Thanks for the two :badger: :beer: !!
-
There are some secret emoticons in CodeProject like :jig: :bob: what are the other secret emoticons?
: 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
-
: 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
-
There are some secret emoticons in CodeProject like :jig: :bob: what are the other secret emoticons?
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
-
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
-
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.
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
-
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.
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
-
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
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:
-
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
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.
-
R Richard Deeming referenced this topic