Starting a new webdesign from scratch
-
02 Agustus 2012 5:53
Hi!
In my organization, we're using Sharepoint 2010 as a foundation for both intranet and a shared space for colaboration between ourselves and other organizations.
Now, we're in the process of creating a new public website and we're thinking about using Sharepoint 2010 as a foundation and CMS for that site as well. But, with a completely different design than that which comes as standard. So, what's the first thing I need to think of when doing this?
I've been tinkering a bit with the CSS and HTML etc and find that I break a lot of the stuff. Also, there's a lot of code in there that I really don't need. So would it be better, or possible to start from scratch?
Semua Balasan
-
03 Agustus 2012 11:45Moderator
-
07 Agustus 2012 3:11
Hi Kenny,
I hate to say it, but it really all depends on what exactly you are trying to do when it comes to customizing the master page and css for SharePoint. You don't want to start from scratch as SharePoint needs a lot of those items to run.
When looking at a public facing site, I would look at starting with Randy Drisgill's Starter Master Pages on Code Plex: http://startermasterpages.codeplex.com/
Also please keep in mind that you don't want to delete the asp:ContentPlaceHolders that you may not want to use. Please make sure you place those into an asp:Panel that is set to be hidden.
Then when it comes to customizing and making changes. Create your own divs and classes and go for it. You will probably also want to combine a custom master page with custom page layouts to further extend your solution.
I'm not saying that this will be an easy process, but it is entirely possible with some time and effort.
Hope this helps you start out at least.
Cathy Dew SharePoint MVP Blog: www.sharepointcat.com Twitter: @catpaint1
- Disarankan sebagai Jawaban oleh GreggPJ - MSFTModerator 08 Agustus 2012 18:07
- Ditandai sebagai Jawaban oleh Emir LiuMicrosoft Contingent Staff, Moderator 10 Agustus 2012 8:13
-
08 Agustus 2012 18:07Moderator
Hi Kenny,
Thank you for your forum posting. As Cathy has stated you can attempt to use that master page or the minimal.master, master page. Other then those it would all depend on what you’re trying to accomplish.
Gregg
MSFT
- Disarankan sebagai Jawaban oleh GreggPJ - MSFTModerator 08 Agustus 2012 18:07
- Ditandai sebagai Jawaban oleh Emir LiuMicrosoft Contingent Staff, Moderator 10 Agustus 2012 8:13