JavaScript Web 2.0 Accessibility Library (AOL Axs)
We have posted the associated files to the talk given on the AOL Axs accessibility library on 01/26/2009. Included is the JS library, examples, the PowerPoint presentation and pertinent links.
They are posted on the wiki and can be found at:
https://wikis.mit.edu/confluence/display/ISTidd/AOL+Axs+Accessibility+Li....
Contact Don Hirst if you have any questions on the library at dhirst@mit.edu
- Login to post comments
Developers web site UI look and feel
I chose a different theme on the developers-dev.mit.edu site. I don't like how it does the breadcrumbs, but I like the rest. Please take a look and tell me what you think.
- Mike
How to Force SSL on User and Admin Pages of Drupal
This is a description of how to force SSL on the User and Admin pages of Drupal, while allowing non-SSL access to other parts of the site.
What is the correct way to use and mark code for deployment in SVN?
We use SVN for source control. I have the following questions:
1. When should we tag a release?
2. When should we branch a release?
3. Are there MIT-specific naming conventions that we should use with our releases?
Display Touchstone on access denied Drupal 5.x pages
I came up with a method of displaying a link to Touchstone on access denied pages in Drupal 5.x. This would probably work for Drupal 6.x as well. Here is how I set it up:
1.) Create a new page node. Title it "Access Denied" and use this content:
<?php
global $user;
if ($user->uid) { // this user is already logged in print "Access Denied: You do not have access to this page."; } else { print "Access Denied: You do not have access to this page."; $dest = 'https://'.$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI'];
MIT Touchstone hands-on lab: Tue Jan 20, 01:30-04:00pm, W92-206, seating limited to 18
MIT Touchstone Hands On Lab
Paul B. Hill, Robert Basch
Tue Jan 20, 01:30-04:00pm, W92-206
Enrollment limited: advance sign up required (see contact below)
Signup by: 16-Jan-2009
Limited to 18 participants.
Slides from IAP talk: MIT Touchstone Configuration
The slides from today's IAP presentation, "MIT Touchstone Configuraiton" are now available at https://wikis.mit.edu/confluence/download/attachments/19900/MIT+Touchsto...
- Login to post comments
John Resig, lead jQuery javascript developer, speaking at MIT
Come hear John Resig, the designer of the jQuery javascript library, talk about jQuery on January 22, 2009, at MIT. Details are listed here: http://webpub.mit.edu/2008/12/jan22-meeting-jquery-john-resig/
- Login to post comments
Drupal site speed
there's a ton of commercial sites that use drupal and are very high traffic. How come they don't experience the same page load time drag as my drupal site? We need to address this asap, we have a beta launch at the end of next week, but by its hard launch it will need to deliver pages much faster. What's the answer?
- « first
- ‹ previous
- 1
- 2
- 3

