“Mad Genius” ego damage and the nature of poker
Biographical, Image, Motivation, Psychology
About Mike Caro
Biographical, Mike Caro, Press package, SPECIAL INFO
About the Mike Caro Brain Trust
Biographical, Brain Trust, Mike Caro, Press package, SPECIAL INFO
Brain Trust: Hillary president chances 2016
Brain Trust, Thoughts
Caro quote: … old-poker gun
ALL (newest first), POKER, Quotes, Strategy
Decades later, poker history repeats itself
General, History, Hold 'em, In the news, SPOTLIGHT
Eye surgeries delay P1 opening 12 days (Caro blog)
BLOG, Life, Personal
Fast 2014-09-16: Murder of contemporary music
ADDED FAST, ALL (newest first), AUDIO AND VIDEO, Controversy, Life, Thoughts, Video
Fast 2014-11-04: Strange slogan at my polling place
ADDED FAST, ALL (newest first), Life, Thoughts
Hold ’em flop bluff using scare cards
This common hold ’em opportunity to bluff profitably on the flop is often overlooked.
ALL (newest first), Hold 'em, In the news, Links, POKER, Poker sites, Strategy
I used to be mentally retarded (Caro blog)
BLOG, Life, Personal, Psychology
I wake up with 311-point Scrabble word (Caro blog)
BLOG, Life, Personal
Mad Genius ego damage at poker (original version)
Bankroll, Motivation, Personal
Mike Caro Brain Trust methodology
Brain Trust, Press package, SPECIAL INFO
Mike Caro complete biography
ALL (newest first), Biographical, SPECIAL INFO
Mike Caro University: mascot, affiliation, Instagram
ALL (newest first), Announce, In the news, Links, News, Poker sites
More things I’ve never, sometimes, and always done
ALL (newest first), Ethics, General, Personal, POKER, Psychology, Strategy
My hippie photo that scared advertisers (Caro blog)
BLOG, Image, Personal, Photos, Press package, Psychology
My quotation isn’t cute
Gambling, Life, Quotes, Strategy
My streak ends + Poker1 status update (Caro blog)
BLOG, Personal
1 2 3 9

Everything is everywhere

Any Poker1 page takes you anyplace you want to go!

Poker1 

Megadex

Poker1 universe —
all in one place.

→ Collections
Special Poker1 groups

Poker1 Megadex tools

— main navigation departments —

Collections

Related groups of Poker1 content

↓ Major collections ↓

Gambling  •  Hold 'em  •  Info  •  Life beyond poker

Poker (all)  •  Poker dictionary  •  Poker psychology

Poker statistics  •  Poker strategy  •  Poker tells

Prediction*  •  Shopping  •  Zone 2*

↓ Tip collections ↓

All*  •  Gambling*  •  Life*  •  Poker*  •  Various*

↓ Contributor collections ↓

Brunson  •  Caro  •  McHaffie  •  Wiesenberg  •  Others*

↓ More collections ↓

Poker1 FAQ  •  Poker-tell videos  •  Review of poker lessons

Sunday sessions*  •  Targeted poker quizzes  •  Tuesday sessions

* Any collection followed by an asterisk ( * ) has no entries yet.

A-to-Z     Library     Collections     Top     Home

Poker1 everything

Browse alphabetically

 

[a-z-listing display=”posts” post-type=”post”]

A-to-Z     Library     Collections     Top     Home

Poker1 library

Content in categories

A-to-Z     Library     Collections     Top     Home




≡ Content above: Poker1 Phase2a specification ≡

Poker1 log of changes and additions: 2010-04

NOTE: Mike Caro made this log public on the home page (along with the to-do list), but it’s primarily used internally at Poker1. That’s why you might get that "TMI" feeling ("Too Much Information").


See current change log entries | Index of change logs


2010-04-30

Added or completed entries or pages… 

Mike Caro poker word is Sandbag

Poker tournaments — Too-great expectations

