.underlineStyle {
color: #bbbbbb;
text-underline-style: dotted;
text-decoration: none;
border-bottom: dotted 1px;
border-color: #bbbbbb;
}
span.codeStyle {
font-family: courier new, courier, mono;
font-size: 10pt;
}
span.linkStyle {
color: black;
}
span.urlStyle {
color: black;
}
pre.javaStyle {
font-family: courier new, courier, mono;
background-color: #fbfbfb;
font-size...
Do you use Google Reader? But why not?! ;)
Ben Galbraith made the following great point in his recent blog
entry
in praise of intelligent tools such as IDEA.
Maybe it's because I hope to sell software someday,
maybe because I know how hard it is to write good software,
but for whatever reason, I actually like supporting great ISVs by buying their product.
I spend thousands of dollars on ISV products each year because I feel its...
Gooey Bean Aspect
.underlineStyle {
color: #bbbbbb;
text-underline-style: dotted;
text-decoration: underline;
}
span.codeStyle {
font-family: courier new, courier, mono;
font-size: 10pt;
}
span.linkStyle {
color: black;
}
span.urlStyle {
color: black;
}
pre.javaStyle {
font-family: courier new, courier, mono;
background-color: #fbfbfb;
font-size: 11pt;
width: 800px;...
.underlineStyle {
color: #bbbbbb;
text-underline-style: dotted;
text-decoration: underline;
}
span.codeStyle {
font-family: courier new, courier, mono;
font-size: 10pt;
}
span.linkStyle {
color: black;
}
span.urlStyle {
color: black;
}
pre.javaStyle {
font-family: courier new, courier, mono;
background-color: #fbfbfb;
font-size: 11pt;
width: 800px;
border: dashed 1px;...
Property Problems
.underlineStyle {
color: #bbbbbb;
text-underline-style: dotted;
text-decoration: underline;
}
span.codeStyle {
font-family: courier new, courier, mono;
font-size: 10pt;
}
span.linkStyle {
color: black;
}
span.urlStyle {
color: black;
}
pre.javaStyle {
font-family: courier new, courier, mono;
background-color: #fbfbfb;
font-size: 11pt;
width: 800px;...
Gotcha Property Descriptor
.underlineStyle {
color: #bbbbbb;
text-decoration: underline;
}
span.codeStyle {
font-family: courier new, courier, mono;
font-size: 10pt;
}
span.linkStyle {
color: black;
}
span.urlStyle {
color: black;
}
pre.javaStyle {
font-family: courier new, courier, mono;
background-color: #fbfbfb;
font-size: 11pt;
width: 800px;
border: dashed 1px;
border...
Before someone tags me (and then i have to find five others who haven't been tagged yet,
which will require some effort on my part), and in case someone doesn't ;)
here goes me taking the fifth...
It's on CVS here
cos i like to use an editor to edit stuff eg. Netbeans,
and right-click to commit, images and all.