Archive for the ‘The Webs’ Category

Comet is coming

Wednesday, July 16th, 2008

In a recent article in which I wrote about the HTML 5 draft, I mentioned a server notifications API and hinted that it will standardize a technique known as Comet. So what is Comet anyway?

Comet is an event driven communication scheme with between a web-browser and a web-server. In the normal flow of an http request, a web server can not initiate communications with the client (the web browser) - it can only respond to requests. Comet declares a reversal of roles, in which the server can notify the client whenever new data is available. This technique is very useful in a constantly changing environment such as stock prices or online messaging (chat).
(more...)

The life expectancy of IE6

Thursday, July 3rd, 2008

Internet Explorer 6 (abbr. IE6) is the biggest thorne in a web developer's behind at current times. This legacy browser, released almost 7 years ago, is known for its multitude of offenses on security and standards compliance and still has a sizeable user base to this day. Its market share makes it impossible for us developers to ignore it still, despite how much we would want to do just that.
(more...)

Content syndication needs rebranding

Tuesday, July 1st, 2008

Content syndication or Feeds, is a mashup of technologies that provides an easy way to keep track of updates from multiple content sources. Despite being very useful, it has yet to find widespread acceptance amongst Internet users.

Direct usage statistics are hard to ascertain with great precision, but they revolve around 4%-6% of the total Internet population, which is not much. More feeds are being consumed indirectly by aggregation sites, such as my yahoo and iGoogle (as this Yahoo! paper shows), which shows that there is market ready to consume more feeds.

So why feed usage isn't more widespread? (more...)

HTML 5 shaping up nicely

Friday, June 20th, 2008

Left for dead by many, HTML resurfaced half a year ago when the w3 released a working draft for the next version of this markup language. The draft was recently updated and a document detailing the differences from the previous version was released as well.
(more...)

And google ruled the Internet (search) world

Friday, June 13th, 2008

Google and Yahoo have just announced a search partnership that integrates Google adsense in Yahoo search and selected Yahoo sites. We went from a possible Microsoft-Yahoo merger presenting a front to Google's search dominance, to Google increasing its hold on advertised search and starting a direct collaboration with its biggest search competitor. Google was the most dominant search entity before (upwards of 60% of all searches) and now it is reaching the status Microsoft has with operating systems. And we all know how that worked out.
(more...)