welcome to TECHNO WORLD
Showing posts with label Facebook Updates. Show all posts
Showing posts with label Facebook Updates. Show all posts

Sunday, 23 March 2014

A new programming Language Introduced by Facebook - { hack }



Facebook has just released [ Introduced ]  a new programming language called 'HACK', designed to build complex websites and other software quickly and without many flaws and also the main motive of decreasing resource conservation. The company has already migrated almost all of its PHP-based social networking site to HACK over the last year, but it has nothing to do with Hacking.

Facebook :- 
Today we're releasing Hack, a programming language we developed for HHVM that interoperates seamlessly with PHP. Hack reconciles the fast development cycle of PHP with the discipline provided by static typing, while adding many features commonly found in other modern programming languages.
We have deployed Hack at Facebook and it has been a great success. Over the last year, we have migrated nearly our entire PHP codebase to Hack, thanks to both organic adoption and a number of homegrown refactoring tools.
We're also proud to release an open source version of Hack to the public at http://hacklang.org/ as part of our HHVM runtime platform, which will now support both Hack and PHP.

Download Link:- http://docs.hhvm.com/manual/en/install.php 


Official site :- http://hacklang.org/



Thus, Hack was born! Facebook Team decides to develop a new programming language that could combine elements of static-type programming languages such as C or C++ with dynamic-type languages like PHP, now called "HACK Programming Language".

"Hack has deep roots in PHP. In fact, most PHP files are already valid Hack files." Facebook said, "We have also added many new features that we believe will help make developers more productive."

HACK is a new version of PHP, requires Facebook’s HHVM (Hip Hop Virtual Machine) which is designed to execute programs written in Hack and PHP. The top 20 open source frameworks on Github run on HHVM.











by Facebook's - { hack } official site  :- 
The following are some of the important language features of Hack. For more information, see the full documentation, or follow through the quick interactive tutorial.
  • Type Annotations allow for PHP code to be explicitly typed on parameters, class member variables and return values:
<?hh
class MyClass {
const int MyConst = 0;
private string $x = '';
public function increment(int $x): int {
$y = $x + 1;
return $y;
}
}
  • Generics allow classes and methods to be parameterized (i.e., a type associated when a class is instantiated or a method is called) in the same vein as statically type languages like C# and Java):
<?hh
class Box<T> {
protected T $data;
public function __construct(T $data) {
$this->data = $data;
}
public function getData(): T {
return $this->data;
}
}
  • Nullable Types are supported by Hack through use of the ? operator. This introduces a safer way to deal with nulls and is very useful for primitive types that don’t generally allow null as one of their values, such as bool and int (using ?bool and ?intrespectively). The operator can be used on any type or class.
  • Collections enhance the experience of working with PHP arrays, by providing first class, built-in parameterized types such as Vector (an ordered, index-based list), Map(an ordered dictionary), Set (a list of unique values), and Pair (an index-based collection of exactly two elements).
  • Lambdas offer similar functionality to PHP closures, but they capture variables from the enclosing function body implicitly and are less verbose:
<?hh
function foo(): (function(string): string) {
$x = 'bar';
return $y ==> $x . $y;
}
function test(): void {
$fn = foo();
echo $fn('baz'); // barbaz
}
Other significant features of Hack include ShapesType AliasingAsync support, andmuch more

Stay tuned to +Techno World  for more Technology updates  



Monday, 3 February 2014

Which Social Networks Should You Care About in 2014 and few detailed infographic view about Facebook ,twitter,you-tube,goggle+ ... from 2014


It’s hard to believe that Facebook will be ten years old this February and yet social media still seems new to many of us. Brands are struggling as much as they ever have done to understand what to do with it, and which networks actually have any real value. I noticed a number of social challenges that brands faced in 2013 but probably the two most common questions I got asked were:
  1. Which social networks should I focus on?
  2. How much of my time and resources should I allocate to each one?
