“I’d like to try to convice you that the elements video, audio, canvas and img don’t…”

Pubblicato il: 18/09/2009 — Tematiche: english

“I’d like to try to convice you that the elements video, audio, canvas and img don’t belong here and should be dropped. Otherwise we’re poised to pollute the language even more (potentially indefinitely) as new media become popular (<smell>, <taste>, <caress> or <virtual -reality-helmet>, anyone?)”

Bindings instead of video, audio, canvas and img from Krzysztof Maczyński on 2009-09-18 (public-html@w3.org from September 2009)

Semantic genius or total lunacy?

Beware the coming of… Classilla!

Pubblicato il: 16/09/2009 — Tematiche: Apple, english, humor, immagini

I finally managed to download and try a bit a copy of Classilla on a Powerbook G3.

Not only it’s a free, open source browser aimed at making (again) the world wide web a bit more usable for Mac OS 9 (and Mac OS 8.6) Macs but it’s also a project with a strong sense of humor as you can see from this screenshot.

Yes, the alt tag says it does not bite, much (ouch)

In the future I plan to keep using it and will try to report. In the meanwhile, what can I say other than.. welcome on my hard disk, Classilla! :)

bookmark_editor_controller.mm Not implemented reached in void

Pubblicato il: 11/09/2009 — Tematiche: Apple, bookmarking, chromium, english

Here’s an error from the Chromium for Mac build 4.0.208.0 (25971) (when launched in the Terminal, with the —enable-sync flag which still has no effect, by the way):

“[556:267:4696610131638:ERROR:/b/slave/chromium-rel-mac/build/src/chrome/browser/cocoa/bookmark_editor_controller.mm(77)] Not implemented reached in void -[BookmarkEditorController awakeFromNib](BookmarkEditorController*, objc_selector*)”

Which by the way contradicts what MG Siegler of TechCrunch wrongly stated at the end of www.techcrunch.com/2009/08/31/builds-of-chrome-get-updated-to-show-off-their-snow-leopard-spots/ about the bookmark manager being available on Macs.

No such thing here, yet.

I’m RSS Cloud-enabled

Pubblicato il: 08/09/2009 — Tematiche: english, feed

I just installed the RSS Cloud plugin for WordPress by Joseph Scott.

More info in this piece from Wordpress founder and CEO Matt Mullenweg:

en.blog.wordpress.com/2009/09/07/rss-in-the-clouds/

If you want, take a look at the feed for nezmar.com which now includes the following code:

<cloud domain='www.nezmar.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />

How to remove wpautop in WordPress

Pubblicato il: 06/09/2009 — Tematiche: WordPress, appunti, cms, english

Note to myself: when upgrading your WordPress installation always, alway, always remember to add back the

function remove_wpautop_content_filter() {
remove_filter('the_content','wpautop');
}

function at the end of /wp-includes/functions.php

Otherwise the handy line

add_action('loop_start','remove_wpautop_content_filter');

you have in your theme PHP files and which removes WordPress’ automatic inserting of <P> (paragraphs) not only won’t work but it will also ruin your nice layout and spit a ton of errors.
And you don’t want that, right?

Some technical details about A Tiny Thread

Pubblicato il: 24/08/2009 — Tematiche: appunti, english

According to its creator, A tiny thread is written (mostly) in Python and runs on Google AppEngine.
In its first incarnation it amounted to just 208 lines of Python but Schacther notices that there’s “lots of code” in the tinythread + twitter + appengine backend.

Automatically download the latest Mac Chromium build

Pubblicato il: 17/08/2009 — Tematiche: Apple, chromium, english, risorse

If you want to follow closely the development of Google’s browser for the Macintosh or you just want to be up to date with your Chromium version the url to go is the “LATEST” directory at build.chromium.org/buildbot/continuous/mac/LATEST/
This directory always offers the freshest automated build from the current day (which sometimes includes more than twenty builds).

If you consider this tedious and you don’t want to manually download, unzip and replace your copy of the browser in /Application there are two handy scripts that can help you automatically doing that.

The first is Chromium Updater, an AppleScript by Dom Barnes, now at version 0.2.

The second is the similarly named Chromium Updater, a faceless app done with Automator, provided by a developer working for TechCrunch.

« Materiale più recenteMateriale più stagionato »