Advanced Search
Search Results
1352 total results found
Debugging Web Applications with Selenium
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...
Video annotation tools
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
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 ...
How to reset user passwords on Wimba
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...
Installing Plone v3.2 on Mac OS X 10.5
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...
When you try to print another user's shared calendar in Microsoft Office Outlook 2003, the calendar does not print.
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...
Importing and exporting a Plone site
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, ...
Common Moodle programming mistakes
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...
ENVI 4.6 and 4.6.1 Java problems
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...
I have some survey data I want to archive. How do I organize it?
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
ENVI 4.6 or 4.6.1 Help does not work
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...
How to get to Union Station from UCLA
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...
Hotmail Image Problems in HTML Emails
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...
Obsolete Page
The content previously in this article is no longer relevant.
Software at Office of Residential Life Labs
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...
Humanities Enterprise Messaging Client Configuration
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...
VMware Fusion - How to set the default virtual machine
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
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:...