Sharepoint Picture Library with albums [closed] - sharepoint

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
I want to store number of photo album in SharePoint Picture library, I can create different folder and store picture to respected folder. Is it possible to change folder picture and make it thumbnail size so it look like album. Or is there any better solution for this
Regards,

You can change the Icon image for folders in the actual root of your website directory, but this will affect all folders on your website.
There does not appear to be a way to specify a specific icon for a folder; they all utilise the same file globally.
I honestly think you would be better off avoiding doing this. If it's possible (I can't categorically say no because I'm not omnipotent) it would be very hackish, as there is no methods built into Sharepoint, and take a lot of effort for very small aesthetic benefit.

Related

Create own Datasources [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
Is there any information on how to create your own datasources for xpages? I'm busy developing a java API for a system of ours and I would like to be able to use the data as a datasource within xpages.
There was a Lotusphere 2011 session SHOW107 that walked you through the steps. Read about it on Jim's blog, the BleedYellow community, an excellent slideck from Paul (and related) as well as SHOW107 itself.
One caveat: The data sources don't show their fields in the Domino Designer. If you want that functionality then, instead of looking at com.ibm.xsp.extlib.model.ObjectDataSource you would subclass the DominoDocument and more or less overwrite all functions.
You could look in the source code of the extension library. There you will find the class com.ibm.xsp.extlib.model.ObjectDataSource as an easy example.

With ExpressionEngine, do you ever edit code with an editor or is it all within EE? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
Just a quick question, I'm getting the idea that you don't. Why is this, and is there a way to? And why would you?
I never code within the browser. The only reason to code in the EE CP would be if you're editing a snippet or global variable, and even then there are addons that will move those to flat files.
Take a look at this user guide on how to save templates as flat files: http://expressionengine.com/user_guide/templates/templates_as_files.html Saving templates as files will also allow you to better version your template code with your VCS of choice.
When moving to a production environment you may want to consider syncing your template files to the database - as that may speed things up a tiny bit.

Picture vs. Photo vs. Image - Naming models [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
I'm writing a gallery and my goal is not just photos but all kinds of images are going to be in there.
Now comes the naming part, what do I name my model?
Photo gives the feeling that it's only for photos. Image is a well used word for any graphics but is originally used when creating an image of something, like a person or a house.
So what makes the most sense:
Image
Photo
Picture
Image is a Digital Asset
Photo and picture are more traditional with cameras and paintings.

How to Handle Long Registration Forms [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
I am putting together a registration form which has about 30 fields (no kidding). What is the current philosophy on layout? Put all elements on one form or break them up into a series of steps based on topic?
Thanks
I am a fan of only having the user enter in the LEAST amount possible to create the profile and then allowing them to "turn on" features by finishing the completion of the profile (i.e. registration form)
Don't look at the home depot registration as an example :)
Twitter actually does a pretty good job at this.
The important thing is to let the user know whats there to be filled. In most cases you are better off separating fields in sectins / pages, but don't forget to display what (at least how many pages) are left to be filled.

Literature on SVG, WebCGM and other vector-formats optimized for browser-display [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
I'm currently searching for as many material as possible on the formats above for a paper. Currently, all I've come up with are websites concerning the matter, now the question is; are there sophisticated other sources of information on that topic? Preferrably written stuff - I'm especially intereseted in the actual application of such graphic formats for display in browsers and alike.
The main reason is, that I don't want my whole bibliography to be made up with websites -- profs dun like that no much -- so I was hoping for some "hard" information, as they say...
Most of the standards for web formats in particular, but file formats in general are written by organisations and published via the internet. For instance, SVG is under the jurisdiction of the W3C as is WebCGM. I would expect that references to these sorts of organisations should be fine for academics, though make sure you use the permanent links to the exact document you are citing (ie, not the links I've provided which are the 'up to the minute' links).
eg:
Bad: http://w3.org/TR/SVG
Good: http://www.w3.org/TR/2010/WD-SVG11-20100622/
The main reason for this is that these documents are always under review, and change almost constantly. Keeping printed copies would just be a huge burden and not very helpful in the long run.

Resources