tigert.com | my life and stuff um, what do I write here?

24Sep/04Off

Evolving..

Chris Lee made a suggestion to avoid the jumping contents of the popup:

mockup

I think it makes sense, although it might look a bit strange to have the title at bottom. But worth a thought anyway. Thanks Chris!

And yes, the expanded note shouldnt be that wide. Consider it a Gimping error :-)

Filed under: software Comments Off
24Sep/04Off

Whee!

So, there's a port of [url=http://www.frozen-bubble.org/]Frozen Bubble[/url] for [url=http://fb-s60.sourceforge.net/]Symbian Series60 phones.[/url] Yay!

Filed under: weblinks Comments Off
23Sep/04Off

The Revenge of Killer Mutant Notifications..

Okay. More thought. I wonder if this is a bad idea.. to have a small notification that is very simple and small, but would possibly expand when mouse is moved over it to display more content. This way it does not cover much of the screen, but in some situations it might be nice to also have additional stuff available.

In this case, our user is listening to a mp3 stream from a net radio. All of a sudden there's this very neat song going on. The music player shows a quick notification with the song title (that is streamed along the music to the music player). Now, our user [i]wants that tune on CD[/i] since it is so cool. Mouseover, and show additional info with for example a link to the musicmatch website or something that has more info about the artist:

mouseover expansion of note

Also the same popup could show when mouse is over the status icon. Of course this would not work for everything, and I am not even sure if it is a good idea. Basically this is a mockup I did for myself to fuel my brain, so I thought I'd share it.

One of the problems I wish to solve with the notifications is the problem of "internet distraction" while working on something. Lets say I am waiting for an important mail from my boss regarding my Boston visit. I can set Evolution to notify me of all the mails from my boss, since those usually are something important - so I do not need to check my inbox every few minutes. Better concentrate on the work and get a notify when the mail actually arrives. Now, if the notification also showed a few first lines of the message body (and a "view message" button) it might be all I needed to know - again freeing me from switching to Evolution completely. Very often when you go check mail you get another interesting mail which leads you to think other stuff, further taking you away from what you were originally doing. Then again, maybe I'm the only person on the earth having this problem :-)

Of course part of this information could just as well show up on a Dashboard side panel. Depends. We just need to get programs to use the notifications so we get a better idea what they are good for and we know what stuff works better on Dashboard etc..

Filed under: software Comments Off
23Sep/04Off

Beagle tiles..

Nat, Trow?

What if Beagle would display a snippet of the document content along with the searched term? It could show the first match with a small snippet of content before and after - this way it might be faster to find the one you are looking for. No need to open each one to see what's inside..?

beagle mockup

Google does this for searches and it is pretty useful.

Filed under: software Comments Off
23Sep/04Off

Blast from the past :-)

Some of you might remember I used to work for a finnish ISP before the ximian/novell journey started. The coolest guys from the web team there decided to start their [url=http://www.apaja.com/inenglish.php]own company[/url] a few years ago. Turns out they have come up with [url=http://www.playray.com]even more cool ways to waste your time[/url] when you have a need to vent a bit. Neat ways to use Java I'd say.

[url=http://www.playray.com/play/minigolf]Minigolf[/url], [url=http://www.playray.com/play/pool]Pool[/url] and [url=http://www.playray.com/play/cannons]Cannons[/url] (play with 1-5 friends) are recommended highly :) (java/flash required)

Now back to notifications mockupping again..

Filed under: weblinks Comments Off
20Sep/04Off

Notifications again..

Christian: I think we really should define the notification "body" be HTML in the spec.. HTML is familiar and works okay for layout and it would give more possibilities for the application writer or a user writing scripts with notification support.

Also, we do not have many real-world examples of this stuff yet. Well, there is MSN Messenger and a few other things, and we know battery alerts could be useful, sure. New mail notifications, stock alerts, maybe. But when we talk about something really different, perhaps something we havent thought about yet, how do we know what is needed in the spec? If the spec is very liberal in terms of the layout and message content, it will not be the limiting factor later.

RSS watch mockup

Why dont we just make the spec define that the message content can be HTML, according to some suitable w3c dtd. The notification implementations then should just strip off stuff they dont understand, thus making the currently proposed bold, italic etc work just fine, but without limiting the use to more interesting content. Also if we used Gecko, one could do the layout with CSS and it would be easy to theme the look. That would be very nice in my opinion.

So lets go for rich content.. :-)

Filed under: software Comments Off
17Sep/04Off

Presence, contacts and different apps..

So, I installed Skype, the free-as-in-beer web phone software (which now has a beta for OSX btw) and I have had some fun with Jimmac - it is nice to be able to just chat about work and stuff instead of typing it on irc.

But this all has made me think about integration again. Let's see. I have my mail addressbook in Evolution, I have a buddy list in Gaim, my friends are also on IRC and people are writing blogs and appearing on Planet Gnome as well. Some people are also in my Gnomemeeting list. Keeping track of all this - without doing it as a full-time job - is not easy. There's just too much information and it is split between different applications..

The Evolution addressbook now has fields for messaging client screen names etc, and there was work going on to make Gaim sync with that which is great. But now, for example, Skype just has its own list of contacts.

Maybe there is a standard being drafted for all this - if someone knows, let me know.

When Jimmac becomes online, I wish I got[i] one notification bubble[/i] for it, which gives me a list of applications that I can use to contact him. Not popups and small funny sounds from Gaim, Skype, Evo, XChat, Gnomemeeting and whatever else I might be running. And I also wish to have [i]just one control to set myself "busy"[/i] - nobody wants to do it on each of the apps separately.. :)

