PageRenderTime 54ms CodeModel.GetById 17ms RepoModel.GetById 0ms app.codeStats 0ms

/projecte eclipse/TI/data/2012-documentos/83/2012-83-173.html

https://gitlab.com/bernagg/TI
HTML | 642 lines | 504 code | 114 blank | 24 comment | 0 complexity | 212143d312d8c95d98476f1a6648e426 MD5 | raw file
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
  2. <html>
  3. <head>
  4. <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
  5. <title>How to delete friends on facebook? - Recipester.org</title>
  6. <meta name="Description" content="Can anyone tell me where the option to delete a contact on Facebook? Thanks!" />
  7. <meta name="keywords" content="Facebook, Facebook" />
  8. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  9. <link rel="shortcut icon" href="http://img.recipester.org/theme/en/image/favicon.ico">
  10. <script type="text/javascript">
  11. var wiki_domain ="www.recipester.org";
  12. var ask_domain ="answer.recipester.org";
  13. var qr_domain ="tutorials.recipester.org";
  14. var qs_domain ="software.recipester.org";
  15. </script><link rel="stylesheet" href="http://img.recipester.org/theme/en/css/all.css?201102101430">
  16. <script type="text/javascript">
  17. var imagePath = "/theme/en/image/";
  18. function getObject(objName){if(document.getElementById){return eval('document.getElementById("' + objName + '")');}else if(document.layers){return eval("document.layers['" + objName +"']");}else{return eval('document.all.' + objName);}}
  19. </script>
  20. <script type="text/javascript" src="http://img.recipester.org/theme/script/all.js?201102101430"></script>
  21. <script type="text/javascript" src="http://img.recipester.org/theme/script/ask_jq.js?201102101430"></script>
  22. <script type="text/javascript" src="http://img.recipester.org/theme/en/script/other.js?201102101430"></script>
  23. <script type="text/javascript" src="http://img.recipester.org/theme/jquery/jquery-ui-1.7.3.custom.min.js?201102101430"></script>
  24. <script type="text/javascript" src="http://img.recipester.org/theme/en/script/question.js?201102101430"></script>
  25. <script>
  26. User_id='0';
  27. window.onload = function()
  28. {
  29. do_qa_search();
  30. }
  31. $(document).ready(function(){
  32. $("#input_search_keyword").search_suggest("/ajax/search_suggest", {
  33. onFirst: function() { top.location.href = "/search/" + $("#input_search_keyword").val(); },
  34. onSelect: function() {
  35. var keywords,keyword;
  36. keywords=decodeURIComponent($("#input_search_keyword").val());
  37. keyword2=$("#s_category_h").val();
  38. keyword3=$("#s_id_h").val();
  39. if(keyword2.indexOf("Topic")!=-1)
  40. top.location.href = "/questions/topic/" + encodeURIComponent(keywords);
  41. else if(keyword2.indexOf("Software")!=-1)
  42. top.location.href = "/questions/software/" + encodeURIComponent(keywords);
  43. else
  44. top.location.href = "/question/" + encodeURIComponent(keyword3) + "/" + encodeURIComponent(keywords);
  45. }
  46. });
  47. //for the ask button on Q &amp; A page
  48. $("div.input_ad a").hover(function() {
  49. $(this).addClass("postquestions_hover").removeClass("postquestions");
  50. }, function(){
  51. $(this).removeClass("postquestions_hover").addClass("postquestions");
  52. });
  53. do_user_ul();
  54. //do_login_check();
  55. });
  56. </script><!--[if lt IE 7]>
  57. <script src="http://web4.0sns.com/theme/script/pngfixed.js"></script>
  58. <script>
  59. $(document).ready(function() {
  60. $('.tip').supersleight();
  61. });
  62. </script>
  63. <![endif]--><link rel="canonical" href="http://answer.recipester.org/question/900/How-to-delete-friends-on-facebook%3F"/>
  64. <script type="text/javascript">
  65. var fkey = "6ff87ce5d7276fd14eee7901faaeb0e7";
  66. $(function() {
  67. vote.init(900);
  68. comments.init();
  69. styleCode();
  70. });
  71. //check before submit
  72. function submitCheck(is_capt) {
  73. //email authenticated check
  74. var flag = isEmailAuthenticated();
  75. //captcha check
  76. flag = flag && is_capt ? isCheckCaptcha() : flag;
  77. if (flag) {
  78. $('#submit-button').attr('disabled', 'true');
  79. }
  80. return flag;
  81. }
  82. </script>
  83. </head>
  84. <body>
  85. <noscript><div id="noscript-padding"></div></noscript>
  86. <div id="notify-container">
  87. </div>
  88. <script type="text/javascript">
  89. $(function() { notify.showFirstTime(); });
  90. </script>
  91. <div class="container">
  92. <div class="login_bar">
  93. <span style="margin-top:2px;float:right;">
  94. <a href="javascript:void(0);" onclick="tmp=check_wk_login($(this));if(!tmp){return false;}if(User_id.length==8){document.location.reload();}">Sign in / Sign up</a>
  95. </span>
  96. </div>
  97. <a href="http://www.recipester.org/"><img src="http://img.recipester.org/theme/en/image/logo.jpg" class="logo1" /></a>
  98. <div class="head_nav">
  99. <ul>
  100. <li><a href="http://www.recipester.org/">Home</a></li>
  101. <li class="active"><a href="/">Wiki Q &amp; A</a></li>
  102. <li><a href="http://www.recipester.org/Tutorials">Know-how</a></li>
  103. <li><a href="http://www.recipester.org/Software">Software</a></li>
  104. </ul>
  105. </div>
  106. <div class="search_bar">
  107. <form id="search" action="/search" method="get" >
  108. <label>Search for Questions</label>
  109. <input name="q" tabindex="1" id="input_search_keyword" onfocus="if(this.value=='search') this.value = '';" maxlength="80" value="" autocomplete="off" />
  110. <input name='category_h' id='s_category_h' type='hidden' value=''>
  111. <input name='id_h' id='s_id_h' type='hidden' value=''>
  112. <input type="image" class="submit"
  113. src="http://img.recipester.org/theme/en/image/search_icon.jpg"
  114. onmouseover="this.src='http://img.recipester.org/theme/en/image/search_icon_1.jpg'"
  115. onmouseout="this.src='http://img.recipester.org/theme/en/image/search_icon.jpg'" />
  116. </form>
  117. <span style="float:right;margin-right:20px;margin-top:-28px;*margin-top:-35px;"><a href="javascript:void(0)" onclick="tmp=check_wk_login($(this));if(!tmp){return false;}top.location.href='/ask';" class="ask_questions logincheck">&nbsp;</a></span>
  118. </div>
  119. <div class="search_botbg"></div>
  120. <div class="rs_nav" style="margin-bottom:0px;">
  121. <a href="http://www.recipester.org/">Home</a> &raquo; <a href="/">Wiki Q&amp;A</a> &raquo; <a href="/questions">All Topics</a> &raquo;
  122. <a href="/questions/topic/Facebook">Facebook</a> </div>
  123. <div class="question_ok">
  124. <h1>How to delete friends on facebook?</h1>
  125. <div class="question_left">
  126. <div id="question" class="q_text" style="background:none;">
  127. <div class="vote" style="display:none;">
  128. <input type="hidden" value="q_900">
  129. </div>
  130. <div class="q_ask_l">
  131. <div class="q_name q_name_bg" style="padding-top:10px;">
  132. <img src="http://www.recipester.org/images/avatars/recipester_9513_ml.jpg" alt="" width="50" height="50" class="q_img2"/>
  133. <a href="http://www.recipester.org/User:Sayaka" title=""><b>Sayaka</b></a>
  134. <span title="reputation score">281
  135. <img src="http://img.recipester.org/theme/en/image/question100729/icon11.gif" alt="" />
  136. 2
  137. <img src="http://img.recipester.org/theme/en/image/question100729/icon12.gif" alt="" />
  138. 17
  139. </span>
  140. </div> <p class="ask_time">Asked May, 12 2010</p>
  141. </div>
  142. <div class="q_ask_r">
  143. <div class="q_text_con">
  144. <p>Can anyone tell me where the option to delete a contact on Facebook? Thanks!</p> <span class="q_edit">
  145. <div class="q_by">
  146. </div>
  147. <div class="post-menu">
  148. <a class="comments-link" id="comments-link-q_900">add comment</a>|<a title="flag this post for serious problems" id="flag-post-q_900">flag</a>&nbsp; </div>
  149. </span>
  150. </div>
  151. <div class="clear"></div>
  152. <div class="post-comments" style="width:480px;">
  153. <div id="comments-q_900" class="comments-container" style="display:none">
  154. <div class="comments">
  155. <script type="text/javascript">
  156. function showhidden(id)
  157. {
  158. $('.comment_h' + id).removeClass("comment_h" + id).addClass("comment").fadeIn();
  159. $('.comment_control' + id).fadeOut();
  160. return;
  161. }
  162. </script>
  163. </div>
  164. <form class="post-comments-form" id="form-comments-q_900" ></form>
  165. </div>
  166. </div>
  167. <div class="q_ad">
  168. <script type="text/javascript"><!--
  169. google_ad_client = "pub-2945830081367039";
  170. /* Question-detail-bottom ProgSense 0802 */
  171. google_ad_slot = "8325782124";
  172. google_ad_width = 336;
  173. google_ad_height = 280;
  174. //-->
  175. </script>
  176. <script type="text/javascript"
  177. src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
  178. </script>
  179. </div>
  180. <div class="q_button"><a href="#go_answer" ><img src="http://img.recipester.org/theme/en/image/question100729/left_btn.gif" alt="" /></a></div>
  181. </div>
  182. </div>
  183. <div class="clear"></div>
  184. <div id="answers">
  185. <div id="answers-header">
  186. <div id="subheader">
  187. <a name="sort-top"></a>
  188. <h2>1 answers</h2>
  189. <div id="tabs" style="position:relative;float:right;right:4px;top:-30px;">
  190. <a href="/question/900?sort=oldest#sort-top" title="Answers in the order they were given" >oldest</a>
  191. <a href="/question/900?sort=newest#sort-top" title="Most recent answers first">newest</a>
  192. <a style="font-weight:bold;color:#000;" href="/question/900?sort=votes#sort-top" title="Answers with the most votes first">votes</a>
  193. </div>
  194. </div>
  195. <div class="clear"></div>
  196. <div class="ad_ques_middle">
  197. </div>
  198. </div>
  199. <a name="1494"></a>
  200. <div id="answer-a_1494" class="q_text how_bot answer ">
  201. <div class="q_ask_l2">
  202. <div class="q_name ">
  203. <img src="http://www.recipester.org/images/avatars/recipester_9698_ml.gif" alt="" width="50" height="50" class="q_img2"/>
  204. <a href="http://www.recipester.org/User:Yellowair" title=""><b>Yellowair</b></a>
  205. <span title="reputation score">71
  206. <img src="http://img.recipester.org/theme/en/image/question100729/icon12.gif" alt="" />
  207. 8
  208. </span>
  209. </div>
  210. <p class="ask_time2"><b>Answered</b><br> May, 12 2010</p>
  211. </div>
  212. <div class="q_ask_r2 padb_bottom">
  213. <div class="how_q">
  214. <div class="how_left">
  215. <p>Go to your friend's page and you will find a &quot;Remove from Friends&quot; link on the left side,&nbsp;click on it.</p> <div class="post-menu">
  216. <a class="comments-link" id="comments-link-a_1494">add comment</a><span class="link-separator">|</span><a title="flag this post for serious problems" id="flag-post-a_1494">flag</a>&nbsp; </div>
  217. <div class="post-comments">
  218. <div id="comments-a_1494" class="comments-container" style="display:none">
  219. <div class="comments">
  220. <script type="text/javascript">
  221. function showhidden(id)
  222. {
  223. $('.comment_h' + id).removeClass("comment_h" + id).addClass("comment").fadeIn();
  224. $('.comment_control' + id).fadeOut();
  225. return;
  226. }
  227. </script>
  228. </div>
  229. <form class="post-comments-form" id="form-comments-a_1494" ></form>
  230. </div>
  231. </div>
  232. <div class="google_answer_ad">
  233. <script type="text/javascript"><!--
  234. google_ad_client = "pub-2945830081367039";
  235. /* Answers-top-normal ProgSense 0802 */
  236. google_ad_slot = "8478715802";
  237. google_ad_width = 336;
  238. google_ad_height = 280;
  239. //-->
  240. </script>
  241. <script type="text/javascript"
  242. src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
  243. </script>
  244. </div>
  245. </div>
  246. <div class="how_right">
  247. <div class="how_con">
  248. <div class="left_icon2">
  249. <span class="vote-count-post">0</span>
  250. Votes
  251. </div>
  252. <div class="left_icon vote ">
  253. <input type="hidden" value="a_1494">
  254. <img style="margin-bottom:6px;" class="vote-up"
  255. src="/theme/en/image/vote-arrow-up.png"
  256. alt="vote up" title="This answer is useful (click again to undo)">
  257. <img class="vote-down"
  258. src="/theme/en/image/vote-arrow-down.png"
  259. alt="vote down" title="This answer is not useful (click again to undo)">
  260. </div>
  261. </div>
  262. </div>
  263. </div>
  264. </div>
  265. </div>
  266. </div>
  267. <div class="q_search" style="margin-top:15px;">
  268. <div class="q_search_top"></div>
  269. <div class="q_search_mid">
  270. <div class="search_title">Search for Related Topics</div>
  271. <div class="q_search_text">
  272. <a href="http://tutorials.recipester.org/tutorial-facebook-deleting-typeahead.html" >facebook deleting typeahead</a> &nbsp; <a href="http://tutorials.recipester.org/tutorial-deleted-friend-vkontakte.html" >deleted friend vkontakte</a> &nbsp; <a href="http://tutorials.recipester.org/tutorial-delete-friends-vichatter.html" >delete friends vichatter</a> &nbsp; <a href="http://tutorials.recipester.org/tutorial-delete-friend-vichatter.html" >delete friend vichatter</a> &nbsp; <a href="http://tutorials.recipester.org/tutorial-garena-delete-friends.html" >garena delete friends</a> &nbsp; <a href="http://tutorials.recipester.org/tutorial-iphoto-facebook-delete.html" >iphoto facebook delete</a> &nbsp; <a href="http://tutorials.recipester.org/tutorial-delete-friends-netlog.html" >delete friends netlog</a> &nbsp; <a href="http://tutorials.recipester.org/tutorial-delete-friends-nimbuzz.html" >delete friends nimbuzz</a> &nbsp; <a href="http://tutorials.recipester.org/tutorial-facebook-toast-delete.html" >facebook toast delete</a> &nbsp; <a href="http://tutorials.recipester.org/tutorial-delete-friends-searched-facebook.html" >delete friends searched facebook</a> &nbsp; <a href="http://tutorials.recipester.org/tutorial-facebook-deleted-note.html" >facebook deleted note</a> &nbsp; <a href="http://tutorials.recipester.org/tutorial-cara-delete-friend-search-di-facebook.html" >cara delete friend search di facebook</a> <a class="more" id="tag_more" href="http://www.recipester.org/question/900/How-to-delete-friends-on-facebook%3F/related-topics">&nbsp;more »</a>
  273. </div>
  274. </div>
  275. <div class="q_search_bot"></div>
  276. </div>
  277. <div class="qq_search_">
  278. <div class="q_search_top"> </div>
  279. <div class="qq_search_mid2">
  280. <form id="post-form" action="/answer/post/900" method="post"
  281. onsubmit="return submitCheck(true);">
  282. <a name="go_answer"></a>
  283. <div class="search_title2">Your Answer</div>
  284. <div class="qq_search_con">
  285. <input type="hidden" id="answer_content" name="answer_content" style="display:none" />
  286. <input type="hidden" id="answer_content___Config" value="" style="display:none" />
  287. <iframe id="answer_content___Frame" src="/theme/FCKEditor/editor/fckeditor.html?InstanceName=answer_content&Toolbar=Default&lang=en&v=201102101430" width="610" height="350" frameborder="0" scrolling="no"></iframe>
  288. <div class="community-option" style="padding-bottom:10px;">
  289. <input id="wiki_mode" name="wiki_mode" type="checkbox">
  290. <font style="color:#000000">community wiki: </font><label for="wiki_mode" title="">community owned posts do not generate any reputation for the owner, have a lower reputation barrier for collaborative editing, and show only a revision history instead of a signature block</label>
  291. </div>
  292. <script type="text/javascript" src="http://www.google.com/recaptcha/api/challenge?k=6LdhaLwSAAAAAEeibU5JMcQqinCgxaOtP9QoGkZJ"></script>
  293. <noscript>
  294. <iframe src="http://www.google.com/recaptcha/api/noscript?k=6LdhaLwSAAAAAEeibU5JMcQqinCgxaOtP9QoGkZJ" height="300" width="500" frameborder="0"></iframe><br/>
  295. <textarea name="recaptcha_challenge_field" rows="3" cols="40"></textarea>
  296. <input type="hidden" name="recaptcha_response_field" value="manual_challenge"/>
  297. </noscript> <div id="verifiedCode">The Verified Code is to stop spamming. It will be hidden once your reputation reached 100.</div>
  298. <div class="clear"></div>
  299. <div id="checkCaptcha" style="color:red; text-align: left; display:none;">The Verified Code did not match, please try again.</div>
  300. <div id="checkAuthenticated" style="color:red; text-align: left; display:none;">Sorry, you can't post an answer, for your account has not been verified.</div>
  301. <div id="checkLogin" style="color:red; text-align: left; display:none;">The name or password you type is not correct.</div>
  302. <div style="clear:both"></div>
  303. <div class="form-item">
  304. <table id="login_form" style="display:block;">
  305. <tr>
  306. <td style="vertical-align:middle;">
  307. <table>
  308. <tr>
  309. <td width="80" class="vc"><label for="login_name">Username: </label></td><td class="vc"><input class="openid-identifier" id="login_name" name="login_name" type="text" size="30"></td>
  310. </tr>
  311. <tr>
  312. <td width="80" class="vc"><label for="login_pass">Password:</label></td><td class="vc"><input class="login-password" id="login_pass" name="login_pass" type="password" size="30"></td>
  313. </tr>
  314. </table>
  315. <input name="chk_remember" type="hidden" value="true"/>
  316. </td>
  317. <td style="vertical-align:middle; padding: 0px 40px 0px 40px">
  318. <div style="position: absolute; margin-top:40px; background-color:white; margin-left:-10px; padding:5px;">or</div>
  319. <div style="width:1px; border-left:solid 1px #999; height:8em; margin:auto;"></div>
  320. </td>
  321. <td style="vertical-align:middle;">
  322. <a class="create_one" href="http://www.recipester.org/Special:Userlogin?title=Special:Userlogin&type=signup">Create one </a>
  323. </td>
  324. </tr>
  325. </table>
  326. </div>
  327. </div>
  328. <div class="q_post">
  329. <input id="submit-button" type="image" class="answer_submit" src="http://img.recipester.org/theme/en/image/question100729/post.gif" title="Post Your Answer" tabindex="110">
  330. </div>
  331. </form>
  332. </div>
  333. <div class="q_search_bot"></div>
  334. </div>
  335. <div class="q_search" style="margin-top:10px;">
  336. <div class="q_search_top"></div>
  337. <div class="q_search_mid">
  338. <div class="search_title">Related Unresolved Questions</div>
  339. <ul id="unresolved_question" style="margin:0 0 0 5px; clear:both; line-height:22px; list-style:none">
  340. <li><a href="http://answer.recipester.org/question/129641/How-to-unblock-sb-in-my-profile-in-facebook">How to unblock sb in my profile in facebook</a> (1 answers)</li><li><a href="http://answer.recipester.org/question/129700/how-to-fix-the-log-in-problem-in-facebook">how to fix the log in problem in facebook</a> (1 answers)</li><li><a href="http://answer.recipester.org/question/129980/How-to-remove-blackscreen-from-photos-on-Facebook">How to remove blackscreen from photos on Facebook</a> (0 answer)</li><li><a href="http://answer.recipester.org/question/130028/how-to-solve-friend-requst-block-problem-on-facebook">how to solve friend requst block problem on facebook</a> (1 answers)</li><li><a href="http://answer.recipester.org/question/130296/Let-people-take-part-in-my-facebook-group-without-my-approval">Let people take part in my facebook group without my approval</a> (1 answers)</li> </ul>
  341. <span>&nbsp;&nbsp;<a href="/questions/topic/Facebook">more »</a></span>
  342. </div>
  343. <div class="q_search_bot"></div>
  344. </div>
  345. </div>
  346. <div style="margin-right:10px;_margin-left:10px;overflow:hidden;" id="sidebar">
  347. <script>
  348. var question_id = "900";
  349. var vote_status = Array();
  350. vote_status['vote_up'] = '<a href="#" class="vote_up" onclick="tmp=check_wk_login($(this));if(!tmp){return false;}if(User_id.length==8){document.location.reload();return false;}question_vote_up(); return false;">Useful</a>';
  351. vote_status['vote_down'] = '<a href="#" class="vote_down" onclick="tmp=check_wk_login($(this));if(!tmp){return false;}if(User_id.length==8){document.location.reload();return false;}question_vote_down();return false">Unuseful</a>';
  352. vote_status['vote_up_ed'] = '<a href="#" class="vote_up_ed" onclick="tmp=check_wk_login($(this));if(!tmp){return false;}if(User_id.length==8){document.location.reload();return false;}question_vote_cancel(); return false">Useful</a>';
  353. vote_status['vote_down_ed'] = '<a href="#" class="vote_down_ed" onclick="tmp=check_wk_login($(this));if(!tmp){return false;}if(User_id.length==8){document.location.reload();return false;}question_vote_cancel(); return false">Unuseful</a>';
  354. vote_status['vote_cancel'] = '<a href="#" class="vote_cancel" onclick="tmp=check_wk_login($(this));if(!tmp){return false;}if(User_id.length==8){document.location.reload();return false;}question_vote_cancel(); return false">Cancel</a>';
  355. function question_vote_up()
  356. {
  357. var ajax_url = "/ajax/q_" + question_id + "/vote/2";
  358. $.ajax({url:ajax_url, type:'post', async:false, dataType:"json", data:{fkey:fkey},
  359. success: function(data)
  360. {
  361. $("#question_vote_0").html(data['NewScore'] + '<span>votes</span>');
  362. if(data["Success"])
  363. {
  364. $("#question_vote_1").html(vote_status['vote_up_ed']);
  365. $("#question_vote_2").html(vote_status['vote_down']);
  366. }
  367. else
  368. {
  369. alert(data["Message"]);
  370. }
  371. }
  372. });
  373. }
  374. function question_vote_down()
  375. {
  376. var ajax_url = "/ajax/q_" + question_id + "/vote/3";
  377. $.ajax({url:ajax_url, type:'post', async:false, dataType:"json", data:{fkey:fkey},
  378. success: function(data)
  379. {
  380. $("#question_vote_0").html(data['NewScore'] + '<span>votes</span>');
  381. if(data["Success"])
  382. {
  383. $("#question_vote_1").html(vote_status['vote_up']);
  384. $("#question_vote_2").html(vote_status['vote_down_ed']);
  385. }
  386. else
  387. {
  388. alert(data["Message"]);
  389. }
  390. }
  391. });
  392. }
  393. function question_vote_cancel()
  394. {
  395. var ajax_url = "/ajax/q_" + question_id + "/vote/0";
  396. $.ajax({url:ajax_url, type:'post', async:false, dataType:"json", data:{fkey:fkey},
  397. success: function(data)
  398. {
  399. $("#question_vote_0").html(data['NewScore'] + '<span>votes</span>');
  400. if(data["Success"])
  401. {
  402. $("#question_vote_1").html(vote_status['vote_up']);
  403. $("#question_vote_2").html(vote_status['vote_down']);
  404. }
  405. else
  406. {
  407. alert(data["Message"]);
  408. }
  409. }
  410. });
  411. }
  412. </script>
  413. <div class="module">
  414. <h2 style="border-bottom:none;margin-bottom:6px;">Vote for This Question</h2>
  415. <div id="voting_str" class="rightvote">
  416. <ul>
  417. <li class="vote_c1" id="question_vote_0">0<span>votes</span></li>
  418. <li id="question_vote_1"><a href="#" class="vote_up" onclick="tmp=check_wk_login($(this));if(!tmp){return false;}if(User_id.length==8){document.location.reload();return false;}question_vote_up(); return false;">Useful</a></li>
  419. <li id="question_vote_2"><a href="#" class="vote_down" onclick="tmp=check_wk_login($(this));if(!tmp){return false;}if(User_id.length==8){document.location.reload();return false;}question_vote_down();return false">Unuseful</a></li>
  420. </ul>
  421. </div>
  422. </div>
  423. <div class="module">
  424. <h2>What software / service is it about</h2>
  425. <ul class="whatsoftware">
  426. <li><a href="/questions/software/Facebook" rel="tag">Facebook</a></li> </ul>
  427. </div>
  428. <div class="module">
  429. <script type="text/javascript"><!--
  430. google_ad_client = "pub-2945830081367039";
  431. /* Question-detail-right ProgSense 0517 */
  432. google_ad_slot = "2796057159";
  433. google_ad_width = 300;
  434. google_ad_height = 250;
  435. //-->
  436. </script>
  437. <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
  438. </div>
  439. <div class="module">
  440. <div id="tabOne2" class="tabArea">
  441. <h2 style="border-bottom:none;">More Articles</h2>
  442. <ul class="tbTit" style="margin:0 auto;">
  443. <li><a href="#tba3">Related</a></li>
  444. <li><a href="#tba4">Recent</a></li>
  445. </ul>
  446. <div class="sideList">
  447. <a href="/question/55835/how-to-delete-friends-in-waiting-on-facebook">how to delete friends in waiting on facebook</a>
  448. <a href="/question/45241/how-to-delete-friends-i-have-searched-for-on-facebook">how to delete friends i have searched for on facebook</a>
  449. <a href="/question/26406/how-to-delete-waiting-to-confirm-friends-on-facebook"> how to delete waiting to confirm friends on facebook</a>
  450. <a href="/question/118778/How-to-remove-Friends-from-Friends-list-on-Facebook%3F">How to remove Friends from Friends list on Facebook?</a>
  451. <a href="/question/102226/How-to-hide-certain-friends-from-other-friends-on-facebook%3F">How to hide certain friends from other friends on facebook?</a>
  452. <a href="/question/129462/Stop-friends-seeing-my-other-friends-on-facebook">Stop friends seeing my other friends on facebook</a>
  453. <a href="/question/89276/how-to-see-invisible-friends-on-facebook">how to see invisible friends on facebook</a>
  454. <a href="/question/99905/How-to-invite-all-my-friends-on-Facebook">How to invite all my friends on Facebook</a>
  455. <a href="/question/80631/how-to-tag-all-friends-on-facebook">how to tag all friends on facebook</a>
  456. <a href="/question/14109/how-i-know-all-waiting-friends-in-facebook">how i know all waiting friends in facebook</a>
  457. <a href="/question/53979/How-to-add-friends-in-facebook%3F">How to add friends in facebook?</a>
  458. <a href="/question/102581/how-to-be-invisible-except-to-my-friends-in-facebook">how to be invisible except to my friends in facebook</a>
  459. <a href="/question/63821/How-to-unblock-friends-on-your-facebook%3F">How to unblock friends on your facebook?</a>
  460. <a href="/question/111099/how-do-you-add-friends-on-facebook%3F">how do you add friends on facebook?</a>
  461. <a href="/question/39745/how-to-see-facebook-friends-photo">how to see facebook friends photo</a>
  462. </div>
  463. <div class="sideList">
  464. <a href="/question/131569/ISW-9.7-Smart-Analytics-Technical-Mastery-Test-v1">ISW-9.7 &amp; Smart Analytics Technical Mastery Test v1</a>
  465. <a href="/question/131570/Gee%2C-you-are-out-of-date%2C-I-am-running-4.99">Gee, you are out of date, I am running 4.99</a>
  466. <a href="/question/131571/How-to-burn-AVI-to-DVD%3F">How to burn AVI to DVD?</a>
  467. <a href="/question/131572/How-to-burn-AVI-to-DVD%3F">How to burn AVI to DVD?</a>
  468. <a href="/question/131573/How-to-save-a-project-file-Artisteer_3.1">How to save a project file Artisteer_3.1</a>
  469. <a href="/question/131574/How-to-use-DDVideo-video-to-mp4-gain-to-finish-ipod-converter-and-normalizer%3F">How to use DDVideo video to mp4 gain to finish ipod converter and normalizer?</a>
  470. <a href="/question/131575/DDVideo-HD-Video-Converter-Gain">DDVideo HD Video Converter Gain</a>
  471. <a href="/question/131576/How-can-i-get-in-touch-with-people-of-the-world-to-discover-new-link-all-around-the-world%3F">How can i get in touch with people of the world to discover new link all around the world?</a>
  472. <a href="/question/131577/how-to-recall-the-list-for-blacklist-e-mails-..-%3F">how to recall the list for blacklist e-mails .. ?</a>
  473. <a href="/question/131578/Is-it-possible-to-create-folder-which-can-hide-files-automatically%2C-when-copied-into-it%3F">Is it possible to create folder which can hide files automatically, when copied into it?</a>
  474. <a href="/question/131579/how-to-embed-3d-subtitles-into-mkv-file">how to embed 3d subtitles into mkv file</a>
  475. <a href="/question/131580/How-to-convert-Panasonic-HDC-TM40-MTS-with-Mac-MTS-Converter%3F">How to convert Panasonic HDC-TM40 MTS with Mac MTS Converter?</a>
  476. <a href="/question/131581/how-do-i-get-xvid-codec-plugin-to-work-for-firefox">how do i get xvid codec plugin to work for firefox</a>
  477. <a href="/question/131582/91%C3%8A%C3%96%C2%BB%C3%BA%C3%96%C3%BA%C3%8A%C3%96-for-Android">91ÊÖ»úÖúÊÖ for Android</a>
  478. <a href="/question/131583/what-the-main-features-are-very-important-for-PDF-Recovery-tool%3F">what the main features are very important for PDF Recovery tool?</a>
  479. </div>
  480. </div>
  481. </div>
  482. <script language="javascript">
  483. $(document).ready(function(){
  484. $("div#tabOne2 > ul").tabs("div#tabOne2 > div",{ tabs: "a", current: "active"} );
  485. });
  486. </script>
  487. </div>
  488. </div>
  489. </div>
  490. <div id="footer">
  491. <div class="clear" style="height:15px"></div>
  492. <div class="footer_b" >
  493. <div class="footer">
  494. <a href="http://www.recipester.org/" title="Recipester">Home</a>
  495. |
  496. <a href="http://www.recipester.org/Meta:FAQ" title="FAQ">FAQ</a>
  497. |
  498. <a href="http://www.recipester.org/Meta:Help" title="Help">Help</a>
  499. |
  500. <a href="#" onclick="return false">Terms & privacy</a>
  501. |
  502. <a href="http://www.recipester.org/tag" title="tags">Tags</a>
  503. |
  504. <a href="http://blog.recipester.org/" title="Blog">Blog</a>
  505. |
  506. <a href="http://www.recipester.org/Special:TopSolution">Recent Articles</a>
  507. |
  508. <img src="http://www.recipester.org/images/icon7.gif" /><a href="http://www.recipester.org/rss.php" title="RSS">Rss</a>
  509. </div>
  510. </div>
  511. <div class="lecense">
  512. <a href="http://creativecommons.org/licenses/by/3.0/" rel="license">
  513. <img src="http://i.creativecommons.org/l/by/3.0/88x31.png" style="border-width: 0pt;" alt="Creative Commons License"/>
  514. </a><br/>All text shared under a <a href="http://creativecommons.org/licenses/by/3.0/" rel="license">Creative Commons License</a>
  515. </div>
  516. </div>
  517. <script type="text/javascript">
  518. var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
  519. document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
  520. </script>
  521. <script type="text/javascript">
  522. try {
  523. var pageTracker = _gat._getTracker("UA-6399524-1");
  524. pageTracker._setDomainName(".recipester.org");
  525. pageTracker._trackPageview();
  526. } catch(err) {}</script>
  527. </body>
  528. </html>