Main menu:

Subscribe with RSS

Find in Tags

Browse Recent

Home » Web & Programming

Web & Programming Posts

Web design tips and code excerpts in whatever programming language I am using at the moment.

Searching the Mind-Map

While Google serves me well, I always enjoy new forms of search - especially the mind-map format. One of those just crossed my paths. Give it a try:

mouseDown();

A bit geeky, but fun if you do programming...

Inserting Holidays/Events Into Outlook

I got frustrated when my Outlook 2002 ran out of holidays December 2005. Searching around the internet I found some pages explaining how it is done. Holidays (or any kinds of "all-day" type events can be collected in a formatted text file and then simply imported into Outlook with one click. If you want to do your own, follow the links below or simply open the .HOL text file and learn from what's there. Here's a short how-to:

Read more...

Monthly Image in PHP

This is a small change that I applied to the WordPress theme on this site. It changes the header image every month. If you like to use this, put the following tag into your header or modify any image in any template- (php-file) on your site.

Read more...