Filed under: software Comments Off
15Sep/04Off

Re: Gnome Notification ideas..

So this is more like a response to a comment in my notification thingy writeup, but I think this is an important point, so I write a new entry. Besides, isnt the whole point of blogging to spam as much as you can? :-)

Anyway, the idea was that there should be a proper daemon or something to handle all this in the desktop. Yes, I agree.

But the idea to use Zenity initially is just that we need something that works to get started with. We need to define an API and a spec for the notifications at some point. It is a lot easier to define a spec and api that does not suck after we have some real world experience and the most common problems and issues are known. If we have a commandline tool to do the notifications, it's easy to make little scripts that get info from the web and periodically notify us if there is relevant data. Like, a really stupid and trivial script that just monitors planet gnome RSS whether there is a new entry and does a bubble when it updates. Then we'd know that it would be nice to be able to embed links in the bubble content. And that it could fetch images from the web directly too via vfs or something.

Sure, it will be handled properly later, but its useful to be able to test stuff. And heck, I cannot write C. Whatever I do is going to be bash, perl or php. So zenity with notifications would also rock for myself who couldnt use it through a gnome api.. :-)

Filed under: general 1 Comment
15Sep/04Off

Gnome “Notification” ideas..

When Glynn blogged about the Zenity notification icon it got me thinking. I have been pondering about a notification stuff in general a bit too - but since I am a bit of a hurry right now, I'll put this short. What if we had something like this:

tigert@archer:~> zenity --notification --window-icon="pantstrading.png" --title="Stock Alert" --content="stockalert.html" --delay=20

..and it would give us a notification popup that lasts for 20 seconds and displays (for example) a snippet of HTML you specify. I am not sure what is the best way to implement it - html comes to my mind first as a mechanism to add formatting easily to the content of the bubble, and we have a widget to display it. In any case if there are better ways, I dont care. What I would care is if I could get something like this from Zenity:

stock alert popup

Wouldnt that rock? A flexible mechanism to do such alerts from a script would sure be a spark for imagination and new ideas.. Who wants to hack? I can provide art and layout ideas.. :-) The green half-height bar would be a "timer" that works like a hourglass - it starts from the top and gradually drops down during the time the notification is visible - to show a clue to the user that it will disappear after a while. If you click on it it could stay there or turn to a normal window or something. Dunno yet. Comments welcome.

Filed under: general Comments Off
14Sep/04Off

Oops.

Stand by while I learn how to embed javascript into WordPress so that it doesnt blow up the whole world in PlanetGnome ;-)

Okay. I give up.

I tried to show you some handy bookmarks ("bookmarklets"?) that had javascript to do funky things on the url or the page, but javascript did not work too well with this blog (mainly the bookmark didnt just work for some reason and I am having other stuff to do so I dont have time to debug it right now ;-)

So go here instead and see for yourself: Jesse's Bookmarklets - and particularly Bugzilla bookmarklets can be really useful if adapted to bugzilla.gnome.org for example. This stuff is pretty interesting.

Oh, this is also related to Mozilla Keywords feature - instead of a bookmark on the toolbar you can give a custom keyword to a bookmark. An example illustrates this nicely:

  • Bookmark url: http://bugzilla.gnome.org/show_bug.cgi?id=%s
  • Keyword: "gbug"

Now on your address field type "gbug 123456" to view bug number 123456. Everyone probably knew this already, but this is just so handy..

Filed under: general Comments Off

Pages

Categories

Blogroll

Archive

Meta