Changed entries or pages

Fixed some card graphics in entries (actually none discovered today). Early entries with misaligned card graphics or remaining tiny “.gif” files, instead of Unicode text suits, may remain, but none could be immediately found. Remaining card-suit glitches will be fixed as found or reported.

Functionality added, discontinued, or changed…

None

Other…

None


2010-04-29

Added or completed entries or pages… 

How to avoid the poker disaster of going quiet

Targeted poker quiz 06: Psychology (beginner)

Targeted poker quiz 07: Motivation (beginner)

Changed entries or pages

None

Functionality added, discontinued, or changed…

Investigating problem with Firefox browser showing gray fonts on entries where black is expected and showing underlined links where “text-decoration: none” is specified

  • Checked body color for entries in main theme CSS file (style sheet): Correctly set to “color: #000000;” (black)
  • Activated older theme to see if problem persisted: No change in Firefox body color on entries (still gray, instead of intended black). Reactivated current theme (P1 normal — test).
  • Changed CSS color of links in entries to black to test whether Firefox is carrying over the color change to the following text: No change in color, still gray. Reactivated previous CSS (style sheet).
  • Tested adding “color: #000000;” explicitly to art-sheet-body in CSS. No change. Modification removed.
  • Tested adding “color: #000000;” explicitly to all meaningful CSS locations (and overriding gray colors temporarily by commenting the previous ones out, where applicable): art-Sheet (two instances), art-Post (two instances), art-Post-body,  art-PolstHeaderIcon, art-PostHeader a:link (to see if there’s a carryover to the body text), art-PostContent p, art-Footer art-Footer-text, art-page-footer (including art-page-footer a, art-page-footer a:link, art-page-footer a:visited, and art-page-footer a:hover), art-page-footer (standalone instance), and commentform textarea, RESULT: No effect on body text – still gray in Firefox. Reverted to previous CSS.
  • TEMPORARY FIX. Changed the color of the “Here is the entry you selected” notice that appears above posts from gray to black in single.php to see if the color carries over to the body text in Firefox. RESULT: Font correctly changed from gray to black in Chrome, Internet Explorer, Opera, Safari, and Firefox. It may be necessary for users to clear browser caches to see the change immediately.
  • ISSUE RESOLVED FOR FIREFOX FONT COLOR. Reverted to color gray for “Here is the entry you selected” in single php, but added explicit return to black after “Poker1.com.” Previous PHP code was:

         <div class="navigation">
         <div class="alignleft"><?php echo "<font color=\"gray\">&#8595; Here is the entry you selected! &#8595;"; ?></div>
         <div class="alignright"><?php echo "Poker1.com"; ?></div>

    Replacement code is:

        <div class="navigation">
        <div class="alignleft"><?php echo "<font color=\"gray\">&#8595; Here is the entry you selected! &#8595;"; ?></div>
        <div class="alignright"><?php echo "Poker1.com<font color=\"black\">"; ?></div>

    Less important issue with Firefox underlining links that are set to NOT underline in CSS (such as on INDEX menu page in the top box) also resolved (see below).

Changed link format in previous block quote for sub-indexes listed at the top of the INDEX page (top menu). They now show as underlined links and are not inside a block quote. This will make other browsers display the links consistent with Firefox, which is currently underlining them, as specified for h3 headings, despite CSS code that specifies no underlines. It has been decided that underlines are better for consistency with how links are presented in other elements at Poker1, even though they seemed less attractive underlined within the sub-index block quote. Functionality and consistency have been chosen over style in this case, and the visual result has been deemed to be only marginally less attractive. Sub-index links on INDEX page are now set to “paragraph” style (not h3), in bold, and not within a block quote.

Other…

Added “How to avoid the poker disaster of going quiet” to Spotlight

Removed “No-limit poker misconceptions” from Spotlight


