Skip to main content

Tips 'n' Tricks

Go Search
Home
Microsoft Sharepoint Samples
Tips 'n' Tricks
Christa
World Wide Importers
MAC
Thoughts
  

Other Blogs
There are no items in this list.
Rose Solutions > Tips 'n' Tricks
Technical tips and tricks our staff have fallen over, stored centrally so we can find them again.
Social and BPM?

1. Social by Design: Collaboration around process improvement [chosen member, easy contribute, feedback mechanism?]

cf http://blogs.hbr.org/davenport/2010/11/want_value_from_social_add_str.html

2. Design by Doing; Collaboration around ‘getting a job done’ [value of subscription and possible transparency rather than narrowly focussed email]

3. Social Network: Social networking within the organization [reducing email]

Using the cloud
 
XMarks (per browser)
Sync bookmarks across browsers and machines
 
LastPass (I pay, but free is good)
Saves usernames and passwords
 
PlaxoCalendar (pay for it)
Sync appointments and contacts (run manually) across iPhone, multiple Outlooks, etc (I login via Facebook)
 
Dropbox (2GB free)
Your folder in the cloud
 
Adobe SendNow (free, but 100MB limit per file, and each can only be up for 7 days)
Send large files
[competes with GoogleDocs, YouSendIt, TransferBigFiles]
 
Unable to connect to the network/internet?

(A stack change introduced to Vista/2003 establishes a default route which gets a higher priority than one set by DHCP, and prevents the machine connecting. It can recur after installing a variety of software apps, and some apps (temporarily) fix it.)

 

Click Start->All Programs->Accessories, right-click on Command Prompt and choose "Run as administrator". Then enter the following command.

      route print

Please check if 0.0.0.0 is listed as gateway in the table. If so, please check the "Network destination" and "Netmask" of that line, and enter the following command.

      route delete -p [Network destination] mask [Netmask]

Add templates to the 2010 Ribbon
If you have several templates, add a custom group to the Ribbon for easy access. The first thing you need is a macro; use the following sub procedure as a guide:

Sub OpenCustomTemplate()

  'Open template from a macro button

  'added to the ribbon.

  Set myFolder = Session.GetDefaultFolder(olFolderInbox)

  Set myItem = myFolder.Items.Add("IPM.Form.NewsletterTemplate")

  myItem.Display

End Sub

Update the Set myItem statement to reflect the name of your template but keep the IPM.Form component (that’s the class). With the macro in place, add a custom group to the Ribbon as follows:

  1. Click the File tab and then click Options under Help in the left pane.
  2. Select Customize Ribbon in the left pane.
  3. Click New Group, choose Rename, enter a name such as Templates, and click OK. By default, Outlook will position the new group at the end of the Ribbon. You can use the arrows to the right to move it.
  4. With the new Templates group still selected, choose All Commands from the Choose Commands drop-down and select Macros.
  5. Select your macro and click Add.
  6. Right-click the macro (in the Templates group now), choose Rename, and enter a short, but descriptive name.
  7. Click OK.

Outlook will place a Templates group on the Home tab, as shown in Figure A.

Figure A

Add a new group for templates to the Ribbon.
Mapped path?
 
Even works in a locked down XP environment (using a user variable).
 
Eight golden rules of interface design

1. Strive for consistency

2. Cater to universal usability

• help new users through basic procedures

• enable frequent users to use shortcuts

3. Offer informative feedback

• All actions should result in system feedback

4. Design dialogues to yield closure

5. Offer error prevention and simple error handling

6. Permit easy reversal of actions

7. Support internal locus of control

• make users the initiators of actions, want users to feel they are in control

8. Reduce short term memory load

• 7 items +/- 2

21/3/2011  http://www.evl.uic.edu/luc/422/slides/class3.pdf

Notes on Themes
 

MANUALLY -

 

See http://blogs.msdn.com/b/kaevans/archive/2009/03/08/customizing-sharepoint-themes-with-sharepoint-designer-2007-and-ie8.aspx

And then http://sharepoint.microsoft.com/blogs/GetThePoint/Lists/Posts/Post.aspx?ID=122

Note the CSS reference list - Heather is a god - http://www.heathersolomon.com/content/sp07cssreference.htm

 

 

ALTERNATIVE

Serve's js tool for building one -

http://hermansberghem.blogspot.com/2007/10/servs-sharepoint-theme-generator.html

[simplifies the colour configurations etc to something useable]

 

ALTERNATIVE

https://connect.microsoft.com/ThemeBuilder

[One note - if saving the theme out of the theme builder causes an exception, see the note at the bottom of this link for a workaround - http://www.mukalian.com/blog/category/Themes.aspx]

 

 

 

2007 - To apply a theme to all subsites, follow steps in http://blog.crsw.com/2007/11/07/apply-a-theme-to-all-sub-sites-in-sharepoint-2007/

 

2010 - Detailed information on how theming works in 2010 - http://www.fkollmann.de/v2/post/Theming-in-SharePoint-2010.aspx and

http://makingspwork.blogspot.com/2010/04/compilation-sharepoint-2010-themes.html

Set up my email

mapi-au.server-exchange.com

email address

 

me-au.server-secure.com

tick tick basic

Hallmarks of a True Facebook application

 

  • Notify friends through mini feed on installation and selective activity as it happens through your application
  • Canvas page to merchandise your widget to Facebook users
  • Application integrates into user’s profile pages - doesn’t just sit on top
  • User comments get written to the Wall for everyone to see
  • Your application takes on familiar Facebook look and feel
And hence the social applications of the future???
1 - 10 Next

 ‭(Hidden)‬ Admin Links