The answers to these questions are not as complicated as people often think, but neither is there correct answer to either of them. Many people have written blog posts suggesting that they have the answer – but rather than add my own opinions to that long list, I thought I’d just look at the data to see where the world seems to have been spending it’s time over the last 12 years. (Infographic created in Adobe Photoshop obviously!)…

The figures… source by backtohack
I’ve purposely focused here on the total number of user profiles for each network*. I did this purely for the sake of comparison (rather than daily / monthly active users), so before anyone bursts a blood vessel and calls me out in the comments, let’s save the messy debate around active v inactive fans for another time. All I want to do here is look at which social networks people have chosen to join over the last decade or so.
 The figures themselves highlight a couple of interesting points that social media executives often miss:
  • There are almost as many social profiles just among these 21 networks, as there are people in the world!
  • Many business people forget that China has 3 of the world’s largest and most powerful social networks. (Sina Weibo for example has the same market penetration in China that Twitter does in the US).
  • Some of the Middle Eastern brands I spoke to last year told me that YouTube was far more valuable to their brand than either Twitter and Facebook, and they built their social strategies accordingly.
  • Many Spanish brands have chosen to focus their efforts on the local network Tuenti instead of Facebook.
  • The oldest social network on the list Friendster, has a surprisingly large and active fan base (admittedly now with a different purpose than it was created for).
  • Bebo is still going and planning to be properly re-launched again by original co-founder Michael Birch.
  • Google+ (the network we all like to poke fun at), has become the place for commenting on YouTube.
  • Market analysts suggested in 2013 that Pinterest (not even 4 years old), had double the click-through-rate of Twitter and drove 2x the average order value of Facebook, even though it only has 5% of the user base.
  • Russian network VK is bigger than Instagram globally with a massive 228m registered users.
  • SnapChat (hacking issues aside), 2013 saw more photos distributed on SnapChat (up to 400m each day) than there was on Facebook.
  • But… old-timer Orkut (the forgotten Brazilian network owned by Google) is still “bigger” than the trendy new kid on the block SnapChat.
“All of this is very interesting, but just because these appear to be the world’s largest networks, still doesn’t mean you should be paying attention to them…”





Sunday, 19 January 2014

Get Alert notification when some unfriend you from Facebook - how to see some one unfriended me




Unfriend Notify is a free extension available for both Chrome and Firefox that alerts you when someone has unfriended you on Facebook. Addictive Tips originally covered it as a Chrome extension, but as it turns out by visiting the extension's Web site, you'll also find a Firefox extension.
Without an extension such as Unfriend Notify, there isn't a straightforward method to discovering who has deleted you as a friend on Facebook. The only two methods available from Facebook directly are to browse through your friends list and try to figure out who is missing, or you can search for someone specifically if you suspect they have deleted you. Neither method is user-friendly, and both can take up a fair amount of your time.
By installing the Unfriend Notify extension you'll find a "Lost Friends" link is placed at the top of your friends list. The link, after someone has unfriended you, will include a number indicating how many people have recently unfriended you.
When Chrome or Firefox is running and the extension discovers someone has unfriended you it will even display an alert, letting you know of the tragic event.
The extension is free, requires no setup other than installation, and starts working instantly. Unfortunately there's no way for the extension to tell you who has unfriended you prior to installing it, but going forward it should work as advertised. source by cnet.
You can find the Firefox version here, or the Chrome version here.



Monday, 9 December 2013

Facebook considers Coming up for ‘sad’ status updates : 'sympathise' button for sad status updates



Facebook is considering giving its users a less cheery alternative to the 'like' option: a 'sympathise' button. Many people come across a sad status update from a friend while browsing the popular social networking site - that they have been fired; they have had a death in the family; some unfortunate event or may be just a bad day. They want to show the person they care, but do not know him or her well enough to say anything that does not sound trite.

