Entries posted in JavaScript

Fabulous Firebug

Is this the future of web debugging? I think so.   More »

Hyperlinking to ‘members only’ pages

I’ve been asked a question similar to this one a number of times over the last few years: Our business partner has a “members only” area on their public website and they have given us our very own “access code” in order to gain access to that area.  More »

JavaScript with XHTML

Having recently ported some HTML pages to XHTML, we were a little surprised that our favourite validator continued to warn us that our very simple one-line javascript code was no longer correct: <script language=”javascript” type=”text/javascript”> copthis(); </script> Apparently, the trick is to enclose the actual javascript code with a “CDATA” section like this:  More »

Holy meat navigation

I know that Pope John Paul II has only been dead for a year now, and what I’m about to say could be interpreted as blasphemy, but did he get ripped off by his web designers or what? Take a look at his website and see for yourself.  More »