The "Google Operating System" blog entry "Google Docs...
.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...
Gooey Event Hub
.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: #...
Bound Gooey Beans
.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: #...
Our editor highlights
Bruce Eckel's Hydridizing Java.
What i don't like about web development is hydridization, ie. Java/JScript/HTML/CSS.
I think having to program and integrate multiple hetergeneous languages with relatively limited IDE support, is distracting.
Another common ubiquitous example is Java/SQL, mitigated by JDO, JPA et al. Having said that, i love HTML/CSS and SQL, and...