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

14 total results found

MySQL Resources

Programming and Web Development SQL

MySQL is a free, open-source relational database that has been used in thousands of websites, large and small. This is a contributed collection of resource links on MySQL. Feel free to add your favorites. Mike Franks – SSC Collection of Mysql links and arti...

database
MySQL
programming

PostgreSQL Resources

Programming and Web Development SQL

See Also: Who uses PostgreSQL at UCLA?PostgreSQL official website: http://www.postgresql.orgModified versions: Bizgres ExtenDBTuning Guides: PostgreSQL 8.0 Performance Checklist How the Planner Uses Statistics Server configuration optionsGraphical Admin Tools:...

database
PostgreSQL

Who uses PostgreSQL at UCLA?

Programming and Web Development SQL

The purpose of this page is to create a directory of people who are using PostgreSQL and what advanced features they are using. Please try to mention how you have found certain features useful so that you can give other people ideas on how to better utilize th...

database
PostgreSQL

PHP and ODBC

Programming and Web Development PHP

While looking for something else in the Moodle Forums, I found these links that refer to the underlying way Moodle connects to databases using ODBC.“adodb just harnesses the underlying PHP functions for whatever type of connection you use, so it helps to be fa...

database

Has anyone tried CouchDB?

Programming and Web Development

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

database

Free office tools

Applications/Software

If you are looking for web based and free tools for word processing, power point, database creation, and spreadsheets here are some tools to explore.Zoho www.zoho.com provides a wide range of basic office tools as well as options for managing email, taking not...

database
OpenOffice
spreadsheets
word processing
Zoho

UCLA Library-Licensed Databases: Getting to and Selecting Databases to Search

UCLA Resources

The UCLA Library subscribes to hundreds of databases for fees of varying amounts, in order to license them for free use by UCLA students (fully enrolled), staff and faculty.Answers to three questions can be helpful in selecting databases to search: Which topic...

Information Researching
licensed databases
UCLA Library
database

UCLA Library-Licensed Databases – Getting Free Off-Campus Access and Free Articles

UCLA Resources

The UCLA Library subscribes to hundreds of databases for fees of varying amounts, in order to license them for free use by UCLA students (fully enrolled), staff and faculty. The Library also pays fees to subscribe to thousands of periodicals (journals, magazin...

Esther Grassian
free
Grassian
licensed databases
UCLA Library
database

Why NoSQL Matters

Programming and Web Development SQL

Useful survey of NoSQL (and SQL) technologies and a summary of the philosophy…http://blog.heroku.com/archives/2010/7/20/nosqlTaken from email by Jose Hales-Garcia to Campus Web Publishers List

database
MySQL
programming

Using the Database module to create an image gallery in CCLE/Moodle

CCLE and Moodle

Although Moodle does not ship with an image gallery module per se, the database tool can be repurposed for that function. It contains certain limitations as an image gallery, for instance: The database cannot browse to images stored in the Moodle File Manager...

images
Moodle
CCLE
database
image gallery

SQL joins

Programming and Web Development SQL

Please add other helpful links:SQL joins: a visual explanationhttp://www.codinghorror.com/blog/2007/10/a-visual-explanation-of-sql-joins.html

cross join
database
inner join
join
left join
MySQL
outer join
SQL

How to use the Javascript template in Moodles Database Activity Module

CCLE and Moodle

There is a javascript template located in the Moodle Database Activity Module so instructors can recognize when students click buttons or hover over textareas, and other such basic functionality. In the jstemp.jpg, you can see several examples of working java...

JavaScript
database

PHP ODBC Setup Guide

Programming and Web Development PHP

Guide to setting up php-odbc for connection to Registrar database. Example for RedHat EL 5.Create file tds.datasource.template:[Registrar]Driver = FreeTDSDescription = UCLA Registrar (SRDB)Trace = NoServer = srdb.registrar.ucla.eduPort = 1433Create file t...

PHP
odbc
Moodle
Linux
database
srdb
registrar

SQL Injection (Application Vulnerability)

Cybersecurity

SummarySQL Injection is a type of security vulnerability that occurs when application does not properly sanitize user inputs. The vulnerability potentially allows attacker to arbitrarily manipulate queries sent to the database layer. This type of vulnerabili...

web application
database
SQL injection
exploit
hacking
hack