Deprecated: Assigning the return value of new by reference is deprecated in /home/clambert/public_html/ohlone/blogs/webteam/wp/wp-includes/cache.php on line 103

Deprecated: Assigning the return value of new by reference is deprecated in /home/clambert/public_html/ohlone/blogs/webteam/wp/wp-includes/query.php on line 61

Deprecated: Assigning the return value of new by reference is deprecated in /home/clambert/public_html/ohlone/blogs/webteam/wp/wp-includes/theme.php on line 1109

Warning: Cannot modify header information - headers already sent by (output started at /home/clambert/public_html/ohlone/blogs/webteam/wp/wp-includes/cache.php:103) in /home/clambert/public_html/ohlone/blogs/webteam/wp/wp-includes/feed-atom.php on line 8
Ohlone College Web Team Blog Updates and information from the Web Team at Ohlone College. 2009-06-29T16:53:57Z WordPress http://www.cheryllambert.com/ohlone/blogs/webteam/index.php/feed/atom/ Cheryl Lambert, Web Designer http://www.ohlone.edu/org/webteam/ <![CDATA[WebAnywhere, a web-based screen reader]]> http://www.cheryllambert.com/ohlone/blogs/webteam/?p=59 2008-07-02T00:41:25Z 2008-07-01T15:35:34Z

WebAnywhere is a web-based screen reader for the web. It requires no special software to be installed on the client machine and, therefore, enables blind people to access the web from any computer they happen to have access to that has a sound card.

I tried using the WebAnywhere Alpha Release on the Ohlone College website, but had problems because there is “no frames” JavaScript code on the site to prevent the College website from being displayed using HTML frames on another website.

There is a demonstration video on the WebAnywhere website.

]]>
0
Cheryl Lambert, Web Designer http://www.ohlone.edu/org/webteam/ <![CDATA[WCAG Samurai - errata - clarifications for WCAG 1.0]]> http://www.cheryllambert.com/ohlone/blogs/webteam/index.php/2008/03/06/wcag-samurai-errata-clarifications-for-wcag-10-not-related-to-wai/ 2008-07-02T00:48:03Z 2008-03-06T23:30:11Z The Web Content Accessibility Guidelines 1.0 (WCAG 1) recommendations by the Web Accessibility Initiative (WAI) are vague in some areas. An indepdendent group of developers, the WCAG Samurai, has created an errata (or “corrections” - which I think of as “clarifications”) for WCAG 1 using direct language such as “must” and “do not” and “not required”. Good stuff! Straightforward and no-nonsense.

Review the introduction to the WCAG Samurai errata.

]]>
0
Cheryl Lambert, Web Designer http://www.ohlone.edu/org/webteam/ <![CDATA[Nice favicon.ico generator by HTMLKit]]> http://www.cheryllambert.com/ohlone/blogs/webteam/index.php/2008/03/06/nice-faviconico-generator-by-htmlkit/ 2009-06-29T16:52:29Z 2008-03-06T23:15:56Z http://www.htmlkit.com/services/favicon/.

If you have Photoshop, install the ICO Format plugin:

Photoshop Plugin for ICO Format.

]]>
0
Cheryl Lambert, Web Designer http://www.ohlone.edu/org/webteam/ <![CDATA[Valid XHTML for Picasa Slideshow]]> http://www.cheryllambert.com/ohlone/blogs/webteam/index.php/2008/02/11/valid-xhtml-for-picasa-slideshow/ 2009-06-17T22:08:31Z 2008-02-11T20:27:47Z This is the INVALID code to embed a Picasa slideshow on your web page (<embed> is invalid):

<embed type="application/x-shockwave-flash"
src="http://picasaweb.google.com/s/c/bin/slideshow.swf"
width="288" height="192"
flashvars="host=picasaweb.google.com&RGB=0x000000&feed=http%3A%2F%2Fpicasaweb.google.com%2Fdata%2Ffeed%2Fapi%2Fuser%2Fohlonecollegephotos%2Falbumid%2F5162154032057469201%3Fkind%3Dphoto%26alt%3Drss"
pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>

And, here is the VALID XHTML equivalent for the same slideshow as referenced above (using the <object> tag):

