This version of the page http://www.panoramio.com/blog/2006/01/ (0.0.0.0) stored by archive.org.ua. It represents a snapshot of the page as of 2008-08-17. The original page over time could change.
2006 January at Panoramio

Panoramio's Blog


Archive for January, 2006

Awful days

January 28th, 2006 by Joaquín Cuenca Abela

Some days you feel it would had been better to not quit the bed.
And some days you just can’t quit your bed.
Yesterday I passed all the day with a strong pain in the back, and I couldn’t even go to work. I passed the morning just checking that all the doctors near me where full, […]

Filtering photos

January 25th, 2006 by Joaquín Cuenca Abela

I have pushed a new feature in Panoramio.
Now you can say us if your photo is “about” the place you took it, or if the place is somewhat irrelevant.
For instance, if the picture is about a party, or about you in a closed room, then it’s probably not about the place, but about you / […]

Photo acceptance policy

January 20th, 2006 by Eduardo Manchón

Until now we have been very laxists with the moderation of photos in Panoramio, only deleting sexual explicit photos. However many users have complained about the photos that have no relationship whatsoever with the place they were taken (close ups of people, for example).
We understand some people want to share their photos with their friends […]

Latest developments

January 17th, 2006 by Joaquín Cuenca Abela

Being featured in Google Earth gave me the energy to code some long overdue changes to Panoramio.
First, I put a common header in the user and photo pages, so that users can jump directly to their pictures, to the home page, and sign out / sign in easily. I remember Johan said sharing the header […]

We have been Googled!

January 10th, 2006 by Joaquín Cuenca Abela

The Google Earth pals just linked to us in their list of feeds.
The server is slowly heating. I hope it will support the load, but anyway, that’s the problem any webmaster wants to have
Update: Further proof that our server is heating…

Functions!

January 7th, 2006 by Joaquín Cuenca Abela

I implemented functions, at last!
So now I can execute:

var a = function fact(i) {
if (i == 1)
return 1;
else
return fact(i - 1);
}

if (a(3) == 6)
“pass”;
else
[…]

Little incompatibilities between browsers

January 7th, 2006 by Joaquín Cuenca Abela

On the series of incompatibilites between browsers, I have two new items to show.
First, don’t use location.hash = “#foo” to jump to “foo” link, because Safari will jump to %23foo. Safari’s behaviour seems very logic, but I don’t really know who is right, Safari or the IE / Firefox crowd.
Second, don’t use
<a h ref=”javascript:void(foo())” >foo</a>
You […]

A plan for blog’s spam

January 4th, 2006 by Joaquín Cuenca Abela

(Please, excuse my lame rip-off of Paul Graham’s title)
I shall say it up-front. I don’t like captchas.
For those in the dark, captchas are images of words, usually distorted. Sites that accept public comments ask their users to write the word in the captcha. If the user is able to read the word, then the system […]

  • You are currently browsing the Panoramio weblog archives for January, 2006.

  • Archives

    • August 2008
    • July 2008
    • June 2008
    • May 2008
    • April 2008
    • March 2008
    • February 2008
    • January 2008
    • December 2007
    • November 2007
    • October 2007
    • September 2007
    • August 2007
    • July 2007
    • June 2007
    • May 2007
    • April 2007
    • March 2007
    • February 2007
    • January 2007
    • December 2006
    • November 2006
    • October 2006
    • September 2006
    • August 2006
    • July 2006
    • June 2006
    • May 2006
    • April 2006
    • March 2006
    • February 2006
    • January 2006
    • December 2005
    • November 2005
    • October 2005
    • September 2005
    • August 2005
  • Categories

    • css (2)
    • html (8)
    • Interaction Design (6)
    • javascript (11)
    • miscellaneous (25)
    • new features / improvements (63)
    • panoramio (49)
    • personal (2)
    • places (25)
    • Uncategorized (5)