Base solution for your next web application

Activities of "joshhulbert"

Thanks! I am using the mvc +angular version. Any input or example you may have on that would be very helpful.

I have the need to maintain some data for users in my application that indicates what customer/company that user belongs to (they could potentially be in more than one) and subsequently what data they will have access to because of that association. From reading other posts about potentially extending the built in user entity it sounds like the better approach would be to implement claims. Could you point me in the direction of the proper place in which to make that modification?

Answer

Ah ok thank you. I am using the MVC 5.x with jQuery template. I'll poke around and see if i can find that, but if you could point to specifics for that template it would be helpful. Thanks!

Question

Hello - What would need to be done to use a regular png image as an icon in the main navigation menu? I am change icons around using Glyphicons, for example, but if I have a fairly extensive set of icons specific to our application that are in png format that I would like to use. It did not seem to work to specify the image path. I went down the road of creating a css class with the image data base64 encoded in it, and that did show the image but it is not being sized correctly so the proportions are off and/or part of the icon is cutoff in the menu.

Showing 1 to 4 of 4 entries