Calendar
November 2024 M T W T F S S 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 Find
Categories
- 10 Years Internet (1)
- Gross vs. Good (6)
- Haiku (17)
- Hyperlinks (453)
- More-of-this (5)
- Neologic (12)
- Ordinateurs (271)
- Hardware (12)
- Moveable-Types (7)
- Programming (53)
- SQL (13)
- Ubuntu (20)
- Video Games (45)
- Civilization (13)
- Game reviews (1)
- Wordpress (28)
- xbox (2)
- Past-the-bridge (50)
- Provincial-Scotia (30)
- Recipes (1)
- RoundAbout (8)
- Saint John NB (65)
- Scientifically (66)
- The Chest Desire (61)
- NS in movies (2)
- Those-wonder-years (40)
- Tourism Canada (4)
- Truro NS (379)
- Uncategorized (4)
- We-reflect-news (215)
- xsamplex (96)
- You-Asked (16)
Archives
Meta
Overthere
- * Arthur's github
- * Arthur's photos
- * Arthur's tweets
- 3 Quarks Daily
- A Ghost of a Flea
- Acts of Volition
- Barefoot
- Bjoern Hansen
- BurningBird
- Butterfly and Wheels
- Cleverhack
- Crooked Timber
- Crooks and Liars
- Culturecat
- DailyKos
- Defective Yeti
- Empty Bottle
- Gothamist
- John Lyon’s
- Kottke’s
- Lisa Rein’s
- Mediatinker
- Mernit’s
- MySaintJohn
- Paul Miller’s
- Pharyngula
- Pixelcharmer’s
- ReedManiac
- Ruk
- Sadly, No.
- Seltzer’s
- Textisms
- The Burning Edge
- The Null Device
- The Panda’s Thumb
- There Is No Cat
- Yule log
Stickies
Category Archives: RoundAbout
Treeview and storage
I‘ve not written a while about programming, let alone anything about that mailing program, RoundAbout. Today’s subject is the Windows TreeView control and its data section, the TreeNodes. As you probably know, a TreeView shows data in an hierarchical way, … Continue reading
Yo, autocomplete.
One of my biggest pet peeves is ‘AutoComplete’: the functionality of a text box to suggest (and complete) previously entered data. I’ve seen many bad implementations and the one fresh out of memory I can remember is Opera’s URL box, … Continue reading
The State of the Machine
I get cranky when I see people use regular expressions or simple substring routines when extracting strings from, for example, e-mail addresses. The first method, while powerful, is memory hungry, the second method is plain childish. You should only use … Continue reading
Barba-what?
Staying on the programming topic: One of the best parts of Roundabout (previously) was the filtering mechanism: before mail was downloaded, the user could (if needed) invoke the Filter dialog box and mark which mails were going to be downloaded … Continue reading
Retro-Code
I was looking for older code through some older projects and I ended up looking at the code of RoundAbout, a Delphi project I headed with a German (Roland), an American (Marcos) and plenty of other contributors. I thought, I … Continue reading
Autosizing memo that autocompletes
For the RB project someone asked me to write an autosizing and autocompleting memobox. Currently the ‘To field’ is implemented as an ‘autocompleting’ combobox: well, typically this combobox was written by myself too. When implementing that combobox I already warned … Continue reading
Posted in RoundAbout
Comments Off on Autosizing memo that autocompletes
Addressbooks
After nearly 4 or 5 months of inactivity I’ll be breathing some life back into RB. I already had planned a couple of changes to the user interface just so I can remove the weird components and build on my … Continue reading
Posted in RoundAbout
Comments Off on Addressbooks
MIME stuff
Earlier this week someone (hi Marcos) notified me that one mailer apparantly breaks up attachments in RB. I traced the problem to the following difference: [RB] Content-type: ….[cut] Name=RB settings mods.txt [Npop] Content-Type: application/octet-stream Content-Disposition: attachment; filename=”readme.txt” I’m totally confused. … Continue reading
Posted in RoundAbout
Comments Off on MIME stuff