<object type="application/x-shockwave-flash"
  data="http://picasaweb.google.com/s/c/bin/slideshow.swf"
  width="288" height="192">
  <param name="movie" value="http://picasaweb.google.com/s/c/bin/slideshow.swf" />
  <param name="flashvars" value="host=picasaweb.google.com&amp;RGB=0x000000&amp;feed=http%3A%2F%2Fpicasaweb.google.com%2Fdata%2Ffeed%2Fapi%2Fuser%2Fohlonecollegephotos%2Falbumid%2F5162154032057469201%3Fkind%3Dphoto%26alt%3Drss" />
  <param name="pluginspage" value="http://www.macromedia.com/go/getflashplayer" />
</object>

Updated June 17, 2009.

]]>
0
Cheryl Lambert, Web Designer http://www.ohlone.edu/org/webteam/ <![CDATA[List of colleges using social network websites]]> http://www.cheryllambert.com/ohlone/blogs/webteam/index.php/2008/02/11/list-of-colleges-using-social-network-websites/ 2008-02-11T21:05:38Z 2008-02-11T18:39:23Z A list of colleges using social networking websites such as Facebook, MySpace, Ning, YouTube, etc.:

eduStyle - Social Sites

]]>
0
Cheryl Lambert, Web Designer http://www.ohlone.edu/org/webteam/ <![CDATA[Valid object tag in XHTML]]> http://www.cheryllambert.com/ohlone/blogs/webteam/index.php/2008/02/11/valid-tag-in-html/ 2009-06-17T22:14:44Z 2008-02-11T18:24:49Z Using a valid <object> tag is apparently complex. Here are some solutions. Your mileage may vary.

Valid XHTML YouTube embed code generator - “This free tool will create a valid XHTML embed code for any YouTube video. The code YouTube shows on the embed field is not valid XHTML! However, you can simply use this simple tool to make it Valid XHTML 1.0 Transitional.”

Embedding YouTube Videos as Valid XHTML 1.0

Updated June 17, 2009.

Add &rel=0 after video ID number to turn off related videos in embedded players.

Example: http://www.youtube.com/v/ulakMBcqyPo&amp;rel=0

<object type="application/x-shockwave-flash"
style="width:425px; height:350px;"
data="http://www.youtube.com/v/ulakMBcqyPo">
<param name="movie" value="http://www.youtube.com/v/ulakMBcqyPo" />
<param name="wmode" value="transparent" />
</object>

XHTML Validation - Director/Shockwave

<object type="application/x-director"
data="Shockwaver.dcr" width="320" height="240">
<param name="src" value="loader.dcr" />
<param name="sw1" value="Shockwaver.dcr" />
<param name="swRemote" value="swSaveEnabled='false'
swVolume='true'
swRestart='false'
swPausePlay='false'
swFastForward='false'
swContextMenu='false' "/>
<param name="swStretchStyle" value="none" />
<img src="shockwaver_not.gif" width="320" height="240" alt="No shockwave?!" />
</object>

XHTML <object> Tag, Not <applet> Tag - Panoramas

<object classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93" height="196" width="460" >
<param name="codebase" value="java" />;
<param name="code" value="panorama" />;
<param name="panorama" value="http://www.veiled-chameleon.com/images/hikes/grandeur-peak/grandeur-peak-full-circle.jpg" />;
<!--[if !IE]> -->;
<object codebase="java" classid="java:panorama.class" height="196" width="460" >;
<param name="panorama" value="http://www.veiled-chameleon.com/images/hikes/grandeur-peak/grandeur-peak-full-circle.jpg" />;
</object>
<!-- <![endif]-->
</object>
]]>
0
Cheryl Lambert, Web Designer http://www.ohlone.edu/org/webteam/ <![CDATA[Wikivid - online tutorials for software and more]]> http://www.cheryllambert.com/ohlone/blogs/webteam/index.php/2008/02/11/wikivid-online-tutorials-for-software-and-more/ 2008-02-11T17:51:15Z 2008-02-11T17:49:41Z http://wikivid.com/

Tutorials for Dreamweaver:

http://wikivid.com/index.php/Dreamweaver

]]>
0
Cheryl Lambert, Web Designer http://www.ohlone.edu/org/webteam/ <![CDATA[List of online generators for Color, CSS, Favicon, Forms, Graphics, and more]]> http://www.cheryllambert.com/ohlone/blogs/webteam/index.php/2008/02/11/list-of-online-generations-for-color-css-favicon-forms-graphics-and-more/ 2008-07-01T16:02:03Z 2008-02-11T17:44:21Z http://www.smashingmagazine.com/2006/11/09/online-generators/

]]>
0