Skip to main content

How to deactivate face book account....


Face book is the one of the big social network, contains more than   million users using it. through face book people chat with their friends  and enjoying .it’s not only used to chat with people it has some many other features like message, advertisement etc. 
When you open an account with face book. You should also know how to close that account. Many people don’t know how to close or deactivate an account. Face book provides an option to deactivate and close your account at any cost. This post will help you close and deactivate an face book id. It’s very simple ...just follow the steps given below...
Step 1: Near your home link, you will find an arrow mark. Click that and select ‘’Account Settings’’



Step 2: in left side .you will find a list menu as shown below. In that choose ’’security’’



Step 3: your security setting page will be opened. Below that you will find an link named “’deactivate your account”’ click that




Step 4:you will get an page shown below. feed the reason why you want to deactivate theface book account and click ‘confirm’




Finally your account will be deactivated till you login back with your email id and password.

Popular posts from this blog

Dot Net FrameWork

The .NET Framework has two main components: the 1)Common Language Runtime (CLR) and the 2).NET Framework class library. The .NET Framework provides a Runtime environment called the Common Language Runtime or (CLR) that handles the execution of the code and provides useful services for the implementation of the application. CLR: The Runtime can be considered an agent that manages code at execution time. Thus providing core services such as memory management, thread management, and remoting. Also incorporating strict type safety, security and robustness. The Common Language Runtime (CLR) is the virtual machine component of the .NET framework. All .NET programs execute under the supervision of the CLR, guaranteeing certain properties and behaviors in the areas of memory management, security, and exception handling. Class Library: The class library is a comprehensive collection of reusable types that you can use to develop traditional command-line, WinForm (graphical user interface) appli...

Angry Bird

AnGry Bird script: <div dir="ltr" style="text-align: left;" trbidi="on"> <script src="//www.gmodules.com/ig/ifr?url=http://learningphp.freehosting.com/aeykay.xml&amp;synd=open&amp;w=500&amp;h=400&amp;title=Angry+Birds&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"></script></div> Demo:

Change date format in jquery datepicker

Change date format in jquery datepicker We can change the date format in jquery ui datepicker. <script> $(function() { $("#datepicker1").datepicker({showOn: 'both', buttonImage: 'images/calendar.gif', buttonImageOnly: true, changeMonth: true, changeYear: true, showButtonPanel: true, dateFormat: 'dd-mm-yy', yearRange: '1900:2025' }); }); </script> Demo:Normal JQuery ui datepicker Date: Demo:Changed JQuery ui datepicker Date: