Showing posts with label Web Browser. Show all posts
Showing posts with label Web Browser. Show all posts

Tuesday, June 7, 2011

Ready for Firefox 6? Here's What's on the Way

Mozilla Firefox 6

Mozilla's Firefox browser 5th May have only just http://www.pcworld.com/article/228401/firefox_5_beta_available_now_but_not_much_to_see.html, but thanks to the project's new, faster development schedule, the next version is already alive and kicking.

Now available for testing in what Mozilla calls the Aurora channel for pre-beta versions, Firefox 6 Gives both users and Web developers "more control over Their browsing and development environments while Improving overall performance," According to a recent http://blog.mozilla.com/futurereleases/2011/05/27/firefoxaurora/ on the Mozilla blog.

aurora

Though the final version of Firefox 6 Is not due Until August or so, this release Aurora cans now be downloaded for Linux, Mac and Windows from http://www.mozilla.com/en-US/firefox/channel/ on the Mozilla Project's Web site.

Such early versions Are not "for the faint of heart," as https://developer.mozilla.org/devnews/index.php/2011/05/27/firefox-aurora-channel-new-updates-available-for-desktop-users/, but They Do Provide a nice preview of what's to come. Here Are A Few intriguing features, We Can Expect to see in Firefox 6.

1. More Control Over Permissions

Firefox 6's new Data Management Window is a site-based permissions interface That lets users control how much access particular Web sites have to Their data browsing, Including cookies, passwords and location information. The feature is still an experimental one, but users cans begin testing it out by typing "about: permissions" in Firefox's Awesome Bar, as it calls the URL Bar. More information about the new cans feature Also be found on a http://blog.sidstamm.com/2011/05/managing-your-relationship-with-sites.html from Mozilla's Sid Stamm, WHO works on privacy and security.

2. Faster Startup Times

"Power users" of Firefox's Panorama feature cans now load saved tab-only groups while using Panorama thanks to Firefox 6's Panorama Groups on Demand feature. The result is improved browser startup time and a better overall experience, Mozilla says.

firefox

3. Faster Performance on Linux

Speaking of speeds, Firefox 6 is Also the first version in the which the browser's newly achieved performance boost for Linux users is expected to be felt, as I

http://www.pcworld.com/businesscenter/article/226847/coming_soon_a_faster_firefox_for_linux_users.html last month.

4. Better Management Plug-ins

The new browser version Quickly verifies the compatibility of installed plug-ins directly from the Add-Ons Manager thanks to a Plug-in Check feature.

5. HTML5 and More

In Addition to the Myriad improvements for users, the Aurora version of Firefox 6 Also sports a number of new features for developers, Including Increased support for HTML5, DOM level 3, http://dev.w3.org/html5/eventsource/ , networking technologies and other tools Designed to make it Easier for developers to build advanced Web apps. A new tool lets developers ScratchPad Quickly build and test the JavaScript snippets in the browser, while the Web Console feature has been bolstered with new capabilities. A full list of the developer-oriented features in Gecko 6.0-based Firefox 6 cans be found on a dedicated page on the Mozilla site.

Bottom line? Firefox 4 May have taken the world by storm, but Things are already looking promising for Firefox 6. As a http://www.pcworld.com/businesscenter/article/214929/how_you_know_when_its_time_to_switch_to_linux.html user, I can not wait for it to arrive.

source: pcworld.com

Sunday, April 19, 2009

How a URL Works

http:// --- This indicates it's a web page address. It is quite common to leave this part off. In modern browsers, the http:// will automatically get prefixed to addresses you type in.

www.domainname.com --- This part is called the 'host name'. It indicates what computer the page resides on. A .com address is usually an American site (though not always), while a .nz address is a New Zealand site.

/path/to/ --- This part specifies the 'path' to the actual page you want to look at. Each '/' separates the name of the directories (or folders).

