Skip to main content

SharePoint 2010 Layered Photoshop File!

I am in the mood for sharing today so here is a great starter file to get your new design rolling. I created one for 2007 and now here is one for SharePoint 2010. I increased the resolution to 1280x800.

image

Download it Here.

Comments

Anonymous said…
Erik,

For some reason Trend Internet Security identifies this page as dangerous - all other pages on your site are OK.

Could it be the link to the PSD file causing the problem?

Derek
Erik Swenson said…
Hmm, Not sure why it would be a dangerous page. Its simply a public sky drive page...
Marcy Kellar said…
Erik, I always find your psd after I create my own. I still love you for it. I still have a few Layer## in mine.
Rob Dornbush said…
Anybody done one for 1024 x 768 (or have a great argument for convincing the client that 1268 x 800 should be their native resoulution?)

Anybody ever tried putting the compamy logo in the upper right of 'ribbon container' instead of upper left of 2nd level banner?
Jason said…
I had no luck getting this page to work in FF MAC OS. Just fyi...
Tyler said…
Sorry for my ignorance.. I'm wondering what application, other than mock-up purposes, this file can help with?
T H said…
I agree with Tyler. Other than being pretty, how do I get any modification into Sharepoint 2010???

Thanks, Titus
Anonymous said…
Hi Eric,

Shall I know how to deploy PSD to sharepoint site.
Anonymous said…
The use of the PSD if for Photoshop, not SharePoint. Don't you have to design something before you build it? That is the purpose of this file. Buy and read Eric's book and the use of this file will become clear.

Gary
Erik Swenson said…
Thanks Gary, Yes my book has a pretty good section dedicated to converting the Photoshop file to spliced up optomized images.
Erik Swenson said…
This comment has been removed by the author.
Unknown said…
It's actually a cool and useful piece of info. I am glad that you simply shared this useful info with us. Please keep us up to date like this. Thanks for sharing, You can also check out this http://www.sqiar.com/services

Popular posts from this blog

SharePoint 2010 Base CSS Classes

This will be the first of many SharePoint 2010 posts. I will be focusing on a few of the main CSS classes used for SharePoint 2010 Public Beta. As the product becomes more final there might be some changes to the class names but I will be sure to create a new post if that happens. This will be quite a lengthy but it should be helpful. The default CSS given below are just highlights of the full CSS attributes for that class. I will be using a basic team site as my base for the screenshots. Here is a basic structure of the main areas that I will cover. Ribbon Row Table Row Left Site Actions Navigate Up Edit Tab List Browse Page Table Row Right Give Feedback Welcome Menu Workspace Body Container Title Row Title ...

SharePoint 2010 Content Query for Blog Posts

I hope this post will help many of you feel comfortable with using the Content Query Web Part. In this post I will walk you through the process of creating a content query web part and configuring it to show custom field types. I will also give details on how to use XSLT to stylize and format the data being pulled. I will be using the following scenario as an example. Say that you had a site collection with a top level publishing site. This publishing site would display a the most recent blog posts from all blog sites within its own site collection. To solve this problem we will use a Content Query Web Part and a customized ItemStyle.xsl using XSLT. Please note that the “SharePoint Server Publishing Infrastructure” needs to be enabled at the site collection to display the content query web part. Step 1: Add a Content Query Web Part to Page Navigate to the site that you want the blog posts to show up and click on edit page. Under Editing Tools in the Ribbon, Click on ...

SharePoint Reusable Content

I can pretty much say I know my way around SharePoint… But every once in a while you learn about a feature that you never knew was there… Most of the time its those annoying bugs that we call “features” but are true head against the wall things that make you go hmmmm… But this time its a good thing… I was tasked with finding a way to create a header and footer for a publishing site. This header and footer would be consistent across all pages within the content area of the site. My First thought was ok I need a custom page layout, but this would not work since it needs to be easily updated via the SharePoint Interface. So after some investigation I found out that SharePoint has a built in feature called “Reusable Content” Basically all you need to do is simply edit the page of your publishing site and click on a content editor control. If you look at the image below there is a icon next to the image icon. The icon is not very obvious hence the reason why I never noticed it befo...