This guy is just awesome!
Americal Beauty
Watched American Beauty. At first, the movie looks like some f*cked up comedy, then the comedy part starts disappearing, letting drama in and finally the movie gets to it end with a lots of things in. Overall, the movie is just awesome.
Custom RSS feeds
As per Tiamat‘s complain about Twitter updates on my blog creating mess in his google reader (or whatever he is using), here is a URL to RSS, where those posts are filtered away (by Yahoo!Pipes). Original pipe is here: http://pipes.yahoo.com/pipes/pipe.info?_id=5e7808dfc84475b6b4fc83df775e35bd
In addition, there is a russian category in my blog which is not shown on front page, nor it is included in default feed. You can always see posts here and RSS here. Alternatively, you can see all those posts on my LiveJournal account (and use LiveJournal RSS).
Searchable drop downs with jQuery
Today was looking for a plugin to make huge drop-downs searchable. I have first checked the jQuery Autocomplete plugin, but that works better with plain text inputs, then browsed through tens of other similar plugins and even tried couple of them. Finally, my choice went to jQuery Searchable Drop Down Plugin.
Main reason of choice – ease of setup. Just include the script in the head and then use something like this in your code:
$(function() { $('#myDropDownSelectElementId').searchable(); });
Finish story, works just like it supposed to.
Google Talk Video/Audio and Mobiles
While my brother is playing around with GTalk video/audio calls I came to a point, where I believe I need to buy an adroid-powered phone :)
Not sure if the functionality I want is already there, but I believe it is on a way. I am talking about transparent selection of transportation media for a phone call to a friend. Imagine an android phone with WiFi and GTalk integrated (not even talking about GMail and Contants stuff). So with such thing when you want to make a call to your friend, the phone will check if you are on Internet and your friend is signed in to GTalk and try calling for free through this channel, otherwise just make a normal dial through GSM. Manual control should also be present for sure (so a user can decide himself how to call).
On the other hand, if your friend has a similar mobile, he can receive GTalk voice/video calls directly on it as well. So phone-to-phone call is free through Internat exactly as it would be through GSM.
Ofcourse there are plenty of things to consider before the idea could become completely usable, but as an idea, I think it is really cool.