file.html--- This is the actual name of the file, or page you are looking at. Most pages have a suffix of .html or .htm. Other suffices could be .cgi, .asp, .gif, .jpg. Sometimes you'll find that there is no file name at all, and the url ends with a '/'. This means that the default page will be fetched (commonly index.html or home.html).

Sometimes there will what looks like a whole lot of garbage tacked on to the end of the address - something like this: query?pg=q&kl=XX&q=english+on+line

Believe it or not, this is actually useful information. It contains extra information that you might have supplied, for instance by using a search tool.

Checking your address

In the process of copying addresses from one place to another it is very easy to make mistakes.

  • Firstly, check that as far as you can see, the address that you typed matches exactly with the one you are copying from.
  • Check and experiment with punctuation:

The tilde character ~ can often be mistaken for a dash -. You can usually find the tilde key to the top-left of the '1' key.  Underscores _ also often get mistaken for dashes, or omitted completely. If there appears to be a space in the address, try using an underscore instead. You can get an underscore by typing shift-dash. Don't mix up t (letter of the alphabet) and + (addition symbol).  Look at the last part of the address. If you have a '.htm', try adding an 'l' to the end to make it '.html'. If you have a 'html', try removing the 'l' to make it '.htm'.

Copy this address and paste it into the location bar of your browser. See if you can discover the correct address.http://www.pantheon.org/mythica/articles/+/troll/html

Try this one too: http://www~dept.usm.edu~engdept/cinderella/cinderella.html

(Try changing some ~ to -, + to t as well as using your knowledge about what Web addresses should look like)

Working Backwards

If none of this works, the next step is to work backwards on the URL until you find a sensible page. For instance, here is an address that's meant to be a page called "Storms Viewed from Space": http://athena.wednet.edu/curric/whether/storm.html

