This version of the page http://www.panoramio.com/blog/category/html/ (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.
html at Panoramio

Panoramio's Blog


Archive for the 'html' Category

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 […]

“Link to this page” no longer needed

December 13th, 2005 by Joaquín Cuenca Abela

I finally killed an old “bug” in Panoramio, shared with any other Google Maps page I have seen.
It was difficult to extract a link to the thing you were seeing.
Google Maps has a “Link to this page” link. The URL of this link is dynamically updated to reflect the current status of Google Maps, so […]

onload event

September 18th, 2005 by Joaquín Cuenca Abela

You can use the onload event on images to know when the browser has finished the download of an image.
I have used it for the upcoming version of Panoramio, where I only show the images after they have been fully loaded.
There is however a subtle difference between Internet Explorer and Firefox related to this event.
If […]

More differences between Internet Explorer and the other browsers

September 5th, 2005 by Joaquín Cuenca Abela

Directly from mir.aculo.us. Internet Explorer does not like certain names for the id of your controls.
People using “tags” as id are having problems to print the page (?). Explorer also gets confused if you use “options” as id, but this time you will probably get a javascript error. To make good things better, it also […]

Loading Google Map’s page with many markers slow in Explorer

August 30th, 2005 by Joaquín Cuenca Abela

As anybody that has visited Panoramio will say to you,
it may take an awful long time to load markers on a Google Maps page.
I didn’t know what was going on. I mean, Firefox was much much faster on this page than Internet Explorer, on the same connection, same computer. Why?
A very long thread over this […]

Why Panoramio is not XHTML/CSS valid?

August 19th, 2005 by Joaquín Cuenca Abela

In my previous post Fade in and out I said that I didn’t care about Panoramio not being xhtml/css valid.
If that sounds weird, it’s just because people have forgotten the real goal of validating a site. Validation is a mean, not an end.
The goal is to have a site as cross browser as possible, so […]

Differences between Mozilla and Internet Explorer

August 18th, 2005 by Joaquín Cuenca Abela

Some time ago I read an article pointing out how to migrate apps from Internet Explorer to Mozilla. The articule is well written and worth a read, but it falls short on explaining all the real problems you can find when making a webapplication that works on both browsers (let alone something that works on […]

Fade in and out

August 16th, 2005 by Joaquín Cuenca Abela

Playing with the effects in script.aculo.us I added a new little effect to switch from an element to another one smoothly.
Better see it in action, go to Panoramio, register as a new user, and see the little fade out of “Login     Register” and the fade in of “Hi Foo Bar”.
Sure enough, it was not working on […]

  • You are currently browsing the archives for the html category.

  • 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)