In Part 1 I discussed some of the benefits of chunking content and some of the challenges we face developing a layout for content. Today I am going to describe Information Types. One of the most challenging tasks of communicating is to identify the specific content your users needs. That is, what questions are your [...]
Archive for July 2010
Chunking Content – Part 2
July 27, 2010Chunking Content – Part 1
July 19, 2010I recently was in the process of helping out a fellow SP colleague with a SP wiki. In one of her articles she went into depth about the benefits and ease of editing a SP wiki. Another respected colleague disagreed about some of the benefits and posed some in-depth responses regarding the ease of edit [...]
Copyright
July 1, 2010Any and all post can be freely distrubuted as long as credit is provide back to the original source. The MIT License Copyright (c) 2009-2010 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including [...]
src – Using an external JavaScript
July 1, 2010Using an External JavaScript If you want to run the same JavaScript on several pages, without having to write the same script on every page, you can write a JavaScript in an external file. Save the external JavaScript file with a .js file extension. Note: The external script cannot contain the tags! To use the [...]