answersLogoWhite

0

Advantages1. Speed and ease of use for site visitorsAs an example, say I have a site that has two alternate layouts.

Without cookiesEvery time someone visits the site, they are asked which layout they want to use. People are discouraged from visiting as they have to answer this question every time they load up your site.

With cookiesThe first time the site is loaded, visitors are asked which layout they want. After that, it is automatically displayed every time they visit the site.

2. Remember login details

Answers.com always remembers your login name. How? It uses cookies that identify you to their server. Other sites use cookies for this too. Google, Facebook, Twitter, Yahoo...

Disadvantages1. Not everyone uses cookies

Unfortunately, some people set their browsers to deny cookies, because they consider them unsafe and dangerous. This means sites they will still end up getting asked questions every time (e.g. log in, layout, etc.).

2. Extra hassle for the site developer

They need to include code to set cookies, and if they change the site there is more possibility of a breakdown.

Remember -

Cookies are small files which save a value on your computer and send it to the server when you request a page from that server's site.

They are not viruses, and the law now states that a site has to notify you when it uses cookies.

User Avatar

Wiki User

13y ago

What else can I help you with?

Continue Learning about Engineering

What are the advantages and disadvantages of using a word procossor to create a web page?

Advantages: You are familiar with the software. It might generate HTML code. It might generate CSS code. Disadvantages: It was built to write your resume. Most code generated is not W3C compliant. It will most definitely generate absolutely positioned elements.


Compare the advantages and disadvantages of using a Web authoring application an HTML editor and a text editor for developing websites?

Compare the advantages and disadvantages of using a Web authoring application, an HTML editor and a text editor for developing Web sites. List an example of each tool. Dreamweaver is an example of HTML editor; EditPad Pro is an example of a text editor. Text Editor HTML Editor Advantages Disadvantages Advantages Disadvantages Page creation is increased with knowledge of HTML Limited to knowledge of HTML No knowledge of HTML required Often has invalid code Create valid code Can take longer to format Can see page displayed while creating Usually created with tables, not CSS Tools to insert graphics Unnecessary HTML code, takes longer for display


How can you use cookies to see the webpages?

Cookies are pages that are pre-loaded into the browser's cache. They could be used to reload the page that was once opened.


What are the advantages and disadvantages of CSS?

The advantages of using CSS include: more precise formatting, separation of HTML content from appearance, saves time, easier site maintenance, and web accessibility. Some disadvantages to using CSS include, inconsistent browser support and large initial time commitment. In all honesty, though in terms of web design, for long term use, for expandability, and for ease of making changes as well as being respected by fellow web designers you should use CSS. The advantages greatly overshadow the disadvantages.


What is benefits of HTML?

HTML is not a software application, it is a set of formatting rules. Many software programs can interpret HTML code and format documents based on HTML tags, such as <b></b> to tell a browser to show bold text.

Related Questions

What are the advantages and disadvantages of Page Maker?

advantages of page maker


What is the problem in advantages and disadvantages of css?

The advantage of CSS is the ability to style the page dynamically. It has got no such disadvantage to mention.


What are the advantages and disadvantages of the family mold?

"http://wiki.answers.com/Q/What_are_the_advantages_and_disadvantages_of_the_family_mold" (ummm...this is the same link to the original page, can you fix it?)


What are the advantages and disadvantages of using a word procossor to create a web page?

Advantages: You are familiar with the software. It might generate HTML code. It might generate CSS code. Disadvantages: It was built to write your resume. Most code generated is not W3C compliant. It will most definitely generate absolutely positioned elements.


What are the advantages of having a business page on Facebook Co UK?

Having a business page on Facebook Co UK may increase brand exposure while allowing your customers and potential customers a way to directly share feedback with your company.


Why is it on some pages it show is that your not signed in?

We are not sure exactly what you mean, but in most cases failure to log in automatically is due to having cookies disabled for that page. Because you are not sign in your account ..


Where can one find information on hip resurfacing surgery?

The American Academy of Orthopaedic Surgeons offers a web page dedicated to informing people to the advantages and disadvantages of hip resurfacing surgery.


Compare the advantages and disadvantages of using a Web authoring application an HTML editor and a text editor for developing websites?

Compare the advantages and disadvantages of using a Web authoring application, an HTML editor and a text editor for developing Web sites. List an example of each tool. Dreamweaver is an example of HTML editor; EditPad Pro is an example of a text editor. Text Editor HTML Editor Advantages Disadvantages Advantages Disadvantages Page creation is increased with knowledge of HTML Limited to knowledge of HTML No knowledge of HTML required Often has invalid code Create valid code Can take longer to format Can see page displayed while creating Usually created with tables, not CSS Tools to insert graphics Unnecessary HTML code, takes longer for display


What are some of the advantages of having a dome home?

Some advantages of having a dome home include that it is more difficult for mold and mildew to accumulate and form and that they are practically tornado proof. You can learn more advantages of dome homes at the Dome of a Home website. Once on the page, click on "Dome Info" in the left navigation menu and click on "Advantages of Domes" to bring up the information.


Which property in ASPNET is used to remove cookies from one page?

cookie.kill


What are the main functions of Browser cookies?

Browser cookies are small files that are stored as data files. They can be used again when the page is reloaded.


What are the advantages and disadvantages of the PHP functions include and require - and any functions that branch off of them?

The "require()" and "include()" variables both bring in a called, parsed page into the calling page the functions are in. The only difference between the two is how they handle errors. Advantages would include better organization. Using these functions, it is very easy to organize a website - by being able to edit one page, and dynamicly edit many other pages at the same time. The functions are quick and easy, assuming the server isn't very busy and can handle well-sized loads. Disadvantages would include how these functions are bandwidth eaters - parsing multiple pages hurts bandwidth (but alternatives could be worse); not to mention the server processing speed. Multiple requests for one page can add up. As for the "require_once()" and "include_once()" variables, advantages would include a page only being called once - for sure. Disadvantages include errors on trying to include that same page again.