Then they see that someone has - perhaps accidentally -  hit the 'like' button. Now, may be there is a deeper Freudian slip there, but ask these likers and they will say: "I was trying to show sympathy, but 'like' was my only option." There are many situations where 'like' is the antithesis of the response people may be trying to convey when they are forced to respond with such limited options. A Facebook engineer has come up with a solution for such a situation: a 'sympathise' button, The Huffington Post reported. This initiative was revealed at Facebook's annual Compassion Research Day when the social network devotes a whole day to sharing various ways it is trying to "build empathy and foster trust" with users. Engineer Dan Muriello said one of his colleagues had designed the 'sympathise' button during a recent hackathon. Here's how it could work: if a Facebook user were to tag his or her status with a negative emotion (from the social networking site's lists of feelings), the 'sympathise' button would automatically replace the 'like' button. And as much as users might want one, it seems Facebook is never going to add a 'dislike' button. The 'sympathise' feature is not making its way to the site "yet", said a Facebook spokesperson. Until then, its users will have to carry on with awkward silences.



Facebook is considering giving its users a less cheery alternative to the 'like' option: a 'sympathise' button.
Many people come across a sad status update from a friend while browsing the popular social networking site - that they have been fired; they have had a death in the family; some unfortunate event or may be just a bad day.
They want to show the person they care, but do not know him or her well enough to say anything that does not sound trite.
Then they see that someone has perhaps accidentally hit the 'like' button.
Now, may be there is a deeper Freudian slip there, but ask these likers and they will say: "I was trying to show sympathy, but 'like' was my only option."
There are many situations where 'like' is the antithesis of the response people may be trying to convey when they are forced to respond with such limited options.
Facebook engineer has come up with a solution for such a situation: a 'sympathise' button, The Huffington Post reported.
It was learned this Thursday from Facebook's annual Compassion Research Day when the social network devotes a whole day to sharing various ways it is trying to "build empathy and foster trust" with users.
Engineer Dan Muriello said one of his colleagues had designed the 'sympathise' button during a recent hackathon.
Here's how it could work: if a Facebook user were to tag his or her status with a negative emotion (from the social networking site's lists of feelings), the 'sympathise' button would automatically replace the 'like' button.
And as much as users might want one, it seems Facebook is never?going to add a 'dislike' button.
The 'sympathise' feature is not making its way to the site "yet", said a Facebook spokesperson.
Until then, its users will have to carry on with awkward silences.





Friday, 6 December 2013

Facebook, Twitter, and others reset user logins after hacker steals 2 million passwords & Techno Tips: Guide to protecting Internet accounts

Facebook, Twitter, and others reset user login's after hacker steals 2 million passwords





A hacker  has netted more than 2 million passwords for users of major services including Facebook, Gmail, Twitter, Yahoo, and LinkedIn, according to the security firm Trustwave.
The attacker installed keylogging software on users' computers in 92 countries, recording their logins and user passwords as they were typed.
The companies themselves were not breached, but ADP, Facebook, LinkedIn, and Twitter have reset passwords and alerted compromised users, CNNMoney reports.

The keylogger tool was a version of the Pony botnet controller, a malicious piece of software that has been proliferating since its source code was published. The botnet controller is mainly being used to steal passwords, according to Trustwave researchers.
This time, whoever was behind the attack got around 1.5 million website login credentials, 320,000 email account credentials, 41,000 FTP credentials, 3,000 remote desktop credentials, and more.
A look at the passwords shows a keylogger may have been overkill, however. Trustwave reports that the most common passwords were "123456," "123456789," "1234," and "password."



Thursday, 3 October 2013

Facebook to allow users to search timelines of status updates, photo captions, check-ins and comments" from both their own timelines and those of their friends.

Facebook clearly has some Google envy. Yet after Facebook's latest search additions to its website, Google probably has some Facebook envy, too. In a blog post on the company's website on Monday, Facebook said that people could now search "status updates, photo captions, check-ins and comments" from both their own timelines and those of their friends. 

 
Facebook said people could search for specific things by, for example, typing in, "Posts about Dancing with the Stars by my friends," which will bring up any posts by their friends on the service who have commented on or shared content about the show. You could also search for "Pictures of me and my dog" to help find photos in which you're both tagged, or "My posts from last year." In typical fashion, the update will probably scare some FB users who worry that it will affect their privacy — after all, who knew their comments would be searchable one day? Not me. 


