Vasiliy Selivanov

  • RSS

isfland.com. AS3 Physics

Posted on Friday, April 18th, 2008

Thanks to flash-ripper.com for finding interesting blog flash island. I don`t know where is Author now, all post date was written at  January But what we could find there Examples physics in flex Physics UI   Crush test Waiting for new great features! Bookmark on Delicious Digg this post Recommend on Facebook share via Reddit [...]

continue reading

Adobe AIR for Linux Alpha

Posted on Wednesday, April 2nd, 2008

Great news! so now we have flex and air for linux. Very good! Don’t stop Adobe! image from www.readwriteweb.com Bookmark on Delicious Digg this post Recommend on Facebook share via Reddit Share with Stumblers Tweet about it Subscribe to the comments on this post

continue reading

21 Awesome (But Lesser-Known) Open-Source Applications for Windows

Posted on Sunday, April 13th, 2008

Unless you’ve been hiding under a rock in Madagascar for the last few years, you undoubtedly already know about the All-Star open-source applications for Windows. I’m talking about applications such as Firefox, Thunderbird, GIMP, OpenOffice, and VLC. However, there are hundreds of lesser-known but highly-useful open-source applications available for Windows. A few of my favorites [...]

continue reading

Archive for the ‘facebook’ Category

Facebook friend autocomplete selector with JQueryUI

Friday, March 23rd, 2012

Let’s create Facebook Friend selector using JQueryUI. So we will have something like this

FB selector

(more…)

Facebook Fb.UI and “An error occurred. Please try again later.”

Monday, June 13th, 2011

If you tried to make feed posting via javascript

1
2
3
4
5
6
7
FB.ui({
    method: 'feed',
    name: 'Title',
    link: 'http://example.com',
    picture: 'http://example.com/image.jpg',
    description: 'description'
});

but have error message “An error occurred. Please try again later.”.

To solve this just add your application id as app_id parameter

1
2
3
4
5
6
7
8
FB.ui({
    method: 'feed',
    name: 'Title',
    link: 'http://example.com',
    picture: 'http://example.com/image.jpg',
    description: 'description',
    app_id: YOUR_APPLICATION_ID
});

I hope it is help somebody. Write you comments.

How to make (sort) gallery/post votings (likes) with Facebook

Tuesday, March 29th, 2011

I will tell you have to make sorting of photos/posts/links via facebook.

For example you have photo gallery where users could “vote”  (like) for each photo. And you need to make sorting of photos by popularity with Facebook.

So you have, for example, 10 photos with urls:
http://yoursite.com/photo/1, 
http://yoursite.com/photo/2,
..,
http://yoursite.com/photo/10
what users could “like”. And you have pagination of 3 photos per page. So lets start.

(more…)

Facebook pages will automatically be upgraded

Thursday, March 10th, 2011

Facebook pages are getting an updated layout and several new features to help you engage with your fans. Preview your pages and you’ll be given the option to upgrade early. All pages will automatically be upgraded on March 10.

this link http://www.facebook.com/pages/status/ help you upgrade it manualy