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

Passing Parameters to an OpenSocial Gadget Hosted in Regular HTML

Programming and Web Development

Gadget parameters are UserPref’s in the gadget specification. When a user adds a gadget to an OpenSocial container they can set these when they add the gadget to the container or later once the gadget is in place using the “settings” link. We have to reproduce...

gwt
OpenSocial

How do I reset my voicemail password for my campus phone?

UCLA Resources

The new method is now to send an email request to:vm@it.ucla.eduThey will create a service now request. Once the request has been completed, the password will be reset to 8252 (UCLA).For additional information, you can call the CTS Customer Service at x53775.

phones
voicemail password
voicenet

real-time collaborative text editors

Applications/Software

Multiple people editing a document at the same time seems impossible, but now there are three different tools for doing that. EtherPad EtherPad: Real-time Editing with JavaScript Comparison of SubEthaEdit and EtherPad Google Docs – “allows simultaneous edi...

collaboration

combining unix stderr output with stdout

MacOS, Windows, and Linux Linux and Unix

The problem is that when I run script x and redirect it to a file, all of the error messages come to the screen when I want them to also go to that file.With bash shell, use:program > outputfile 2>&1My colleague found this for me in the book Unix Pow...

Unix

Acrobat crashes when printing

Applications/Software Adobe

PDFs load fine in Adobe Acrobat 8 or Adobe Acrobat 9, but when you try to print a PDF, Acrobat crashes.If you are running Windows Vista, you get the:“xxxxx Application has stopped working: Windows Can Check online for a solution to the problem.Check online for...

32-bit
64-bit
Adobe
Windows Vista
Windows XP
Acrobat
Vista
Windows
x64
XP

How to sort students in moodle grade

CCLE and Moodle

We can sort students by their first name, last name and assigned grades by clicking a heading on grade report chart.1. Sorting by names: By default, students are sorted out by their first names. Click ‘Last name’ above the students’ name, and they’ll be sorted...

Moodle
CCLE
grade

Mac Apps for Students

Useful Links

Collection of Free Mac Apps for Students

OS X

Crosslisting pre-existing courses

CCLE and Moodle

DOCUMENTATION BELOW IS OUTDATED FOR MOODLE 2Please see: https://ccle.ucla.edu/mod/wiki/view.php?pageid=4318-——————————————————————————————————-(This article duplcates: https://kb.ucla.edu/link/1105)Below are the steps to crosslist two already existing courses ...

Moodle
course
crosslist

Has anyone tried CouchDB?

Programming and Web Development

Has anyone tried CouchDB? It’s a document database. 10 Reasons why CouchDB is better than MysqlDiscovered via http://reddit.comPlease add your experiences or comments or alternatives here. Thanks

database

Mapping a Novell drive on Windows Vista

MacOS, Windows, and Linux Windows Vista

Change Security Policy on Windows Vista in order to map a Novell Drive. Administrative Tools Click on Local Security Policy Click on Local Policies Click on Security Options Find "Network security: LAN Manager authentication level Set value to Send LM and NTL...

Novell
mapping
Vista

How do I reuse a questionnaire from another quarter in CCLE Moodle?

CCLE and Moodle

In CCLE Moodle, as an instructor, you can create 3 questionnaire types depending on the extent that you’d like to share the questionnaire:1. public: any instructor on CCLE Moodle can reuse the questionnaire within their courses.2. private: only you can reuse t...

Moodle
another
CCLE
copy
course
quarter
questionnaire
reuse
transfer

Video Furnace for Senior Scholars

UCLA Tech Resources

Unfortunately, you can’t watch video furnace links from off campus the way students can. You will have to come to campus and go to the CLICC Lab in the Powell Library Building or SSC Lab in the Public Affairs Building 2041. You should be able to get a lab ID...

Video Furnace
senior scholars

iOS Programming

Programming and Web Development

Apple iOS Development Apple Developer Tutorials Materials for a Stanford course on developing iOS apps are available for free online.

iPhone programming os/x

Software at CLICC

UCLA Tech Resources CLICC

For a list of available software at CLICC, please visit https://docs.library.ucla.edu/display/LSD/CLICC+Software+List.

software
computer labs
CLICC

Software available at Social Sciences Computing (SSC)

UCLA Tech Resources Social Sciences Center for Education, R...

See this page for a list of the software available on SSC lab machines: Software - UCLA Social Sciences Computing

software
computer labs
SSC
labs

Collaboration Software

Applications/Software

Share Docs And Collaborate Free With LiveMinutes Top 10 Web Collaboration Tools – By Kevin Purdy on October 4, 2009 at 3:00 AM Collaboration software short summary and links – taken from UCSC Mailing List by Harry Mangalam, UCI – “I requested and received a l...

collaboration

"Requested URL not found" when using Apache with mod_alias and mod_rewrite

Programming and Web Development

Problem: My web server is Apache. When I try to load a web page, I get an error message that says “The requested URL /some/file/on/the/server was not found on this server”. However, /some/file/on/the/server does exist in the server’s filesystem. What is going ...

Apache
mod_alias
mod_rewrite

Moodle MySQL Queries

CCLE and Moodle Development

Here are some Moodle MySQL Queries that are useful for generating activity statistics:From http://blog.weber.k12.ut.us/jreeve/some-simple-mysql-queries-for-moodle/Find the most popular activities:SELECT COUNT(l.id) hits, moduleFROM mdl_log lWHERE module != 'lo...

Moodle
CCLE