Showing posts with label cookies. Show all posts
Showing posts with label cookies. Show all posts

Sunday, April 5, 2009

Enabling JavaScript and Cookies in Opera

Moodle Review No. 2 Part 3: Moodle Environment, Browsers (Opera ) Opera 9.5

Opera is not a "free software", it is copyrighted by Opera Software ASA.

In order to enable Javascript in Opera go to menu->tools->preferences.



Then click on the Advanced tab and check Content-> Enable JavaScript



To enable cookies go to Cookies ->Accept cookies.




Finally click the OK button.

Here is the screencast of the entire process:

Saturday, April 4, 2009

Enabling JavaScript and Cookies in Konqueror

Moodle Review No. 2 Part 2: Moodle Environment, Browsers (Konqueror)

Konqueror 4.1.2

In order to enable JavaScript in Konqueror go to menu->settings->Configure Konqueror.



Then click on Java & JavaScript in the left list ->Enable JavaScript globally



Click on Cookies in the left list ->Enable cookies



Finally click on the OK button.

Here is a screencast of the entire process:


Friday, April 3, 2009

Enabling JavaScript and Cookies in Firefox, Konqueror and Opera under Ubuntu Intrepid

Moodle Review No. 2 Part 1: Enabling Javascript and Cookies in Browsers (Firefox)

Cookies

What are cookies? They're parcels of text sent back and forth between your browser and the server you are accessing. Usually used for authentication and other user information needed by the server.

A Moodle server may send you two types of cookies.

  • MoodleSession - essential, necessary to maintain login from page to page. It is destroyed when you log out or close the browser.
  • MOODLEID - not essential, safe to refuse, just for convenience. It remembers your username within the browser. When you return to the page, the username in the login page will be filled.

JavaScript

What is JavaScript? It's a usually a small computer program embedded in the html web page that you access. It makes your web page more interactive like allowing floating clocks on your web page. It can make your web page behave like a local application. Without it, the html usually is static and all you can do is read it. JavaScript adds fun in your browsing experience.

Why is it needed in moodle? For interactivity and functionality. It is also required in certain modules like when you display a secure window in quizzes, or use a timer.

Enabling JavaScript and Cookies in Browsers

JavaScript and Cookies are usually enabled by default in browsers for Ubuntu Intrepid. Firefox and Konqueror are "free software" and are distributed by Ubuntu, but Opera is not.

Firefox 3.0.7

To turn on JavaScript go to the menu->edit->preferences. The Firefox preferences dialog box will pop-up.




Click content->check Enable JavaScript.



To accept cookies click Privacy and under Cookies check Accept cookies from sites.



Here's a screenshot of the entire process:

 
Creative Commons License
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 Unported License.