Advanced Search
Search Results
1352 total results found
Passing Parameters to an OpenSocial Gadget Hosted in Regular HTML
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...
How do I reset my voicemail password for my campus phone?
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.
real-time collaborative text editors
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...
combining unix stderr output with stdout
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...
Acrobat crashes when printing
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...
How to sort students in moodle grade
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...
Mac Apps for Students
Collection of Free Mac Apps for Students
Crosslisting pre-existing courses
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 ...
Has anyone tried CouchDB?
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
Mapping a Novell drive on 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...
How do I reuse a questionnaire from another quarter in CCLE 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...
Video Furnace for Senior Scholars
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...
iOS Programming
Apple iOS Development Apple Developer Tutorials Materials for a Stanford course on developing iOS apps are available for free online.
Software at CLICC
For a list of available software at CLICC, please visit https://docs.library.ucla.edu/display/LSD/CLICC+Software+List.
Software available at Social Sciences Computing (SSC)
See this page for a list of the software available on SSC lab machines: Software - UCLA Social Sciences Computing
Collaboration 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...
"Requested URL not found" when using Apache with mod_alias and mod_rewrite
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 ...
Moodle MySQL Queries
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...