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

9 total results found

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

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

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

Building an OpenSocial Gadget with GWT and Hosting on Your Website

Programming and Web Development

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...

gwt
OpenSocial

Calling makeRequest in GWT to Get External Data for an Opensocial Gadget and Creating an Overlay

Programming and Web Development

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 ...

gwt
OpenSocial

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