Electricity is the only thing that can't be transfered wirelessly, take a look at your laptop or mobile phone and most probably you will not see any thing attached to it except electricity, this is not the case any more, take a look at this video.
According to the article scientists at Creative Synthesis are evolving a software that tracks the behavior of a visitor and what attracts him and what's not to improve the site experience for each visitor, by every refresh of a page features changed.
This is an awesome new technology that can enhance user experiences very much, can you imagine, tracking a visitor day by day, see what he uses the most what's not, and focus on what he needs the most, The more you use the site the more it gets to know you and adapt more to your needs.
Once the blog went live, control of the design was out of their hands.
That is really awesome, I didn't see real application of that yet but if it is applied nicely, it will be a revolution in user experience, I mean by applied nicely not to surprise the user by every refresh with different navigation position, links switched, headers or links colors changed, etc....
The transition should be done gradually so the user adapt to it smoothly, I guess people at Creative Synthesis are smart enough to already know what I'm saying, and I hope we see an application of this technology out in the wild, see how far will it get.
I had posted a post titled No paging = happier users suggesting leaving all content for example search results in one page other than separating it in pages.
Yesterday Molly the lead of the WaSP and one of the well know experts, has posted a post titled No More Next Page: Embracing the Non-Linear Web talking about the same subject and linking to an article she wrote since July, 2001 titled freedom in structure she also pointed to a post titled Endless Pageless: No More Next Page by Pete Forde he suggests great techniques that could be applied using AJAX that loads some of the remaining content once you get near with your scroll bar to the bottom of the page that you might not notice unless you scrolled to the bottom quickly you will see the message more posts are being loaded...humanized reader is an example similar to what Pete Forde suggested.
But I still don't know why the need of that why don't you let it all load while the user is checking the first lines?
Is it hard to believe check google now, well I think you got it by now, it's done using a very cool and inspiring tool by Cameron Adams called CSS Love Child.
Joe commented on my link ( needs fine-tuning for overlapping layout components ) thanks Joe for pointing out the bug for me. It affects Safari only as far as I can see, the reason this bug appears is the negative margin values in the default style which I call it modern that affect other styles when switched to them.
As you can see I have one default style modern and two alternate new & zoom the margin in modern is #top { margin-top: -119px; } the negative values only the negative values affect the alternate styles when switched to them even if there is a rule that overwrite it like #top { margin-top: 0; } to fix the problem I have to overwrite it with a rule like #top { margin-top: -1px; } and maybe let the first object above #top push it one more px to the bottom.
I don't know if this is the best solution but it is one. Thanks a lot Joe and thanks all.
Avoid adding any thing beside attr(rel); in the content property, because adding it will effect all the links if you add brackets for example content:"( "attr(rel)" )"; it will have effect on all the links even the links without rel attribute will show empty brackets after it.
Add space before the first value of rel like this rel=" muse colleague acquaintance" to avoid letting the values appear sticking to the link.
Bugs
Some times it crashes Safari, I think when expanding the values require adding a new line.
It is not supported by IE, but that actually not a bug it will not show the values and that's all.