Παρουσίαση με Ετικέτες

HowTo: change color of validation messages in ASP.net MVC
02 Νοεμβρίου 18 02:35 πμ | Μπιρμπίλης Γεώργιος | 0 σχόλια   
If you need to customize the colors (or do more restyling) of validation messages in ASP.net MVC, the following snippet from a discussion on ASP.net forums should be useful: Add to Content/Site.css: /* styles for validation helpers */ .field-validation-error {     color: #b94a48; } .field-validation-valid {     display: none; } input.input-validation-error {     border: 1px […]
Δημοσίευση στην κατηγορία: , , , , , , , , , ,
Background info on libpng warning: iCCP: known incorrect sRGB profile
14 Απριλίου 17 08:01 μμ | Μπιρμπίλης Γεώργιος | 0 σχόλια   
I was just checking some log file saved from Buildbox and seems Qt framework was logging the error: libpng warning: iCCP: known incorrect sRGB profile Did some quick research on Google (sorry dear Bing) and added the following background info to the respective question on StackOverflow: http://stackoverflow.com/questions/22745076/libpng-warning-iccp-known-incorrect-srgb-profile/ Some changes in libpng version 1.6+ cause it […]
Δημοσίευση στην κατηγορία: , , , , , , , ,
HowTo: List all known color names and find name of given color at WPF
01 Σεπτεμβρίου 15 06:11 μμ | Μπιρμπίλης Γεώργιος | 0 σχόλια   
This is my answer at http://stackoverflow.com/questions/4475391/wpf-silverlight-find-the-name-of-a-color Modified answer from Thomas Levesque to populate the Dictionary only when 1st needed, instead of taking the cost at startup (going to use at speech recognition-driven turtle graphics, so that user can pronounce known color names to change the turtle’s pen color) //Project: SpeechTurtle (http://SpeechTurtle.codeplex.com) //Filename: ColorUtils.cs //Version: 20150901 […]
Δημοσίευση στην κατηγορία: , , , , , , , , , , , ,

Search

Go

Ιστορικό Δημοσιεύσεων

Συνδρομές