Sometimes you need to include chapter number in captions; e.g
Figure 2.1
To do this automatically you need to setup the caption format. In Word 2003 this was very easy. In Word 2007 it is also very easy, but a bit tricky to find at first. Here’s how to do it:
Under the References tab, look for Insert caption and in the dialogue that opens, select Numbering andin the window that opens, check the box Include chapter numbe. Here you can also choose on what Heading level (1, 2, 3…) to base the numbering, and the type of separator that you want to use (i.e.” .” ” ,” or “-” ).
Klick OK .
Continue Reading »
Popularity: 7% [?]
This problem were driving me nuts for a couple of hours so I decided to post it here, to the benefit of others. Using the PHPMailer class to send mail to members from one of our sites I were writing a new function, but all of a sudden my mailing function refused to cooperate, and would return the error:
Language string failed to load: instantiate
This mysterious error came out of the blue, since I’d been using the same function for a long time without any hassle. After going through every bit of the problem it boiled down to not having anything to do with any Language string, which one would believe, but the interesting part of the error message is instantiate.
Continue Reading »
Popularity: 10% [?]
Trying to create MySQL queries can be a daunting task for the beginner and before understanding the logic it can be really confusing. A common task is to select related data from two tables to generate for example a list of blog posts, where you might want to also display the number of comments for each post.
This is best done by using a JOIN query. How to construct the query will be explained here, step by step.
First of all, we will put the fields we want to get in the SELECT-statement, like this: Continue Reading »
Popularity: 7% [?]
I stumbled over a couple of very interesting sites today. Have you ever heard of Jacob Nielsen and heatmaps? Sure you have, how would you ever find this post unless you searched for “heatmap”, right? (I also wrote about heatmaps last year).
Well, heatmaps can give you valuable information about your sites layout. Is it effective? Where does visitors look?
Such information can give you ideas on what kind of changes to make your site more effective and usable. But how does on go about an make a heatmap? Not all of us have some old eyetracking equipment lying about, nor do we have thousands of dollars to get someone else to do it for us, so basically we’re screwed.
Continue Reading »
Popularity: 7% [?]
Keywords: Excel, boxplot, box plot, stem and leaf plot, box and whiskers plot, negative values
Since my previous articles on boxplots in Excel, Improved advanced box-plot and whiskers chart in Excel and Box plot for Excel 2007, I have recieved a lot of questions on how to do boxplotswith negative values using Excel, since it would break the original method that I suggested.
There is a way, and I will guide you through it step by step. Let’s say you have the following data:

Continue Reading »
Popularity: 11% [?]