Links for 2008-01-23 [del.icio.us]
10:00pm, January 23rd, 2008
While the community argued over X-UA-Compatible or X-IE-VERSION-FREEZE, depending on which side of the fence you sit, the W3C published two new and important documents:
Moments ago the joint effort of the W3C HTML WG and WHATWG resulted in publication of two documents in the W3C Technical Report space: HTML 5 and HTML 5 differences from HTML 4. I think I can safely say that the WHATWG community is very happy with the W3C publishing HTML 5 as a First Public Working Draft. Many thanks to all involved!
It is great to see this actually getting out there. It is very fun indeed to look at the new elements and think about how you would use the likes of <dialog>, <command>, <meter>, and finally being able to do things like input type=”datetime|datetime-local|date|month|week|time|number|range|email|url”.
It feels like semantics are being added in. The generality of div class=”whatever” is all well and good, but for the very common situations, I am looking forward to using type=”email” and having the browser take care of validation, and using my address book to pick through.
Via Ajaxian
html 5, Web Standards
9:36pm, January 23rd, 2008
10:00pm, January 21st, 2008
10:00pm, January 20th, 2008
Conditional Comments are basically a new set of comment-like tags that IE 5+ supports. These tags look very much like the good old comment tag and in fact are treated as such by all browsers except IE, in which they operate a little more intelligently. Using Conditional Comments, you can selectively “comment out” any portion of your page in a way that only IE interprets the containing content, or the other way around.
This is a good and valid alternative to invalid browser specific CSS hacks we used ealier.
<!--[if IE]>
You are using Internet Explorer.
<![endif]-->
<!--[if IE 5]>
You are using Internet Explorer 5.
<![endif]-->
<!--[if IE 5.0]>
You are using Internet Explorer 5.0.
<![endif]-->
<!--[if IE 5.5]>
You are using Internet Explorer 5.5.
<![endif]-->
<!--[if IE 6]>
You are using Internet Explorer 6.
<![endif]-->
<!--[if IE 7]>
You are using Internet Explorer 7.
<![endif]-->
<!--[if gte IE 5]>
You are using Internet Explorer 5 and up.
<![endif]-->
<!--[if lt IE 6]>
You are using Internet Explorer lower than 6.
<![endif]-->
<!--[if lte IE 5.5]>
You are using Internet Explorer lower or equal to 5.5.
<![endif]-->
<!--[if gt IE 6]>
You are using Internet Explorer greater than 6.
<![endif]-->
<!--[if !IE]>
You are NOT using IE.
<![endif]-->
| Operator syntax | Description |
|---|---|
| ! | The “not” operator. |
| lt | The “less than” operator. |
| lte | The “less than or equal to” operator. |
| gt | The “greater than” operator. |
| gte | The “greater than or equal to” operator. |
9:47am, January 16th, 2008
10:00pm, January 14th, 2008
10:00pm, January 10th, 2008
10:00pm, January 9th, 2008
As predicted by Brian Suda on this article The Future of the Web: What to Expect in 2008 [Site Planning]
Open will be the hot buzzword: OpenID, OAuth, OpenSocial, and more.
Lucky for me I registered openpathit.com way back when I started believing in this movement.
8:01pm, January 7th, 2008
11:02am, January 7th, 2008
3:51am, January 7th, 2008
moBlog now supports Photo Blogging for Wordpress and Blogger platforms!
It was the most requested feature for moBlog! Support for posting photos taken with device camera’s. As far as I know there aren’t that many mobile blogging applications that support Photo Blogging! Hope this feature will make moBlog THE mobile blogging application!
All you smartphone users, yes I hear you. You need a moBlog version that works on Smartphones! Hey, I’m on it! Your patience will be rewarded pretty soon! Now that moBlog is complete with photo blogging, I am on the task of converting it to work on Smartphones!
As usual, moBlog is still in beta. So please let me know if you come across any issues or have any comments! Looking forward to hearing from all of you!
Posted from moBlog – mobile blogging tool for Windows Mobile

10:14pm, January 5th, 2008
9:54am, January 5th, 2008