I work for a large company that has adopted sharepoint. I have been tasked with customizing and branding the site/subsites with CSS. My experience with sharepoint is minimal.
The development cycle is as follows:
1. Usability Requirements and design are delivered to The sharepoint developer.
2. The sharepoint developers comes up with the HTML
3. And I have to style that html as well as the sharepoint generated HTML.
4. Goes to test
This is driving me crazy– The primary reason behind this cycle is that the “sharepoint developers” dont know CSS. The development environment is craziness itself. The css development is not centralized, it is VM based… So, I have to go developer by developer and log into their vm to work on their code.
TI go line by line some custom and some out of the box code to style it. The sites I am working on require EXTREMELY large amount of customization — This is what is paying my bills so I just work hard — but I am going mad in the process.
Can you guys share how you went about sharepoint customization. What kind of Development methodology and process did you use for sharepoint CSS. Do you believe that the Developers should be doing CSS customization and why?
No answer is useless, so please share. Thank you.
Thats how it is.. I’ve never seen the stereotypical developer being any good at doing CSS work. (Yes there are exceptions but I’ve never met anyone who was exceptionally good at making CSS from a PhotoShop file who was also a developer. I gladly yield the job to people who are better at it.)
My designer works with SharePoint Designer and has access to the _layouts folder to put artifacts in. I make sure those artifacts end up in my deployable Visual Studio solution. Anything he does in SPD is manually copied, just stays in place or is put into features by me.
It does mean we have a lot of virtual servers, one for each project/client. I’ve never seen that is an issue because it is better than having to deal with the crap of all your other projects if you start sharing a server across projects. Also, these machines are available on the network and easily accessed using SPD and file shares. The designer never uses remote desktop.
Key is I facilitate the designers’ work, make it as easy as possible. Your developers should do the same!
They should: