Advanced Search
Search Results
1400 total results found
jQuery and JavaScript Coding: Examples and Best Practices
When used correctly, jQuery can help you make your website more interactive, interesting and exciting. This article will share some best practices and examples for using the popular Javascript framework to create unobtrusive, accessible DOM scripting effects. ...
The New UCLA Logon ID - What's In It For Me?
https://spaces.ais.ucla.edu/display/iamucla/IntroducingUCLALogonIDHave you heard of the UCLA Logon ID? It is becoming your one passport to a vast array of online resources at UCLA, such as BOL email, wireless networks, research tracking systems, travel reserva...
How to crosslist two already existing courses on CCLE
DOCUMENTATION BELOW IS OUTDATED FOR MOODLE 2Please see: https://ccle.ucla.edu/mod/wiki/view.php?pageid=4318-——————————————————————————————————-(This article duplicates: https://kb.ucla.edu/link/1124)Below are the steps to crosslist two already existing courses...
How to Change your CCLE Moodle Email Address
Students who wish to change their CCLE Moodle address can do so by changing their Official UCLA E-mail Address at https://my.ucla.edu. Changes will automatically be reflected in CCLE Moodle within 24-48 hours.For faculty and staff, please refer to this articl...
Awk Explained
Awk is a Unix tool that can be very useful for dealing with text but can be hard to understand. Here are some useful explanations. awk is a beautiful tool Famous Awk One-Liners Explained, Part I 8 Powerful Awk Built-in Variables – FS, OFS, RS, ORS, NR, NF, FIL...
backup/restore a Moodle course
Only people with administrator or instructor rights can use Backup/Restore functions on CCLE/Moodle. One can use the backup/restore functions in the Administration block to copy the course content1) from the archive server (Moodle 1.8) to the production server...
Building an OpenSocial Gadget with GWT and Hosting on Your Website
For this tutorial I use the following parameters:$your_repository = location of your Subversion repository.$your_namespace_dots = the namespace of your unit with dots.$your_namespace_folders = the namespace of your unit with folder delimiters.$your_website = t...
Calling makeRequest in GWT to Get External Data for an Opensocial Gadget and Creating an Overlay
For this tutorial I use the following parameters:$your_namespace_dots = the namespace of your unit with dots.$your_namespace_folders = the namespace of your unit with folder delimiters.$your_website = the URL of a web site you control.Since we may want to get ...
Show/Hide Hidden Files on Mac OSX
How to Show Hidden Files on OSX Launch Terminal Type in “defaults write com.apple.finder AppleShowAllFiles -bool true” (without the quotes, pay attention to the capital letters) at the command prompt, right after the dollar sign. Restart the Finder by typing i...
What applications can I use to send out announcements and e-newsletters?
From Michael Miller – Mailchimp was used successfully for an email campaign for the “Relationship at UCLA Website”http://www.mailchimp.com/index.phtmlIt’s actually a very slick Web app but it isn’t free – however, it’s well worth the money if your budget allo...
How can I connect with other academics with similar research interests?
If you are interested in being able to create a personal web page and be able to upload your papers to share with others then take a look at academia.eduhttp://www.academia.edu/This site can be searched by the name of an academic institution and then by depart...
Sysprep links for XP and Vista
enjoy, links that i keep handytechnet xphttp://technet.microsoft.com/en-us/library/bb457073.aspxtechnet vistahttp://technet.microsoft.com/en-us/library/cc721929.aspxsysprep with ghosthttp://service1.symantec.com/SUPPORT/on-technology.nsf/docid/2000081610075225
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...