-
Search
-
Categories
-
Recent Posts
- Add a simple map in your WordPress sidebar
- Box plot template for Excel 2010
- Simple weather widget plugin for WordPress
- Excel template to generate log concentration – pH diagram
- Useful histogram template for Excel 2007
- Box-plot downloadable Excel template
- Finding links to specific adress using xpath
- Map and sparklines combo
- Is AdSense relying on URL for determining content?
- Method to securely introduce unmasked passwords
-
Recent Comments
- HuangJS: "Please support my work and complete a survey to download this file. Sorry, There are no surveys available to your country at this time. Please try back later." I cannot download nor do the surveys.
- James: The link doesn't work in Firefox or IE. The "Dowload File" can't be clicked.
- Sherri: I can't get it to let me answer a question. I will use either 2010 or 2007. I prefer 2007 but I can't get it to work.
- Stefano: Nice argument! it's what I'm looking for but I can't download any files from this page. Can you teach me how to do that? Thank you
- Erin: ...you're the best. I could not have done my box & whiskers project without you. I actually used it to plot out chunks of time when my multimedia lab is busy/free. Let me know if you'd like to see!
- Social Sfuff: Does anyone know where to get a text only weather widget?
- hd dizi: very good \o/
- Jerad: Is it possible to get a copy of the template?
- capoki: good job jesper
- Paul: Hi. I would really like to try your plug in but the survey refused my post code Sorry - I type ood the email address!
-
Archives
-
Meta
Author Archives: Jesper
MySQL fulltext searches
MySQL have a very nifty search function built in, which in many ways are more sophisticated than the WHERE LIKE (‘%’). Using full text search with MATCH (…) AGAINST (…) AS relevancy it is also possible to get results ranked … Continue reading
Popularity: 5% [?]
Comments Off
Including chapter number in figure captions
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 … Continue reading
Popularity: 5% [?]
Comments Off
PHPMailer : Language string failed to load: instantiate
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 … Continue reading
Popularity: 9% [?]
Selecting / joining two tables in MySQL – explained
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 … Continue reading
Popularity: 5% [?]
Comments Off
Generate a heatmap of your site
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 … Continue reading
Popularity: 5% [?]