To pre-empt such concerns, Facebook pointed to its privacy shortcuts page, which allows people to review and hide past activities on the social network. The company also said it would be rolling out the new search updates slowly to a small group of people on the site. Earlier this year, Facebook expanded its search features by allowing users to hunt through their network to find friends or other connections with a common link — for example, "women who like Mitt Romney and Nancy Pelosi and live in San Francisco." 

Facebook's search tools, which the company calls "graph search," are seen as examples of programs that are trying to compete with Google and other sites that offer search features, including LinkedIn for jobs and Yelp for restaurants. 

While the features are limited , FB's ability to allow people to search semantically, by typing "Pictures of people I know who live in San Francisco," rather than, "dog, San Francisco," as you do on Google, could entice users to engage with the search features more. 

While Facebook says the tools are designed to help people find better content on the Web site, it is also apparent that there are major advertising opportunities within these search products.






Thursday, 12 September 2013

Mark Zuckerberg's interview with Michael Arrington at TechCrunch Disrupt SF 2013 and sharing his final theme about his facebook


Just ahead of Mark Zuckerberg's interview with Michael Arrington at TechCrunch Disrupt SF 2013,Facebook's stock closed at an all-time high of $45.05.

Understandably vindicated after the turnaround of his company's dismal stock market performance since its IPO on May 18, 2012, the Facebook co-founder and CEO had a lot to say at the interview, speaking on topics ranging from his experience taking the company public, Facebook's mission, the 1 billion user milestone, advice to Twitter for its upcoming public offering, and his childhood hero, Bill Gates.

