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

How to create a Python class from a SOAP WSDL

Programming and Web Development

Using Python and SOAP to attach to a Web ServiceYou can create a Python class from a SOAP WSDL in 4 steps, in about 20 minutes. Create your Python Project Download and install a SOAP library for Python (this how-to will use ZSI’s soap library) Create a base Py...

ISIS
Python
web services

What is SQLAlchemy

Programming and Web Development

SQLAlchemy is an open-source Python Database toolkit, which provides the following functionality: It maps relational databases into objects It manages an applications database connections It can create/alter a database layout if it is allowed toThe most powerf...

pylons
Python
SQL

Dell Optiplex 755's and Windows XP installation

MacOS, Windows, and Linux Windows XP

Windows XP installer does a blue screen of death on installation, with a STOP: 0×0000007B error. Installation fails due to the BSOD and is not recoverable.In this particular instance, it means Windows cannot detect and load the correct harddisk controller driv...

Dell
Windows XP
boot
drive
install
Optiplex 755

Final Cut Pro (FCP) 4.5 and Compressor AGP error

Applications/Software

For those that get the “This software requires” AGP card error when running Final Cut on a machine that has a PCI-Expresss video card instead of AGP, there’s a really easy fix: Go to Applications folder Right click on Final Cut Pro HD, choose Show Package Cont...

4.5
AGP
compress
error
Final Cut
MacBook
MacBook Pro
PCI
PCI-e

shrinking text

Programming and Web Development

This web design tip I just read is ingenious and priceless, if we can just get our clients to accept the condensed versions.Speaking generally, Steve Krug's Third Law of Usability states:"Get rid of half the words on each page, then get rid of half of what'sl...

web design

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

Google Chart API

Programming and Web Development

“The Google Chart API returns a PNG-format image in response to a URL. Several types of image can be generated: line, bar, and pie charts for example. For each image type you can specify attributes such as size, colors, and labels.”“You can include a Chart API...

web app

Simplifying web-based processes with CoScripter

Programming and Web Development

“IBM has a very cool Firefox-only plugin called CoScriptor which is sort of a macro recorder for Firefox:http://services.alphaworks.ibm.com/coscripter/browse/aboutThere are a variety of scripts available for perusal, use, and editing. Scripts that get create...

macro
Firefox
IBM

Moodle Language Settings

CCLE and Moodle

Moodle’s language display is controlled by the interaction of two settings: (1) the “Preferred language” in the user’s profile, and (2) “Force language” in the settings for each individual course. The course setting overrides the user’s preferred language. ...

Moodle
deutsch
English
enrollment
language
profile
settings
uncategorized

Optimizing Firefox for broadband

Internet and Web Browsers Firefox

Taken from a PC World article…Open FirefoxType about:config in address bar and press EnterType network.http in the filter fieldDouble-click network.http.pipelining.maxrequests to bring up the "Enter integer value’ dialog box. Enter a higher number than the de...

Firefox

MATLAB opensource alternatives

Applications/Software

This Slashdot article describes the release of version 3.0 of Octave. Afterwards there are some links from the article and a quick search of Octave versus Matlab.“GNU Octave is a free numerical computing environment highly compatible with the MATLAB language. ...

MATLAB
open source

Manual setting of filename and type in a dynamically-generated web page

Programming and Web Development

Problem: Suppose you have a CGI script (PHP or otherwise), say genimage.cgi, that generates an image and sends it to the browser. If the user visits the URL of the script and tries to save the generated image, the browser might suggest “genimage.cgi” as the de...

MIME
download
file
PHP
save as

Moodle Groups and Force Subscription

CCLE and Moodle

There is some confusion regarding the interplay between forum settings on Moodle. In one place you can set up a forum using group mode (which can be used to send messages to separate groups), but another setting “Forces all members to subscribe.”The question i...

Moodle
CCLE
forum
group

Is there a permission that allows a user edit content that s/he does not own in Plone?

Programming and Web Development Plone

For Plone 2.x, 3.xQuestion:I notice that for a piece of content, both the Owner and the Manager can edit it. Naturally, I assumed that there a permission that allows the role Manager to be able to edit any content it does not own.However, after I assign ALL th...

Plone

Moodle Auto-Linking

CCLE and Moodle

The Moodle course management system has a feature called “Resource Name Auto-Linking” which as its name indicates, allows Moodle to automatically recognize and create links between site resources. That is, if a user creates a web page titled “Moodle Feature Se...

Moodle
autolinking
CCLE
highlighting

What characters can go into a valid HTTP URL?

Programming and Web Development

Section 5 of RFC 1738 – Uniform Resource Locators specifies the format of an HTTP URL:httpurl = "http://" hostport [ "/" hpath [ "?" search ]][definition of hostport omitted]hpath = hsegment *[ "/" hsegment ]hsegment = *[ uchar | ";" | ":...

escape
HTTP
URL

Opening a Unix text file on Windows

MacOS, Windows, and Linux

Problem: If you save a multiple-line text file on Unix (e.g. Linux) and open it on Windows, the text editor ignores the link breaks and shows the content in one giant line.Cause: Different operating systems use different characters to mark the end of line (a.k...

Choropleth Mapping with Color-It

Useful Links

Color-ItThis article is part of a series on choropleth mapping, to see other solutions, please visit the introduction here.Color-It is a choropleth mapping application produced by Zonum Solutions. It essentially is a large SQL database of coordinates for vari...

Choropleth
Google