Spry resources
Spry is Adobe’s version of AJAX. It is included in Dreamweaver CS3.
- Spry Team blog
- Spry 1.6 improvements and standards
- Spry Best Practices - documentation, standards, demo and samples
Spry is Adobe’s version of AJAX. It is included in Dreamweaver CS3.
To make file readable by others (i.e., the “world”), set the directory containing the files to:
drwxr-xr-x755and set the files in the directory to:
-rwxr--r--644There are 3 classes of permissions:
A common notation for permissions is a series of 10 characters, such as:
drwxr-xr-x-rw-r--r---rw-rw-rw-The first character represents the file type:
- regular filed directoryThe remaining 9 characters represent 3 permissions for each of the 3 classes:
r read onw write onx execute on- offDirectories must have execute permissions, such as:
drwx------drwxr-xr-x (most common)drwxrwxr-xdrwxrwxrwxExecutable program files, such as CGI scripts, must have execute permissions, such as:
-rwxr-xr-xRegular files must have read and/or write permissions, such as:
-rw-r--r-- (most common)-rw-rw-rw-Read, write, and execute permissions may also be represented in octal notation:
4 read on2 write on1 execute on- offThe octal values are added to result in desired read-write-execute permissions:
4 + 2 + 1 = 7 for read-write-execute permissions rwx4 + 2 = 6 for read-write permissions rw-4 + 1 = 5 for read-execute permissions r-x4 = 4 for read permissions r--Examples of common octal notations are:
755 is same as drwxr-xr-x644 is same as -rw-r--r--See File System Permissions in Wikipedia for more information.
There is interest in/concern about the accessibility of podcasts / audio / video / multimedia materials instructors post from classroom lectures, etc. Below are some links with related information.
Blog entries on the topic of Podcast Accessibility by Jeffrey Daniel Frey, the Web Services Manager for Enterprise Applications in the Information Technology Department at Rice University. He provides technology solutions for faculty, staff, and students on campus as well as teaches new technology courses at the School of Continuing Studies. He is available for podcasting consulting, is involved in the creation of podcasts for businesses and non-profits, and has owned a technical consulting company and an audio/video recording studio).
Thread from a WebAIM discussion board.
Web Captioning, WebAIM article.
WebAIM, Creating Accessible Macromedia Flash Content.
(WebAIM = Web Accessibility In Mind, an *excellent* resource for online
accessibility requirements, tutorials, how-tos!)
How-to info for Making Podcasts Accessible by the High Tech Center at
College of the Redwoods.
Ah ha! A server-based way to hide email addresses from harvesting robots! Uses Apache 2, mod_rewrite, PHP 4 or later.
Graceful E-Mail Obfuscation, by Roel Van Gils, A List Apart, November 6, 2007.
Contact your web server administrator or use .htaccess.