Facebook's mission
(This has) been an interesting year. A lot of things always change around you. I tend to think that it's my job to keep us centred on what matters. Different companies focus on different things, you know, there companies are really obsessed with their way of doing stuff. You hear about the HP way of doing things. For us, we are really singularly focused on this mission. We want to connect everyone in the world and give people the tools to share whatever they want. That's been the unifying theme for us for as long as we've been around. (Source)
Zuckerberg on the Facebook IPO
I'm probably the person you'd want to ask last about how to make a smooth IPO. But seriously, it's actually a valuable process. Having gone through, what I think most people would characterise as an extremely turbulent first year for our company, I can tell you that I was really worried that people would leave the company and people would get demoralised as the stock price would go down, but people were really focused on the mission. ... I actually think that it's made our company a lot stronger. (Source)
Advice to Twitter on its IPO
I've been very outspoken about staying private as long as possible. But in retrospect, I was too afraid of going public. I don't think it's necessary to do that... As long as Twitter... focuses on what they're doing, I think it's wonderful, it's great. (Source)
On Facebook's controversial "Move fast and break things" culture
I'm of the belief that values are only useful when they're controversial. There are companies that write all these value statements that I think are kind of meaningless because they're saying the same stuff. People are saying "be honest," and it's like, of course you're going to be honest. That's not a choice, that's a value, you have to be honest. Go home if you're not honest. Move fast is good because it's something that people passionately disagree with. ... What I really mean by move fast is I want to empower people to try things out and I don't command that every iteration of what we release is perfect. What I optimise for is learning the most and having the best products 3, 5, 7 years from now. (Source
Who should be the next Microsoft CEO
I can tell you what I hope. There are probably a lot of people who can run Microsoft and do a good job. When I was growing up, Bill Gates was my hero. Bill Gates ran one of the most mission driven companies that I can think of. Right now, I think Microsoft's mission is less-focused than it used be. But when I was growing up, I thought Microsoft had a great mission - put a computer on every desktop and every home. There are companies that define themselves by a way of doing things, like HP, and there are companies that define themselves by making a concrete change in the world. Microsoft did that. I have a huge amount of respect for him for pushing them to do that... I think he's one of the greatest visionaries our industry has ever had. (Source)
1 billion users milestone and Internet.org
For a while, as a company, getting to a billion people was this big rallying cry. We started looking closer into it and it became apparent that it's not like we wake up and say, "OK, I want to get one-seventh of the world to do something." It's a nice round number and it happens to be bigger than anything else we've built. A billion isn't like a magical number. So now, as we've approached and passed it, the focus is retooling and you are going to see us retooling the company in a lot of ways to go take on a lot of harder problems that fulfil this mission [connecting people]. For example, connecting the next five billion people - it's going to be really hard, because a lot of them don't have internet access. (Source)



Thursday, 1 August 2013

Malware in Chrome and Firefox can access Google +, Twitter and Facebook accounts


Malware in Chrome and Firefox is presented as an extension of the browser and allows access to Google +, Twitter and Facebook accounts.

It has discovered a new malware in Chrome and Firefox that comes in the form of an update to an extension and that may allow access to Twitter, Facebook and Google + accounts. Users of these browsers and social networks are lured to downloading what they believe it is an update to the video player and, in fact, end up downloading this malware.

Malware in Chrome and Firefox was discovered by Trend Micro and can be identified as TROJ_FEBUSER.AA. The good news is that, although it can be installed as an extension for Chrome and Firefox, not it can be adapted for Safari, Internet Explorer, or Opera. And worst of all is that this threat includes a digital signature.

This malware tricks the user into believing that it is a package of services from the browser that you are using, even refers to the security of the company under the legend "F-secure". Malware in Chrome and Firefox, once installed in the browser, asks you to download a configuration file which includes details to access the social media of the user accounts and reach give Likes, share posts, join a group, invite friends to a group, chat with friends, comment on updates and make status updates without the authorization of the owner of the account. Though all this seems only Facebook, Trend Micro ensures that you affected also Google + and Twitter accounts.

The real problem, however, is not in the taking of identity; but that user accounts can be used to distribute any type of links that may have content that threatens the same user or to others. The fact that the malware in Chrome and Firefox contains a digital signature is not warranty that the software can come from a reliable source. Trend Micro says that this feature is only for developers to test that the file comes from them and that it has not been modified by someone else.

Malware writers lately prefer to use browsers to distribute such software since it can affect users regardless of the operating system that you are using. The recommendation in these cases is to update extensions from reliable sources such as the Chrome Web Store or add-ons for Firefox page to avoid problems.





Thursday, 18 April 2013

Newborn Facebook Home had modified to work on all Android devices by H@CKERs


Almost of all know about Facebook Home almost. but this post is related to it's negative end that it's just Hacked in the way that removing it's limit of Usability on specified mobiles.So after this Hack it was modded FB Home to run on all  devices, without touching build.prop or requiring root . Tested on GNEX, NEXUS 7 emulators.

Actual FB Home front end details of one side:

Facebook Home is the mobile experience that puts your friends at the heart of your phone. From the moment you turn it on, you see a steady stream of friends' posts and photos on your home screen. Upfront notifications and quick access to your essentials mean you'll never miss a moment. And when you download Facebook Messenger, you can keep chatting with friends when you're using other apps.
What's in this version:
• Glance at your phone for the latest photos and posts from your friends
• With chat heads and Facebook Messenger, you can keep chatting when you’re using other apps
• See news as it happens with bigger, bolder notifications
• Get right to Facebook, Instagram and other essentials
Install the latest Messenger and Facebook apps for the full Home experience.
• Facebook Messenger: http://bit.ly/fbandroidmessenger
• Facebook for Android: http://bit.ly/fbandroidapp

Cover Feed
As soon as you turn on your phone, you see posts from your News Feed, so you always know what your friends are up to. Swipe through to see more, double tap to like a post, and comment right from cover feed.
Chat Heads and Messenger
Install Messenger to send and receive texts and Facebook messages from the same spot. Jump in and out of conversations while you do other things, like watch videos and browse the web. Reply right from chat heads, or move them around if you're not ready to respond.http://bit.ly/fbandroidmessenger
Notifications
Notifications from Facebook appear right on your home screen and stick around until you need them. Open a notification with a tap or clear them away to see your cover feed.
App Launcher
Launch your favorite apps and post to Facebook from the same spot. You choose what’s on your app launcher—press and hold an app then drag it where you want it




It's  Term to it's Hacked face of a Facebook Home details :

Within few hours after Facebook Home arrived on Google Play, hackers from XDA forum have launched a modified version of Facebook Home that would remove the device-specific limitation. In other words, you can now use Facebook Home on any Android device. Facebook Home is currently available only to these devices – HTC One X, One X+, Samsung Galaxy S III, Galaxy Note II, and the HTC First.

The hack was performed by XDA Senior Member theos0o; who provides details and download links here. The hacker says there is no root needed for this hack. However you will have to uninstall original Facebook, Facebook messenger and Facebook home apps. If Facebook is pre-installed then you probably need root to remove it.

To download this modified version of Facebook home, please visit XDA Developers forum.


Comment below for further details .  and Don't Forget to Like my Facebook page Techno world 



Monday, 8 April 2013

How to Link other text to your Page like HTML on Facebook

Some of the Know Facebook tricks for you guy's. these are worked for me a lot.so only I am posting this with my self experience.and feel free to ask the droughts.

It's  a  big  HTML  linkup in Facebook by a simple working code
do with this code as you can give link to your profile or your friend's profile or any 


So after the Link copying . just paste that link in this Site  click on below name to navigate
 : Facebook Profile Id number Site :


After Pasting your Link Press " Lookup numeric ID... "






copying purpose of Code is = "  @@[0:[473117836044753:1:See More Technology on  ]]@[473117836044753:]  ".












A Bonus trick of Know one 







How to get a Basic Theme from Facebook help center

Some of the Know Facebook tricks for you guy's. these are worked for me a lot.so only I am posting this with my self experience.and feel free to ask the droughts.

 and  I am at the starting stage know so article of matter is too less ... some of you like this small content with more working are. and some of you will not accept this may be you need to read it like " Wikipedia ". okay okay now the content is below.

Like " Techno world " from Facebook page for more Technology updates

how to get your Facebook's New design for the Techno geeks who don't know about this.

 Step by step procedure for you guys.. 

Step :1 ->  Click on Help icon for Facebook help center.



Step :2 -> Go  to this Facebook help center Page


Step :3 -> now click on How do i get the new design  : click here for Direct link  < Techno world >




Step :4 -> now click on " Waiting List " : click here for direct link < Techno world >



Step :5 -> now click on " Join Waiting List "




Monday, 1 April 2013

Facebook Android Event on April, 4, 2013 – A Facebook Phone or New App?


Get ready for some Android announcement from facebook as the invitation shown below mentioned about some “New Home on Android”, some of the close sources say that there will be a renewed application of facebook for Android. Facebook has been in the news from last few months as employees were forced to use Android devices. As of now it’s not yet clear on whether there will be a glimpse of the Facebook Phone which too is long due. If at all we get to see a glimpse of Android smartphone from facebook then it will no less than be a revolutionary. We are not sure as of now on what Fb will be brining on the Android table, but whatever it is, it’s always exciting to get to hear something from big houses like facebook etc.

As per the close sources, FACEBOOK will launch a modified version of Android which embeds Facebook deeply into the operating system, on a phone made by HTC which is still unconfirmed. Just few months back, Facebook has showcased the facebook messenger app. When recently Mark Zuckerberg was quizzed about the Facebook phone, he expressed his willingness for the same and also added that fb wanted to deeply integrate into the systems which people use. More than half of Facebook’s 1.06 billion monthly users access the facebook app from their tablets and smartphones and truly something refreshing and something amazing is on the way.



We will keep you posted about all the latest from the facebook event which is scheduled this Thursday, April, 04, 2013 10:00 AM Pacific at 1Hacker Way Menlo Park, California.