Skip to main content

www.iwkid.com

Go Search
Home
Blog
Playground
Code Snippets
TweakSP
Contact Me
  
www.iwkid.com > My List  

My List

Modify settings and columns
I'm always talking about adding things to "My List."  Now at least I can keep track of them!
  
View: 
Sort by AttachmentsUse SHIFT+ENTER to open the menu (new window).
DetailsFilterNotesFilter
Update my blog rss feedUse SHIFT+ENTER to open the menu (new window).
SharePoint's OOTB feed is ugly.  To fix it, create a new page with a DFWP on it that dumps out XML.  Then, update the:
<link rel="alternate" type="application/rss+xml" title="Posts" href="/blog/_layouts/listfeed.aspx?List=a9757dac%2D2555%2D45d8%2Da213%2D15c89d282620">
so it points to the new location.  Do that on the default.aspx as well as the Post.aspx page.
I might do this
Check out the HDCUse SHIFT+ENTER to open the menu (new window).
 
Submitted a presentation - we'll see how that goes
I have done this
Give the chevron a special place on iwkid.comUse SHIFT+ENTER to open the menu (new window).
I always forget what that's called...
I will do this
Check out the "Office Development Overview Series" AudioUse SHIFT+ENTER to open the menu (new window).
I will do this
DVWP connections on a Publishing PageUse SHIFT+ENTER to open the menu (new window).
Problem:  Can't open a publishing page in SPD, would like DVWPs with connections
 
Solution?  Create a new, non-publishing page.  Add DVWPs.  Watch fiddler while you add a connection.
I will never do this (but I should)
Create a lockdown kit for Public Facing Internet SitesUse SHIFT+ENTER to open the menu (new window).
Remove system aspx files
I will never do this (but I should)