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

How To: Create Hyperlink to Modal Pop-Up Form

I was asked by a client recently if there was a way to create a hyperlink to a New Item Form anywhere within a site but still get the rich experience of the Modal pop-up window that grays out the background. (Note this is for SharePoint 2010 Only…) I basically took the code directly from the “Add new item” and the “Add Document” link within the list view. What this allows you to do is simply add in the following code to any content editor web part, Master page, or Page Layout in any site collection and display the form to be filled out. The user will get the nice experience of the modal window and not have to navigate away from their current page. This could be used for example a feedback form that is included in the master page so whenever someone wants to give feedback it is always going back to a central list. The only that is required for you to know is the List ID and the site name. Full Code For a List Item: <a onclick="javascript:NewItem2(event, &quot

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 2013 Responsive Table Columns

I have been wanting to write this one for a while now. It is really amazing how UX is really finding is way into everything that we use and interact with. From Custom applications both mobile and on a desktop to document management or large data visualizations. There is always room for better usability and new concepts. SharePoint lists and library functionality really has not changed much for the past 10 years... I remember back in 2003 when I saw the same table/grid based views of documents and list items that exists in SharePoint 2013. But now we can look at them in a whole new way! In this video blog you will see how to create a responsive CSS table so that when the browser size is reduced it will hide specific columns. However hiding data is not always the right thing to do. What if a user needed those columns to filter on or to use for comparison to another document? Well that is where the custom jQuery Column chooser comes in. It allows you to see what columns are displ