My Response To Your Questions About Facebook

David asks…
What is the Facebook email which I can email for problems, and get a response?
I have a problem with Facebook, and no none of you can help because it is an issue about the features on my Facebook account, and for some reason all my friends have them but mine account doesn’t.
So what is the email I would email Facebook, and they would reply, and try to help me out?
Thanks!
![]()
Riverpalm answers:
There are some to email facebook on this site http://gethuman.com/Facebook-support-email_301.html

Mark asks…
Does facebook preview really show what your page look like for others?
Does facebook preview (the one that you can select under privacy setting) really show what your page look like for others?
And what are the recent privacy changes on facebook?
Thank you.
![]()
Riverpalm answers:
Yes it does. One way to verify is have a friend log onto their page and look at yours. I don’t know of any recent privacy changes. You can personalize your privacy under account at the top right corner of your home page.

Lizzie asks…
How does Facebook decide which 5 friends to show when i hover over my name?
When i hover over my name on Facebook a popup box appears showing 5 friends and the list barely changes whenever i bring it back up. How does Facebook decide which friends turn up? Is it the people who view my profile the most?
![]()
Riverpalm answers:
I think its just at random

Laura asks…
How did Facebook use principles related to the definition of Organizational Development to grow and prosper as?
How did Facebook use principles related to the definition of Organizational Development to grow and prosper as a company? How does the concept of Organizational development relate to Facebook?
![]()
Riverpalm answers:
Sounds like homework to me

Sandra asks…
How can facebook handle so many users in real time with php?
There are millions of users on Facebook at a time. Despite this, Facebook is able to update people’s news feeds with others activity in real time. With what structure of php can this be accomplished.
![]()
Riverpalm answers:
Actually both of the answers above suck.
Look into ‘HipHop’
It’s a code translator that the Facebook team made that converts the PHP code to C++, allowing them to compile it. Since compiled code runs much faster than interpreted code (except ASP/ASP.NET, which just sucks in general) it allows them to accomplish much faster loading times.
As well, it’s not only the code that allows them to do such. You have to consider that they’re running constant queries to their databases, thus their queries have to be top-notch. Writing a query well will significantly reduce the amount of time it takes to pull from the database. This includes indexes, proper queries, using prepared statements when need be, and database optimization.
Having a whole databank of servers does NOT make your website run faster. In fact, it adds overhead to the whole process, thus potentially increasing loading times. So there’s both answers proven wrong.
What HipHop did for them was significantly reduced the server load and time required to process the code, thus allowing them to process more on one server, and compile their code. The only con of that was losing some commands such as eval().
I personally compile my PHP source and use it as such. You also have to ensure that when you write it, it’s properly structured and that the best practices are used. This will also significantly reduce processing time and load.
Powered by Yahoo! Answers