Notebook since 2001

Blog, page 60

page 60 of 80

Continuing through the writing archive.

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
Junk · 1 min

You may call me /b/

A B-heavy Urban Dictionary definition of /b/, the public bulletin board built of brilliance and barbarity.

#Bookmark#Journal
Read post
Tips · 1 min

Wordpress, Creating a RSS feed for each category.

The undocumented WordPress URL pattern for getting a per-category RSS feed: /?feed=rss2&cat=ID.

#Web#PHP#Tutorial
Read post
Tips · 1 min

C++ name mangling hell

Why exported C++ functions show up with mangled names like FirstGetBuf@US&NP and how extern "C" fixes GetProcAddress.

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

How to Move/Backup/Load a SVN repository

Three svnadmin commands to dump, move, and reload an SVN repository onto a new server.

#Code#Tutorial
Read post