Tagged Questions
The color-coding tag has no wiki summary.
2
votes
2answers
647 views
Color (syntax highlighting) within an HTML <code> tag
In a code fragment like the following ...
class Foo
{
internal Foo()
{
for (int i = 0; i < 42; ++i);
}
}
... its various keywords and so on are color-coded when they're displayed in my ...
1
vote
1answer
463 views
Color coding tasks in a Microsoft Project Macro
This seems like it should be straight forward, but I'm seeing some strange behavior. I'm attempting to color code my tasks based on a flag. It appears to be correctly coloring the tasks, but at some ...
0
votes
1answer
15 views
Color Coded Errors in Visual Studio 2008
Does anyone know the definitions behind each color coded error message given in Visual Studio 2008 while debugging? The line on which the error occurs is highlighted (most often green, and second most ...
0
votes
0answers
23 views
Expression Web 4 color coding support
I wanted to ask, if Expression Web 4 (that i'm used to and i have free version since im student) does have any external PHP color coding support. Since the one that is implemented as default is really ...
0
votes
1answer
88 views
3D scatterplot colored by Z-Value
I've been googling for a while but couldn't find a solution for my problem. I am an amateur matlab user and I would like to create a 3D scatterplot, for this I have a matrix containing several points ...
0
votes
4answers
167 views
Is dynamic coloring of vector images possible with HTML5 & CSS3?
This is what I am trying to achieve. I have an image - the outline of the State of California.
I would like to change the color of this image dynamically and programatically based on a value.
Is it ...
0
votes
1answer
298 views
Is it possible to color-code and format an XML document using XSLT?
Has this ever been done before?
Is it possible to write an XSLT that will turn an XML document into color-coded, formatted, HTML?