Google in circles

Sorry to go on about Google, but I have another head-scratching query.

I did search earlier for a post of mine.. Google found it, but also said:

Did you mean to search for: http://www.artis.co.uk/2008/03/website-performance

Now I knew what would happen if I clicked on this. Sure enough:

No results found for http://www.artis.co.uk/2008/03/website-performance.

So… so… why suggest to me, when an exact match had been found already, a link that didn’t actually exist?

Worst of all, Google then proceeds to state “However, there are results from websites with similar addresses” and, yes, then lists my original URL.

Does anybody understand this crazy logic?

Google logic

I use Googles Adsense for some of my websites to generate a little revenue. For reasons that are now lost on me, I signed up with a non-Google email address. I then tried to use my Google account later only for it to turned down because, well, I already had an Adsense account. All very true.

Now, Google are desperately trying to get Adsense users to sign in with a Google email address. Fine, they even get you a nice wizard to transfer it over. Except it won’t let me as my Google Mail account is associated with a turned down Adsense account. Which it is.

And I’ve sent various mails to Google asking them how I can get around this. Their only solution is for me to set up ANOTHER Google mail account. Which I don’t want to do. And I know that, given time, they’ll force me into using Google mail for Adsense.

How can they not disassociate my account with my previous Adsense attempt? They’re Google. It’s their software. How can that be difficult?

I love Google but sometimes…

My shiny new phone

Today my new phone turned up.

My provider rang me yesterday asking if I wanted to end my current contract early, and they’d send me a new phone. Well, offers like that I can’t refuse. Especially when they provide me with free internet access on it too.

So, I’ve moved from a Sony Ericsson K800i to the Nokia N95 8Gb, replete with Wi-fi connection and 5mp phone. Hmmm.

Now, if you get one of these, I’d recommend heading to play.com where they do a splendid leather case for it, along with car power cables and the like for just a few points - cheaper than you can get them on eBay.

One thing I have had problems with was my wi-fi connection at home. The connection keeps dropping out. Thankfully a quick Google found my answer, thanks to a forum post. It would appear this is - erm - side effect of having a Netgear modem. It can be worked around though.

Lastly if, like me, you use Google to organise your life I’d like to recommend GooSync, which enables you, free, to sync your Google Calendar with your phone (and not just the N95 - many others). For some cash (about £2 a month) you can get them to sync multiple calendars plus (crucially for me) your Google contacts.

The aforementioned problem with my router also affected GooSync working too - however, as the sync problem occurred first I didn’t initially know I had a much wider issue. However, GooSync have an excellent contact system, as well as forums. I’m always grateful when products such as these come with good support. In the end, though, I found out the above router fix before I got a response, but ended up posting the above to their forums as well (you never know, it may affect someone else too).

GooSync

Services for Charities & Non-profits

As a non-profit and charity, I’m often on the look out for tools and services that I can use for the BMTG website. However, apart from various sites offering to create free websites, there seems little in the way of help for such groups. However, there are two sites/companies that I’d like to recommend…

Memset
They host the BMTG website for free. All you pay for is your domain name, which you can buy elsewhere and point to their nameservers. Their service is excellent as if the quality of their hosting. Oh, and they’re carbon neutral

PayPal
They provide reduced charges to non-profits. Google Checkout doesn’t. Never-the-less the PayPal non-profit charges aren’t much more generous than the standard Google Checkout rate.

There is also Google for Non-profits, a collection of Google tools and sites. Unfortunately, it’s just that. And the link no longer appears to work, even though it was only launched a couple of months ago.

Google Grants offers 3 months of free advertising to, well, people them deem to be appropriate - submit your details and cross your fingers.

If you’re aware of any useful services for non-profits/charities, please let me know.

Pay-not-my-Pal

Over the last few weeks I’ve been looking at improving the eCommerce facilities on the BMTG website.

Up until now I’ve handled the handled the ticket availability via a combination of PHP and MySQL. The shopping basket and checkout has then been handled by PayPal. To add some more flexibility, though, I’ve been taking over the shopping basket. The coding was a little complicated but it’s done. I can now track multiple tickets in a basket, with options to change quantities and delete items from the basket. All well and good.

The next bit is to pass the basket entries to PayPal for final payment.

Oh lord.

The main PayPal site has “walk through” screens on how to add the code. But stuff is missing - but can be found in a 100+ downloadable PDF manual. Add to that the code they give you includes a broken link to a PayPal image.

So, now, I need to find a replacement “Checkout” graphic from PayPal. Could I find one. Could I heck. However, there was a news story about PayPal updating their graphics so I followed that and found a list of “before” and “after” images. That told me that PayPal generated images - such as the ones provided in the example code - would update automatically. The other option was to download replacement images and host them yourself. This wasn’t my preferred option, but I went for it anyway. Guess what? Yes, clicking on the link to download the image showed me the code that was required to host it from the PayPal site - exactly what I was after. But in no way obvious.

And that’s what I’ve found about the PayPal site in general - nothing is where you’d expect it to be and everything needs a good deal of searching to find.

Which is why most of the help can be found at the PayPal Developer Community - a group of official PayPal forums that I only came across via a Google search.

These forums mentioned that I could use the PayPal Sandbox for testing purposes. But could I find a link? No. A search on Google naturally lead me to a completely different site - PayPal Developer Central. And don’t even get me started on how complicated the Sandbox is to use…

So right now I’m frustrated to hell. My coding of the PayPal interface has barely started as I’ve spent all my time desperately trying to find answers to what I think are basic questions.

And after that… I’ve going to add Google Checkout as a second payment option. God help me.