Tim Van Wassenhove
Passionate geek, interested in Technology. Proud father of two
Home
All posts
Tags
Posts
19
Mar 2006
Plugin template for WordPress
Today i’ve been cleaning up my code. All my plugins live in a directory %plugin_name% under the wp-content/plugins...
15
Mar 2006
Adding an action when your plugin is activated
The WordPress documentation says that you have to call add_action(‘activate_pluginurl’, ‘somefunction&...
01
Mar 2006
More marshalling...
This snippet uses GetPrivateProfileString that is available in kernel32.dll. Apparently microsoft has decided to remove ...
27
Feb 2006
Reading unmanaged structs with .NET
Last week i’ve spend a lot of time studying System::Runtime::InteropServices. It took me a while to figure out how...
25
Feb 2006
Access a control by name
I know a mathematician that can do magic with stats. That’s also the reason why he works at Eurostat. He’s a...
16
Feb 2006
Removing selected items from a ListBox
Today i was experimenting with a couple of windows controls. For some reason i wasn’t able to remove the selected ...
12
Feb 2006
Pagination for all
Suppose you have a a large collection of items and you want to display them. Users don’t want to see 5000 items at...
11
Feb 2006
Preparing for my internship
Only two more days before my internship starts. I’m a bit nervous and excited to dive into this adventure. Today i...
06
Feb 2006
GNU screen
Another tool that belongs to my favorites is GNU Screen. A couple of years ago i had a bad internet connection and when ...
06
Feb 2006
GNU sort
I already wrote that GNU Core Utilities (GNU Textutils) have become my favorite text processing tools. Today i wanted to...
← Prev page
Next page →