Programmatically editing unused explorer columns - directory

I noticed explorer has many columns that are not in actual use, i.e:
I would like to add custom values to these columns programmatically.
Could this be done? How?

The only columns I found how to edit are
Title
Subject
Author
Tags
Comments
It's done using desktop.ini
see [{F29F85E0-4FF9-1068-AB91-08002B27B3D9}] at Desktop.ini documentation.
and see this Microsoft Answers thread.

Related

Is there an official complete table with all CSS properties and all possible values?

Is there an official complete table with all CSS properties and all possible values? I'm looking for all possibilities, including the latest "CSS4"/modules.
I'm looking for the all encompassing version of https://www.w3.org/TR/CSS21/propidx.html (but that one only has CSS 2.1).
This lists out all properties, but doesn't include all possible values on the same page: https://www.w3.org/Style/CSS/all-properties
Full CSS catalog with information about possible values https://websitesetup.org/wp-content/uploads/2016/10/wsu-css-cheat-sheet.pdf
And this is also great: https://www.smashingmagazine.com/2009/07/css-3-cheat-sheet-pdf/
-> PDF https://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/d7fb67af-5180-463d-b58a-bfd4a220d5d0/css3-cheat-sheet.pdf
You can use the official W3 specifications. These are (mostly) respected by all major browsers.
For a more simple and user friendly but incomplete list see css-tricks almanac.
Apparently, there's no such official list.
However the current work is conveniently located in a single w3c/csswg-drafts repository (https://drafts.csswg.org/ and https://drafts.csswg.org/css-2018/ help make sense of the list) and the spec markup is designed to be machine-readable. So if you're looking for a fun way to spend a weekend and learn a bit about the CSS specifications, you can try to generate one yourself!
Alternatively, you could ask around to see if the person who maintains the script to generate https://www.w3.org/Style/CSS/all-properties is willing to share it with you.

Reordering Images When Using "Library" In 2sxc

This is probably best answered by Daniel, but others may know the answer...
Is it possible to re-order the images when uploading files/ images using the "Library" content type.
Currently if a client comes back and wants to change the order, we have to remove all the images, and upload them in the specific order.
EDIT:
Just found there's a discussion here:
Sort 2sxc adam files
Have things progressed since? It would be great to drag drop the images into the order!
See below for screenshot:
Basically manual ordering is not in the scope at the moment. There are a few ways to implement this though, depending on your needs.
A common way is to have a weight-information giving an image a priority - this would be done as a metadata field. Your razor would then have to respect this when sorting it.

angular-ui bootstrap datepicker multiple date selection

It seems lite angular-ui/bootstrap/datepicker cannot be configured for multiple date selection.
Is there someone who have implemented a hack or have a good idea where to start modifying the source to enable selection of multiple date in a single datepicker?
I've googled for this same answer today and found this:
https://github.com/spongessuck/gm.datepickerMultiSelect
I noticed that the project initial commit is newer than this question and maybe you already solved the problem, but the link can be usefull to someone reading this.
You may try this plugin: MultipleDatePicker
MultipleDatePicker is an Angular directive to show a simple calendar allowing user to select multiple dates with a bunch of options to customize it.
GitHub link

customizing bootstrap-wysihtml5 text editor with more features

i am using bootstrap-wysihtml5 as per the recommendation & suggestion of most of the people world wide. but i am finding many of the features missing in its tool bar,like adding table,smiles, changing font name, view as a code etc.
http://jhollingworth.github.io/bootstrap-wysihtml5/
how to add and customize the toolbar so that i my it up and customize the toolbar with additional features up to my requirement.
Wysihtml5 is kept simple on purpose, to keep it lightweight. For example, as of now there is no plan to add HTML table support (See this Github issue for Wysihtml5 itself).
It is possible to include a View as HTML option, see this StackOverflow question and answer.
As mentioned in another answer, if you need more sophisticated options, you might want to look at a different editor.

Tag list asp.net or javascript?

I would like to add a taglist in my webapplication. I have a list of tags with an integer indicating each tag's popularity.
Many web applications display the tags and their popularity using a different font-size.
Because it is so broadly used, I would think that their is a plugin out there that displays this.
An example of what I mean by a taglist can be found here:
http://www.flickr.com/photos/tags/
Does anyone of you know some kind of plugin that deals with this?
Thanks in advance!
What you are looking to create is called a "Tag Cloud".
There is a control/tutorial available on CodeProject that can be found at http://www.codeproject.com/KB/custom-controls/cloud.aspx
or Four Guys from Rolla has a tutorial that can be found at
https://web.archive.org/web/20210616112719/https://aspnet.4guysfromrolla.com/articles/102506-1.aspx

Resources