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

1352 total results found

Adjust Firefox top visit suggestion in address bar

Internet and Web Browsers Firefox

Firefox 43.0.1 introduced a new "visit: suggestion at the top of the list of sites returned in searches entered into the address bar.To disable this (standard behavior prior to 43.0.1): Go to about:config Change browser.urlbar.unifiedcomplete to falseTo enable...

Firefox
search
address bar
browser history
browsing history
suggestion
visit

Windows Bitlocker Strength

Cybersecurity

By default Windows 7/8 Bitlocker uses 128-bit encryption. Each version has an option for 256-bit AES encryption. The change to 256-bit requires a Windows policy modification.See also— Bitlocker Step-by-Step Guide, http://go.microsoft.com/fwlink/?LinkId=53779...

Windows 8
BitLocker
encryption
Windows 7

Guesstimate, a Spreadsheet for Things That Aren’t Certain

Useful Links

Introduction to a spreadsheet for when things aren’t certain Guesstimate Website

open source
prediction
spreadsheets

Blameless PostMortems

Useful Links

This is a quick introduction to this powerful idea. https://codeascraft.com/2012/05/22/blameless-postmortems/

system analysis

Help A Blind Person Identify Everyday Things

Mobile Devices

Help A Blind Person Identify Everyday Things, Via Smartphone App BeMyEyes.org

iPhone apps
volunteer

Regular Expressions

Programming and Web Development

Regular Expressions are how you match text and patterns of text in a programming language, and once you learn it, it’s useful in many languages. Regular Expression Cheat Sheet RegExr is an online tool to learn, build, & test Regular Expressions CROSSWORDS ...

Linux
programming
regex
Unix

UX Resources

Programming and Web Development CSS and Web Design

http://ux.stackexchange.com/https://www.reddit.com/r/userexperience/http://uxmyths.com/

UX
User Experience

Bitcoin

Useful Links

Princeton releases Bitcoin textbook freely available draft pdf

currency
digital money
security

who manages this network?

UCLA Tech Resources

To track down network information and contacts, see the UCLA Network Coordinators List which is searchable by IP address.

Domain
network
IP address

Creating Infographics

Useful Links

The Mighty Infographic: One Designer’s Personal Recipe for Creating Infographics – March 4, 2016

data visualization

Managing YouTube closed captions

Useful Links

“For people who are deaf or hard of hearing, Closed Captions can mean the difference between understanding perfectly or not understanding at all. On top of that, if the language of the video you’re watching isn’t your first language, Closed Captions can help y...

accessibility
subtitles
video

reverse image search

Useful Links

8 Best Reverse Image Search Engines And Websites – March 4, 2016 How One Visual Search Startup (Clarifai) Plans to One-Up TinEye – Oct. 3, 2016

search
photos

Images

Useful Links

Looking for images? Check out the Image Resources library research guide at: http://guides.library.ucla.edu/images. It will help you find images and how you can use them!

images
images
photographs
photos

Removing multiple versions of Adobe Flash

Applications/Software Adobe

Multiple versions of Adobe Flash may show in some browsers.Firefox as an example:Mozilla SupportThis may be fixed by removing older versions of the plugin in the Flash player installation folder (NPSWF32) and possibly (re)install the latest Flash player. (32 b...

Adobe
Firefox
Adobe Flash
flash
Internet Explorer
Windows

Information Technology Infrastructure Library (ITIL)

Useful Links

Information Technology Infrastructure Library (ITIL®) consists of best practices for implementing a IT Service Management (ITSM) framework.Some resources to learn more:CoursesLynda https://www.lynda.com/IT-Network-Administration-tutorials/ISO20000/184460-2.h...

ITIL
Service Management

Social media: guidelines and expertise for work-related use

Useful Links

I am re-posting information shared by Joseph Maddela on the CWP list on 5/13/16:Are there campus guidelines/policies for creating a department social media account? Are there best practices for having a shared department account? Where can I find more informat...

expertise
guidelines
social media

Google Cardboard

Useful Links

YouTube for iOS Now Supports Google Cardboard – May 16, 2016 Stop Calling Google Cardboard’s 360-Degree Videos ‘VR’ – Nov. 16, 2015 The best VR content for Google Cardboard – Nov. 10, 2015 Google Cardboard site Google Cardboard for Education – Google+ communi...

virtual reality
VR

Regular expression use cases

Programming and Web Development

This article is meant to be a companion to the regular expressions resources article. Instead of telling you how to do certain things, this article aims to answer, “why would I want to do that?”Character classesSyntax: [aeiou] or [0-9]Matches a single characte...

programming
regex