I have done this in all my previous versions, but I can't get it working in CS4. I have updated the MMDocumentTypes.xml file to add inc to the php section. Restarting Dreamweaver does not help. I even updated the Extensions.txt file, and that still does not work.
Has anyone had this issue?
...
I'm currently using the following code to output text in green to the terminal:
printf("%c[1;32mHello, world!\n", 27);
However, I want more shades of green. What's the easiest way to accomplish this?
...
IN WPF,I can set the background of a stack panel using the below code
stackPanelFlasher .Background =Brushes.Aqua
How can i set the color as a hex color code (ex :#C7DFFC) ?
...
Is there a way to get the html color code from a JColorChooser
My java Applet takes three colors from the user and averages them and displays the color
I want to get the html color code after they look at the average color
how can I do that
...