Home TechnologyInternetWeb Sites Subscribe to RSS

I Want To Built A Web Page; Where Can I Go "On Line"?

I NEED A PAGE TO BUILD A WEB PAGE.

Answer Question

2 Answers - Sort by: Date | Rating

    Building a web page nowadays is not a difficult task at all. There are a major number of software's available that can generate the page in just a matter of minutes. However, the basic code behind all the pages is the same.

    Web pages are developed in HTML, a language specifically used for this purpose. HTML stands for Hyper Text Mark-up Language, and is used as a convention. HTML coded pages follow a specific coding structure and the commands are enclosed within  < >, and are called tags. Tags are opened with < > and closed by tag. The skeleton of the code is as follows:



    ……


    ………………………
    ………………………



    The tag is used to specify that the coding is done in HTML.
    The information that is displayed in the title bar of the page is written in the tag.
    The title of the page goes after the tag.<br /> The <head> and the <title> tags are closed before opening the <body> text. The <body> tag contains all the information that is to be displayed in the page. All the coding must be placed inside the <body> and the </body> tag. <br /> The last tag, </html>, is used to closed the entire coding, telling the program the coding has ended.<br /> <br /> This is the basic HTML programming structure. However, software's like Microsoft FrontPage, which are GUI based, can generate web pages within minutes, without troubling the user to do the complete coding. </div> <!-- google_ad_section_end --> <div class="clearLeft" style="height:1px;"></div> <div class="answer_action"> <a href="#" id="add_c123509" class="a_text add_comment" default="Leave a comment" target="add_comment123509" resource_id="123509">Leave a comment</a> <a class="report_this report report_text a_text" href="#resourceTypeanswer_resourceId123509" id="report_a123509">Report</a> </div> <div class="answerer"> <div style="display:inline;"> <span class="thumbsUp" id="thumbsUp_123509">0</span> <span class="thumbsDown" id="thumbsDown_123509">0</span> </div> <div id="show_who_123509_div" class="showwhorated_hidden"></div> </div> <div class="clearRight" style="height:1px;"></div> <div id="answer_extra_123509" class="answer_extra"></div> </div> <div class="answer_bottom relative"> <div class="KonaFilter answer_remote_user"> <div class="left"> <a href="/who.php?username=Garbage" class="sticky" style=""> <img src="http://var.blurtit.com/res/icon/fresh_blurter.gif" width="45" height="45" title="" alt="Garbage" /> </a> </div> <p style="width:60%;" class="username"> <a href="/who.php?username=Garbage" class="sticky" style="">Garbage</a>  </p> <p class="date_created"> answered 3 years ago </p> </div> </div> <div class="box commentshidden addcomment clearLeft" id="add_comment123509" style="width:570px;margin-left:60px;display:none"><div class="comment_top"></div> <div class="comment_content"> <div class="head relative noBorder"> <h2>New Comment<span class="editable"> - Comments are editable for 5 min.</span></h2> <p class="watchit_wrap" style="font-size:0.8em;right:10px;"> <input type="checkbox" id="watchitCheck_123509" name="watchit" style="margin:0 2px 0 0;padding:0;vertical-align:-10%;" /> <label for="watchitCheck_123509">Watch this page</label> </p> </div> <form method="post" action="/comment.php" onsubmit="return check_submit('comment123509','Please write 2 or more words');return false;"> <input type="hidden" name="c_resource_type" value="answer" /> <input type="hidden" name="c_resource_id" value="123509" /> <input type="hidden" name="xjkds893eedl" value="q479665.html" /> <input type="hidden" name="return" value="/q479665.html" /> <div class="comment_wrap_textarea"> <textarea id="comment123509" name="comment" class="comment_textarea" answer_id="123509"></textarea> </div> <div class="comment_foot_wrap" style="padding-bottom:10px;"> <div id="commentwordcount123509" class="commentwordcount">500 characters left</div> <div class="action"> <input type="submit" class="button btn" value="Submit" /> <input type="button" class="button btn" onclick="javascript:$('#add_comment123509').slideUp(250);$('#add_c123509').html('Leave a comment');return false;" value="Cancel" /> </div> </div> </form> </div> <div class="comment_bottom"></div></div><div class="clearLeft" style="margin-bottom:7px;"></div> <div class="box qa_adblock" id="adblock_03" style="margin:0 0 10px 0"><div class="answer_top"></div> <div class="KonaFilter answer_content"> <div class="adsenseblock adblock_default" > <ul id="ad03"></ul> </div> </div> <div class="answer_bottom" style="height:50px;"></div> <script type="text/javascript" charset="utf-8"> if(!numads) var numads = 0; /*console.log('position: ad03'); console.log('numads: 1'); console.log('skip: '+numads);*/ adsense_ads = new Array(); adsense_ads['ad03'] = new adsenseObject(1,false,false); google_ad_client = 'pub-1549962111268759'; // substitute your client_id (pub-#) google_ad_channel = '7733930976, 0288476200'; google_ad_output = 'js'; google_max_num_ads = '1'; google_ad_type = 'text'; //google_image_size = '728x90'; google_feedback = 'on'; google_adtest = 'off'; google_skip = numads; google_hints = googAds.hints; numads = numads + 1; </script> <script type="text/javascript" language="JavaScript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script> </div><div class="answer_top"></div> <div id="answercontainer_124194" class="answer_content relative"> <a name="a124194"></a> <div class="clearLeft" style="height: 1px;"></div> <!-- google_ad_section_start --> <div class="answer"> To build a web page you don't need to be online. You can create the web pages being offline. For this purpose you need to have any web creating software. Different software are available for this purposes. <br /> <br /> If you have MS-Office installed (2000 or XP) then you can install the MS FrontPage. This software is very easy to use and almost similar with MS-Word. You can also create web pages using MS-Word. But the pages created with MS-Word are very heavy in file size and require a lot of to download. <br /> <br /> In MS-FrontPage, you just need to type your text that you want to display on your website. Format the text using the formatting options. These options are very similar to MS-Word. You can also insert images in the web page. You can create hyperlinks with other pages or other websites. <br /> <br /> Once you have created the web page you need to upload to any web server. There are different free web hosting servers are available. If you want you can have your own domain name and hosting for your website. For this you have pay some amount. The free websites are also very useful. www.geocities.com, 8m.com, brinkster.com and etc are the popular websites for the free web hosting. </div> <!-- google_ad_section_end --> <div class="clearLeft" style="height:1px;"></div> <div class="answer_action"> <a href="#" id="add_c124194" class="a_text add_comment" default="Leave a comment" target="add_comment124194" resource_id="124194">Leave a comment</a> <a class="report_this report report_text a_text" href="#resourceTypeanswer_resourceId124194" id="report_a124194">Report</a> </div> <div class="answerer"> <div style="display:inline;"> <span class="thumbsUp" id="thumbsUp_124194">0</span> <span class="thumbsDown" id="thumbsDown_124194">0</span> </div> <div id="show_who_124194_div" class="showwhorated_hidden"></div> </div> <div class="clearRight" style="height:1px;"></div> <div id="answer_extra_124194" class="answer_extra"></div> </div> <div class="answer_bottom relative"> <div class="KonaFilter answer_remote_user"> <div class="left"> <a href="/who.php?username=abadit" class="sticky" style=""> <img src="http://var.blurtit.com/var/avatar/avatar22.jpg" width="45" height="45" title="" alt="Abadit" /> </a> </div> <p style="width:60%;" class="username"> <a href="/who.php?username=abadit" class="sticky" style="">Abadit</a>  </p> <p class="date_created"> answered 3 years ago </p> </div> </div> <div class="box commentshidden addcomment clearLeft" id="add_comment124194" style="width:570px;margin-left:60px;display:none"><div class="comment_top"></div> <div class="comment_content"> <div class="head relative noBorder"> <h2>New Comment<span class="editable"> - Comments are editable for 5 min.</span></h2> <p class="watchit_wrap" style="font-size:0.8em;right:10px;"> <input type="checkbox" id="watchitCheck_124194" name="watchit" style="margin:0 2px 0 0;padding:0;vertical-align:-10%;" /> <label for="watchitCheck_124194">Watch this page</label> </p> </div> <form method="post" action="/comment.php" onsubmit="return check_submit('comment124194','Please write 2 or more words');return false;"> <input type="hidden" name="c_resource_type" value="answer" /> <input type="hidden" name="c_resource_id" value="124194" /> <input type="hidden" name="xjkds893eedl" value="q479665.html" /> <input type="hidden" name="return" value="/q479665.html" /> <div class="comment_wrap_textarea"> <textarea id="comment124194" name="comment" class="comment_textarea" answer_id="124194"></textarea> </div> <div class="comment_foot_wrap" style="padding-bottom:10px;"> <div id="commentwordcount124194" class="commentwordcount">500 characters left</div> <div class="action"> <input type="submit" class="button btn" value="Submit" /> <input type="button" class="button btn" onclick="javascript:$('#add_comment124194').slideUp(250);$('#add_c124194').html('Leave a comment');return false;" value="Cancel" /> </div> </div> </form> </div> <div class="comment_bottom"></div></div><div class="clearLeft" style="margin-bottom:7px;"></div> <div class="box qa_adblock" id="adblock_14" style="margin:0 0 10px 0"><div class="answer_top"></div> <div class="KonaFilter answer_content"> <div class="adsenseblock adblock_default" > <ul id="ad14"></ul> </div> </div> <div class="answer_bottom" style="height:50px;"></div> <script type="text/javascript" charset="utf-8"> if(!numads) var numads = 0; /*console.log('position: ad14'); console.log('numads: 1'); console.log('skip: '+numads);*/ adsense_ads = new Array(); adsense_ads['ad14'] = new adsenseObject(1,false,false); google_ad_client = 'pub-1549962111268759'; // substitute your client_id (pub-#) google_ad_channel = '0558915857, 0288476200'; google_ad_output = 'js'; google_max_num_ads = '1'; google_ad_type = 'text'; //google_image_size = '728x90'; google_feedback = 'on'; google_adtest = 'off'; google_skip = numads; google_hints = googAds.hints; numads = numads + 1; </script> <script type="text/javascript" language="JavaScript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script> </div><script type="text/javascript" charset="utf-8"> function edit_comment(c_id) { $(document).ready(function(){ if($('#editcomment'+c_id).is(':hidden')){ $('.edit_c').hide(); $('#newcomment').hide(); $('#editcomment'+c_id).slideDown(); $('#comment_edit'+c_id).html('Cancel'); }else{ $('#editcomment'+c_id).hide(); $('#comment_edit'+c_id).html('Edit'); $('#newcomment').slideDown(); } }); } $(function() { $('.add_comment').click(function(){ target = $(this).attr('target'); resource_id = $(this).attr('resource_id'); if($('#'+target).is(':hidden')){ $('.commentshidden, #contrib_comments').hide(); $('#'+target).show(); $('a.a_text').each(function(){ $(this).html($(this).attr('default')); }); $('#add_c'+resource_id).html('Cancel'); $('#'+target+' textarea#comment'+resource_id).focus(); }else{ $('#'+target).hide(); $('#add_c'+resource_id).html('Leave a comment'); } return false; }); }); </script> <script type="text/javascript" charset="utf-8"> <!-- var showWhoReq = getXmlHttpRequestObject(); function toggleShowWhoRated(divid,resource_id,remote_user,action) { div = document.getElementById(divid); if (div) { div.className = div.className == 'showwhorated_visible' ? 'showwhorated_hidden' : 'showwhorated_visible'; if(action) div.className = 'showwhorated_visible'; if (div.className == 'showwhorated_visible') { if (showWhoReq.readyState == 4 || showWhoReq.readyState == 0) { showWhoReq.open('GET','/modules/listwhorated.php?_inline=1&resource_id='+resource_id+'&remote_user='+remote_user+'&action='+action,true); showWhoReq.onreadystatechange = function(){ if (showWhoReq.readyState == 4){ div.innerHTML = ''; if (showWhoReq.status==200){ div.innerHTML = showWhoReq.responseText; } else { alert("Problem retrieving XML data:" + showWhoReq.statusText) } } } showWhoReq.send(null); } } } } //--> </script> </div><div class="box unanswered_questions" id="unanswered_questions" style="width:610px;margin:-10px 0 5px 10px"><div class="head relative"> <h2><a href="/answerquestion.php?category_id=1959&tab=latestq">Can You Answer These Web Sites Questions</a></h2> </div> <ul class="list_qs"> <li><a href="/q8064706.html">I Want To Know More How To Make My Picture And Attached My Facebook?</a></li> <li><a href="/q3602956.html">I Forgot My Password And You Sent Me An Email With The Password. I Tried To Use That Password And I Still Could Not Log In?</a></li> <li><a href="/q3087920.html">How Do You Take Off The Information Box On Myspace 2.0?</a></li> <li><a href="/q3181701.html">Are There Any Websites Where Kids Can Date And See What School Everybody Goes To?</a></li> <li><a href="/q6498469.html">How To Do A Picture Slideshow?</a></li> <li class="more_unanswered_qs"><a href="/q8372006.html">Are There Some Cheat Codes On Babydow.com For Passes?</a></li> <li class="more_unanswered_qs"><a href="/q9691007.html">How Do I Delete A Slideshow On Voyager?</a></li> <li class="more_unanswered_qs"><a href="/q4033784.html">When Did Twitter Start?</a></li> <li class="more_unanswered_qs"><a href="/q9952786.html">Does Justin Bibier Have Facebook?</a></li> <li class="more_unanswered_qs"><a href="/q2693247.html">What Are Some Facebooks For Kids Besides Facebookforkids.com?</a></li> <li class="more_unanswered_qs"><a href="/q7412131.html">Can You Give Me 2 Names For Facebook Websites For Kids Besides Facebookforkids?</a></li> <li class="more_unanswered_qs"><a href="/q1876743.html">Who Thinks Facebook Should Stop Changing Thier Settings?</a></li> <li class="more_unanswered_qs"><a href="/q5890904.html">In Clubpenguin How Do I Become A Ninja?</a></li> <li class="more_unanswered_qs"><a href="/q8515178.html">What Is Justin Biebers My Space Or Face Book?</a></li> <li class="more_unanswered_qs"><a href="/q2340315.html">Are There Any Websites With Membership?</a></li> <li class="more_unanswered_qs"><a href="/q6058524.html">What Virtual Worlds Online Are For 9 Yr Old Girls?</a></li> <li class="more_unanswered_qs"><a href="/q9348875.html">Who Invented Google Chrome?</a></li> <li class="more_unanswered_qs"><a href="/q5393788.html">What Are Some Good Websites To Make A Story At?</a></li> <li class="more_unanswered_qs"><a href="/q4610202.html">My Messages Dont Get Sent To My Email When I Recieve A Message From Myspace?</a></li> <li class="more_unanswered_qs"><a href="/q4999380.html">How Can I Find Out Somebody's Facebook Password If The Person Is Already Logged On?</a></li> <li class="more_unanswered_qs"><a href="/q7359031.html">What Is The Meaning Of Sign In On Orkut?</a></li> <li class="more_unanswered_qs"><a href="/q1419851.html">When I Click To Page Theme Then Go To Customize The I Have Seen It Will Not Show Now But 2.0 And Even When I Post A Blog> Can I Give U My Info And See What Happens Plz? Need Ur Addy</a></li> <li class="more_unanswered_qs"><a href="/q7813442.html">Would Some One Please Give Me A Free Millsberry Account?</a></li> <li class="more_unanswered_qs"><a href="/q2922375.html">What Are Some Awesome Websites For Those Boring Days?</a></li> <li class="more_unanswered_qs"><a href="/q5531383.html">How To Remove Facebook Lit?</a></li> </ul> <p class="alignRight smallVerticalMargin"> <a id="more_unanswered_qs" href="#expand" class="maximize_link">More</a> </p> <script type="text/javascript" charset="utf-8"> $(function() { $('a#more_unanswered_qs').click(function() { if($('li.more_unanswered_qs').is(':hidden')) { $('li.more_unanswered_qs').show(); $(this).removeClass('maximize_link').addClass('minimize_link').html('Close'); }else{ $('li.more_unanswered_qs').hide(); $(this).removeClass('minimize_link').addClass('maximize_link').html('More'); } return false; }); }); </script> </div><div class="box similar_questions" id="similar_questions" style="width:610px;margin-left:10px;margin-bottom:15px"><div class="head relative"> <h2><a href="/search/?query=I+Want+To+Built+A+Web+Page%3B+Where+Can+I+Go+%22On+Line%22%3F">You May Also Be Interested In These Questions</a></h2> </div> <ul class="list_qs"> <li><a href="/q1174669.html">How To Fix Out Of Memory At Line:139 From Web Page?</a></li> <li><a href="/q101892.html">I Have A Web Site Built. Now What?</a></li> <li><a href="/q275844.html">How Do I Use A Built In Web Cam?</a></li> <li><a href="/q9350420.html">How Do I Know If I Have A Built In Web Camera?</a></li> <li><a href="/q102421.html">What Does It Take To Have A Web Page?</a></li> <li class="more_sim_qs"><a href="/q5678755.html">What Does Web Page Mean?</a></li> <li class="more_sim_qs"><a href="/q9481734.html">What Was The First Web Page?</a></li> <li class="more_sim_qs"><a href="/q8945065.html">What Is The Web Page?</a></li> <li class="more_sim_qs"><a href="/q371210.html">How Do I Use Built In Microphone In Web Cam?</a></li> <li class="more_sim_qs"><a href="/q730112.html">How Do I Get My Built In Web Cam To Work?</a></li> <li class="more_sim_qs"><a href="/q895968.html">How Can I Know If My Laptop Has A Built In Web Cam?</a></li> <li class="more_sim_qs"><a href="/q887437.html">How To Setup A Built In Web Cam?</a></li> </ul> <p class="alignRight" style="margin-top:5px;"> <a id="more_similar_qs" href="#expand" class="maximize_link">More</a> </p> <script type="text/javascript" charset="utf-8"> $(function() { $('a#more_similar_qs').click(function() { if($('li.more_sim_qs').is(':hidden')) { $('li.more_sim_qs').show(); $(this).removeClass('maximize_link').addClass('minimize_link').html('Less'); }else{ $('li.more_sim_qs').hide(); $(this).removeClass('minimize_link').addClass('maximize_link').html('More'); } return false; }); }); </script> </div><div class="box qa_adblock" id="adblock_15" style="margin:0 0 10px 0"><div class="answer_top"></div> <div class="KonaFilter answer_content"> <div class="adsenseblock adblock_default" > <ul id="ad15"></ul> </div> </div> <div class="answer_bottom" style="height:50px;"></div> <script type="text/javascript" charset="utf-8"> if(!numads) var numads = 0; /*console.log('position: ad15'); console.log('numads: 1'); console.log('skip: '+numads);*/ adsense_ads = new Array(); adsense_ads['ad15'] = new adsenseObject(1,false,false); google_ad_client = 'pub-1549962111268759'; // substitute your client_id (pub-#) google_ad_channel = '5415946522, 0288476200'; google_ad_output = 'js'; google_max_num_ads = '1'; google_ad_type = 'text'; //google_image_size = '728x90'; google_feedback = 'on'; google_adtest = 'off'; google_skip = numads; google_hints = googAds.hints; numads = numads + 1; </script> <script type="text/javascript" language="JavaScript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script> </div><div class="box qa_adblock" id="adblock_05" style="margin:0 0 10px 0"><div id="ad05"><div id="chitika_ad05_top" class="answer_top"></div> <div id="chitika_ad05" class="KonaFilter answer_content"> <script type="text/javascript"><!-- ch_client = "Mindcom"; ch_type = "mpu"; ch_vertical = "premium"; ch_width = 468; ch_height = 90; ch_non_contextual = 4; ch_noborders = 1; ch_target = "_blank"; ch_alternate_css_url = "http://scripts.chitika.net/static/css/blurtit468x90.css"; ch_sid = "blurtit 468x90 Premium"; var ch_queries = new Array( ); var ch_selected=Math.floor((Math.random()*ch_queries.length)); if ( ch_selected < ch_queries.length ) { ch_query = ch_queries[ch_selected]; } //--></script> <script src="http://scripts.chitika.net/eminimalls/amm.js" type="text/javascript"> </script></div> <div id="chitika_ad05_bottom" class="answer_bottom" style="height:50px;"></div> <script> $(function(){ if(!$("div#chitika_ad05 > iframe").is(":visible")) { $("div#chitika_ad05_top").hide(); $("div#chitika_ad05_bottom").hide(); } }); </script> </div> </div><div class="box adblock" id="adblock_08" style="margin:0 0 15px 0"><div style="text-align:center;margin-bottom:10px;"> <script type="text/javascript"><!-- google_ad_client = "pub-1549962111268759"; google_ad_channel = '0296743277, 0288476200'; /* Default under Q List rels 468x15 */ google_ad_slot = "1307270953"; google_ad_width = 468; google_ad_height = 15; //--> </script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script> </div> </div> </div> <div class="sidebar"> <div class="sidebar_top"></div> <div class="sidebar_middle"></div> <div class="sidebar_bottom"></div> <div class="sidebar_content"> <div class="box qa_adblock" id="adblock_10" style="width:300px;margin-left:-11px;margin-bottom:40px"><div style="width:300px" id="ad10"><script type="text/javascript"> GA_googleFillSlot("Blurtit_Technology_ad10_Top-Right_300x250"); </script> </div> </div><div class="box featured_questions_guest" id="featured_question_small" style="margin-bottom:15px;background-color:"><div class="sidebarBubbleTop"></div> <div class="sidebarBubbleContent"> <div id="featuredQ"> <p style="font-size:1.5em;"> <strong><a href="/answer.php?page=q7462079.html ">How Much Do You Plan To Spend This Christmas?</a></strong> </p> </div> </div> <div class="sidebarBubbleBottom"> <div class="answer_remote_user"><img src="/css/en/it.png" alt="Blurt it!" title="Blurt it!" width="30px" height="30px" /> <p style="width:60%;" class="username"> Featured Question </p> </div> </div> <div class="clearLeft"></div></div><div class="box categories_new" id="categories_new" style="margin:0 0 15px 0"><script> var subcat_hidden = true; $(function(){ $('#show_all_subcat').click(function(){ if(subcat_hidden) { $('.new_subcat').show(); $(this).hide(); }else{ $('.new_subcat').hide(); $(this).show(); } }); }); </script> <!--[if lte IE 7]> <style type="text/css" media="screen"> #categories_new li#top_parent, #categories_new li#parent, #categories_new li#current_cat, #categories_new li.cat_index { padding-left:0; } </style> <![endif]--> <div class="head"> <h2><a href="/explore.php">Categories</a><span class="exploreLink"> - <a href="/explore.php">Explore</a></span></h2> </div> <div class="content"> <ul style="clear:both;"> <li id="top_parent" class="new_subcat current_subcat" style="margin-left:0px;"><a href="/Technology/">Technology</a></li> <li id="top_parent" class="new_subcat current_subcat" style="margin-left:10px;"><a href="/Technology/Internet/">Internet</a></li> <li id="current_cat" class="new_subcat current_subcat" style="margin-left:20px;"><a href="/Technology/Internet/Web_Sites/">Web Sites</a></li> <li class="new_subcat" style="margin-left:30px;"><a href="/Technology/Internet/Web_Sites/Blogs/">Blogs</a></li> <li class="new_subcat" style="margin-left:30px;"><a href="/Technology/Internet/Web_Sites/Chat_Rooms/">Chat Rooms</a></li> <li class="new_subcat" style="margin-left:30px;"><a href="/Technology/Internet/Web_Sites/Forums/">Forums</a></li> <li class="new_subcat" style="margin-left:30px;"><a href="/Technology/Internet/Web_Sites/Picture_Sites/">Picture Sites</a></li> <li class="new_subcat" style="margin-left:30px;"><a href="/Technology/Internet/Web_Sites/Search_Engines/">Search Engines</a></li> <li class="new_subcat" style="margin-left:30px;"><a href="/Technology/Internet/Web_Sites/Social_Media/">Social Media</a></li> <li class="new_subcat" style="margin-left:30px;"><a href="/Technology/Internet/Web_Sites/Wikipedia/">Wikipedia</a></li> <li class="new_subcat" style="margin-left:30px;"><a href="/Technology/Internet/Web_Sites/Yahoo/">Yahoo</a></li> </ul> </div> </div> </div> </div> <div class="box qa_adblock" id="adblock_41" style=""><div style="min-height:0px" id="ad41"><script type="text/javascript"> var dc_UnitID = 14; var dc_PublisherID = 64627; var dc_AdLinkColor = '#1183C9'; var dc_adprod='ADL'; </script> <script type="text/javascript" SRC="http://kona.kontera.com/javascript/lib/KonaLibInline.js"></script></div> </div> <script type="text/javascript" charset="utf-8"> $(function() { $('a.ajax_more_comments').click(function() { answerID = $(this).attr('href').replace(/#comments/i,''); if($('#ajax_comments_'+answerID).html().length > 0) { $('div#ajax_comments_'+answerID).html(''); $(this).html($(this).attr('default')); }else{ $('div#ajax_comments_'+answerID).load('/modules/qa_answer_comments.php',{ answer_id:answerID }); $(this).html('Close Comments'); } return false; }); }); </script> <script type="text/javascript" language="JavaScript"> <!-- var cmtReq = getXmlHttpRequestObject(); function toggleComments(atag,divid,cmtdivid,listid,answerid,msg1,msg2,target,addc_divid) { if($('#'+divid).is(':hidden')) { $(document).ready(function(){ //$('.comments'). $('#'+target).hide(); $('a.a_text').each(function(){ $(this).html($(this).attr('default')); }); $('#'+target).attr('loaded',''); if (atag) { atxt = atag.innerHTML; atag.innerHTML = atxt == msg1 ? msg2 : msg1; } $("#"+divid).load( "/modules/comments.php", { c_resource_type:'answer', c_resource_id: answerid, return_page: 'q479665.html' }, function(){ $('div.edit_c'+answerid).remove(); $('#'+cmtdivid+', #'+addc_divid+', .commentshidden').hide(150); $(this).slideDown(500); report_ready(divid); $('div#comments'+answerid+' textarea.comment_textarea').keydown(function(event) { comment_character_count(this,$(this).attr('answer_id'),500); }) .keyup(function(event) { comment_character_count(this,$(this).attr('answer_id'),500); }) .keypress(function(event) { comment_character_count(this,$(this).attr('answer_id'),500); }) .click(function(event) { comment_character_count(this,$(this).attr('answer_id'),500); return false; }) .focus(function(event) { comment_character_count(this,$(this).attr('answer_id'),500); }) .blur(function(event) { comment_character_count(this,$(this).attr('answer_id'),500); }); }); }); }else{ $("#"+divid).slideUp(500); if (atag) { atxt = atag.innerHTML; atag.innerHTML = atxt == msg1 ? msg2 : msg1; } } } /* function check_answerit(answerit) { var a = document.getElementById(answerit); if(!a.value) { alert(); return false; } return true; }*/ //--> </script> <script type="text/javascript" language="JavaScript"> $(function() { $('a.a_button').click(function(){ document.location.href = $(this).attr('href'); $('div#qa_answer_it textarea[name=KWD823js7S]').focus(); return false; }); }); </script> <div class="clear_both"> </div> </div> <div class="content_bottom"> </div> <div class="content_top"></div> <div class="footerSitemap KonaFilter"> <div class="fColumn"> <h2>Blurtit Site Links</h2> <ul class="fSiteLinks"> <li><a href="/ask.php">Ask a Question</a></li> <li><a href="/answerquestion.php">Answer a Question</a></li> <li><a href="/">Home</a></li> <li><a href="/search/">Search</a></li> <li><a href="/groups/">Groups</a></li> <li><a href="/sitemap/">Sitemap</a></li> <li><a href="/explore.php">Explore Categories</a></li> </ul> <h2>Blurtit Legal</h2> <ul class="fTools"> <li><a href="/terms_conditions/terms_and_conditions">Terms of Use</a></li> <li><a href="/terms_conditions/privacy_policy">Privacy Policy</a></li> <li><a href="/terms_conditions/blurtit_disclaimer">Content Disclaimer</a></li> </ul> </div> <div class="fColumn"> <h2>About Blurtit</h2> <ul class="fAbout"> <li><a href="/about/what_is_blurtit">What is Blurtit</a></li> <li><a href="/about/about_us">About Us</a>  <span class="red">*Updated</span></li> <li><a href="/about/the_team">The Team</a>  <span class="red">*Updated</span></li> <li><a href="/blog/">Blurtit Blog</a></li> <li><a href="/about/press_information">Press Information</a>  <span class="red">*New</span></li> </ul> <h2>Blurtit Help</h2> <ul class="fHelp"> <li><a href="/help/faqs">FAQ's</a></li> <li><a href="/contact.php?Pr4853EDufvd24892DD=Report a Problem">Report a Problem</a></li> <li><a href="/help/advertise_with_us">Advertise With Us</a></li> <li><a href="/contact.php">Contact Blurtit</a></li> </ul> </div> <div class="fColumn"> <h2>Using Blurtit</h2> <ul class="fHelp"> <li><a href="/using_blurtit/blurtit_etiquette">Blurtit Etiquette</a></li> <li><a href="/using_blurtit/how_blurtit_works">How Blurtit Works</a></li> <li><a href="/using_blurtit/points_and_levels">Points and Levels</a></li> <li><a href="/using_blurtit/safety_tips">Safety Tips</a></li> </ul> <h2>Blurtit Tools</h2> <ul class="fTools"> <li><a href="/icebox/">Build a Blurtit Widget</a>  <span class="red">*New</span></li> <li><a href="http://search.blurtit.com">Add Blurtit Search</a></li> <li><a href="http://twitter.com/blurtitlive" class="twitterImg">Follow us on Twitter</a></li> <li><a href="http://feeds2.feedburner.com/Blurtit" class="rssImg">Subscribe via RSS</a></li> <li><a href="http://www.facebook.com/Blurtit" class="fbImg">Blurtit on Facebook</a></li> </ul> </div> <div class="fColumn last"> <div class="atBlurtit"> <h2>Ask a Question via Twitter</h2> <p class="block_grey">Send a question to <a href="http://twitter.com/?status=@askblurtit%20">@askblurtit</a> and we will publish it online and send you a reply everytime you receive an answer.</p> </div> <div class="blurtitStore"> <h2>Blurtit Store</h2> <p class="block_grey">Get T-shirts, hoodies, caps and more at the <a href="http://www.zazzle.com/blurtit/gifts">Blurtit store</a></p> </div> <h2>Blurtit International</h2> <ul class="fInternational"> <li><a href="http://jp.blurtit.com" class="jpnImg">Blurtit Japan</a></li> <li><a href="http://cn.blurtit.com" class="cnImg">Blurtit China</a></li> </ul> </div> <div class="clearLeft" style="height:5px;"></div> </div> <div class="content_bottom"></div> <p class="copyrightFooter">© 2007-2009 Blurtit</p> </div> <script type="text/javascript"> var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); </script> <script type="text/javascript"> try { var pageTracker = _gat._getTracker("UA-5849863-1"); pageTracker._setVar('blurtit_guest'); pageTracker._trackPageview(); } catch(err) {} </script> <div id="overlay"></div> <div id="pop_up" class="pop_up box" style="display:none;"> <div class="head">Friendship Request</div> <div class="content"> <table> <tr> <td class="pop_up_content"></td> </tr> </table> </div> </div> <div id="medium_modal"></div> <div id="small_modal" qpage="/q479665.html" script="/qa.php" cat="1959"></div> <div id="large_modal" qpage="/q479665.html" script="/qa.php" cat="1959" return="/q479665.html" resource=""></div> <script language="JavaScript" type="text/javascript"> <!-- function addEngine(name,ext,cat){ if ((typeof window.sidebar == "object") && (typeof window.sidebar.addSearchEngine == "function")) { window.sidebar.addSearchEngine( "http://www.blurtit.com/inc/"+name+".src", "http://www.blurtit.com/inc/"+name+"."+ext, name,cat); } else{ errorMsg(name,ext,cat); } } var currentPage = '/q479665.html'; //--> </script> <!-- Start Quantcast tag --> <script type="text/javascript"> _qoptions={ qacct:"p-d5EoD6mobyvmM" }; </script> <script type="text/javascript" src="http://edge.quantserve.com/quant.js"></script> <noscript> <img src="http://pixel.quantserve.com/pixel/p-d5EoD6mobyvmM.gif" style="display: none;" border="0" height="1" width="1" alt="Quantcast"/> </noscript> <!-- End Quantcast tag --> </body> </html> <!-- C 198, SC 1959 -->