18 Jun 2007
If you are thinking to do serious Flex consulting or already doing it in India, please read this email thread on flex_India list. It’s interesting for individuals or groups.
Email thread link:http://tinyurl.com/3xpsbf
Technorati tags: flex, apollo, air, consultant, india
17 Jun 2007
I have been relaxing for last two weeks, as suggested/recommended in comments on my previous entry. I watched most of the good movies released in last two weeks, had food at different places, watched more movies on DVD, finished some unfinished books, started reading more books, spent time cleaning my apartment, playing with Apple TV and last, but not least, attended BlogcampPune - came up idea for upcoming BarcampPune.
Now time to get back to work, it’s calling me :-)
16 Jun 2007
Youtube has released some new features and one of them is YouTube Remixer, which is basically customized version of Adobe Remix.
I just remixed some stuff and it’s cool :). Check it out.
Technorati tags: youtube, remixer, adobe remix
16 Jun 2007
I just returned from Blogcamp Pune, it was fun to meet different (from Barcamp) kind of crowd. I met some more folks and heard some interesting stories, one such session was about flames, threats and stalking by Melody.
I was not prepared but had strong urge to speak on Creative-Commons, Syndication (RSS for podcasters) and microformats. I dropped the idea since not many people would have been interested into such technical session. But it can be nice session, I might talk about these in upcoming BarcampPune, hopefully in July 2007.
Some folks were very new to blogging or have not yet started blogging, I would have loved to see some quick workshop sessions to get them started, unfortunately, most of the sessions were from sponsors and to me all those sounded like marketing-pitch.
Like BlogcampPune (last year), all the sessions were scheduled to be thirty-minutes, which I feel is too short duration for any good interactive-session. I hope, there is dynamic scheduling, if folks are interested in a on-going session, it should be continued and other session can be done in other room/hall.
Tarun Dua was doing live commentary on entire thing, so you can check out his blog for more updates.
As usual, there would be some photographs, check ‘em out here. I am too lazy or impatient lately to click photographs, none of these photographs are good :(
Technorati tags: blogcamppune, blogcamp, uncoference
11 Jun 2007
Apollo, which was the code name for Adobe desktop runtime, would be known as Adobe Integrated Runtime (AIR). Adobe Flex 3 framework would be cached by Adobe Flash Player for better performance (download wise). Latest beta build of Adobe Flash Player 9 has loads of enhancements.
In short, all these bits are available on labs. Download ‘em and give your feedback to Adobe.
Technorati tags: air, adobe integrated runtime, flex3
31 May 2007
I spent some time playing with Google Gears LocalServer (ResourceStore) to cache some video files from YouTube/Google-Video on client. It seems, you can only cache (store) data from same-origin. I might be wrong, but this is what I found.
I would spend more time to find out if there is a way.
:::
Technorati tags: google-gears, same-origin-policy, crossdomain, resourcestore
:::
31 May 2007
It seems, YouTube has started using Google cache-servers to serve Flash-Videos (FLV). There is now very easy way to get YouTube FLV files.
http://cache.googlevideo.com/get_video?video_id=
That’s it, video_id can be found at various places:-
If you click on following link, you would be prompted to download flv :)
http://cache.googlevideo.com/get_video?video_id=M0ODskdEPnQ&origin=youtube.com
Update (Jan 11, 2008): Updated the URL for getting FLV from Google Cache server. Thanks to Rohan for sharing updated URL format.
Update: It seems cache.googlevideo.com doesn’t work, atleast not for me?
Technorati tags: youtube, flv-url, video, download
31 May 2007
I just installed Google Gears (Beta) and checked out some examples. I love the all the features (SQLite-DB, Cache-Server and Workerpool to manage script execuation), Google Gears surly rocks!
Some links to get started:-
Technorati tags: google, gears, browser, extension, javascript
31 May 2007
Avatar World is Yahoo! messenger plug-in, that allows you to create customized visual chat-rooms and invite friends to join it. You can read more about it on Yahoo! Gallery.
This plug-in is not final release, it’s just preview release and that’s why it’s very slow when you use it. It’s a Adobe Flash Application at the core.
%20(2)_1.jpg)
BTW! I was about to work on Yahoo! Avatars project when I was working for Yahoo! Bangalore but I left Yahoo! before that.
Technorati tags: yahoo, avatar-world, flash, messenger, plugin
31 May 2007
I wrote this php-proxy-script and have been using for different purpose (loading cross-domain data like text, xml, swf, image, etc. or for YouTube REST API in flash, flex applications).
People keep asking about proxy-scripts in forums to manage various things (cross-domain AJAX issues). Download the proxy.php.txt, and use to solve such problems. You can also fork it on Github, and improve it.
Usage:
http://yourserver.com/proxy.php?url=[&mimeType=]
Examples:
- To load XML/Text:
http://yourserver.com/proxy.php?url=http%3A//abdulqabiz.com/blog/index.xml
- To load a SWF (binary-data):
http://yourserver.com/proxy.php?url=http%3A//abdulqabiz.com/files/some.swf&mimeType=application/x-shockwave-flash
Technorati tags: proxy, php, crossdomain