Archive for the ‘Google’ Category

Gmail UI updated: I HATE IT!

Thursday, February 28th, 2008

Gmail have updated the UI, and quite frankly I hate it!

It feels cluttered with the silly boxes in the Labels section
Gmails new UI - Cluttered
But the icing on the cake is the in your face push for chat.  When reading mailing lists, the UI was the good thing about Gmail,  you could click on each item and read things in a nice orderly fashion.  But the new UI now pops up a Chat window on each person. So now you can’t read the first line of the email.
Gmail new UI - Most evil feature

It’s so crap I turned on the keyboard shortcut so I would trigger the UI crap-ness, but that’s got it’s own crap-ness because it jumps around, and it’s disconcerting. I like my scroll wheel.  I like collapsing read emails. I don’t like pop-up UI.

Likely there is an option to revert to the old UI,
Gmail new UI - saving grace

Ahh, the feeling of calmness is returning. If Google switches to the new UI permanently, I’m going to have to leave them, and that’s annoying… because they were good.

Why the big push for chatting via the browser? Where is the setting “I use gtalk, so just piss off with breaking the email application trying to do poor chat” tick box?

Google Analytics - Updated

Friday, December 14th, 2007

Google has updated Analytics, and the feature that made this most obvious was the date range picker.  Before you even open it you can see a new Comparing to: Site ? text.
Analytics date picker change 1
On opening the data picker, they now let you choose today in New Zealand time.

Analytics date picker change 2
No more editing the URL to see what is happening now! This is quite useful when I get comments to see how people found my site etc.

I will have to explore to see if I find more features, but for now, my #1 missing feature has been solved.

WordPress URL rewriting

Monday, November 26th, 2007

When reviewing Google Analytics this morning I noticed a 404 page view for: http://simeonpilgrim.com/404/blog/2007/07/17/curse-of-the-azure-bonds/

with the refer on the end of the URL, going to the referring web site their is a link to this none existing page but the content was for this page: http://simeonpilgrim.com/blog/2005/08/04/curse-of-the-azure-bonds/

After a bit of reading I found mod_rewrite (Linux hosting) was the tool to fix the problem.

I downloaded the /blog/.htaccess file and used the above mentioned manual to decode the meaning and start hacking me a new file.

Much wasted time latter, I worked out that WordPad was messing with the Unix new-line markers, and changing to Visual Studio was met with success (or lack of server failure).

So what I needed to add was the following line to my Wordpress default .htaccess

RewriteRule ^2007/07/17/curse-of-the-azure-bonds/$ 2005/08/04/curse-of-the-azure-bonds/ [R=permanent,L]

giving me this file

# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /blog/
RewriteRule ^2007/07/17/curse-of-the-azure-bonds/$ 2005/08/04/curse-of-the-azure-bonds/ [R=permanent,L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /blog/index.php [L]
</IfModule> # END WordPress

And magically the link now redirects to the correct page.

You can find these pages in Google Analytics by:

  • selecting Content
  • selecting Top Content or Content by Title
    URL rewriting: Steps 1- 2
  • entering /404/ in the Find URL search box
    URL rewriting: Step 3

Happy Fixing…

Google Analytics default date range

Monday, August 27th, 2007

I have Google Analytics running on this blog, and I think it’s fantastic. But, I’ve always found it on that on my 27th of August, it only shows up to the 25th. Other day I found the date range Timeline picker, but got very confused when I saw the same data for two days running.

It turned out that with the Timeline picker you can move to the 26th’s data. So I ended up see the effective data two days running

Today I noticed that on the default dates the graphs stop on the 25th data

default time

But if you choose the 26th you some hint of the 27th’s data

can select US today

But you cannot select the 27th

cannot select NZ today

But you can change the URL and see into the future! 

go into the future

All you need to-do is change the URL value from pdr=20070801-20070826 to pdr=20070801-20070830. Tada!

So my question is why the funny default dates? Why on the default dates does it not show future data hints?

Using Google cache to view blocked (by server) pages

Wednesday, June 13th, 2007

The US military has an project called JRAC (Joint Rapid Airfield Construction) that has some of our gear as part of the solution. Recently a US colleague emailed a URL to read the blog posts of the current trial in Australia.

But the page will not load from New Zealand, so off to Google to view them in the cache, just make sure you click the cached links,

Google jracblog search

then click the cached text link, otherwise you have to wait for the picture requests to timeout..

Google Seach click the cached

So the bigger question is, why can’t I view the blog, and if it’s because the military want to “keep it secret” isn’t Google side stepping that via the cache? Or have the military not heard of robots.txt?

Technorati Tags: , ,