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

1400 total results found

Campus Resources for Registrar Data, ISIS, Shibboleth

Programming and Web Development Shibboleth

I am looking to develop an application and would like to have access to data such as class roster information, student info, etc. How can I obtain this data and who do I need to contact to get access to this data?Campus Authentication using ISIS and Shibboleth...

ISIS
authentication
records
registrar
Shibboleth
srs

Shibboleth For Plone

Programming and Web Development Plone

Updated as of June 25th, 2010UCLA Shibboleth 2.1+ Guides:Installation guideConfiguration guideFollow up with installation of WebServerAuth: http://plone.org/products/webserverauthDoes “(null)” show up instead of the login name in Plone when all is said and don...

Shibboleth
Plone

Installing Subversion on Windows

Programming and Web Development Git and Version Control

Download and install the Windows binary. Download and install svnservice. Because we will run Subversion as a service, C:\Program Files\Subversion\bin must be part of the PATH environment variable. The installation should have done this but double-check this....

quickstart
subversion
Windows

Email Record Retention

UCLA Tech Resources

According to UCLA Policy 455:“University Records management policies do not distinguish among media with regard to the definition of University Records. As such, Electronic Mail Records are subject to these policies.”http://www.adminvc.ucla.edu/appm/public/455...

email

concatenate tiff files

Applications/Software

How can I create a multi-page TIFF file?On OS/X it looks like tiffutil can do that. http://developer.apple.com/documentation/Darwin/Reference/ManPages/man1/tiffutil.1.htmlOn Windows, TiffCombine costs $50 but has Trial version. http://www.topshareware.com/Tiff...

graphics

Calculate Duration Between Two Dates

Useful Links

Using this website, you can easily calculate the number of days between two dates:http://www.timeanddate.com/date/duration.htmlYou can also use a UNIX script to do this. It can be found here:http://www.unix.com/showthread.php?t=4870

Unix
utilities
web app

How do I create non-printable PDFs?

Applications/Software

If you have Adobe Professional, you can create non-printable pdfs by: Open your PDF document. Click on Document menu at the top of the page and select Security, then select “Show Security Settings for this Document.” A dialog box should open up, click on the S...

Adobe
PDF
non-printable

Reasons to Use Vim over Vi

MacOS, Windows, and Linux Linux and Unix

This page Difference Between VIM and vi goes over some of the advantages of vim over vi. (Note: the page disappeared, so now we’re pointing at the Internet Archive’s March 2011 cached version.)To list some useful features:Multi-level History Undo – n u (n is ...

OSX
Linux
Unix

SSH Authentication Agents and Secure Password-less Logins

Internet and Web Browsers

In conventional password authentication, you prove you are who you claim to be by proving that you know the correct password. The only way to prove you know the password is to tell the server what you think the password is. This means that if the server has be...

SSH
login
security
software

Moodle Meta/Child Site Gradebook Behavior

CCLE and Moodle

Do gradebook grades propagate from meta course sites back to their respective child course sites?When a student takes a quiz in the metasite, it appears that grades are reported to the gradebook of the meta-site but not reported to the children sites.Backgroun...

Child
Meta
Moodle
gradebook

Blogs in Moodle

CCLE and Moodle

Martin Dougiamas, founder of Moodle, explains how blogs work in Moodle:“Firstly, I want blogs to be well-integrated in the Moodle experience. I do not want to just bolt on Simpblog or WordPress. Most standalone blogs have comments because there is no other way...

Moodle
blogs

How do I create a page in the UCLA Knowledge Base?

About This Knowledge Base

Make sure you are logged in to the Knowledge Base. Before creating a new page, please search the Knowledge Base and confirm there is not already a similar page. Decide where to categorize your new page. Choose a book and, optionally, a chapter to create the...

Knowledge Base
Pages

How do I use cURL in PHP on Windows?

Programming and Web Development PHP

To configure cURL to be able to run in PHP uncomment this line (remove the semi-colon) in the php.ini file: ;extension=php_curl.dllApparently in UNIX systems Apache will read cURL’s curl-ca-bundle.crt file at startup and cURL will be able to use that informat...

Apache
curl
PHP
Windows

Why can't I add a photo using AT Photo in Plone?

Programming and Web Development Plone

If you’ve used the product ATPhoto or ATPhoto Album in Plone 2.1, but now it is breaking in Plone 2.5, before you rip your hair out, here’s what you need to do: copy the code from this site: http://dev.plone.org/collective/browser/ATPhoto/trunk/configure.zcml ...

Plone
atphoto
Zope

Configuring PEAR on Windows

Programming and Web Development PHP

PEAR is the PHP Extension and Application Repository. Applications written in PHP often include references to external libraries and PEAR is a way to manage these. On Windows if PEAR hasn’t already been configured log in to the server and run go-pear.bat in th...

pear
PHP
Windows

Configuring MediaWiki to Search for Three Letter Words

Programming and Web Development

By default MediaWiki uses MySQL and the default FULLTEXT indexing uses built-in stop words and a minimum word length of four. A list of the stop words is available but are the usual thing (the, and, one_, etc.). You can set your own stop words by setting the f...

search
configuration
MediaWiki
MySQL

Configuring Short URLs in MediaWiki

Programming and Web Development

Short URLs dispense with the index.php/ part of MediaWiki page URLs. If the MediaWiki instance is located in a subfolder (http://foo.ucla.edu/wiki) then Aliases can be used. If the MediaWiki instance is at the web root (http://wiki.foo.ucla.edu) then Rewriting...

configuration
MediaWiki

csh and single quotes

Programming and Web Development

In csh, using quotes in a quoted string can be tricky, especially if the string contains both single and double quotes. If you use single quotes to quote the string, use ‘\’’ (a single quote, a backslash followed by two single quotes) where you want to insert ...

csh
escape
quote
shell programming