About
This blog is mostly about my work, but expect an occasional home project, productivity tip and tooling review.Search
Categories
- Conference (21)
- Development (217)
- Security (19)
- Test (32)
- Tooling (175)
- Uncategorized (169)
Category Archives: Tooling
Icon editor
For a nice GUI I need nice icons. The IconWorkshop software from Axialis Software is the tool for me. Giving me more options than I need without making my head spin. A nice feature is constructing an icon from multiple … Continue reading
Resize image in Word with macro
Whenever I need to walk through a wizard I make screenshots of the steps. This comes in handy when someone else needs to do the same thing or just for logging purpose. The screenshots come in a Word document. To … Continue reading
Log with notepad
I’m using a hack found here to log with notepad. Whenever the link is opened a window of notepad is openen, with a timestamp inserted at the end of the file and the cursor positioned after the timestamp. Now I … Continue reading
WordPress iPhone app
The wordpress app has a place in the Rewind 2010: iPhone apps list. I’m using it to publish this item. Works great. Go install it.
Posted in Tooling
Leave a comment
Many-to-any link back to parent
ActivRecord has a feature to create relations between tables with the name of the table as a variable. The example deals with payment and order. A payment can be iDeal or PayPal. The dotNET code uses a interface (IPayment) which … Continue reading
Posted in Development, Tooling
Leave a comment