It seems that I am finding Google Calendar (currently being referred to as gCal by technopiles) an alternative to Outlook lately. Even though I wish that Google would finish up implementing some kind of syncing between gCal and Outlook already. But luckily, there’s a “hack” that helps out in that side of things. I guess its enough to hold me down for a bit till something from Google comes about.
Anyways, one of the other things that I was hoping gCal to have was a simple to-do list(s), aka. Tasks for those Outlook-oriented people. As I was Blingo-ing for an integration of some kind of to-do list with gCal, this article was on top of the list by Matias Pelenur. It does the job using JS, GM and FireFox. Although at the moment, it only saves your to-do list per GM install; locally that is, per computer. But there are a couple of workarounds that can be done to make it store to services such as Amazon S3, gCal itself, etc. as noted by Matias.
Supposedly, Google mentioned the availability of an “Account Authentication Proxy for Web Applications” feature that will be intergrated with their gCal API in late April… this past April in fact. I guess we’ll just have to wait for an update on Matias about that, or from Google regarding their own home-blended to-do list integration with gCal.
TechCrunch, founded on June 11, 2005, is a weblog dedicated to obsessively profiling and reviewing new web 2.0 products and companies. In addition to new companies, we will profile existing companies that are making an impact (commercial and/or cultural) on the web 2.0 space. TechCrunch is edited by Michael Arrington, who also writes a companion blog, CrunchNotes.
This time around, things seems to be quite green. Other notable features of the redesign would be that the main-content area got moved from the center, to the left. Following that, most of the ads were then flanked on the right, which used to be on the left and right sides of the main-content.
I don’t know what it is, but the green skin just reminds me too much of Technorati’s. Besides that, I think the font-size and line-height improves on usability from the last version. Although, I kind of am still used to the subtle, natural colors of the last one. Anyways, congrats to Michael and cre8d design/Rachel Cunliffe on the launch.
After 12-hours or so of usage and debugging my MT templates to properly integrate with coComment, I finally got somewhere to say the least. If you need to catchup to what this is all about, you may read my previous article on what coComment can do.
Anyways, I finally got around fixing my Individual Entry Archive template. I did the following:
fixed my old MT2.661 JS comment-related code to use the mt-site.js provided on MT3.2,
and edited my CSS to reflect the change I have done with respect to the mt-site.js
Thing is, now I’ll have to fix the cookie part. It should be simple. I think I just need to change the comment form’s variable to match that of mt-site.js. Then, match those changes in my CSS.
One other issue I found through this little experiment was that coComment looks for the default markup in terms of the submit button. That is,
So keep that in mind for those of you who just cut-and-pasted your MT2.661 code during your upgrade to MT3.2. It’s just too bad that we can’t use our custom image-buttons. So @Steph, if you are reading, could you please address this as well with the team =)
Also, placement of the coComment JS code in the header is tricky and strict. I was trying to figure out why the heck it wasn’t working when I went on to try JS placement. I ended with the following:
Last but not least, how do we tag keywords with multiple words? I tried separating with commas, using double-quotes and plus-sign but to no avail. If you know, let me know. Help me, help you.
Other than that, coComment’s current version is rock solid of a tool for bloggers. Enjoy!
I was actually thinking of something like this. I was going to make it my first RoR project but that might just be to ambitious. Anyways, plain and simple,
coComment is the only service that allows you to enjoy the full potential of blog comments on the web. Before coComment, the blogosphere was not a global conversation, but tons of fragmented, hard to follow, and untrackable discussions.
Using coComment, you can now keep track of what you have been commenting on, display your comments on your blog, and see what is new in the discussions you are participating in (if other users are also on coComment).
One con (at the moment), is that “users can only track comments from blog posts that they have actually commented on, and only comments left by other cocomment users are shown.“1 But this was a day or so ago. I have to check the new version out myself as I’ve just signed up a few moments ago.
There might be one small gripe though. As I was taking a look at coComment’s Blog Integration section which lists which browsers and blog/CMS/site-platforms it supported, I read that Movable Type blogs must have the following format,
<title>blog name : article title</title> or
<title>blog name | article title</title>
Otherwise, the comment (in coComment) will show up as “(untitled)”.
So, seeing that, there might be an issue of having everyone involved have a standard way of templating their TITLE-tags. I, for one, see this as a big thing (so it ain’t “small” after all). If this is true, and hasn’t been addressed in it’s next iteration, coComment is pretty much forcing everyone to do “this and that.” Then again, we’ll see how this plays out with Microformats. So if you are listening/reading this oh-Lords-of-coComment, please do let us know. (Then again, I just signed up and haven’t gotten to play around with coComment that completely yet.)
All in all, the service is practical and very useful for those that like to read and interact with different blogs. It’s great for coComment to have gotten around and implemented something useful to the millions that are very involved with interblog-interactivity. In it’s current state of version 0.4c, I just can’t wait to see the other features it will have when it rolls out from “beta”. Pretty much, like all the other “Web 2.0″ application-sites. =)
Just stumbled on a link of a link and found that there is too a “web developer toolbar” for IE. Although (currently) unrated, it seems to provide some useful functionality:
Explore and modify the document object model (DOM) of a web page.
Locate and select specific elements on a web page through a variety of techniques.
Selectively disable Internet Explorer settings.
View HTML object class names, ID’s, and details such as link paths, tab index values, and access keys.
Outline tables, table cells, images, or selected tags.
Validate HTML, CSS, WAI, and RSS web feed links.