dale氏公開のアプリ色々・・・ですが

興味深いアプリを立て続けに公開されていますが、Todayプラグインのテキストボックスについては、やはり直接日本語入力が出来ない問題が・・・難しいところです・・(^^;

bLADE TwitToday

I went for a Today screen widget for posting, written in C++ to keep it quick and lightweight.
And if you click on the twitter logo, it launches your default browser at the mobile Twitter site http://m.twitter.com/. The best of both worlds

Once installed, this adds a textbox to the Today screen of a Windows Mobile phone. To send a 'tweet', fill your text into the text box and hit 'OK'.

Tap on the twitter icon to launch the mobile Twitter website and read your friend's updates.

Twitterに投稿するTodayプラグイン


bLADE Wiki Today

Scribble a note or capture an idea without waiting for a second or two for an app to be launched!
Enter some text in the box, then tap OK. The text will be appended to a file or Note (of your choice - specify the path it should write to in ‘Options’).
If you tap on the icon, the notes app (of your choice - again, specifying the path to it in ‘Options’) will be launched to the page the widget writes to.

入力した文字をファイルかメモに追記していくTodayプラグイン


bladesync.xpi

母艦のFireFoxで閲覧したページを同時にActiveSync接続したデバイス側でもバックグラウンドで開くことで、母艦で閲覧したページを履歴として残すことを目的としたFireFoxエクステンション。

I’ve written the hack as a Firefox extension, and it currently has two modes:


Always on
Every web page you view in Firefox gets opened on the mobile browser in the background without you noticing. When you disconnect your mobile from the computer, you not only have the most recent page all ready for you in your mobile browser, but you also have a mirror of the Firefox history - so clicking ‘Back’ on your mobile browser will take you back to the previous page you were viewing with desktop Firefox.

Single sync
Take the current page you are viewing in Firefox, and open it on your mobile browser
The toggle to start/stop the ‘always on’ mode, and the switch to perform a single sync are both provided as toolbar buttons.

私が拝見したときはxpiがダウンロードできない?ようでした。。
ソースはこちらのエントリーで公開されています。

dale lane » Blog Archive » Capturing page loaded events from a Firefox extension