Aug 30
Gave in
icon1 Niklas | icon2 Tags: , . | icon4 08 30th, 2007| icon3No Comments »

Somewhat reluctantly I started using Facebook a couple of weeks back. For me, joining Facebook meant leaving LinkedIn as I only have so many cycles to spare for social sites. Anyways, Facebook is a big advancement over LinkedIn, if nothing else but the fact that you can actually do something almost useful after linking up your friends. Facebook as a platform is the big hype right now, deservingly it seems.

In all its AJAX glory, one really neat interface feature at Facebook is the “Add To Friends” link.

Click it normally, and an AJAX popup opens in the same window allowing you to add a friend.

Click to open in a new tab or windows (like with Ctrl+click) and instead a new page will open with pretty much the same dialog. Giving the user the choice, very friendly and clever.

For someone who wrote AJAX like web sites at the time it was still called DHTML, the thing that truly stands out with the sites like Facebook, RTM and Gmail is how well the dynamic stuff fits in your normal work flow, rather than being show-offs like we used to do in the good old days.

Technorati Tags: ,

Jul 24
Powerful HTML validator
icon1 Niklas | icon2 Tags: . | icon4 07 24th, 2005| icon31 Comment »

Jirka Kosek today announced Relaxed, a new HTML/XHTML/WCAG validator based on RelaxNG and Schematron. I’ve been testing it on some sites (including protocol7) and it catches far more issues than the existing W3C validator (using DTDs).

Hopefully this is only the begining of Relaxed, it would be great to find this somewhere where everyone (read: web developers) will find it and to get a bigger group to further define the ruleset used on the validator. Great work Petr and Jirka!

Feb 24
DevEdge saved
icon1 Niklas | icon2 Tags: . | icon4 02 24th, 2005| icon3No Comments »

The content from DevEdge, the old Netscape web developer resource, has been saved and will be published on mozilla.org. For someone who spent every day on DevEdge som years back this is great news.

May 2
More on the MSDN redesign
icon1 Niklas | icon2 Tags: . | icon4 05 2nd, 2003| icon3No Comments »

Brad Wilson got a comment from Sara Williams, the MSDN boss. If Brad needs any help with his proposal for a redesign I would be happy to help out. The HTML at MSDN really needs to get into this century :-)

Apr 24
The MSDN redesign is here…
icon1 Niklas | icon2 Tags: . | icon4 04 24th, 2003| icon31 Comment »

MSDN redesigns. Zeldman said it best the last time MS did a big redesign: Party like it’s 1997.

What’s so hard with HTML and CSS?

Mar 17
MSDN without tables
icon1 Niklas | icon2 Tags: . | icon4 03 17th, 2003| icon3No Comments »

Tom McDonnell responsed to my question about a XHTML/CSS version of the MSDN design suggestions. Still has a few minor issues but certainly proves that it would be possible for Microsoft not to repeat the microsoft.com disaster.

Jan 12
XHTML as a storage format
icon1 Niklas | icon2 Tags: . | icon4 01 12th, 2003| icon3No Comments »

Simon Willison argues that XHTML works good as the storage format for your content. This is exactly the type of thoughts I had when I decided to re-build protocol7 some time ago. Before, I had a home-made XML format that I used to store all my content. This was then transformed using XSL-T to the HTML on the site. As time had passed, my XML format had grown to handle all my different needs, but what I was doing all along was to build my own copy of XHTML.

So, for the current version of protocol7 I keep all content in XHTML directly. When I need to do site-wide changes I have a XSL-T based tool that I run on all files automatically. Works perfect for me and I would recommend anyone to try it for your static content.

Jan 10
HTML DOM2 going recommendation
icon1 Niklas | icon2 Tags: . | icon4 01 10th, 2003| icon3Comments Off
Dec 30

Tantek has written two essays on how to use the class attribute in HTML. Both are excellent and a must read.

Dec 30
Fun with cite
icon1 Niklas | icon2 Tags: , . | icon4 12 30th, 2002| icon3No Comments »

Mark Pilgrim has been having a lot of fun using the cite element in HTML to automatically produce a citation index for his blog (he also posted a follow up with some comments). Pretty clever as usual. And, as we’re all used to by now this of couse started a huge discussion on sementics and HTML.

« Previous Entries