Wired talking about “instapreneurs”

Posted by Rajesh Shetty on March 27, 2008

Quick read article on wired.com about the new age internet trend of "get it fast out there" .

One example mentioned in the article was Zazzle, how they get Disney's brand out there in public so fast, that traditional retailer can not even think about unless traditional folks spin their chain to have good online presence. Some of the interesting numbers in the article Ian mount talks about

Disney has uploaded more than 3,500 of its designs to Zazzle, allowing the company to sell a wider range of products than just the blockbuster Mickey Mouse T-shirts favored by conventional retailers. The service also gives the Disney machine unprecedented agility. "Here, I can see that Hannah Montana is taking off, we can upload a design right into Zazzle's system, and in a day or two it's a product," says Patrick Haley, senior manager of customization for DisneyShopping.com.

On the side note, now I see the term "instapreneur" catching up and will be another one to toss around in your discussion with friends about modern trends and buzzwords.

 

Blogged with MessageDance using Gmail

MessageDance - iPhone photo to Twitter, Facebook, WordPress

Posted by Rajesh Shetty on March 22, 2008

Another installment of How iPhone to Twitter/Facebook/MySpace/Wordpress/Xanga/LiVEJOURNAL/Blogger/TypePad/VOX.

Blogged with MessageDance using YouTube

Issue with Facebook Java API’s photos upload with caption.

Posted by Rajesh Shetty on March 22, 2008

Context : Facebook-Java API usage for uploading photos.
Problem : You get error "Incorrect Signature" while doing  client.photos_upload with caption as one of the parameter. This happens when you have caption with 
more than one words or any special character.


Reason: In FacebookRestClient.javapostFileRequest method it encodes all the form data. So when you send caption with photo, it URL encodes the caption also. One word caption is fine , but  if you have more than one word "my buddies" will be encoded and result will be "my%20buddies" which Facebook does not like at the receiving end. Have a look at their documentation for photos upload. 


Solution: Simple brute force solution is not to send caption encoded. Drop following line in postFileRequest method 
        if (entry.getKey()!=null && entry.getKey().equals("caption"))
         doEncode = false;


right before following line out.writeBytes(doEncode? encode(entry.getValue()): entry.getValue().toString());


compile the Facebook source again , bundle the jar file and you are done. 
BTW, I have not really looked their bug list or discussion forum , they might have a better solution for this but thought would share this for people who want to know what the issue is when they see this error "Incorrect Signature" , which is completely misleading.
Another effort to save someone's day.



Blogged with MessageDance using Gmail

Coke Commercial “Sip Stealing”

Posted by Rajesh Shetty on March 19, 2008

“Sip Stealing”. A good ad. As always coke has interesting ad campaigns.

Blogged with MessageDance using YouTube

Java ArrayList to Ruby Array

Posted by Rajesh Shetty on March 18, 2008

  • Java ArrayList toString would return  something like [a, b, c, d]
  • Following method will get you Ruby array out of above String

    def get_ruby_array_from_java_array_list(java_array_list)

      java_array_list[1, java_array_list.length-2].split(", ")

    end



Blogged with MessageDance using Gmail

MessageDance - YouTube to Twitter 2

Posted by Rajesh Shetty on March 14, 2008

Look Ma!, We have video on YouTube, Now it is easy to share your favorite YouTube videos with your friends in few clicks.

Blogged with MessageDance using YouTube

Diet Mountain Dew Surprising Facts - Yo-Yo Spot 1

Posted by Rajesh Shetty on March 12, 2008

Did you know that?. I did not , Yo Yo ’s were invented as a tactical weapon ?. Now you know it. Well made advertisement to show facts and pushing that "Did you know"? factor Moutain Dew.

Blogged with MessageDance using YouTube

Blogging from Facebook to more than blog sites

Posted by Rajesh Shetty on March 11, 2008

So now you can blog (to more than one blogs if you like) using messgedance sitting right here within Facebook.

To all those Facebook lovers they do not have to get out of their comfort zone, open their message compose type the blog post and send it to blog @ messagedance.com and boom it will go to all the blog posts they configured within MessageDance’s Social profile.

It does not end here, the message can potentially go to all other destinations like Twitter (as 140 characters of your message), to other social destinations.

We will soon release blog channel to general audience, we are working on general UI so that users can configure settings to their blog.

Think about it. Possibilities are endless!.

Blogged with MessageDance using Facebook

Alright now this message comes from Facebook

Posted by Rajesh Shetty on March 11, 2008

Did anyone ever thought about this?.Blogged with MessageDance using Facebook

Impressive car move

Posted by Rajesh Shetty on March 11, 2008

Now that reality is impressive/dangerous driving.

Blogged with MessageDance using YouTube