Archive for the “Blog” category
Akamai Secure Sreaming Flash Video
by Steven Ng on July 9, 2008
I recently had to work with Akamai Secure Flash Sreaming for on-demand videos and wanted to share some notes on how we got this to work.
You’ll need 2 zip files from Akamai:
- Akamai Flash Media Kit
- Akamai Secure Token
SharePoint URL Shortcuts
by Steven Ng on July 1, 2008
Sometimes some projects visually hide the SharePoint navigation links so I wanted to list some here because I can never remember them:
All Site Content – viewlsts.aspx
Site Content Type Gallery – mngctype.aspx
Site … Read the rest
Modifying breadcrumb seperators in SharePoint
by Steven Ng on June 30, 2008
It’s a small change, but I always forget how to do this so I’m blogging it! Locate the siteMapPath control in the Master Page and add a PathSeperator attribute shown in the example below:
1 2 3 4 |
<code
|