skip to content

Text-Only Software

The University of Connecticut has acquired LIFT Text Transcoder software in an effort to efficiently convert webpages with images, style, color and text into text-only sites. This software can be used on any webpage that is hosted on the University’s Central Webserver.

The ability to render webpages into a text –only format assists individuals with certain impairments or challenges that prevent them from viewing a webpage in its regular format.

The text-only option also assists users who access UConn webpages via cell phones, PDAs or other portable electronic devices.

The LIFT Text Transcoder will convert static webpages, dynamic pages (ex. php), pages with content, pages with forms, pages that are produced by a content management system and pages that are rendered from a database.

Review the Flash presentation on this page to see how a webpage user can easily use the LIFT Text Transcoder software to view a University website.

Use the links below to see the LIFT Text Transcoder transform the following University pages into text-only sites:

 

Install the LIFT Text Transcoder

First create a link on your webpage that points to the LIFT Text Transcoder. Then use the code below to install this link on your webpage. Once installed, webpage users can then use the link to navigate your page in a text-only format. They will also have the option to return to your webpage’s regular format.

<a href="http://transcoder.usablenet.com/tt/referrer"> Text only </a>

 

In addition to adding a visible text-only link to your webpage, you may also choose to add a hidden text-only link at the beginning of your page. This hidden link will aid web users with screen readers, PDAs, smart phones or other electronic devices that do not process images.

Use the code below to add a hidden link to your page. The hidden link is based on a spacer image. The image src attribute must point to a valid transparent image for the code to work properly.

<a href="http://transcoder.usablenet.com/tt/referrer"><img src="images/spacer.gif" style="border:none" width="0" height="0" alt=" Text only version "></a>

 

Troubleshooting

Below is a list of recommendations for effective use of the LIFT Text Transcoder.

  1. Verify that your website is hosted on UConn’s Central Webserver. The University’s LIFT Text Transcoder license only covers sites that are hosted on the Central Webserver. Visit this page to learn how to have your webpage hosted on the University’s Central Webserver.
  2. Validate your HTML code. The LIFT Text Transcoder converts a webpage into a text-only version by eliminating the layout that is present on the original page and by hiding many accessibility defects. You may find that some of your pages do not convert as well as they should. This problem is likely the result of invalid HTML code in your webpages. Visit a free online validator to check your webpage. 
  3. Review your webpage navigation. The LIFT Text Transcoder may also create navigation challenges for your webpage. For example, Macromedia Flash documents (SWF's) are stripped from pages that have been converted. If your webpage includes key navigational elements within a Flash document, users will not be able to navigate your website easily in the text-only format.
  4. Use the ALT attribute in your images and image links. ALT is short for alternate text.  The alternate text for an image is typically shown when that particular image cannot be displayed or loaded. When your page is transcoded, your images and image links are replaced by their respective alternate text attributes. It is important that your images have alternate text so that all users have access to your pages.
  5. Make Annotations to your webpage. If your webpage has JavaScript, Flash or other dynamic components that are essential to its functionality, you may need to have annotations, or changes, made to your page. Annotations teach the transcoder how to properly read your webpage. Send us an email to learn more about the use of annotations.