Posted on Thursday, May 29th, 2008
Always wanted to set a Guinness World Record? Well, now you can by simply downloading the soon to be released version 3 of the Firefox webbrowser. You don’t even have to install it. A download will suffice, thank you. But while you’re at it, why not give it a try.
How do you participate? […]
Posted in Utilities, Internet, Firefox, Browsers, General | No Comments »
Posted on Friday, December 1st, 2006
Great news from the people who brought us Internet Explorer. They’ve released a Virtual PC image containing a time-limited WinXP SP2 with IE 6 for all our testing pleasure. No licensing required! And if you don’t have a copy of Virtual PC yet, they’ll give you Virtual PC 2004 for free to run it all.
Posted in WebDev, News, Utilities, Development, Webdesign, Browsers, Internet Explorer, Design, General | No Comments »
Posted on Wednesday, October 25th, 2006
And another official one down! Less than a week ago Microsoft upped their browser to a 7.0 version. This time it’s the Mozilla Foundation. Mozilla Firefox is now a 2.0.
Posted in News, Utilities, Internet, Development, Browsers, Firefox, General | 1 Comment »
Posted on Thursday, October 19th, 2006
It’s official! Internet Explorer 7 is here, for the general public that is.
Posted in Internet, Utilities, WebDev, Development, Browsers, Internet Explorer, General | No Comments »
Posted on Thursday, October 19th, 2006
Here’s something I’ve been experimenting with. For a whole couple of minutes, at least. As with most WordPress plugins it was a matter of upload, activation and copy-pasting. Et voila:
Timeline is a DHTML-based AJAXy widget for visualizing time-based events. It is like Google Maps for time-based information.
Posted in Utilities, Development, General | 1 Comment »
Posted on Tuesday, June 13th, 2006
Read all about it on the Official Google Blog: Happy Birthday, Google Earth:
We got so excited around here about the first anniversary of Google Earth that we decided to celebrate a bit early. Beginning today, you can download a brand new version, Google Earth 4. Running on OS X? Feel the love. Prefer Linux? Ditto. […]
Posted in Desktop, Utilities, Google Earth, Google, Search, Development, Internet, News, General | 3 Comments »
Posted on Tuesday, June 6th, 2006
While rummaging through the WordPress theme code I stumbled upon this vague function call ‘link_pages()‘. Not knowing what is was or did, I looked it up in the documentation. And it seems that WordPress can paginate (lengthy) posts out-of-the-box. Great! But while the difference between a post and a page can be confusing for WordPress […]
Posted in Reset, Utilities, ThinkLemon, General | 9 Comments »
Posted on Tuesday, May 30th, 2006
if ((bWebDeveloper || bWebDesigner) && bFirefox) {
try {
var oNewExtension = new cExtension();
oNewExtension.fetchXPI = fnFetchURL(”www.getfirebug.com“);
oNewExtension.installXPI();
if (oNewExtension.success) {
console.log(”Firebug installed successfully.”);
var oFurtherOptions = getElementById(”divTellUser”);
[…]
Posted in WebDev, Internet, Intranet, Utilities, Development, Webdesign, Browsers, Firefox, Design, General | No Comments »
Posted on Sunday, May 28th, 2006
The Document Object Model, or DOM as it is known better, is usually visualised as a tree. For instance with the Internet Explorer Developer Toolbar or DOM Inspector / Firebug for Firefox. But there are other more fun ways, like Aharef did.
Posted in Internet, Utilities, WebDev, Development, ThinkLemon, General | No Comments »
Posted on Wednesday, April 26th, 2006
Lately there has been some news surrounding Google Maps. As a result I’m obliged to sum things up. ThinkLemon style, surely.
First, it was called Google Maps (beta), then Local, and now Maps again. Probably because everyone was calling it Maps anyhow. The Google Blog explains more.
Second, Maps has expanded to continental Europe. Finally I’d […]
Posted in Google, Utilities, Search, Internet, Development, General | No Comments »