Design is a process of problem solving and planning for a software solution.

learn more… | top users | synonyms

0
votes
2answers
76 views

Sharepoint Design of the site and sub site Structure for maintaining data flow and maintaining permissions?

My requirement is : I want to develop a site where there will be a site collection,and the root site will be for site admin who can add the data to the site and around 20 subsites which will use ...
0
votes
1answer
41 views

Problem with page layout

I am new to SharePoint and I want to ask about the layouts, I want to make a page for articles, each article will have a title, body, and an image. I created a content type inherits from Article Page ...
0
votes
1answer
202 views

creating site collections using SharePoint management shell 2013

I am following the below instruction to create a NHSC, but at point D when I am creating a Team Site, I get the message that the new URL is not found! Do I need to create that before? Am I missing ...
0
votes
1answer
60 views

Design considerations for uploading documents into MOSS 2007

I am working on a design document for one of my projects in MOSS 2007. There is a requirement to create a custom interface to upload document along with metadata to a document library. I am not sure ...
0
votes
1answer
61 views

Is it Possible to Add a Button/Link to Move Site?

I'm new to SharePoint 2010 administration and I'm trying to set up a project site archive system where my users can simply click a button/link either in the ribbon or on the home page of the project ...
2
votes
0answers
189 views

SharePoint Branding and Parallax Scrolling

Has anyone been able to design SharePoint UI using Parallax scrolling? Similar to the following site http://www.milwaukeepolicenews.com/#menu=home-page (I am not affiliated with this site in anyway) ...
1
vote
0answers
27 views

Organization Concept Design

Say I have an organization structured like so... -- Root Host ---- Group A ------ Project of A as P1 --------- Sub Project of P1 as SP1 ----------- Sub Project of SP1 as SSP1 ----------- Sub ...
1
vote
0answers
166 views

How to get to control rendered by Sharepoint dynamically?

In a view (by default AllItems.aspx) of a list "Inline Editing" enabling at design time in SPD2010 renders green-cross image-button at run time. Its pressing at run-time adds a new line How can ...
0
votes
0answers
19 views

Change the Text color of Disabled Controls in Custom Web part

I have a custom Form in Web part, When I am disable the panels, all the controls displayed in gray color, I know it is System Color, Is there any way we can change the color of Disabled controls for ...
0
votes
0answers
21 views

Bussiness Data List Styles and concepts

I have 3 tables: House: (String) HouseName Person: (String) PersonName (String) HouseName - (Foriegn Key to House) Possession: (int) id (String) PersonName - (Foriegn Key to Person) (String) ...
0
votes
0answers
268 views

Model a Hierarchy Organizational Structure with SharePoint 2010

I'm about to model an organization with SharePoint 2010. I found out there are lots of Task Passing through different parts and divisions of organization. For example a task created from Management ...
0
votes
0answers
52 views

Default status of specific ribbon checkboxes unchecked instead of checked

If you create a new table in a sharepoint site you can design the table by using the predefined styles in the "Design" tab. The default style checks the Header Row and First Column options. What would ...
0
votes
0answers
173 views

Custom form losing input after submit

I have a custom form that is connected to a database. This form is very simple, I have 4 fields, First Name, Last Name, Email and Address. The fields First Name and Last Name are required fields. ...