Showing posts with label Blogger Tutorials. Show all posts
Showing posts with label Blogger Tutorials. Show all posts

Tuesday, February 21, 2012

How to disable Facebook Timeline and get the old profile back

0 comments
It because many of my friends ask me how to remove timeline in facebook. I research in the internet and read many article and tutorial and I found how to remove timeline. I have here some tutorial How to disable Facebook Timeline and get the old profile back.

This method for removing Timeline only applied to those who enabled it before its public release. Now that it's being rolled out to everyone, there is no way to remove Timeline and revert back to the old profile.

When Facebook Timeline was announced, it didn't take long for the Internet to figure out that even though the new profile design isn't yet available to the public, anyone could get it immediately with this little hack.

Today, over 1.5 million users have activated Timeline with this workaround, making the new profile visible to each of them and anyone else who has enabled it.

Eventually, Facebook will mandate Timeline for everyone, and when that happens, expect a lot of backlash. Many people, even those who opted in to the new design, seriously dislike it. They're calling it narcissistic, cluttered, and creepy.

If you concur, and you were one of those people who enabled Timeline, there's still a way to enjoy the old profile design (while it lasts.)

Step 1: Head to the Facebook Developers page where you originally created an app to enable Timeline. Click "Edit app."

(Credit: Screenshot by Sharon Vaknin/CNET)

Step 2: The only way to remove Timeline is to delete the app. If you are an actual developer, you're out of luck. Otherwise, click "Delete app" in the left sidebar.

(Credit: Screenshot by Sharon Vaknin/CNET)
(Credit: Screenshot by Sharon Vaknin/CNET)

Once you confirm the app deletion, your Facebook Timeline will be disabled.

Defining Open Source

0 comments
to the public and can be modified and redistributed by anyone without restraint or consequence. This is a very simple, watered-down version of the definition of open source. An official organization called the Open Source Initiative (http://opensource.org), founded in 1998 to organize the open source software movement in an official capacity, has provided a very clear and easy-to-understand definition of open source. During the course of writing this book, I obtained permission from the OSI Board to include it here. Open source doesn’t just mean access to the source code. The distribution terms of open source software must comply with the following criteria:

1. Free Redistribution
The license shall not restrict any party from selling or giving away the software as a component of an aggregate software distribution containing programs from several different sources. The license shall not require a royalty or other fee for such sale.

2. Source Code
The program must include source code, and must allow distribution in source code as well as compiled form. Where some form of a product is not distributed with source code, there must be a well-publicized means of obtaining the source code for no more than a reasonable reproduction cost preferably, downloading via the Internet without charge. The source code must be the preferred form in which a programmer would modify the program. Deliberately obfuscated source code is not allowed. Intermediate forms such as the output of a preprocessor or translator are not allowed.

3. Derived Works
The license must allow modifications and derived works, and must allow them to be distributed under the same terms as the license of the original software.

4. Integrity of the Author’s Source Code
The license may restrict source-code from being distributed in modified form only if the license allows the distribution of “patch files” with the source code for the purpose of modifying the program at build time. The license must explicitly permit distribution of software built from modified source code. The license may require derived works to carry a different name or version number from the original software.

5. No Discrimination Against Persons or Groups
The license must not discriminate against any person or group of persons.