Notebook since 2001

Blog, page 56

page 56 of 76

Continuing through the writing archive.

Dice · 1 min

Barbudi

Rules for Barbudi, a two-player Mexican casino dice game where shooter and fader bet on which doubles come up first.

#Ideas#Tutorial#Coins
Read post
Dice · 1 min

Aces In The Pot

Rules for Aces In The Pot, a two-dice gambling game where 1s feed the pot and 6s pass coins to your neighbour.

#Coins#Ideas#Tutorial
Read post
Development · 2 min

internet robot zombies

A plain-language take on form-spam bots, the botnets that run them, and why people buying the spam keeps it alive.

#Robots#Security#Journal
Read post
Development · 1 min

How to find the text column header of a CListCtrl in MFC

Short MFC helper that pulls the text of a CListCtrl column header by index using the underlying CHeaderCtrl.

#C++#Code#Tutorial
Read post
Development · 1 min

Add/Remove operation is impossible, the code element Cxxx is read only

Fix for the Visual Studio error when adding a control event handler: delete the .ncb and .suo files, then rebuild.

#Tutorial#Code#C++
Read post
Development · 1 min

Dump a CListCtrl

C++ snippet that walks an MFC CListCtrl and writes every row and column out to a CSV file.

#Code#C++#Tutorial
Read post
Bookmarks · 1 min

links for 2009-05-05

One bookmark for the day: the Stack Overflow thread on the best comments ever found in source code.

#Bookmark#Code
Read post
Development · 1 min

How to create a menu and submenu on right click in MFC

MFC snippet that builds a right-click context menu with a nested submenu using CMenu and TrackPopupMenu.

#C++#Code#Tutorial
Read post
Development · 1 min

Troubleshooting CakePHP

A running list of CakePHP 1.2 fixes, starting with HtmlHelper::file moving to FormHelper.

#PHP#Code#Tutorial
Read post
Development · 2 min

Testing writing from Windows Live Writer

First impressions of Windows Live Writer as a desktop blog client for WordPress, with categories, live preview, and source editing.

#Web#PHP#Review#Journal
Read post