24 Apr 2007
I have created a Google Project called as3httpclient. The project would host different actionscript-3 classes to extend Adobe Flash Player’s capabilities for HTTP/HTTPS related stuff.
I have committed the HTTPURLLoader class . If you are doing something similar or have done any changes to HTTPURLLoader, it would be great if you can merge changes or add new classes related to HTTP/HTTPS.
All the classes in as3httpclient would be licensed under New BSD License.
Technorati tags: httpurlloader, as3httpclient, google, project, opensource, flash, actionscript
24 Apr 2007
Have you tried mixing two Media-RSS feeds using Yahoo! Pipes? If not, check the following Yahoo! Pipe, it’s mash up of YouTube and Flickr Media RSS feeds.
http://pipes.yahoo.com/pipes/pipe.info?_id=_HAgzffx2xG1mXUc60jTQA
If you look at the output xml, you would notice there is no media-rss (module) elements(media:content, media:player etc). Yahoo! Pipes removes all media module specific elements which were present in original feeds (in this case: Flickr and YouTube).
This is not usable because I am loosing my data and I couldn’t even figure out a way to add namespace declaration, if you know a way please let me know.
I am tired, going to sleep :)
Update (14/08/07): Yahoo! Pipes team has fixed this issue. Yahoo! Pipes now emits media-rss tags. Check out this thread.
23 Apr 2007
I have been using DotGNU on my MacOSX to run .Net programs I wrote long back.
DotGNU sweet project and I heard about in FOSS during Gopal’s talk.
You can write, compile and run .Net programs on GNU/Linux, MacOSX and other platforms.
Great effort by Gopal and the team on this project. Thanks guys.
I also tried running Mike Chambers FlashCommand tool, I think it worked but I would confirm it another post.
BTW! Mike has allowed me to post the updated code (some new features I added). Thanks Mike.
BTW! It would be great of FlashDevelop can be run on MacOSX using DotGNU. I read somewhere, someone has already managed to run SharpDevelop, so I feel, I can try running FlashDevelop. Thanks Arul for suggesting this.
Technorati tags: dotgnu, .net, tool, runtime, opensource, foss
update: I think, I am able to run FlashCommand using DotGNU
23 Apr 2007
I received Adobe Flex 2 framework and Flash Player 9 API posters. Those are huge but it’s easier to read.

Thanks to Adobe for sending it. You can also get one set, link the flex.org from your blog and keep an eye on this page and apply (whenever you can).
Meanwhile, you can download the Flex, ActionScript and Apollo cheatsheats.
Technorati tags: adobe, flex, actionscript, posters, cheatsheat
23 Apr 2007

It was good experience to be among the Flex-Apollo leaders from APAC region. I have lot more to write about this event so I would do it in another post, I just wanted to post this group photograph.
Check out more in flickr set.
17 Apr 2007
I posted about Media RSS sometimes back and now it seems like Adobe Media Player (AMP) would consume RSS 2.0 feeds (with Media RSS extension/module) and do cool things.
I also posted about how something like Democracy Player can be built for Adobe Apollo platform, seems like Adobe Media Player is the answer.
AMP would be cool, I can feel it. It’s another platforms for content-distribution. I don’t have to think much about integration, just follow the standards (RSS, ATOM, microformats etc) and I am cool. That’s the beauty of standards, that’s why I love them.
17 Apr 2007
Brajeshwar posted about Mixercast, so I won’t repeat thing. I would just request, please check out Mixercast.
Please send feedback via feedback-form or directly to me at [mail at abdulqabiz dot com]
I would probably post some examples and discuss the features in later posts.
14 Apr 2007
I just watched Robert Scoble’s video-audio-live-stream , which was being broadcast from his car. He was using his laptop, a Verizon wireless card, a webcam, inbuilt-microphone and UStream account.
Check out the screenshot.
UStream looks pretty interesting to me, it has live chat and different social-networking features (embed, comment-engine etc).
BTW! Motvik, a startup based in India, would allow you to use your camera-phone as webcam over Bluetooth. Now imagine, how UStream and Motvik would go together?
13 Apr 2007
What is Dekoh?
Directly from Dekoh website:-
Pramati announces Dekoh, a new desktop platform for applications that can deliver integrated experience of web and desktop
I know the company (Pramati Technologies) for some time (through some ex-colleagues at Adobe who came from this company in 2004).
I know these guys have been doing good in Java/J2EE community and contributing in some of the specifications. I respect them for that.
Lately, some of the posts (listed below), from Dekoh guys, sounds like a marketing strategy, where they are trying to get popular by using words like “Adobe”, “Apollo”, “Flash”?
Some of their posts:-
It’s good idea to create products, come up with new things and give different solutions to developers/end-users. Competition is always good, though in this case I feel Dekoh and Apollo are two different things.
Anyway, I don’t get following points:-
- How can someone compare things without even understanding or knowing a technology (Adobe Flash/Apollo)?
- How an engineer from same company starts talking about Apollo-going-Yahoo!-Widget-Engine-way? and sells the idea of Dekoh?
- How can one company use other company’s marketing effort to get some focus?
- Why can’t you create your own identity without using other brands in any form (comparison, rant etc) in your marketing/PR agenda? Is Dekoh feeling insecure?
Not only that, I wonder if they have convinced some guys to write about Dekoh vs Apollo story on blogsphere (readwriteweb example, there might be more I don’t know).
I personally don’t like such strategy and didn’t like when Microsoft did something similar in past.
A good product/technology would eventually would be known and used. We need to leave things users/community to decide/use/review/conclude?
I have not seen Dekoh, except screenshots and I don’t remember of having said anything against it. I just feel uncomfortable, when I read such posts.
Technorati tags: adobe, apollo, dekoh, marketing, tactic
11 Apr 2007
Gmail uses mouse-down event instead of click (mouse-button-release) at many places (Compose Mail, Inbox, Chats etc) in it’s frontend.
I face following problems because of their wrong choice of event (mouse-down instead of click):
- I can’t select text while in list view. For example, if I want to select the sender’s name or subject, instead it opens the mail thread.

\
- If mouse-button is pressed by mistake on any of links (Compose Mail, Inbox etc), associated action takes place and I am forced to click on browser’s back button (or equivalent) to get back to previous state (screen/view). I don’t get a chance to change my mind by releasing mouse-button outside of link area.

Technorati tags: gmail, usability issues