Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

1352 total results found

Debugging Web Applications with Selenium

Programming and Web Development

SeleniumSelenium is an open-source web application testing system that records and generates testing scripts that can be used for debugging purposes. Selenium IDE is a Mozilla Firefox plugin that enables users to easily create testing scripts by directly reco...

debug
Moodle
Selenium
CCLE

Video annotation tools

Applications/Software

1. YouTube video annotation Web application. Free to use. Only annotates videos on YouTube. You can only annotate videos you have uploaded, while others can see the annotation. Text annotation (“text bubbles” or notes), highlight part of the screen. All annota...

Document Annotation Tools

Applications/Software

Are there good enough tools for annotating documents and sharing those annotations that are easy enough to use that students might actually read things online for classes?I don’t know, but here are some possibilities: http://a.nnotate.com (web-based free and ...

PDF annotate

How to reset user passwords on Wimba

Applications/Software

For Users:If you have forgotten your password, click on the “Forgot your password?” link on the Wimba login page: http://ucla.horizonwimba.com/ucla/loginYour password will be sent to you via email.The login email address will be the email address you had on fi...

password
Wimba

Installing Plone v3.2 on Mac OS X 10.5

Programming and Web Development Plone

Installing Plone v3.2 on Mac OS X 10.5Instructions to install Plone v3.2 on Mac OS 10.5 Server and client.Plone is a Python-based, multi-platform content management system.  If you’ve stumbled on this document not knowing what Plone is, please take a look at t...

10.5
MAC
OS X
Plone
install
Python

When you try to print another user's shared calendar in Microsoft Office Outlook 2003, the calendar does not print.

Email Outlook

When you try to print another user’s shared calendar in Microsoft Office Outlook 2003, the calendar does not print. Additionally, you receive the following error message:The messaging interface has returned an unknown error. If the problem persists, restart Ou...

Outlook 2003
taskpad
printing

Importing and exporting a Plone site

Programming and Web Development Plone

Zope has a feature that allows you to export files, folders, and even Plone sites using the Import/Export button. However, it’s important to note that this tool should not be used as a migration tool when moving an older Plone site to a newer one.For example, ...

Plone

Common Moodle programming mistakes

CCLE and Moodle Development

Feel free to add to this list.Error handling of get_records() and its variants (e.g. get_records_sql())A common usage of these functions is like this:$records = get_records() or my_error_handler();...The problem is, if the query is executed successfully but ma...

ADODB
Moodle
PHP

ENVI 4.6 and 4.6.1 Java problems

Programming and Web Development

ENVI 4.6/4.6.1 does not run.This problem occurs both on upgrades from older versions of ENVI as well as on computers where ENVI 4.6 or 4.6.1 is the first version of ENVI to be installed.Further examination of the error may report a message about Java incompati...

4.6
4.6.1
envi
idl
ittvis
Java
rsi

I have some survey data I want to archive. How do I organize it?

Useful Links

If you have some survey data and you want to store it in an archive or share with others, here is a link to Guide to Social Science Data Preparation and Archiving

data
archive
data preparation
survey data

ENVI 4.6 or 4.6.1 Help does not work

Programming and Web Development

Most commonly seen on a Windows x64 machine running Java 6 64-bit— ENVI and IDL (64-bit) both load fine, IDL Help loads fine, but ENVI Help does not start.The problem is only partially documented by ITTVIS, here:https://kb.ucla.edu/link/1168http://download.itt...

4.6
4.6.1
envi
help
idl
ittvis
Java
rsi

How to get to Union Station from UCLA

UCLA Resources

Please help improve. :DBig Blue Bus/Metro Expo Line Take the Big Blue Bus #12, #12 Rapid, or #8 south down Westwood Blvd. and get off at Westwood Blvd/Exposition Blvd stop. From the Westwood/Rancho Park station, take the Expo Line east toward downtown Los Ang...

Union Station
public transportation

Hotmail Image Problems in HTML Emails

Email

If you are working on an HTML email that has multiple images slicedtogether and assembled in tables, Hotmail can create added space between each image.The solution to fix this is actually quite simple, and hopefully this willsave you time and frustration if yo...

Hotmail
email

Obsolete Page

UCLA Tech Resources

The content previously in this article is no longer relevant.

SAS
technology and learning center
software
SPSS
TLC
Stata
Statistics

Software at Office of Residential Life Labs

UCLA Tech Resources

Access to the Learning CentersUsage of any of the three Learning Centers (Covel, Rieber, De Neve) is limited to On-Campus residents only. To activate your account, visit any lab and follow the initial login information. Your Housing balance must be paid on tim...

Hill
ORL
computer labs

Humanities Enterprise Messaging Client Configuration

Email

The following are links to instructions on how to configure your e-mail clients for the various mail protocols on the Enterprise Messaging system em.ucla.edu. If you are unsure of which client or protocol to use, please contact your Department Technology Analy...

EM
email
Humanities

VMware Fusion - How to set the default virtual machine

Applications/Software

If you have more than one virutal machine and you want a particular vm to launch as default, choose from menu bar – Window/Virtual Machine Library. And then click on the circled star (turns orange) of the vm machine you want to launch as the default vm machin...

avoiding increasing indents while pasting into vi

MacOS, Windows, and Linux Linux and Unix

When pasting text into a vi editing screen, sometimes you’ll get each line increasingly indented like this.aaaaaaaaaaaaaaaaaa bbbbbbbbbbbbbbbbbb ccccccccccccccccccUse this command to change the “paste” setting. Then change it back when you’re done.:set paste:...

Vi
Unix