Vasiliy Selivanov

  • RSS

Mozilla Releases Firefox 3

Posted on Wednesday, June 18th, 2008

What’s New in Firefox 3: The Web is all about innovation, and Firefox 3 sets the pace with dozens of new features to deliver a faster, more secure and customizable Web browsing experience for all. User Experience. The enhancements to Firefox 3 provide the best possible browsing experience on the Web. The new Firefox 3 [...]

continue reading

Reinhold Weber – 40 Tips for optimizing your php code

Posted on Friday, April 4th, 2008

If a method can be static, declare it static. Speed improvement is by a factor of 4. echo is faster than print. Use echo’s multiple parameters instead of string concatenation. Set the maxvalue for your for-loops before and not in the loop. Unset your variables to free memory, especially large arrays. Avoid magic like __get, [...]

continue reading

Google 10th Birthday

Posted on Thursday, September 25th, 2008

New google page www.google.com/tenthbirthday/ On this page you could find Google Timeline. Some facts : When Larry met Sergey  – Summer 1995 Google in 10 languages – 9 May 2000 Search index: 1 billion pages – 26 June 2000 Google Image Search – 28 July 2001 Google Chrome browser – 1 September 2008 Project 10100 [...]

continue reading

Archive for the ‘facebook’ Category

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