“Mad Genius” ego damage and the nature of poker
Biographical, Image, Motivation, Psychology
About Mike Caro
Biographical, Mike Caro, Press package, SPECIAL INFO
About the Mike Caro Brain Trust
Biographical, Brain Trust, Mike Caro, Press package, SPECIAL INFO
Brain Trust: Hillary president chances 2016
Brain Trust, Thoughts
Caro quote: … old-poker gun
ALL (newest first), POKER, Quotes, Strategy
Decades later, poker history repeats itself
General, History, Hold 'em, In the news, SPOTLIGHT
Eye surgeries delay P1 opening 12 days (Caro blog)
BLOG, Life, Personal
Fast 2014-09-16: Murder of contemporary music
ADDED FAST, ALL (newest first), AUDIO AND VIDEO, Controversy, Life, Thoughts, Video
Fast 2014-11-04: Strange slogan at my polling place
ADDED FAST, ALL (newest first), Life, Thoughts
Hold ’em flop bluff using scare cards
This common hold ’em opportunity to bluff profitably on the flop is often overlooked.
ALL (newest first), Hold 'em, In the news, Links, POKER, Poker sites, Strategy
I used to be mentally retarded (Caro blog)
BLOG, Life, Personal, Psychology
I wake up with 311-point Scrabble word (Caro blog)
BLOG, Life, Personal
Mad Genius ego damage at poker (original version)
Bankroll, Motivation, Personal
Mike Caro Brain Trust methodology
Brain Trust, Press package, SPECIAL INFO
Mike Caro complete biography
ALL (newest first), Biographical, SPECIAL INFO
Mike Caro University: mascot, affiliation, Instagram
ALL (newest first), Announce, In the news, Links, News, Poker sites
More things I’ve never, sometimes, and always done
ALL (newest first), Ethics, General, Personal, POKER, Psychology, Strategy
My hippie photo that scared advertisers (Caro blog)
BLOG, Image, Personal, Photos, Press package, Psychology
My quotation isn’t cute
Gambling, Life, Quotes, Strategy
My streak ends + Poker1 status update (Caro blog)
BLOG, Personal
1 2 3 9

Everything is everywhere

Any Poker1 page takes you anyplace you want to go!

Poker1 

Megadex

Poker1 universe —
all in one place.

→ Collections
Special Poker1 groups

Poker1 Megadex tools

— main navigation departments —

Collections

Related groups of Poker1 content

↓ Major collections ↓

Gambling  •  Hold 'em  •  Info  •  Life beyond poker

Poker (all)  •  Poker dictionary  •  Poker psychology

Poker statistics  •  Poker strategy  •  Poker tells

Prediction*  •  Shopping  •  Zone 2*

↓ Tip collections ↓

All*  •  Gambling*  •  Life*  •  Poker*  •  Various*

↓ Contributor collections ↓

Brunson  •  Caro  •  McHaffie  •  Wiesenberg  •  Others*

↓ More collections ↓

Poker1 FAQ  •  Poker-tell videos  •  Review of poker lessons

Sunday sessions*  •  Targeted poker quizzes  •  Tuesday sessions

* Any collection followed by an asterisk ( * ) has no entries yet.

A-to-Z     Library     Collections     Top     Home

Poker1 everything

Browse alphabetically

 

[a-z-listing display=”posts” post-type=”post”]

A-to-Z     Library     Collections     Top     Home

Poker1 library

Content in categories

A-to-Z     Library     Collections     Top     Home




≡ Content above: Poker1 Phase2a specification ≡

Published by

Mike Caro

Visit Mike on   → Twitter   ♠ OR ♠    → FaceBook

Known as the “Mad Genius of Poker,” Mike Caro is generally regarded as today's foremost authority on poker strategy, psychology, and statistics. He is the founder of Mike Caro University of Poker, Gaming, and Life Strategy (MCU). See full bio → HERE.

Leave a Reply

Your email address will not be published. Required fields are marked *

Let's make sure it's really you and not a bot. Please type digits (without spaces) that best match what you see. (Example: 71353)