Happy Birthday to Stuart of Muffinresearch
Thursday, June 22nd, 2006
var g=’‘;for(var i=0;i<4;i++){
g+=’Happy Birthday To You’;g+=(i==2)?’, dear Stuart! ‘:’! ‘;
}alert(g);
Go an pester him on his blog about it.
You are currently browsing the Christian Heilmann blog archives for June, 2006.
var g=’‘;for(var i=0;i<4;i++){
g+=’Happy Birthday To You’;g+=(i==2)?’, dear Stuart! ‘:’! ‘;
}alert(g);
Go an pester him on his blog about it.
I am proud to announce that all of you who have the new Yahoo Messenger 8 beta installed now have a bit of my code on their computer.
The Answers plug-in shown here was my first task when I joined in April and actually is nothing but a bit of HTML, CSS and JavaScript – and you could do it yourself.
Watch this space for more information…
Some people asked me at @media about detailed content of my upcoming book. So without further ado, here is the table of contents with page numbers: (more…)
I very much enjoyed attending @media2006 over the last two days and network, hear some good stuff, meet some people again I met last year, take embarrassing pictures and much much more.
The topics discussed and presented were much more diverse than last year, where it was a bit of “preaching to the choir”, I especially did feel the pain of Patrick when he showed his introduction to HTML and half the audience fell asleep last year. What I didn’t quite like was the two channel idea of having parallel presentations, as it meant you had to sacrifice some good presentation for one that is only slightly better or even different.
The keynote by Eric Meyer was a wrap-up of the history of CSS, and actually was much like the WaSP story Jeffrey Zeldman told last year.
Jeffrey Veen’s presentation was my favourite, basically as it was very cleverly playing with the fears of seasoned developers (dunno what seasoning flavour) that Web 2.0 and the lot just turn out to be another bubble that will soon burst and set us back to square one.
The JavaScript panel was less controversial than I thought, and I talked to Dan Webb and Brothercake that we might do some more collaboration writing in the future (for netzines that is).
The “Good Design vs. Great Design” panel was rather insightful, but was a bit disjointed at times.
Tantek’s Microformats talk was very informative on the subject and I will take a very close look at some of those soon.
Nate Koechley’s Yahoo vs. Yahoo (vs. Yahoo) I was lucky enough to see in the office the day before (and pointed out that it is IFRAMES or iframes and not iFrames as they are not Apple products) and I hope that it showed some people in the audience that there is quite a difference between running a blog and getting millions of hits a day. The photo beta is really a stunning piece of coding and shows that web apps can and should work like real apps rather than simulating them with the browsing ideas and patterns in mind.
Dan Cederholm’s Bullet Proof presentation didn’t show me many new things (I do own some of those flexible trousers – they’re made by Dockers) but that is also due to me devouring his books.
Molly’s internationalization talk was very passionately presented and informative, but somehow I get the feeling that the American crowd is much more amazed by the idea of multilingual and multicultural distribution as us Europeans are, as it was quite a necessity for any product if it wanted to sell Europe-wide.
I stop now..
I had some issues with one of the code examples for the upcoming book. MSIE has a very annoying bug that when you use an opacity animation – for example with YUI or jQuery: When the element you want to fade in our out has no background colour, MSIE messes up the font for some reason. Another problem is that when you use jQuery for the fading, the element needs to have hasLayout set.