Advanced Search
Search Results
9 total results found
Installing Subversion on Windows
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....
How do I create a page in the UCLA 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...
How do I use cURL in PHP on Windows?
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...
Configuring PEAR on Windows
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...
Configuring MediaWiki to Search for Three Letter Words
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...
Configuring Short URLs in MediaWiki
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...
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 ...
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...