Posted by Kasper Tidemann on Tuesday 8th of December 2009 03:12:22 AM
We have just updated Meeho!™ to include the possibility of exporting groups of clients or contacts to a PDF file that is printable on Avery T7162 labels. It’s a really neat feature if you’re about to send Christmas cards to a group of clients or contacts, for instance. And support of more Avery label types are on the way!

Now you have the option of exporting the clients or contacts in your groups to PDF files printable on Avery labels - perfect for sending Christmas cards, for instance! (Please note that the above screenshot is in Danish.)
Posted by Kasper Tidemann on Monday 7th of December 2009 03:59:03 AM
If you are a Ruby on Rails developer, use PostgreSQL and receive the error
undefined method `quote_ident' for PGconn:Class
… when you have updated your rails to version >2.2, you can solve the above problem by 1) creating a new file in config/initializers with the name new_rails_defaults.rb, and 2) insert the following content:
def PGconn.quote_ident(name)
%("#{name}")
end
… so the file looks like this, thus making your rails application work again:

new_rails_defaults.rb with the code shown in TextMate.
Posted by Kasper Tidemann on Monday 7th of December 2009 01:28:27 AM
If you use Facebook and feel like joining the party, you can become a fan of Meeho!™. Our Fan page on Facebook is located here: http://www.facebook.com/meehohq
Posted by Kasper Tidemann on Wednesday 2nd of December 2009 01:56:12 AM
The department of news of lesser importance brings you the possibility of jumping to specific pages in the lists in Meeho!™. Simply type the page number and press enter, and Meeho!™ jumps to the given page, i.e. page 57 of all the clients.

You have the option of jumping back and forth to pages of your choice. (Please note that the above screenshot is in Danish.)