The address just gives you a "Not Found" page, and no matter how hard you try you can't figure out what's wrong (it's a little bit obvious, but just pretend ok!). The trick is to start stripping things off the URL, starting from the end. First take off the storm.html bit, which gives you: http://athena.wednet.edu/curric/whether/

Nope, that still doesn't seem to work. Try stripping it to the next '/' character: http://athena.wednet.edu/curric/

Ok, now we're getting somewhere! This is a valid page called "Curriculum", which has links to "Space", "Weather", "Earth", "Oceans" and "More". The next step is to navigate through the site until you find the page that you are looking for. The "Weather" link sounds like a good start. On the weather page there is a link to "Storms from Space" which leads us to our intended destination.

This method can work for both the case where the URL was a little wrong to start with, and the case where the page you wanted has been renamed, or the site has been shuffled around so it's not in the same place anymore.

Here are some links that used to work, however they don't anymore. See if you can find the correct address by following the steps above.

That didn't work - what next?

Sometimes this method will not work very well. You might have stripped your address right down to the host name, and find yourself somewhere that is nothing to do with the topic of the page you are looking for. This is usually the home page of an ISP or a university. If you find yourself all the way back to an ISP or university page home page, your chances of finding the page you want become quite slim. Here is something you can try:

Navigate through the ISP site to try to find a list of links to clients' or students' web pages. If you find this, look through these by running your mouse over each link (don't press the button, just run the cursor over the link), looking at the address as it appears in the status bar at the bottom of your browser. If you find one that looks the same or very similar to your original address, try clicking it. If it works, you may have hit the jackpot!

If you end up at a university page, you can get some hints of where to find the page from the address. For instance, in the address:

http://www.emory.edu/ENGLISH/classes/Shakespeare_Illustrated/R&JPaintings.html

The "ENGLISH/classes" bit indicates that the page is located within the English Department's part of the site. From the university home page (http://www.emory.edu) you know to look for the English Department to start your search for the page.

If you can't find the page, you must face the unfortunate reality that the page you want has been removed from that server. This could mean that:

  1. The person who wrote the page has lost all interest in it and has pulled the plug.
  2. The site has been shifted to a different ISP with a different address.

If all else fails, your best bet might be to email the webmaster of the host site to ask if they know what has become of the page you are looking for.

Server Errors

No Response

Your web browser seems to be trying very hard to find the page, then gives up and comes back with an error that says something like "There was no response. The server could be down or is not responding". This error happens when your web browser decides that it can't fetch the page because it didn't get any response from the server. The cause of this could be:

  • The server is 'down' - the computer that holds the web page is simply not working, or not plugged into the network.
  • The network is too slow - there is too much congestion on the network to get your request for the page through.
  • Your own network connection is not working for some reason.

In the event of getting one of these errors, your best (and only) strategy is to just try again later. The problem could be fixed quite quickly (in a few minutes), however if the problem is with the remote server, it might take hours or even days for the server administrators to do something about it. Occasionally servers might be permanently taken out of commission. Sometimes the pages will be transferred to another server (try using a search engine to relocate them), otherwise they will be permanently unreachable.

Unable to Locate the Server

You type in your address and your browser comes back right away to say that it is unable to locate the server. This means that the host name part of the address you typed in doesn't exist, probably because there's an error in the address. Check it and try again!

Friday, April 17, 2009

Web Browser

New Technologies

The technologies for speech-enabled browsers continue under development and some are available now. It will just be a matter of time until speech-enabled browsers become a reality. I have included a small section near the bottom of this page for speech-enabled browsers.

New Version Release of Internet Explorer

Users may download the Beta version of Internet Explorer 8 from the Microsoft Web site. Some like to wait for a later version, not a Beta version. In that case you will want to download a version of Internet Exlorer 7.

Blackberry mobile cellular browser:HTML Internet Browser

There is an icon on the main screen of the Blackberry mobile phones which is an Internet browser. Activation requires that you have a contract with a carrier such as AT&T Mobile. Then when you open the program for the browser you would see the AT&T logo with the browser name of "HTML Internet Browser" and instructions on how to begin browsing. When you come to websites not optimizing for hand-held devices you would have to scroll a lot using your track ball (both sideways and vertically) in order to see all of the Web page from such a small screen. Some sites such as the download sites for cell phones, at AT&T, are optimized for hand-held devices and are much easier to navigate using your Blackberry device.

Chrome

Chrome was released for free download from Google. Hitmill.com webmaster decided on a browser test for Chrome, and tried Chrome at ancestry.com with the following problem: When a person search was done the results came up nicely and one the links pointed to a census online at ancestry.com. I could not move the census page up or down, the page locked up and turned purple in color. I was able to exit the ancestry.com Web site without the browser freezing. So, only the page at ancestry.com froze up. This is an issue for the Chrome development team. Chrome Chrome was not able to print a copy of a census report at ancestry.com. (I shall try this test of Chrome again this week). In other features of the browser, I am very impressed and love it.

Here are a few links about the new browser:

Features of Chrome

  • Web Developers' FAQ about Chrome Browser (Google.com)
  • Google Chrome: A Developer's Perspective (InfoWorld)
  • How Chrome Changed the Web Overnight (WebMonkey)
  • Google Chrome: The First True Web 2.0 Browser (PC World)
  • A Linux Users Guide to Google Chrome (ITWire.com)

Firefox 3

Firefox 3 is now available for download from mozilla.org. This is a newer, faster browser and any extensions are available for Firefox at mozilla.org. Firefox is available for Windows, Mac OS X, and Linux i686 systems and is currently available in 27 languages. Read more about it at http://www.mozilla.com/.

Firefox 1.5 and what that was like

When I downloaded Firefox and installed it on a Windows 98 machine, then on a Windows XP Professional computer, Firefox 1.5.x did not display table bordercolor nor the color of horizontal rules. Table border width was distorted as was the width of the horizontal rules in the <HR> tags. This occurred with Firefox versions 1.0 and 1.5.x I was not able to edit a local Web page from within the browser.

Firefox was very good at having multiple instances open at the same time for searching, researching. Internet Explorer early versions were very good for editing Web pages on your local machine or thumb drive and saving the code.

  • Safari 3.1.2
  • Safari 3.1.2

is the default browser of the Mac OS X operating system by Apple Computer. Safari is fast, easy to use and was a real joy with its faster-loading Web pages and faster browsing. Internet Explorer is also available for the OS X operating system but in tests at home, Internet Explorer was slower-loading and I was unable to edit text on a local HTML page using Internet Explorer for the Mac OS X G4 system and the "View, Source". Hands down, Safari was faster on the Mac G4 OS X machine.

Mac OS X users and Windows PC users using XP or Vista can download Safari 3.1.2.

Note: The Mac and iMacs now utilize an Intel processor. Leopard is the current operating system version and Snow Leopard will be next, with hoopla.

Microsoft Internet Explorer

Internet Explorer is the browser belonging to Microsoft Corporation. They distribute this browser (free-of-charge) as freeware over the Internet. It is also known as Microsoft Internet Explorer and is abbreviated "MSIE" or "IE". Version 7 is current but version 8 is in Beta 2 release.

As far as the browsers go, this is the browser I like best when hand coding HTML documents in NotePad and checking the page in this browser. Open the Windows Explorer to locate the HTML document on the local computer you wish to edit. Click/or double click on the Web document to open it in a browser window such as in Internet Explorer then Click on View, Source in the browser menu bar, make an editing change on the local computer's Web page's code document, and hit the F5 key to refresh the Web page. You can toggle the pages back and forth between the viewable Web page and the source code by using Alt + Tab (to toggle the editing pages of the browser and the source code).

  • Internet Explorer 8 World-Wide Sites
  • Internet Explorer 8 Beta2 for XP Computers in English language download site
  • Security TechCenter at Microsoft
  • Microsoft Security Bulletin Search
  • AOL Navigator

Netscape Navigator was a browser which was created by Mark Andreesen and his team for Netscape Communications Corporation which Mr. Andreesen co-founded. Navigator was distributed over the Web as freeware, and free downloads are still available to AOL users. Netscape Navigator was acquired by AOL.COM. Their newer versions still had some proprietary features and did not support all of the features of CSS-P, CSS, and DHTML.

Last I checked, all of my links for this browser came up with 404 errors for "File Not Found". I still keep a copy of Netscape Navigator on a disk. I not longer use this browser. Newer technologies were not supported, such as the CSS-P, a technology incorportated into the coined phrase of DHTML for Dynamic HTML, a marketing term at one time used by Netscape and Microsoft to describe the features in their version 4 browsers.

Opera

Opera Software is the Norwegian developer of the Opera Browser. This browser had a US "registration fee" of $35.00> Now you can try Opera (free) for several operating systems, including for Windows, Mac, Linux, OS/2, symbian OS. This software takes up very little space on the hard drive in comparison to Netscape Navigator or Microsoft Internet Explorer. Read about the features of this browser and additional information about Opera in the links below.

  • Additional Information about Opera Browser
  • Opera Home Page
  • Opera's Features
  • Opera Download Page, for Windows (English)
  • Opera Support Desk and FAQ Link
  • Opera Plug-Ins
  • Opera and Other Applications
  • MyOpera Forums
  • Opera Press Releases
  • NCSA Mosaic

NCSA Mosaic is a client browser that was developed at the National Center for Supercomputing Applications at the University of Illinois, Urbana-Champain. It was one of the earliest graphical user interface (GUI) browsers. The NCSA Mosaic for X developers were Eric Bina and Marc Andreessen. The NCSA Mosaic Web sites at ncsa.uiuc.edu are no longer available... not one of the previous links nor download sites is working.

  • Mozilla
  • Mozilla.Org
  • Mozilla at a Glance
  • Mozilla Tutorial
  • Mozilla is open source code so this tutorial for programmers is about how to use and configure the browser.

Wednesday, March 18, 2009

Tweaks Webbrowser Firefox speed

Firefox is already pretty damn fast but did you know that you can tweak it and improve the speed even more? That’s the beauty of this program being open source. Here’s what you do:

In the URL bar, type “about:config” and press enter. This will bring up the configuration “menu” where you can change the parameters of Firefox. Double Click on the following settings and put in the numbers below - for the true / false booleans - they’ll change when you double click.
Code:

browser.tabs.showSingleWindowModePrefs - true
network.http.max-connections - 48
network.http.max-connections-per-server - 16
network.http.max-persistent-connections-per-proxy - 8
network.http.max-persistent-connections-per-server - 4
network.http.pipelining - true
network.http.pipelining.maxrequests - 100
network.http.proxy.pipelining - true
network.http.request.timeout - 300

One more thing_ Right-click somewhere on that screen and add a NEW -> Integer. Name it “nglayout.initialpaint.delay” and set its value to “0″. This value is the amount of time the browser waits before it acts on information it receives. Since you’re broadband - it shouldn’t have to wait.

Now you should notice you’re loading pages MUCH faster now!

Saturday, October 25, 2008

World Wide Web

Introduction to the World Wide Web

The World Wide Web (also referred to as WWW or W3) is the fastest growing area of the Internet. While gopher was an important step in allowing users to "browse" through the Internet's vast resources, the World Wide Web has raised excitement about the Internet to new heights.
What makes the World Wide Web appealing and innovative is its use of hypertext as a way of linking documents to each other. A highlighted word or phrase in one document acts as a pointer to another document that amplifies or relates to the first document. When looking at a WWW document, the reader doesn't have to follow every pointer, or link (also called a hypertext link), only those that look interesting or useful. In this way, the user tailors the experience to suit his or her needs or interests. The other very appealing aspect of the World Wide Web is the use of graphics and sound capabilities. Documents on the WWW include text, but they may also include still images, video, and audio for a very exciting presentation. People who create WWW documents often include a photograph of themselves along with detailed professional information and personal interests. (This is often called a person's home page.)


What makes the WWW work?

WWW is another example of client/server computing. Each time a link is followed, the client is requesting a document (or graphic or sound file) from a server (also called a Web server) that's part of the World Wide Web that "serves" up the document. The server uses a protocol called HTTP or HyperText Transport Protocol. The standard for creating hypertext documents for the WWW is HyperText Markup Language or HTML. HTML essentially codes plain text documents so they can be viewed on the Web.

Uniform Resource Locators, or URLs:

A Uniform Resource Locator, or URL is the address of a document you'll find on the WWW. Your WWW browser interprets the information in the URL in order to connect to the proper Internet server and to retrieve your desired document. Each time you click on a hyperlink in a WWW document, you're actually instructing your browser to find the URL that's embedded within the hyperlink.
The elements in a URL:Protocol://server's address/filename
Hypertext protocol: http://www.aucegypt.edu
Gopher protocol: gopher://gopher.umm.tc.edu
File Transfer Protocol: ftp://ftp.dartmouth.edu
Telnet Protocol: telnet://pac.carl.org
News Protocol: news:alt.rock-n-roll.stones
WWW Clients, or "Broswers":
The program you use to access the WWW is known as a browser because it "browses" the WWW and requests these hypertext documents. Browsers can be graphical, like Netscape and Mosaic, allowing you to see and hear the graphics and audio; text-only browsers (i.e., those with no sound or graphics capability) are also available. All of these programs understand
http and other Internet protocols such as FTP, gopher, mail, and news, making the WWW a kind of "one stop shopping" for Internet users.

Chatting:

Internet Relay Chat (IRC), the other method for Internet conversation, is less common than talk because someone must set up the Chat before others can join in. Chat sessions allow many users to join in the same free-form conversation, usually centered around a discussion topic. When users see a topic that interests them, they type a command to join and then type another command to choose a nickname. Nicknames allow people in the session to find you on IRC Networks or Channels. 

A look at search engines:
The World Wide Web is "indexed" through the use of search engines, which are also referred to as "spiders," "robots," "crawlers," or "worms". These search engines comb through the Web documents, identifying text that is the basis for keyword searching. Each search engine works in a different way. Some engines scan for information in the title or header of the document; others look at the bold "headings" on the page for their information. The fact that search engines gather information differently means that each will probably yield different results. Therefore, it's wise to try more than one search engine when doing Web searching.

The list below lists several search engines and how each one gathers information, plus resources that evaluate the search engines. 

Selected Search Engines (listed alphabetically)
Alta Vista
Alta Vista, maintained by The Digital Equipment Corp., indexes the full text of over 16 million pages including newsgroups. Check out the Alta Vista Tips page.

Excite Netsearch
Excite includes approximately 1.5 million indexed pages, including newsgroups. Check out the Excite NetSearch handbook.

InfoSeek Net Search
Indexes full text of web pages, including selected newsgroups and electronic journals.
Just under one-half million pages indexed. Check out the InfoSeek Search Tips.

Inktomi
As of December 1995, the Inktomi search engine offers a database of approximately 2.8 million indexed Web documents and promises very fast search retrievals. Results are ranked in order of how many of your searched terms are used on the retrieved pages.

Lycos
Lycos indexes web pages (1.5 million +), web page titles, headings, subheadings, URLs, and significant text.
Search results are returned in a ranked order.

Magellan
Magellan indexes over 80,000 web sites. Search results are ranked and annotated.

Open Text Index
Indexes full text of approximately 1.3 million pages. Check out the Open Text Help pages for tips on using this search engine.

WebCrawler
Maintained by America Online, WebCrawler indexes over 200,000 pages on approximately 75,000 web servers. URLs, titles, and document content are indexed.

WWWW -- World Wide Web Worm
Approximately 250,000 indexed pages; indexed content includes hypertext, URLs, and document titles.

Yahoo
A favorite directory and search engine, Yahoo has organized over 80,000 Web sites (including newsgroups) into 14 broad categories. Yahoo also maintains a comprehensive list of links to Yahoo - Computers and Internet:Internet:World Wide Web: Searching the Web other web search engines, indexes, and guides.

Finally the internet is a huge source of information in all fields of knowledge.
Datum will take your hand through this incredible world of
information to get what you need in a fast, reliable
and professional way. 

Source : DATUM Company and Internet Access Magazine .


www Clients or "Broswers"

The program you use to access the WWW is known as a browser because it "browses" the WWW and requests these hypertext documents. Browsers can be graphical, like Netscape and Mosaic, allowing you to see and hear the graphics and audio; text-only browsers (i.e., those with no sound or graphics capability) are also available. All of these programs understand 

http and other Internet protocols such as FTP, gopher, mail, and news, making the WWW a kind of "one stop shopping" for Internet users.

 

Chatting:

Internet Relay Chat (IRC), the other method for Internet conversation, is less common than talk because someone must set up the Chat before others can join in. Chat sessions allow many users to join in the same free-form conversation, usually centered around a discussion topic. When users see a topic that interests them, they type a command to join and then type another command to choose a nickname. Nicknames allow people in the session to find you on IRC Networks or Channels.


 

A look at search engines:

The World Wide Web is "indexed" through the use of search engines, which are also referred to as "spiders," "robots," "crawlers," or "worms". These search engines comb through the Web documents, identifying text that is the basis for keyword searching. Each search engine works in a different way. Some engines scan for information in the title or header of the document; others look at the bold "headings" on the page for their information. The fact that search engines gather information differently means that each will probably yield different results. Therefore, it's wise to try more than one search engine when doing Web searching.

The list below lists several search engines and how each one gathers information, plus resources that evaluate the search engines.

Selected Search Engines (listed alphabetically)

Alta Vista

Alta Vista, maintained by The Digital Equipment Corp., indexes the full text of over 16 million pages including newsgroups. Check out the Alta Vista Tips page.

Excite Netsearch

Excite includes approximately 1.5 million indexed pages, including newsgroups. Check out the Excite NetSearch handbook.

InfoSeek Net Search

Indexes full text of web pages, including selected newsgroups and electronic journals.

Just under one-half million pages indexed. Check out the InfoSeek Search Tips.

Inktomi

As of December 1995, the Inktomi search engine offers a database of approximately 2.8 million indexed Web documents and promises very fast search retrievals. Results are ranked in order of how many of your searched terms are used on the retrieved pages.

Lycos

Lycos indexes web pages (1.5 million +), web page titles, headings, subheadings, URLs, and significant text.

Search results are returned in a ranked order.

Magellan

Magellan indexes over 80,000 web sites. Search results are ranked and annotated.

Open Text Index

Indexes full text of approximately 1.3 million pages. Check out the Open Text Help pages for tips on using this search engine.

WebCrawler

Maintained by America Online, WebCrawler indexes over 200,000 pages on approximately 75,000 web servers. URLs, titles, and document content are indexed.

WWWW -- World Wide Web Worm

Approximately 250,000 indexed pages; indexed content includes hypertext, URLs, and document titles.

Yahoo

A favorite directory and search engine, Yahoo has organized over 80,000 Web sites (including newsgroups) into 14 broad categories. Yahoo also maintains a comprehensive list of links to Yahoo - Computers and Internet:Internet:World Wide Web: Searching the Web other web search engines, indexes, and guides.

Finally the internet is a huge source of information in all fields of knowledge.

Datum will take your hand through this incredible world of

information to get what you need in a fast, reliable

and professional way.


Friday, August 29, 2008

The Cookie Concept

The WWW is built on a very simple, but powerful premise. All material on the Web is formatted in a general, uniform format called HTML (Hypertext Markup Language), and all information requests and responses conform to a similarly standard protocol. When someone accesses a server on the Web, such as the Library of Congress, the user's Web browser will send an information request to the Library of Congress' computer. This computer is called a Web server. The Web server will respond to the request by transmitting the desired information to the user's computer. There, the user's browser will display the received information on the user's screen.
Cookies are pieces of information generated by a Web server and stored in the user's computer, ready for future access. Cookies are embedded in the HTML information flowing back and forth between the user's computer and the servers. Cookies were implemented to allow user-side customization of Web information. For example, cookies are used to personalize Web search engines, to allow users to participate in WWW-wide contests (but only once!), and to store shopping lists of items a user has selected while browsing through a virtual shopping mall.


Essentially, cookies make use of user-specific information transmitted by the Web server onto the user's computer so that the information might be available for later access by itself or other servers. In most cases, not only does the storage of personal information into a cookie go unnoticed, so does access to it. Web servers automatically gain access to relevant cookies whenever the user establishes a connection to them, usually in the form of Web requests.
Cookies are based on a two-stage process. First the cookie is stored in the user's computer without their consent or knowledge. For example, with customizable Web search engines like My Yahoo!, a user selects categories of interest from the Web page. The Web server then creates a specific cookie, which is essentially a tagged string of text containing the user's preferences, and it transmits this cookie to the user's computer. The user's Web browser, if cookie-savvy, receives the cookie and stores it in a special file called a cookie list. This happens without any notification or user consent. As a result, personal information (in this case the user's category preferences) is formatted by the Web server, transmitted, and saved by the user's computer.
During the second stage, the cookie is clandestinely and automatically transferred from the user's machine to a Web server. Whenever a user directs her Web browser to display a certain Web page from the server, the browser will, without the user's knowledge, transmit the cookie containing personal information to the Web server.

Thursday, June 26, 2008

Using a Web Browser

There are several different Web Browsers available. However, 90% of the Internet population uses one of the two most popular browsers - Netscape Navigator or Microsoft Internet Explorer. These two browsers are in fierce competition (in what's commonly called the "browser wars"). However their functionality is very similar - in fact all browsers share many of the same features.


Elements of your Browser

Hyperlinks: The most basic navigational element in a Web browser is a link. A link is a piece of text that takes you to another Web page (or somewhere else within the current Web page) when you click on it. Links are usually differentiated from the surrounding text by being a different colour and underlined.


Links that you have visited before will usually have a different colour to those that you have not been to yet.


You can define the default appearance of links in your browser's "preferences". Some pages will keep this default appearance, but others may define their own link colours.

Links may also be in the form of images. There is no clear way to tell whether an image is a link (sometimes there is a blue border around the picture). Most good Web sites will make their picture look like they should be clicked.


When you move your cursor over a link, the cursor shape will usually change into a hand. The destination of the link will also turn up in the status bar - the bar at the bottom of the browser.

Run your cursor over this link and you will see the cursor change to a hand and the status bar will show the address.


Location/Address Box: Another way to get to a Web page is to type its URL straight into the location box/address box.


To do this you have to know the URL. You can get them from external sources (eg advertisements, articles in magazines, books) - or you can copy and paste them from places on your computer (eg email messages). If you type a link into your Web browser you have to make sure you type it in exactly as it is written. One small mistake (like using the wrong case) and the browser will not be able to find the page that you want. Once you have typed (or pasted) the URL, you need to press the "Enter" key to signal to your browser to load the page.

Back Button: The back button is an important navigational tool. It takes you back to the last page you had open.


Go Menu: The Go menu is like the back button, but it has a list of all the pages you have visited. You can use this to get back to a page you have previously visited. It saves you having to repeatedly press the back button. In Netscape, use the "Go" menu on the menu bar. In Internet Explorer the menu is on the down arrow next to the Back button.


Bookmarks/Favorites: A bookmark is a place holder of a Web page - so you can easily find the page again when you want it. To define a bookmark in Netscape, select "Add Bookmark" from the "Bookmarks" menu. In Internet Explorer bookmarks are called "Favorites" - select "Add to Favorites" from the "Favorites" menu. When you want to go back to a page you have bookmarked, just select the name of the page from the Bookmarks/Favorites menu. After a while you will find that your bookmarks are overflowing, and it will get difficult to find what you want. When this happens you know that it's time to start filing your bookmarks into folders. You can do this by choosing 'Go to bookmarks' from the Bookmarks menu (or "Organize Favorites" from the "Favorites" menu). This will take you into a window where you can add folders, and then file your bookmarks by dragging them to the folder where you want them to live.


Images: Images are what make Web pages look attractive, but they are also what makes some Web pages take a long time to load. If you are on a slow connection you might not want to waste your time by downloading lots of images. You can avoid this by turning the images off, so they are no longer loaded automatically. You need to turn off "Auto Load Images" or "Show Pictures" in your browsers' preferences/options. If you do this you will soon find out that you are missing lots of information, and that the pages will look a lot duller. If you decide you do want to see a particular image, you can load it by clicking the right mouse button (right clicking) on the placeholder image, and selecting "Load Image" or "Show Image" from the pop up menu. (On a Mac, click and hold the mouse button)


You can save images to your computer (just remember about copyright laws!) by right clicking (or clicking and holding on a mac) on the image you want to save and selecting "Save Image As..." or "Save Picture As" from the pop up menu.


If you see this or this on a Web page, it means that the image couldn't be found (usually caused by a mistake by the person who wrote the Web page).


Home Button: The Home button (in the button bar at the top of the browser) will take you back to your "home" page. You can define the address of your home page in your browser's preferences (or "Internet Options"). You can make it any page you want - it's most useful if you make it a page that you often use as a starting point - English Online for instance.


Reload: The Reload button will load the whole page again from the Web site. This is useful if:

  • <!--[if !supportLists]-->Parts of the page are missing because something happening while it was being loaded;
  • <!--[if !supportLists]-->You are looking at a Web page that changes its content often and you want to view the new content.

New Browser Window: By selecting "New Web Browser" or "New...Window" from the "File" menu you can open a new browser window. This allows you to keep one page intact while you go off and find another page. For instance you might want to keep a page of search results open in one browser window while you use another window to check out the result pages. If you decide the page is not quite what you want, you can close the browser window and return to the list of search results without having to reload it (a good way of doing that is to 'right-click' or 'click-and-hold' a link and choose "Open Link in New Window" from the popup menu).