Category Archives: PHP

Add a simple map in your WordPress sidebar

This small script for WordPress allows you to add a small map with a custom marker in your sidebar in single post view by simply adding a custom field to the post called city_name and in the value you enter … Continue reading

Popularity: 1% [?]

Leave a comment

Finding links to specific adress using xpath

Xpath is apowerful method available in php to select specific elemts in the DOM structure of any xml document, and also html document. The code below can be used for example to check for back links, in a robust way. … Continue reading

Popularity: 6% [?]

Comments Off

Simple Google Maps plugin for wordpress

What is it? This is a demo post for a little plugin I wrote that uses custom fields in WordPress together with Google’s HTTP geo coding API and Google Maps to produce a map with a marker in the post. … Continue reading

Popularity: 10% [?]

11 comments

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% [?]

3 comments