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

PHP Resources

Programming and Web Development PHP

PHP is a web programming language that can be compiled into the Apache web server and with its persistent connections to MySQL it makes for a very popular and fast web programming environment. PHP Cheat Sheet https://websitesetup.org/php-cheat-sheet/ Docume...

programming
PHP

Plone CMS Resources

Programming and Web Development Plone

Plone is an Open-Source Content Management System built on Python and Zope.Departments at UCLA currently using Plone Office of Instructional Development Social Sciences Computing Psychology IT Department The School of Engineering UCLA Chancellor UCLA Executive...

CMS
Plone
Zope

Programming Securely

Programming and Web Development

Article on Validating Input from IBM’s Best Practices series Top Ten Web Security Flaws – OWASP Know your Enemy: Web Application Threats – Using Honeypots to learn about HTTP-based attacks

programming
security

Python Resources

Programming and Web Development

Python is an object-oriented programming language where indenting is important. It is used in web programming, among other things, and the very popular Plone Content Management System is built on Zope, which is built with Python. Research Buzz Article on Sear...

programming
Python

REBOL Resources

Programming and Web Development

REBOL is a messaging language for distributed Internet applications that run across all devices. (I’m interested if it can be used as a quick, lightweight way to do web services. – Mike Franks – 8 July 2004)REBOL is not a traditional computer language like C,...

REBOL
programming

Ruby on Rails Resources

Programming and Web Development

Ruby is a Japanese object-oriented scripting language that is meant to make programming fun. Ruby on Rails is a web programming framework built on Ruby, but strongly influenced by the rapid development of PHP and the organization and rigor (and testing) of J2E...

Ruby
Ruby on Rails
web
programming

Unix Cheat Sheets and Tricks

MacOS, Windows, and Linux Linux and Unix

While Unix is an extremely flexible, powerful, and stable operating system, mastering it can require apprenticing yourself to an expert and monitoring every keystroke. This article will hopefully grow as others add their favorite Unix tricks.The best trick is...

programming
Unix

vi editing notes

MacOS, Windows, and Linux Linux and Unix

vi is a Unix text editor that is almost always available, on any Unix or Linux system. Knowing how to edit in it means you’ll always have an editor available, for editing config files or whatever.To convert a unix text file to a windows/dos text file:%s/$/\^M/...

editor
programming
Unix

Usability Testing

Programming and Web Development

Usability testing is something that few programmers or web designers do but it can drastically improve the user experience if done early and often. In an effort to inspire us to take this on, here are some articles and links. Don’t Make Me Think by Steve Krug...

web
programming
usability

Web Developer and Designer Resources

Programming and Web Development

Links UCLA Campus Web Publishers Group 4096 Color Wheel – Pretty useful tool to find web-safe/web-smart colors Standalone versions of IE – This website provides downloads and tutorials on how to install different versions of IE on your computer. Very useful fo...

web
design
programming
web development

How will we measure success of this knowledgebase?

About This Knowledge Base Original Knowledgebase

There will probably be many criteria for measuring the success of this UCLA Knowledgebase experiment. But the first one is how many people contribute to it and how often. Here are some numbers to start measuring that. For now they’ll be added manually. Date ...

Knowledge Base

How is blogging being used in teaching at UCLA and elsewhere?

UCLA Resources

Blogging can definitely be used in teaching, and here are some UCLA Faculty experiences: Chad Topaz, Dept. of Mathematics “I have done some work implementing student blogging as a tool to improve teaching and learning. If you are interested in this topic, f...

blogs
education

Who is using Ruby on Rails at UCLA?

Programming and Web Development

Here is a voluntary list of those using Ruby on Rails at UCLA. Hopefully people will add summary comments in their sections describing what problems they had, and a link if the site is public.Please add yourself and your project. The earlier entries have all m...

Wiki Software Alternatives

Applications/Software

Looking for the best Wiki software? http://www.wikimatrix.org/ – compare wiki features and requirements side by side. Try the Wizard, it lets you pick wikis by language, database/flatfile, commercial/open source.Here are some notes and recommendations I saw o...

XML Resources

Programming and Web Development XML

Books For Learning XML: CodeNotes for XML by Gregory Brill (Editor) ISBN: 0812991915 XML In a Nutshell by Scott Means, Elliotte Harold – O’Reilly and Associates Online Tutorials W3 Schools Good idea to disable popups because there’s a lot of adve...

programming
XML

Web Services Resources for Programmers

Programming and Web Development

Interested in doing web service development? Here are some useful links: Top Ten FAQs for Web Services) – This is a pretty good primer article from the O’Reilly Network (http://www.oreillynet.com) on Web Services. Lots of useful links. Understanding SOAP ...

programming
web services

Where can I find other programmers at UCLA?

Programming and Web Development

Staff and student programmers can list themselves and their areas of expertise and interest in the UCLA Programmers Directory Note that it is restricted to UCLA IP addresses, so you’ll need a VPN from off-campus.If you haven’t added yourself, please do. Right ...

directory
programming

What is your favorite techie interview question?

Programming and Web Development

I have been told this is a classic by an interviewee: What is the difference between TCP and UDP?Please add to this list. How do you perform a string reversal in C without using a temporary array?

interviews